@ -225,6 +225,21 @@ export const InspectionJobMain = useCrudSchemas(
width: 150
}
},
{
label: '供应商批次',
field: 'supplierBatch',
sort: 'custom',
isSearch: false,
isDetail: true,
form: {
componentProps: {
disabled: true
table: {
label: '检验批数量',
field: 'inspectionBatchAmount',
@ -120,6 +120,16 @@ export const InspectionRecordMain = useCrudSchemas(
isForm: false,
label: '检验方案编码',
field: 'inspectionSchemeCode',
@ -306,7 +306,7 @@ export const InspectionMain = useCrudSchemas(
label: '批次',
label: '检验批次',
field: 'batch',
@ -314,6 +314,16 @@ export const InspectionMain = useCrudSchemas(
label: '待检数量',
field: 'requestInspectionNum',