From 4cc8355b60c77b208217cc4c441e09e8015b1383 Mon Sep 17 00:00:00 2001 From: guoshuang Date: Mon, 23 Oct 2023 15:40:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E6=A3=80=E4=BF=A1=E6=81=AF=E4=B8=8D?= =?UTF-8?q?=E5=85=A8=E6=8F=90=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/mes/ProductionQtyInsp/index.vue | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/pages/mes/ProductionQtyInsp/index.vue b/src/pages/mes/ProductionQtyInsp/index.vue index e54bcb7..53f5315 100644 --- a/src/pages/mes/ProductionQtyInsp/index.vue +++ b/src/pages/mes/ProductionQtyInsp/index.vue @@ -262,7 +262,11 @@ export default class productCheckReceipt extends BasePage { this.customToast('该rfid不可用,不可质检'); return; } - if (this.productCodeList.value == '') { + if (this.productLocList.value == '' || this.productLocList.value == undefined) { + this.customToast('请选择缓存区'); + return; + } + if (this.productCodeList.value == '' || this.productCodeList.value == undefined) { this.customToast('请选择是否合格'); return; }