|
|
@ -105,7 +105,7 @@ export const InspectionJobMain = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
}, |
|
|
|
{ |
|
|
|
label: '物料批次', |
|
|
|
field: 'materialBatch', |
|
|
|
field: 'batch', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: false, |
|
|
|
form: { |
|
|
@ -535,7 +535,7 @@ export const InspectionJobPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
disabled:true |
|
|
|
}, |
|
|
|
table:{ |
|
|
|
width:150 |
|
|
|
width:200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -547,7 +547,7 @@ export const InspectionJobPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
disabled:true |
|
|
|
}, |
|
|
|
table:{ |
|
|
|
width:150 |
|
|
|
width:200 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -559,7 +559,7 @@ export const InspectionJobPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
disabled:true |
|
|
|
}, |
|
|
|
table:{ |
|
|
|
width:150 |
|
|
|
width:180 |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
@ -595,8 +595,9 @@ export const InspectionJobPackage = useCrudSchemas(reactive<CrudSchema[]>([ |
|
|
|
field: 'sampleAmount', |
|
|
|
sort: 'custom', |
|
|
|
isSearch: true, |
|
|
|
isTable:false, |
|
|
|
table:{ |
|
|
|
width:150 |
|
|
|
width:150, |
|
|
|
} |
|
|
|
}, |
|
|
|
])) |
|
|
|