Browse Source

HL-5546首件检验记录查询条件、明细里去掉包装号

hella_online_20240823
zhaoyiran 3 months ago
parent
commit
809958aed4
  1. 22
      src/views/qms/inspectionRecordFirst/inspectionRecordFirstMain.data.ts

22
src/views/qms/inspectionRecordFirst/inspectionRecordFirstMain.data.ts

@ -134,17 +134,17 @@ export const InspectionRecordMain = useCrudSchemas(
}
}
},
{
label: '包装号',
field: 'packageCode',
sort: 'custom',
isSearch: true,
isTable: false,
isForm: false,
tableForm: {
disabled: false
}
},
// {
// label: '包装号',
// field: 'packageCode',
// sort: 'custom',
// isSearch: false,
// isTable: false,
// isForm: false,
// tableForm: {
// disabled: false
// }
// },
{
label: '发货单号',
field: 'asnNumber',

Loading…
Cancel
Save