|
@@ -4131,7 +4131,7 @@ export default {
|
|
|
// }
|
|
|
// this.deptBudgetList.qualityNo = 'SGRK' + this.getTime() + this.warehouseNo + count
|
|
|
// }
|
|
|
- this.getList()
|
|
|
+ // this.getList()
|
|
|
}
|
|
|
}
|
|
|
for (let i = 0; i < this.warehouseList1.length; i++) {
|
|
@@ -4139,19 +4139,19 @@ export default {
|
|
|
this.positionInfos = this.warehouseList1[i].positionInfos
|
|
|
}
|
|
|
}
|
|
|
- console.log(this.positionInfos)
|
|
|
- if (this.warehouseName) {
|
|
|
- getReceiptTaskNo({
|
|
|
- flag: this.taskflag,
|
|
|
- warehouseName: this.warehouseName,
|
|
|
- agentKey: localStorage.getItem('ws-pf_userId'),
|
|
|
- })
|
|
|
- .toPromise()
|
|
|
- .then((response) => {
|
|
|
- this.taskNolist = response
|
|
|
- })
|
|
|
- this.getList()
|
|
|
- }
|
|
|
+ // console.log(this.positionInfos)
|
|
|
+ // if (this.warehouseName) {
|
|
|
+ // getReceiptTaskNo({
|
|
|
+ // flag: this.taskflag,
|
|
|
+ // warehouseName: this.warehouseName,
|
|
|
+ // agentKey: localStorage.getItem('ws-pf_userId'),
|
|
|
+ // })
|
|
|
+ // .toPromise()
|
|
|
+ // .then((response) => {
|
|
|
+ // this.taskNolist = response
|
|
|
+ // })
|
|
|
+ // this.getList()
|
|
|
+ // }
|
|
|
},
|
|
|
selectpackingMethod(e) {
|
|
|
this.$set(this.deptBudgetList, 'grade', e)
|