|
|
@@ -158,7 +158,7 @@
|
|
|
<view class="flex-space title">
|
|
|
商品信息
|
|
|
<view class="flex" style="font-weight:normal;">
|
|
|
- <block v-if="detailInfo.status == 2">
|
|
|
+ <block v-if="detailInfo.status == 2 && detailInfo.book == 0">
|
|
|
<button class="admin-button-com bule" @click.stop="directFh(detailInfo)">一键发货</button>
|
|
|
<button class="admin-button-com bule" style="margin-left:50upx;" @click.stop="fillNoFh(detailInfo)">填单发货</button>
|
|
|
</block>
|
|
|
@@ -170,7 +170,7 @@
|
|
|
<view class="flex" style="color: #3385ff;font-weight: 400" v-if="detailInfo.status == 4">
|
|
|
<button class="admin-button-com bule" @click.stop="goRefund()">发起售后</button>
|
|
|
</view>
|
|
|
- <view class="flex" style="color: #3385ff;font-weight: 400" v-if="detailInfo.status == 3 || detailInfo.status == 2">
|
|
|
+ <view class="flex" style="color: #3385ff;font-weight: 400" v-if="(detailInfo.status == 3 || detailInfo.status == 2) && detailInfo.book == 0">
|
|
|
<button class="admin-button-com bule" @click.stop="confirmReach(detailInfo)">确认送达</button>
|
|
|
</view>
|
|
|
</view>
|