|
@@ -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
|
|
})
|
|
})
|
|
},
|
|
},
|