Browse Source

配送详情增加装车时间字段

master
汤建军 1 year ago
parent
commit
2712eb506f
  1. 11
      src/views/distribution/deliverylist/distributionDeliveryListedt.vue

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

@ -1498,6 +1498,17 @@ export default {
sortable: true, sortable: true,
head: false, head: false,
}, },
{
prop: 'loadingTime',
label: '装车时间',
type: 1,
values: '',
width: '150',
checkarr: [],
fixed: false,
sortable: true,
head: false,
},
{ {
prop: 'quantity', prop: 'quantity',
label: '包件数量', label: '包件数量',

Loading…
Cancel
Save