优化单据中商品条码的模糊匹配

This commit is contained in:
季圣华
2023-03-23 01:21:24 +08:00
parent d0396d7ee4
commit 3467845ddf
15 changed files with 39 additions and 47 deletions

View File

@@ -231,7 +231,7 @@
{ title: '仓库名称', key: 'depotId', width: '8%', type: FormTypes.select, placeholder: '请选择${title}', options: [],
allowSearch:true, validateRules: [{ required: true, message: '${title}不能为空' }]
},
{ title: '条码', key: 'barCode', width: '10%', type: FormTypes.popupJsh, kind: 'material', multi: true,
{ title: '条码', key: 'barCode', width: '12%', type: FormTypes.popupJsh, kind: 'material', multi: true,
validateRules: [{ required: true, message: '${title}不能为空' }]
},
{ title: '名称', key: 'name', width: '8%', type: FormTypes.normal },