Browse Source

1.配送单号

fix_bug_pro20231227
0.0 1 year ago
parent
commit
702836e597
  1. 31
      src/views/distribution/signdetail/distributionSigndetail.vue

31
src/views/distribution/signdetail/distributionSigndetail.vue

@ -142,17 +142,6 @@ export default {
sortable: true,
head: false,
},
// {
// prop: 'noteNumber',
// label: '',
// type: 2,
// values: '',
// width: '150',
// checkarr: [],
// fixed: true,
// sortable: true,
// head: false,
// },
{
prop: 'trainNumber',
label: '配送车次号',
@ -204,16 +193,16 @@ export default {
fixed: false,
sortable: true,
},
{
prop: 'descriptionGoods',
label: '货物名称',
type: 2,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
},
// {
// prop: 'descriptionGoods',
// label: '',
// type: 2,
// values: '',
// width: '130',
// checkarr: [],
// fixed: false,
// sortable: true,
// },
{
prop: 'warehouse',
label: '仓库',

Loading…
Cancel
Save