From bd163fe192153debe3d0b8d69a9c681855d58d31 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Wed, 31 Jan 2024 14:29:38 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=B6=E5=93=81=E4=B8=8A=E6=9E=B6=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=E6=A0=A1=E9=AA=8C=E7=A9=BA=E7=AE=B1=E7=A0=81=E5=92=8C?= =?UTF-8?q?=E7=A9=BA=E6=89=B9=E6=AC=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/productPutaway/request/putawayRequestCreate.vue | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/pages/productPutaway/request/putawayRequestCreate.vue b/pages/productPutaway/request/putawayRequestCreate.vue index bc89b7b2..524299ba 100644 --- a/pages/productPutaway/request/putawayRequestCreate.vue +++ b/pages/productPutaway/request/putawayRequestCreate.vue @@ -149,6 +149,17 @@ let balance = result.balance; let label = result.label; let pack = result.package; + + if(label.batch==""){ + this.showErrorMessage("扫描标签批次为空") + return; + } + + if(label.packingNumber==""){ + this.showErrorMessage("扫描标签箱码为空") + return; + } + if (this.supplierCode == '') { this.supplierCode = result.package.supplierCode } else {