|
@ -712,12 +712,13 @@ export const UnplannedissueRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
}, |
|
|
}, |
|
|
tableForm:{ |
|
|
tableForm:{ |
|
|
multiple:true,//多选
|
|
|
multiple:true,//多选
|
|
|
isInpuFocusShow: true, // 开启查询弹窗
|
|
|
isInpuFocusShow: false, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请输入包装号', |
|
|
searchListPlaceholder: '请输入包装号', |
|
|
searchField: 'packingNumber', |
|
|
searchField: 'packingNumber', |
|
|
searchTitle: '库存余额信息', |
|
|
searchTitle: '库存余额信息', |
|
|
searchAllSchemas: Balance.allSchemas, |
|
|
searchAllSchemas: Balance.allSchemas, |
|
|
searchPage: BalanceApi.getBalanceItemPage, |
|
|
searchPage: BalanceApi.getBalanceItemPage, |
|
|
|
|
|
disabled:true, |
|
|
searchCondition: [{ |
|
|
searchCondition: [{ |
|
|
key: 'available', |
|
|
key: 'available', |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
@ -741,6 +742,7 @@ export const UnplannedissueRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
form: { |
|
|
form: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
componentProps: { |
|
|
componentProps: { |
|
|
|
|
|
disabled: true, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
searchListPlaceholder: '请输入包装号', |
|
|
searchListPlaceholder: '请输入包装号', |
|
|
searchField: 'packingNumber', |
|
|
searchField: 'packingNumber', |
|
|