whj 1 year ago
parent
commit
c1b471f83b
1 changed files with 2 additions and 0 deletions
  1. 2 0
      src/views/store/outstoreform/modules/BaseFormYY.vue

+ 2 - 0
src/views/store/outstoreform/modules/BaseFormYY.vue

@@ -494,6 +494,7 @@ export default {
         }
         values.outFlag = this.outFlag
         values.detailList = this.data
+        console.log(values)
         if (this.model != null) {
           values.pickId = this.model.id
         }
@@ -649,6 +650,7 @@ export default {
         if (!find) {
           const selectData = rows[i]
           selectData.storeNum = selectData.num
+          selectData.spareNo = selectData.no
           selectData.num = 1
           data.push(selectData)
         }