zh пре 2 година
родитељ
комит
79a22e86e4
1 измењених фајлова са 17 додато и 8 уклоњено
  1. 17 8
      src/views/supply/engin/components/home_form.vue

+ 17 - 8
src/views/supply/engin/components/home_form.vue

@@ -400,13 +400,7 @@
             }}
           </template>
         </el-table-column>
-        <el-table-column
-          align="center"
-          label="退订数量"
-          prop="tdQty"
-          min-width="100"
-          show-overflow-tooltip
-        />
+        <el-table-column align="center" label="退订数量" prop="tdQty" min-width="100" show-overflow-tooltip />
         <el-table-column align="center" label="销售数量" prop="salesQty" min-width="100" show-overflow-tooltip />
         <el-table-column align="center" label="销售金额" prop="salesAmount" min-width="100" show-overflow-tooltip />
         <el-table-column align="center" label="是否直调" prop="isDirectTransfer" min-width="100">
@@ -1630,6 +1624,20 @@ export default {
             refBuyUnitName: this.mainForm.refBuyUnitName,
             refBuyUnitTel: this.mainForm.refBuyUnitTel,
             refFactoryNo: this.mainForm.refFactoryNo,
+            refBillsExpireDate: this.mainForm.refBillsExpireDate,
+            refContractResult: this.mainForm.refContractResult,
+            refContractldea: this.mainForm.refContractldea,
+            // refToRetailResult: this.mainForm.refToRetailResult,
+            // refToRetailldea: this.mainForm.refToRetailldea,
+            // refDataDelayResult: this.mainForm.refDataDelayResult,
+            // refDataDelayldea: this.mainForm.refDataDelayldea,
+            // refOtherAnnexResult: this.mainForm.refOtherAnnexResult,
+            // refOtherAnnexldea: this.mainForm.refOtherAnnexldea,
+            // refBuyUnitPhone: this.mainForm.refBuyUnitPhone,
+            // refBuyUnitName: this.mainForm.refBuyUnitName,
+            // refBuyUnitTel: this.mainForm.refBuyUnitTel,
+            // refFactoryNo: this.mainForm.refFactoryNo,
+            // refBillsExpireDate: this.mainForm.refBillsExpireDate,
             items: goodsList
           }
           if (this.mainForm.examineStatus === 'WAIT') {
@@ -1709,7 +1717,8 @@ export default {
       this.mainForm.refBuyUnitPhone = data.buyUnitPhone
       this.mainForm.refBuyUnitName = data.buyUnitName
       this.mainForm.refBuyUnitTel = data.buyUnitTel
-      this.mainForm.refFactoryNo=data.factoryNo
+      this.mainForm.refFactoryNo = data.factoryNo
+      this.mainForm.refBillsExpireDate = data.billsExpireDate
       const saleTypeItem = this.salesTypeList.find(o => o.id === this.mainForm.saleType)
 
       this.goodsList = data.items.map(item => {