高敬炎 1 year ago
parent
commit
0776a5d3f9
1 changed files with 7 additions and 1 deletions
  1. 7 1
      src/views/tradeServicesManagement/warehouseReceiptEdit.vue

+ 7 - 1
src/views/tradeServicesManagement/warehouseReceiptEdit.vue

@@ -397,7 +397,13 @@
           }).toPromise()
           }).toPromise()
           this.getcompList()
           this.getcompList()
       },
       },
-      submit() {
+      async submit() {
+        var data=await global.default.getDataByKey(this.db,'signalChat',1)
+        if(data){
+          if(data.modification){
+            this.deptBudgetList.warehouseInOutInfoList=data.modification
+          }
+        }
         let isValidate = false
         let isValidate = false
         isValidate = this.validate()
         isValidate = this.validate()
         if (isValidate) {
         if (isValidate) {