|
|
@ -669,6 +669,8 @@ |
|
|
|
this.managementList = res.list; |
|
|
|
var params = this.setParams(); |
|
|
|
let that = this |
|
|
|
console.log(params) |
|
|
|
// return |
|
|
|
purchaseReceiptJobSubmit(params).then(res => { |
|
|
|
if (res.data) { |
|
|
|
let isCheckPrint = getSwitchInfoByCode(this.switchCode)//是否显示上架指引单 |
|
|
@ -790,6 +792,7 @@ |
|
|
|
pack.handleQty = 0 |
|
|
|
} |
|
|
|
}) |
|
|
|
detail.toLocationCode = this.toLocationCode |
|
|
|
var info = getPackingNumberAndBatch(this.managementList, detail.itemCode, |
|
|
|
detail.packingNumber, detail.batch); |
|
|
|
detail.toPackingNumber = info.packingNumber; |
|
|
@ -863,6 +866,7 @@ |
|
|
|
|
|
|
|
}) |
|
|
|
}) |
|
|
|
this.scanCount = getScanCount(this.detailSource); |
|
|
|
calcHandleQty(this.detailSource); |
|
|
|
} else { |
|
|
|
this.$refs.comMessage.showQuestionMessage("是否要关闭整单收货?", res => { |
|
|
|