|
@ -1478,6 +1478,8 @@ export const ProductionreturnRequestDetailLabel = useCrudSchemas(reactive<CrudSc |
|
|
}, |
|
|
}, |
|
|
tableForm: { |
|
|
tableForm: { |
|
|
disabled: true, |
|
|
disabled: true, |
|
|
|
|
|
type: 'FormDate', |
|
|
|
|
|
format: 'YYYYMMDD', |
|
|
valueFormat: 'YYYYMMDD', |
|
|
valueFormat: 'YYYYMMDD', |
|
|
}, |
|
|
}, |
|
|
form: { |
|
|
form: { |
|
@ -1670,7 +1672,11 @@ export const ProductionreturnRequestDetailLabelRules = reactive({ |
|
|
], |
|
|
], |
|
|
productionLineCodePackage: [ |
|
|
productionLineCodePackage: [ |
|
|
{ required: true, message: '请选择生产线', trigger: 'change' } |
|
|
{ required: true, message: '请选择生产线', trigger: 'change' } |
|
|
] |
|
|
], |
|
|
|
|
|
batch: [ |
|
|
|
|
|
{ required: true, message: '请输入批次', trigger: ['blur', 'change'] } |
|
|
|
|
|
], |
|
|
|
|
|
|
|
|
}) |
|
|
}) |
|
|
|
|
|
|
|
|
|
|
|
|
|
@ -1724,7 +1730,7 @@ export const SupplierdeliverRequestPackage = useCrudSchemas(reactive<CrudSchema[ |
|
|
width: 150, |
|
|
width: 150, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
}, |
|
|
{ |
|
|
{ |
|
|
label: '物料类型', |
|
|
label: '物料类型', |
|
|
field: 'itemType', |
|
|
field: 'itemType', |
|
|
sort: 'custom', |
|
|
sort: 'custom', |
|
|