|
|
@@ -95,7 +95,7 @@
|
|
|
</text>
|
|
|
</block>
|
|
|
</view>
|
|
|
- <view style="text-align: right;">
|
|
|
+ <view style="text-align: right;" v-if="detailInfo.pfLevel && detailInfo.pfLevel == 1">
|
|
|
<button @tap="assignOrder()" class="admin-button-com middle blue" style="">刷新货位</button>
|
|
|
<button @tap="changeView()" class="admin-button-com middle blue" style="margin-left:50upx;">{{showSeat == 0 ?'显示货位':'隐藏货位'}}</button>
|
|
|
</view>
|
|
|
@@ -601,7 +601,9 @@ export default {
|
|
|
that.wcPrintNum = res.data.wcPrintNum ? Number(res.data.wcPrintNum) : 1
|
|
|
}
|
|
|
})
|
|
|
-
|
|
|
+ if(that.detailInfo.pfLevel == 0){
|
|
|
+ this.showSeat = 0
|
|
|
+ }
|
|
|
}else{
|
|
|
const { data } = await getCgDetail({orderSn:that.orderSn,salt:that.salt})
|
|
|
that.detailInfo = data
|