Browse Source

修复运单审核显示

dev-xx
qb 4 months ago
parent
commit
337b543796
  1. 2
      src/views/finance/WaybillAudit.vue

2
src/views/finance/WaybillAudit.vue

@ -395,7 +395,7 @@ const initData = async () => {
//
getDictionaryBiz('distribution_type').then(res => handleData('服务类型', res)),
//
getDictionaryBiz('mainline_waybill_shippingmethod').then(res => handleData('服务类型', res)),
getDictionaryBiz('mainline_waybill_shippingmethod').then(res => handleData('送货方式', res)),
//
getDictionaryBiz('open_order_pay_type').then(res => handleData('支付方式', res)),
//

Loading…
Cancel
Save