Browse Source

签收列表新增商场名称字段

dev
qb 2 weeks ago
parent
commit
476913e407
  1. 11
      src/views/distribution/signfor/distributionSignfor.vue

11
src/views/distribution/signfor/distributionSignfor.vue

@ -399,6 +399,17 @@ export default {
sortable: true,
head: false,
},
{
prop: 'mallName',
label: '商场名称',
type: 1,
values: '',
width: '130',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{
prop: 'consignee',
label: '客户名称',

Loading…
Cancel
Save