|
@@ -26,7 +26,7 @@
|
|
|
<view style="color:green;font-weight:bold;font-size:30upx;">已发货</view>
|
|
<view style="color:green;font-weight:bold;font-size:30upx;">已发货</view>
|
|
|
</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.fhWl }} {{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>
|