diff --git a/src/mycomponents/qty/qtyEdit.vue b/src/mycomponents/qty/qtyEdit.vue index c787a4d2..c8c7e11f 100644 --- a/src/mycomponents/qty/qtyEdit.vue +++ b/src/mycomponents/qty/qtyEdit.vue @@ -120,7 +120,7 @@ this.allQty = balanceQty; }) } else if (this.allQty > balanceQty) { - this.$refs.comMessage.showConfirmWarningModal('数量[' + this.allQty + ']不允许大于库存数量[' + balanceQty + ']', + this.$refs.comMessage.showConfirmWarningModal('数量[' + this.allQty + ']不允许大于任务数量[' + balanceQty + ']', res => { this.allQty = balanceQty; }) diff --git a/src/pages/purchaseReceipt/job/receiptDetail.vue b/src/pages/purchaseReceipt/job/receiptDetail.vue index d0474dc2..cca90c6a 100644 --- a/src/pages/purchaseReceipt/job/receiptDetail.vue +++ b/src/pages/purchaseReceipt/job/receiptDetail.vue @@ -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 => {