|
|
@ -27,7 +27,7 @@ export const ItemPull = useCrudSchemas( |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
multiple: true, |
|
|
|
multiple: false, |
|
|
|
enterSearch: true, |
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
|
searchListPlaceholder: '请选择ERP默认收货库位', // 输入框占位文本
|
|
|
@ -72,6 +72,11 @@ export const ItemPull = useCrudSchemas( |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
}, |
|
|
|
{ |
|
|
|
key: 'defaultErpLocationCode', |
|
|
|
value: 'defaultErpLocationCode', |
|
|
|
isMainValue: true |
|
|
|
} |
|
|
|
], |
|
|
|
verificationParams: [ |
|
|
|