From ab9d82426df331df6a156f3620ef789775f403e3 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Sat, 26 Oct 2024 10:09:40 +0800 Subject: [PATCH] =?UTF-8?q?YT-501=E6=88=90=E5=93=81=E5=8F=91=E8=B4=A7?= =?UTF-8?q?=E6=8F=90=E7=A4=BA=E9=94=99=E8=AF=AF=EF=BC=8C=E5=BA=94=E8=AF=A5?= =?UTF-8?q?=E6=98=AF=EF=BC=9A=E4=B8=8D=E5=85=81=E8=AE=B8=E5=A4=A7=E4=BA=8E?= =?UTF-8?q?=E4=BB=BB=E5=8A=A1=E6=95=B0=E9=87=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/mycomponents/qty/qtyEdit.vue | 2 +- src/pages/purchaseReceipt/job/receiptDetail.vue | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) 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 => {