From cfa40a51418099897198bf231de1b4730f0495a4 Mon Sep 17 00:00:00 2001 From: lijuncheng Date: Tue, 24 Sep 2024 13:34:43 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E5=AE=A2=E6=88=B7=E9=80=80?= =?UTF-8?q?=E8=B4=A7=E6=89=AB=E6=8F=8F=E5=8D=95=E4=BB=B6=E7=A0=81=E6=8F=90?= =?UTF-8?q?=E7=A4=BA?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- fe/PDA/pages/record/productionReturn.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/fe/PDA/pages/record/productionReturn.vue b/fe/PDA/pages/record/productionReturn.vue index 2846bed5f..7537549ba 100644 --- a/fe/PDA/pages/record/productionReturn.vue +++ b/fe/PDA/pages/record/productionReturn.vue @@ -144,7 +144,6 @@ old: { scrollTop: 0 }, - customerList: ['客户1', '客户2'], customerCode: '', userForm: { names: [], @@ -248,7 +247,7 @@ } }) if (filterItem.length > 0) { - this.showMessage("单件码【" + filterItem[0].itemCode + "】已经扫描") + this.showMessage("ERP料号【" + filterItem[0].itemCode + "】,已在列表中,不能重复扫描") return; }