Browse Source

QMS检验中增加供应商批次

hella_online_20240829
parent
commit
f40110d832
  1. 15
      src/views/qms/inspectionJob/inspectionJobMain.data.ts
  2. 10
      src/views/qms/inspectionRecord/inspectionRecordMain.data.ts
  3. 12
      src/views/qms/inspectionRequest/inspectionRequestMain.data.ts

15
src/views/qms/inspectionJob/inspectionJobMain.data.ts

@ -225,6 +225,21 @@ export const InspectionJobMain = useCrudSchemas(
width: 150
}
},
{
label: '供应商批次',
field: 'supplierBatch',
sort: 'custom',
isSearch: false,
isDetail: true,
form: {
componentProps: {
disabled: true
}
},
table: {
width: 150
}
},
{
label: '检验批数量',
field: 'inspectionBatchAmount',

10
src/views/qms/inspectionRecord/inspectionRecordMain.data.ts

@ -120,6 +120,16 @@ export const InspectionRecordMain = useCrudSchemas(
width: 150
}
},
{
label: '供应商批次',
field: 'supplierBatch',
sort: 'custom',
isSearch: false,
isForm: false,
table: {
width: 150
}
},
{
label: '检验方案编码',
field: 'inspectionSchemeCode',

12
src/views/qms/inspectionRequest/inspectionRequestMain.data.ts

@ -306,7 +306,7 @@ export const InspectionMain = useCrudSchemas(
}
},
{
label: '批次',
label: '检验批次',
field: 'batch',
sort: 'custom',
isSearch: false,
@ -314,6 +314,16 @@ export const InspectionMain = useCrudSchemas(
width: 150
}
},
{
label: '供应商批次',
field: 'supplierBatch',
sort: 'custom',
isSearch: false,
isForm: false,
table: {
width: 150
}
},
{
label: '待检数量',
field: 'requestInspectionNum',

Loading…
Cancel
Save