Browse Source

优化提货详情页面

dev-xx
qb 1 year ago
parent
commit
c8270fc389
  1. 4
      src/views/distribution/inventory/distrilbutionBillLadingView.vue

4
src/views/distribution/inventory/distrilbutionBillLadingView.vue

@ -279,7 +279,7 @@ export default {
},
{
prop: 'conditions', //
prop: 'conditionsName', //
label: '提货状态',
type: 2,
values: '',
@ -467,7 +467,7 @@ export default {
head: false,
},
{
prop: 'pickupStatus', //
prop: 'pickupStatusName', //
label: '提货状态',
type: 2,
values: '',

Loading…
Cancel
Save