From aa5e7822b5d6123d70d3172ecf39a17772a3f603 Mon Sep 17 00:00:00 2001 From: zhang_li <2235006734@qqq.com> Date: Wed, 14 Aug 2024 15:33:31 +0800 Subject: [PATCH 1/2] =?UTF-8?q?=E9=87=87=E8=B4=AD=E6=94=B6=E8=B4=A7?= =?UTF-8?q?=E6=89=93=E5=8D=B0=E6=89=B9=E6=AC=A1=E6=94=B9=E6=88=90=E4=BE=9B?= =?UTF-8?q?=E5=BA=94=E5=95=86=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/pointPutawayJob/index.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/pointPutawayJob/index.vue b/src/pages/pointPutawayJob/index.vue index bac7be5b..d3c1fe15 100644 --- a/src/pages/pointPutawayJob/index.vue +++ b/src/pages/pointPutawayJob/index.vue @@ -26,7 +26,7 @@ 供应商 {{item.supplierCode}} - 批次 + 供应商批次 {{item.supplierBatch}} @@ -218,7 +218,7 @@ 供应商 ${item.supplierCode} - 批次 + 供应商批次 ${item.supplierBatch} From 75599d2de2924072579c2610cd1baf8e64363a0d Mon Sep 17 00:00:00 2001 From: niexiting <85552560@qq.com> Date: Wed, 14 Aug 2024 17:54:25 +0800 Subject: [PATCH 2/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E7=9B=B4=E6=8E=A5?= =?UTF-8?q?=E8=A1=A5=E6=96=99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/issue/record/directIssue.vue | 28 +++++++++++++------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/src/pages/issue/record/directIssue.vue b/src/pages/issue/record/directIssue.vue index 2a784cbe..e746af75 100644 --- a/src/pages/issue/record/directIssue.vue +++ b/src/pages/issue/record/directIssue.vue @@ -5,10 +5,11 @@ - - 来源库位 : {{fromLocationCode}} + + + 来源库位 : {{fromLocationCode}} + - @@ -16,9 +17,8 @@ + :isShowToLocation="false" :isShowParentToLocation="false" @updateData="updateData" + @removePack="removePack"> @@ -45,7 +45,7 @@ - + @@ -132,7 +132,7 @@ show: false, positionInfo: "请选择生产线", resultData: {}, - itemCode:"" + itemCode: "" }; }, onLoad(option) { @@ -170,7 +170,7 @@ mounted() {}, methods: { - + getBusinessType() { getBusinessType(this.businessTypeCode, res => { if (res.success) { @@ -183,7 +183,7 @@ } }); }, - + getScanResult(result) { this.setData(result); }, @@ -191,14 +191,14 @@ let balance = result.balance; let label = result.label; let pack = result.package; - - + + if (this.fromLocationCode && this.fromLocationCode != balance.locationCode) { this.showErrorMessage("箱码[" + balance.packingNumber + "批次[" + balance.batch + "]在库位[" + this .fromLocationCode + "]没有库存余额") return; } - + var item = this.detailSource.find(res => { if (res.itemCode == balance.itemCode) { return res @@ -514,7 +514,7 @@ this.toWarehouseCode = ''; this.detailSource = []; this.positionInfo = "请选择生产线"; - this.itemCode="" + this.itemCode = "" } } }