|
|
|
|
|
|
|
|
<text class="d-label">收货时间:</text> |
|
|
<text class="d-label">收货时间:</text> |
|
|
<text class="d-value">{{getOrderTime(state.orderInfo.orderInfoExt.receivingTime)}}</text> |
|
|
<text class="d-value">{{getOrderTime(state.orderInfo.orderInfoExt.receivingTime)}}</text> |
|
|
</view> |
|
|
</view> |
|
|
|
|
|
<view class="d-row"> |
|
|
|
|
|
<text class="d-label">卡 号:</text> |
|
|
|
|
|
<text class="d-value">{{state.orderInfo.cardId ?? ''}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="d-row"> |
|
|
|
|
|
<text class="d-label">卡 状 态:</text> |
|
|
|
|
|
<text class="d-value">{{getETCStatusName(state.orderInfo.cardStatus)}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
<view class="d-row"> |
|
|
|
|
|
<text class="d-label">OBU 号:</text> |
|
|
|
|
|
<text class="d-value">{{state.orderInfo.obuId ?? ''}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
|
|
|
<view class="d-row"> |
|
|
|
|
|
<text class="d-label">OBU状态:</text> |
|
|
|
|
|
<text class="d-value">{{getOBUStatusName(state.orderInfo.obuStatus)}}</text> |
|
|
|
|
|
</view> |
|
|
|
|
|
|
|
|
<view class="d-row" v-if="state.orderInfo.staffName"> |
|
|
<view class="d-row" v-if="state.orderInfo.staffName"> |
|
|
<text class="d-label">业 务 员:</text> |
|
|
<text class="d-label">业 务 员:</text> |
|
|
<text class="d-value">{{state.orderInfo.staffName}}</text> |
|
|
<text class="d-value">{{state.orderInfo.staffName}}</text> |