Browse Source

展示包装号

hella_zhaoxuebing
赵雪冰 1 month ago
parent
commit
5f7bc7565b
  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',
sort: 'custom',
},
// {
// label: '包装号',
// field: 'packingNumber',
// sort: 'custom',
// },
{
label: '包装号',
field: 'packingNumber',
sort: 'custom',
},
{
label: '库位代码',
field: 'locationCode',

Loading…
Cancel
Save