Browse Source

修改客户退货扫描单件码提示

pda_nev
李俊城 7 months ago
parent
commit
cfa40a5141
  1. 3
      fe/PDA/pages/record/productionReturn.vue

3
fe/PDA/pages/record/productionReturn.vue

@ -144,7 +144,6 @@
old: { old: {
scrollTop: 0 scrollTop: 0
}, },
customerList: ['客户1', '客户2'],
customerCode: '', customerCode: '',
userForm: { userForm: {
names: [], names: [],
@ -248,7 +247,7 @@
} }
}) })
if (filterItem.length > 0) { if (filterItem.length > 0) {
this.showMessage("单件码【" + filterItem[0].itemCode + "】已经扫描") this.showMessage("ERP料号【" + filterItem[0].itemCode + "】,已在列表中,不能重复扫描")
return; return;
} }

Loading…
Cancel
Save