From af8d109deee72c53dd2b09f3656eee108ac848a1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E7=8E=8B=E5=BF=97=E5=9B=BD?= <854933521@qq.com> Date: Mon, 28 Oct 2024 13:57:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E5=A4=87=E6=B3=A8=202024/8/7?= 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 53a90ecb..161c4212 100644 --- a/src/pages/deliver/coms/comScanDeliverPack.vue +++ b/src/pages/deliver/coms/comScanDeliverPack.vue @@ -171,6 +171,7 @@ const getFromLocationList = () => { } const fromLocationUpdate = (fromlocation) => { const location = fromLocationList.value.find((r) => r == fromlocation) + // 成品发货任务--同一物料,可以扫描提交不在任务中的库位 // if (location == undefined) { // showErrorMessage(`发货库位【${fromlocation}】不存在`) // } @@ -231,6 +232,7 @@ const afterGetBalance = (label, balance, packageInfo) => { const lot = label.batch const item = toLocation.value.Items.find((r) => r.itemCode == itemCode) let fromLocation = item.Locations.find((l) => l.fromLocationCode == fromLocationCode.value) + // 成品发货任务--同一物料,可以扫描提交不在任务中的库位 if(!fromLocation){ fromLocation = { Batchs:[{