|
|
@ -673,12 +673,14 @@ export const IssueRequestDetail = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
},{ |
|
|
|
key:'productionLineCode', |
|
|
|
value:'productionLineCode', |
|
|
|
message: '请填写生产线代码!', |
|
|
|
isMainValue: true |
|
|
|
},{ |
|
|
|
}, |
|
|
|
// ,{
|
|
|
|
// key:'productionLineCode',
|
|
|
|
// value:'productionLineCode',
|
|
|
|
// message: '请填写生产线代码!',
|
|
|
|
// isMainValue: true
|
|
|
|
// },
|
|
|
|
{ |
|
|
|
key: 'businessTypeCode', |
|
|
|
value: 'Issue', |
|
|
|
isMainValue: false |
|
|
|