Browse Source

去掉包装号的展示

hella_zhaoxuebing
赵雪冰 3 months ago
parent
commit
ac0ffb3135
  1. 10
      src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts

10
src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts

@ -123,11 +123,11 @@ export const SettlementReportSelection = useCrudSchemas(reactive<CrudSchema[]>([
field: 'batch', field: 'batch',
sort: 'custom', sort: 'custom',
}, },
{ // {
label: '包装号', // label: '包装号',
field: 'packingNumber', // field: 'packingNumber',
sort: 'custom', // sort: 'custom',
}, // },
{ {
label: '库位代码', label: '库位代码',
field: 'locationCode', field: 'locationCode',

Loading…
Cancel
Save