|
@ -60,36 +60,52 @@ export const ItemAccounts = useCrudSchemas( |
|
|
}, |
|
|
}, |
|
|
isSearch: false |
|
|
isSearch: false |
|
|
}, |
|
|
}, |
|
|
|
|
|
// {
|
|
|
|
|
|
// label: '库区编号',
|
|
|
|
|
|
// field: 'areaNumber',
|
|
|
|
|
|
// sort: 'custom',
|
|
|
|
|
|
// isSearch: true,
|
|
|
|
|
|
// form: {
|
|
|
|
|
|
// // labelMessage: '信息提示说明!!!',
|
|
|
|
|
|
// componentProps: {
|
|
|
|
|
|
// isSearchList: true, // 开启查询弹窗
|
|
|
|
|
|
// searchListPlaceholder: '请选择库区编号', // 输入框占位文本
|
|
|
|
|
|
// searchField: 'number', // 查询弹窗赋值字段
|
|
|
|
|
|
// searchTitle: '库区信息', // 查询弹窗标题
|
|
|
|
|
|
// searchAllSchemas: LocationArea.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
// searchPage: LocationAreaApi.getLocationAreaPage, // 查询弹窗所需分页方法
|
|
|
|
|
|
// searchCondition: [
|
|
|
|
|
|
// {
|
|
|
|
|
|
// key: 'available',
|
|
|
|
|
|
// value: 'TRUE',
|
|
|
|
|
|
// isMainValue: false
|
|
|
|
|
|
// }
|
|
|
|
|
|
// ]
|
|
|
|
|
|
// }
|
|
|
|
|
|
// }
|
|
|
|
|
|
// },
|
|
|
{ |
|
|
{ |
|
|
label: '库区编号', |
|
|
label: '库区编号', |
|
|
field: 'areaNumber', |
|
|
field: 'areaNumber', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: true, |
|
|
isSearch: true, |
|
|
form: { |
|
|
table: { |
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
width: 130 |
|
|
componentProps: { |
|
|
}, |
|
|
isSearchList: true, // 开启查询弹窗
|
|
|
form:{ |
|
|
searchListPlaceholder: '请选择库区编号', // 输入框占位文本
|
|
|
componentProps:{ |
|
|
searchField: 'number', // 查询弹窗赋值字段
|
|
|
disabled:true |
|
|
searchTitle: '库区信息', // 查询弹窗标题
|
|
|
|
|
|
searchAllSchemas: LocationArea.allSchemas, // 查询弹窗所需类
|
|
|
|
|
|
searchPage: LocationAreaApi.getLocationAreaPage, // 查询弹窗所需分页方法
|
|
|
|
|
|
searchCondition: [ |
|
|
|
|
|
{ |
|
|
|
|
|
key: 'available', |
|
|
|
|
|
value: 'TRUE', |
|
|
|
|
|
isMainValue: false |
|
|
|
|
|
} |
|
|
|
|
|
] |
|
|
|
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
{ |
|
|
{ |
|
|
label: '库区名称', |
|
|
label: '库区名称', |
|
|
field: 'areaName', |
|
|
field: 'areaName', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|
isSearch: false, |
|
|
isSearch: false, |
|
|
isForm: false, table: { |
|
|
isForm: false, |
|
|
|
|
|
table: { |
|
|
width: 130 |
|
|
width: 130 |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
@ -113,11 +129,11 @@ export const ItemAccounts = useCrudSchemas( |
|
|
value: 'TRUE', |
|
|
value: 'TRUE', |
|
|
isMainValue: false |
|
|
isMainValue: false |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
// {
|
|
|
key: 'areaNumber', |
|
|
// key: 'areaNumber',
|
|
|
value: 'areaNumber', |
|
|
// value: 'areaNumber',
|
|
|
isMainValue: true |
|
|
// isMainValue: true
|
|
|
}, |
|
|
// },
|
|
|
] |
|
|
] |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|