|
@@ -150,9 +150,15 @@
|
|
|
<view>订单状态:</view>
|
|
<view>订单状态:</view>
|
|
|
<view>{{ detailInfo.status==1?'待付款':detailInfo.status==2?'待发货':detailInfo.status==3?'待收货':detailInfo.status==4?'已完成':detailInfo.status==5?'已取消':'已退款' }}</view>
|
|
<view>{{ detailInfo.status==1?'待付款':detailInfo.status==2?'待发货':detailInfo.status==3?'待收货':detailInfo.status==4?'已完成':detailInfo.status==5?'已取消':'已退款' }}</view>
|
|
|
</view>
|
|
</view>
|
|
|
|
|
+
|
|
|
|
|
+ <view class="order-info_box" v-if="detailInfo.fhType == 1">
|
|
|
|
|
+ <view>物流名称:</view>
|
|
|
|
|
+ <view>{{ detailInfo.fhWl }}</view>
|
|
|
|
|
+ </view>
|
|
|
|
|
+
|
|
|
<view class="order-info_box" v-if="detailInfo.fhType == 1">
|
|
<view class="order-info_box" v-if="detailInfo.fhType == 1">
|
|
|
<view>物流单号:</view>
|
|
<view>物流单号:</view>
|
|
|
- <view>{{ detailInfo.fhWl }} {{detailInfo.fhWlNo}}</view>
|
|
|
|
|
|
|
+ <view>{{detailInfo.fhWlNo}}</view>
|
|
|
<view class="price">
|
|
<view class="price">
|
|
|
<button @click="copyWl(detailInfo.fhWlNo)" class="admin-button-com default">复制单号</button>
|
|
<button @click="copyWl(detailInfo.fhWlNo)" class="admin-button-com default">复制单号</button>
|
|
|
</view>
|
|
</view>
|