订单页面拒单
This commit is contained in:
parent
6d1bbea95d
commit
c57e931850
|
@ -79,8 +79,8 @@
|
||||||
|
|
||||||
<view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> -->
|
<view class="text-green" v-if="item.state ==3||item.state ==4">已完成</view> -->
|
||||||
|
|
||||||
<view class="text-green">预约时间:{{ item.serveTime }}</view>
|
<view class="text-green">预约时间:{{ item.serveTime }}</view>S
|
||||||
<view v-if="item.status == 9&&item.refusalContent!=null" class="judan">
|
<view v-if="item.status == 9&& item.refusalContent" class="judan">
|
||||||
拒单审核中...
|
拒单审核中...
|
||||||
</view>
|
</view>
|
||||||
</view>
|
</view>
|
||||||
|
@ -133,10 +133,10 @@
|
||||||
|
|
||||||
<u-button v-if="item.status == 6" :custom-style="customStyle1" shape="circle" :plain="true"
|
<u-button v-if="item.status == 6" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||||
@click="cancel(item)">服务完成</u-button>
|
@click="cancel(item)">服务完成</u-button>
|
||||||
<u-button v-if="item.status == 9&&item.refusalContent==''||item.refusalContent==null" :custom-style="customStyle1" shape="circle" :plain="true"
|
<u-button v-if="item.status == 9 && !item.refusalContent" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||||
@click="toggle('bottom',item.ordersId)">拒单申请</u-button>
|
@click="toggle('bottom',item.ordersId)">拒单申请</u-button>
|
||||||
<!-- refusalContent不等于空并且status == 9 就是拒单审核中 -->
|
<!-- refusalContent不等于空并且status == 9 就是拒单审核中 -->
|
||||||
<u-button v-if="item.status == 9&&item.refusalContent==''||item.refusalContent==null" :custom-style="customStyle1" shape="circle" :plain="true"
|
<u-button v-if="item.status == 9&& !item.refusalContent" :custom-style="customStyle1" shape="circle" :plain="true"
|
||||||
@click="nineState(item.ordersId)">确认接单</u-button>
|
@click="nineState(item.ordersId)">确认接单</u-button>
|
||||||
</view>
|
</view>
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue