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: '包装号', // label: '包装号',
field: 'packageCode', // field: 'packageCode',
sort: 'custom', // sort: 'custom',
isSearch: true, // isSearch: false,
isTable: false, // isTable: false,
isForm: false, // isForm: false,
tableForm: { // tableForm: {
disabled: false // disabled: false
} // }
}, // },
{ {
label: '发货单号', label: '发货单号',
field: 'asnNumber', field: 'asnNumber',

Loading…
Cancel
Save