Browse Source

前端 缺陷更新 sdy

zhongtianhaoyuan 3 years ago
parent
commit
957bd26203

File diff suppressed because it is too large
+ 786 - 526
src/views/houseSelfCollect/paymentManagement.vue


+ 1 - 1
src/views/warehouse/warehouseManagementGross.vue

@@ -414,7 +414,7 @@
 
         }
       }
-      getReceiptTaskNo({flag:2}).toPromise()
+      getReceiptTaskNo({flag:2,warehouseName:this.deptBudgetList.warehouseName,agentKey: localStorage.getItem("ws-pf_userId")}).toPromise()
         .then((response) => {
           console.log(response)
           this.deptBudgetList1 = response

+ 1 - 2
src/views/warehouse/warehouseManagementNoWeightIn.vue

@@ -456,9 +456,8 @@
         this.isGetCost = true
         this.cost = this.dataList.cost
       }
-      getReceiptTaskNo().toPromise()
+      getReceiptTaskNo({flag:2,warehouseName:this.deptBudgetList1.warehouseName,agentKey: localStorage.getItem("ws-pf_userId")}).toPromise()
         .then((response) => {
-          console.log(response)
           this.deptBudgetList2 = response
         })
 

+ 1 - 2
src/views/warehouse/warehouseManagementNoWeightOut.vue

@@ -393,9 +393,8 @@
       this.dataList.statusFlag = this.$route.statusFlag
       this.dataList.warehouseInOutDetail = this.$route.query.warehouseInOutDetail
       console.log(this.dataList)
-      getReceiptTaskNo().toPromise()
+      getReceiptTaskNo({flag:1,warehouseName:this.deptBudgetList.warehouseName,agentKey: localStorage.getItem("ws-pf_userId")}).toPromise()
         .then((response) => {
-          console.log(response)
           this.deptBudgetList2 = response
         })
     },

+ 1 - 1
src/views/warehouse/warehouseManagementTare.vue

@@ -367,7 +367,7 @@
       this.deptBudgetList.warehouseType = this.$route.query.warehouseType
       this.deptBudgetList.warehouseId = this.$route.query.warehouseId
       this.getList()
-      getReceiptTaskNo({flag:1}).toPromise()
+      getReceiptTaskNo({flag:1,warehouseName:this.deptBudgetList.warehouseName,agentKey: localStorage.getItem("ws-pf_userId")}).toPromise()
         .then((response) => {
           console.log(response)
           this.deptBudgetList1 = response

Some files were not shown because too many files changed in this diff