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

Loading…
Cancel
Save