Browse Source

增加包件列表签收人

dev-xx
汤建军 1 year ago
parent
commit
6e6c0185b9
  1. 11
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

11
src/views/distribution/deliverylist/distributionDeliveryListedt.vue

@ -1706,6 +1706,17 @@ export default {
sortable: true, sortable: true,
head: false, head: false,
}, },
{
prop: 'signingUser',
label: '签收人',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{ {
prop: 'signingTime', prop: 'signingTime',
label: '签收扫描时间', label: '签收扫描时间',

Loading…
Cancel
Save