From 79c34eec7a85198e3624f868edb1379f11ddd98d Mon Sep 17 00:00:00 2001 From: wangyufei <2267742828@qq.com> Date: Wed, 7 Aug 2024 14:40:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=87=E6=B3=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/deliver/coms/comScanDeliverPack.vue | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/pages/deliver/coms/comScanDeliverPack.vue b/src/pages/deliver/coms/comScanDeliverPack.vue index f14f6c22..cfe00b1d 100644 --- a/src/pages/deliver/coms/comScanDeliverPack.vue +++ b/src/pages/deliver/coms/comScanDeliverPack.vue @@ -232,6 +232,7 @@ fromLocationUpdate(fromlocation) { let location = this.fromLocationList.find(r => r == fromlocation) + // 成品发货任务--同一物料,可以扫描提交不在任务中的库位 // if (location == undefined) { this.fromLocationCode = fromlocation // this.showErrorMessage('发货库位【' + fromlocation + '】不存在') @@ -305,6 +306,7 @@ let lot = label.batch; let item = that.toLocation.Items.find(r => r.itemCode == itemCode); let fromLocation = item.Locations.find(l => l.fromLocationCode == that.fromLocationCode); + // 成品发货任务--同一物料,可以扫描提交不在任务中的库位 if(!fromLocation){ fromLocation = { Batchs:[{