优化收款单

This commit is contained in:
季圣华
2021-06-29 01:07:16 +08:00
parent 225eb16bba
commit dc2ba7237c
17 changed files with 293 additions and 97 deletions

View File

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