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', 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