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; }