|
|
@ -1488,34 +1488,12 @@ export const MaintenanceBillDateMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
label: '生产线', |
|
|
|
field: 'productionLineCode', |
|
|
|
sort: 'custom', |
|
|
|
table: { |
|
|
|
width: 150 |
|
|
|
dictType: DICT_TYPE.PRODUCTION_LINE_ITEM, |
|
|
|
dictClass: 'string', |
|
|
|
isTable: true, |
|
|
|
form: { |
|
|
|
value: '', |
|
|
|
}, |
|
|
|
form: { |
|
|
|
// labelMessage: '信息提示说明!!!',
|
|
|
|
componentProps: { |
|
|
|
enterSearch: true, |
|
|
|
isSearchList: true, |
|
|
|
searchListPlaceholder: '请选择生产线', |
|
|
|
searchField: 'code', |
|
|
|
searchTitle: '生产线信息', |
|
|
|
searchAllSchemas: Productionline.allSchemas, |
|
|
|
searchPage: ProductionlineApi.getProductionlinePage, |
|
|
|
searchCondition:[{ |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
}], |
|
|
|
verificationParams: [{ |
|
|
|
key: 'code', |
|
|
|
action: '==', |
|
|
|
value: '', |
|
|
|
isMainValue: false, |
|
|
|
isSearch: true, |
|
|
|
isFormModel: true, |
|
|
|
}], // 失去焦点校验参数
|
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '顺引开始日期', |
|
|
|