Prechádzať zdrojové kódy

fix: 采购退货问题

liujt 3 dní pred
rodič
commit
9388736550

+ 5 - 2
src/views/bpm/outgoingManagement/outbound.vue

@@ -733,8 +733,11 @@
       this.getFieldModel();
       this.getListItems();
       this.initDeptData().then(() => {
-        console.log('created~~~~~~~~~~11111111111111111111111111111111')
-        this.initFormData();
+        
+        if(this.bizType != 10) {
+          console.log('created~~~~~~~~~~11111111111111111111111111111111')
+          this.initFormData();
+        }
         this.getNowFormatDate();
       });
     },