|
|
@@ -179,7 +179,7 @@ |
|
|
|
<view class="d-row"> |
|
|
|
<text class="d-label">物流公司:</text> |
|
|
|
<text |
|
|
|
class="d-value">{{state.orderInfo.courierCompany ?state.orderInfo.courierCompany: ''}}</text> |
|
|
|
class="d-value">{{getCodeName('快递物流公司',state.orderInfo.courierCompany) ?getCodeName('快递物流公司',state.orderInfo.courierCompany): ''}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
|
|
|
@@ -234,7 +234,7 @@ |
|
|
|
<view class="d-row"> |
|
|
|
<text class="d-label">物流公司:</text> |
|
|
|
<text |
|
|
|
class="d-value">{{state.orderInfo.courierCompany ?state.orderInfo.courierCompany: ''}}</text> |
|
|
|
class="d-value">{{getCodeName('快递物流公司',state.orderInfo.courierCompany) ?getCodeName('快递物流公司',state.orderInfo.courierCompany): ''}}</text> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
@@ -522,6 +522,9 @@ |
|
|
|
import { getETCStatusName, getOBUStatusName, msg, getOrderTypeName, getCarTypeName, getOrderTime, isBlank, timesDiff } from "@/utils/utils"; |
|
|
|
import { OrderStatus } from "@/datas/enum"; |
|
|
|
import {deviceType} from "@/utils/network/difference"; |
|
|
|
import { |
|
|
|
getCodeName |
|
|
|
} from "@/datas/queryKey.js"; |
|
|
|
const state = reactive({ |
|
|
|
orderInfo: { |
|
|
|
orderInfoExt: {} |