|
|
@ -768,7 +768,19 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
}], |
|
|
|
}, { |
|
|
|
key: 'workshopCode', |
|
|
|
value: 'workshopCode', |
|
|
|
message: '请填写车间代码!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// key: 'productionLineCode',
|
|
|
|
// value: 'productionLineCode',
|
|
|
|
// message: '请填写生产线代码!',
|
|
|
|
// isMainValue: true
|
|
|
|
// }
|
|
|
|
], |
|
|
|
isRepeat: true,//tableForm下方输入框是否可以重复添加该条数据
|
|
|
|
verificationParams: [{ |
|
|
|
key: 'code', |
|
|
@ -793,7 +805,19 @@ export const ProductreceiptRequestDetail = useCrudSchemas(reactive<CrudSchema[]> |
|
|
|
key: 'available', |
|
|
|
value: 'TRUE', |
|
|
|
isMainValue: false |
|
|
|
}], |
|
|
|
},{ |
|
|
|
key: 'workshopCode', |
|
|
|
value: 'workshopCode', |
|
|
|
message: '请填写车间代码!', |
|
|
|
isMainValue: true |
|
|
|
}, |
|
|
|
// {
|
|
|
|
// key: 'productionLineCode',
|
|
|
|
// value: 'productionLineCode',
|
|
|
|
// message: '请填写生产线代码!',
|
|
|
|
// isMainValue: true
|
|
|
|
// }
|
|
|
|
], |
|
|
|
verificationParams: [{ |
|
|
|
key: 'code', |
|
|
|
action: '==', |
|
|
|