Browse Source

修复提货详情运输费用显示

dev-xx
qb 7 months ago
parent
commit
70720c2b6e
  1. 3
      src/views/distribution/inventory/arteryDistrilbutionBillLadingListDetails.vue

3
src/views/distribution/inventory/arteryDistrilbutionBillLadingListDetails.vue

@ -523,7 +523,7 @@ export default {
isshowSummary: true, isshowSummary: true,
}, },
{ {
prop: 'forkliftName', prop: 'totalFreight',
label: '运输费用', label: '运输费用',
type: 2, type: 2,
values: '', values: '',
@ -531,6 +531,7 @@ export default {
checkarr: [], checkarr: [],
fixed: false, fixed: false,
sortable: true, sortable: true,
isshowSummary: true,
}, },
{ {
prop: '', prop: '',

Loading…
Cancel
Save