From 6a91ce592c71cbec7d7c43044a95def363092187 Mon Sep 17 00:00:00 2001 From: "juncheng.li" Date: Tue, 27 Jun 2023 09:25:10 +0800 Subject: [PATCH] =?UTF-8?q?=E7=9B=B4=E6=8E=A5=E9=80=80=E5=BA=93=20?= =?UTF-8?q?=E6=B7=BB=E5=8A=A0=E7=9B=AE=E6=A0=87=E5=BA=93=E4=BD=8D=E5=8D=8A?= =?UTF-8?q?=E6=88=90=E5=93=81=E5=BA=93?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/return/returnToWarehouse.vue | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/fe/PDA/pages/return/returnToWarehouse.vue b/fe/PDA/pages/return/returnToWarehouse.vue index d61210a0c..c660c1499 100644 --- a/fe/PDA/pages/return/returnToWarehouse.vue +++ b/fe/PDA/pages/return/returnToWarehouse.vue @@ -371,7 +371,7 @@ if (res == null) { that.showMessage('目标库位【' + locationCode + '】不存在'); } else { - if (res.type == 2 || res.type == 6) { + if (res.type == 2 || res.type == 6|| res.type ==3) { showConfirmMsg('是否要将所有未扫描目标库位的零件,指定目标库位【' + locationCode + '】', confirm => { @@ -388,7 +388,7 @@ } }); } else { - that.showMessage('目标库位的库位类型必须是【原料库】或【隔离库】') + that.showMessage('目标库位的库位类型必须是【原料库】或【隔离库】或【半成品库】') } } uni.hideLoading(); @@ -418,10 +418,10 @@ that.showMessage('目标库位【' + code + '】不存在'); } else { - if (res.type == 2 || res.type == 6) { + if (res.type == 2 || res.type == 6|| res.type == 3) { this.handledToLocation(this.currentItem, res); } else { - this.showMessage('目标库位必须是原料库或者隔离库') + this.showMessage('目标库位必须是原料库或者隔离库或者半成品库') } } uni.hideLoading();