Jelajahi Sumber

前端 缺陷更新 sdy

zhongtianhaoyuan 3 tahun lalu
induk
melakukan
957bd26203

File diff ditekan karena terlalu besar
+ 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) => {
         .then((response) => {
           console.log(response)
           console.log(response)
           this.deptBudgetList1 = response
           this.deptBudgetList1 = response

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

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

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

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

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

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

Beberapa file tidak ditampilkan karena terlalu banyak file yang berubah dalam diff ini