diff --git a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts index 0c6687a0a..9b7a95083 100644 --- a/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts +++ b/src/views/wms/issueManage/onlinesettlement/settlementReport/settlementReport.data.ts @@ -123,11 +123,11 @@ export const SettlementReportSelection = useCrudSchemas(reactive([ field: 'batch', sort: 'custom', }, - // { - // label: '包装号', - // field: 'packingNumber', - // sort: 'custom', - // }, + { + label: '包装号', + field: 'packingNumber', + sort: 'custom', + }, { label: '库位代码', field: 'locationCode',