|
@ -199,39 +199,39 @@ export const ProductionMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
} |
|
|
} |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
// {
|
|
|
{ |
|
|
// label: '班次',
|
|
|
label: '班次', |
|
|
// field: 'shift',
|
|
|
field: 'shift', |
|
|
// sort: 'custom',
|
|
|
sort: 'custom', |
|
|
// table: {
|
|
|
table: { |
|
|
// width: 150
|
|
|
width: 150 |
|
|
// },
|
|
|
}, |
|
|
// form: {
|
|
|
form: { |
|
|
// // labelMessage: '信息提示说明!!!',
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
// componentProps: {
|
|
|
componentProps: { |
|
|
// enterSearch: true,
|
|
|
enterSearch: true, |
|
|
// isSearchList: true,
|
|
|
isSearchList: true, |
|
|
// searchListPlaceholder: '请选择班次',
|
|
|
searchListPlaceholder: '请选择班次', |
|
|
// searchField: 'code',
|
|
|
searchField: 'code', |
|
|
// searchTitle: '班次信息',
|
|
|
searchTitle: '班次信息', |
|
|
// searchAllSchemas: Shift.allSchemas,
|
|
|
searchAllSchemas: Shift.allSchemas, |
|
|
// searchPage: ShiftApi.getShiftPage,
|
|
|
searchPage: ShiftApi.getShiftPage, |
|
|
// searchCondition:[{
|
|
|
searchCondition:[{ |
|
|
// key: 'available',
|
|
|
key: 'available', |
|
|
// value: 'TRUE',
|
|
|
value: 'TRUE', |
|
|
// isMainValue: false
|
|
|
isMainValue: false |
|
|
// }],
|
|
|
}], |
|
|
// verificationParams: [{
|
|
|
verificationParams: [{ |
|
|
// key: 'code',
|
|
|
key: 'code', |
|
|
// action: '==',
|
|
|
action: '==', |
|
|
// value: '',
|
|
|
value: '', |
|
|
// isMainValue: false,
|
|
|
isMainValue: false, |
|
|
// isSearch: true,
|
|
|
isSearch: true, |
|
|
// isFormModel: true,
|
|
|
isFormModel: true, |
|
|
// }], // 失去焦点校验参数
|
|
|
}], // 失去焦点校验参数
|
|
|
// }
|
|
|
} |
|
|
// }
|
|
|
} |
|
|
// },
|
|
|
}, |
|
|
// {
|
|
|
// {
|
|
|
// label: '物料代码',
|
|
|
// label: '物料代码',
|
|
|
// field: 'detailItemCode',
|
|
|
// field: 'detailItemCode',
|
|
|