Browse Source

包件明细新增字段

dev-xx
qb 1 year ago
parent
commit
28b472c380
  1. 20
      src/views/warehouse/parcelList/distributionParcelList.vue

20
src/views/warehouse/parcelList/distributionParcelList.vue

@ -440,6 +440,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'noteNumber',
label: '配送单号',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'dvehicleName',
label: '配送车次号',
@ -450,6 +460,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'vehicleName',
label: '配送车牌',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
{
prop: 'firsts',
label: '一级品',

Loading…
Cancel
Save