Browse Source

增加包装号的展示

hella_zhaoxuebing
赵雪冰 1 month ago
parent
commit
9573c1b8ca
  1. 5
      src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts

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

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

Loading…
Cancel
Save