Ver código fonte

补单供应商选择完善

黄梓星 2 anos atrás
pai
commit
b20372c829
1 arquivos alterados com 6 adições e 0 exclusões
  1. 6 0
      src/views/purchase/PurchaseDemandList/add.vue

+ 6 - 0
src/views/purchase/PurchaseDemandList/add.vue

@@ -756,6 +756,12 @@ export default {
         transportationCondition: null,
       }
       this.basicForm.puDemandItemList.push(newLine)
+      // 补单需求状态改变
+      if (this.basicForm.billType == 'BDXQ') {
+        this.BDZT = false
+      } else {
+        this.BDZT = true
+      }
     },
     delLine(index) {
       console.log('删除行:', index)