给订单去除仓库

This commit is contained in:
季圣华
2021-09-23 22:44:29 +08:00
parent cbfdb3b875
commit 03cd35254d
5 changed files with 0 additions and 28 deletions

View File

@@ -115,9 +115,6 @@
loading: false,
dataSource: [],
columns: [
{ title: '仓库名称', key: 'depotId', width: '7%', type: FormTypes.select, placeholder: '请选择${title}', options: [],
allowSearch:true, validateRules: [{ required: true, message: '${title}不能为空' }]
},
{ title: '条码', key: 'barCode', width: '8%', type: FormTypes.popupJsh, multi: true,
validateRules: [{ required: true, message: '${title}不能为空' }]
},