|
@@ -21,7 +21,7 @@
|
|
<text>{{item.toCheckinRooms||0}}</text>
|
|
<text>{{item.toCheckinRooms||0}}</text>
|
|
<text>待入住</text>
|
|
<text>待入住</text>
|
|
</view>
|
|
</view>
|
|
- <view>
|
|
|
|
|
|
+ <view @tap="toConfirm">
|
|
<text>{{item.undeterminedOrders||0}}</text>
|
|
<text>{{item.undeterminedOrders||0}}</text>
|
|
<text>待确认</text>
|
|
<text>待确认</text>
|
|
</view>
|
|
</view>
|
|
@@ -238,6 +238,11 @@
|
|
url: '/pages/home/condition'
|
|
url: '/pages/home/condition'
|
|
})
|
|
})
|
|
},
|
|
},
|
|
|
|
+ toConfirm(){
|
|
|
|
+ uni.navigateTo({
|
|
|
|
+ url:'/pagesMy/orderList/orderList?Type=0'
|
|
|
|
+ })
|
|
|
|
+ },
|
|
cancle(item) {
|
|
cancle(item) {
|
|
this.show = true;
|
|
this.show = true;
|
|
this.check.orderCode = item.orderCode;
|
|
this.check.orderCode = item.orderCode;
|