|
@@ -14,14 +14,14 @@
|
|
|
</view>
|
|
|
<view style="height: 44px;"></view>
|
|
|
<view class="SheetState" v-if="orderData.sheetState==1">等待付款</view>
|
|
|
- <view class="SheetState" v-if="orderData.sheetState==2">请尽快到店享受服务</view>
|
|
|
+ <view class="SheetState" v-if="orderData.sheetState==2">待服务</view>
|
|
|
<view class="SheetState" v-if="orderData.sheetState==3||orderData.sheetState==5">订单已完成</view>
|
|
|
<view class="SheetState" v-if="orderData.sheetState==0">订单已取消</view>
|
|
|
<view class="SheetState" v-if="orderData.sheetState==4">订单已完成</view>
|
|
|
</view>
|
|
|
<view v-if="orderData">
|
|
|
<!-- 服务确认码 -->
|
|
|
- <view class="orderTop" v-if="orderData.sheetState==2 || orderData.sheetState==3 || orderData.sheetState==4 || orderData.sheetState==5">
|
|
|
+ <view class="orderTop" v-if="false"><!-- v-if="orderData.sheetState==2 || orderData.sheetState==3 || orderData.sheetState==4 || orderData.sheetState==5" -->
|
|
|
|
|
|
<view class="maBox">
|
|
|
|
|
@@ -62,7 +62,7 @@
|
|
|
<!-- <view class="timeRight" @click="qrcodeClick">订单码</view> -->
|
|
|
</view>
|
|
|
<view class="shopBox">
|
|
|
- <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
|
|
|
+ <image src="../../static/img/newshop.png" mode="" class="shopBoximg"></image>
|
|
|
<view class="shopCont">
|
|
|
<view class="shopName">{{orderData.shopName}}</view>
|
|
|
|
|
@@ -87,8 +87,8 @@
|
|
|
<image src="../../static/img/icon_che.png" mode="" class="shopBoximg"></image>
|
|
|
<view class="">
|
|
|
<view class="PlateNumberBoxTop">
|
|
|
- <view class="PlateNumbercx"> <span v-if="orderData.carInfo.brand">{{orderData.carInfo.brand}}</span>
|
|
|
- <span style="padding-left: 20rpx;" v-if="orderData.carInfo.series">{{orderData.carInfo.series}}</span>
|
|
|
+ <view class="PlateNumbercx"> <span v-if="orderData.carInfo">{{orderData.carInfo.brand}}</span>
|
|
|
+ <span style="padding-left: 20rpx;" v-if="orderData.carInfo">{{orderData.carInfo.series}}</span>
|
|
|
</view>
|
|
|
<view class="PlateNumber">{{orderData.plateNumber}}</view>
|
|
|
</view>
|
|
@@ -538,6 +538,7 @@ export default {
|
|
|
},
|
|
|
timeCk(){
|
|
|
this.timeShow=false;
|
|
|
+ var that=this;
|
|
|
this.$http('h5BmSheet/h5UpdateTimeOfAppointment', {
|
|
|
id:this.id,
|
|
|
billDate:this.orderTime
|
|
@@ -549,7 +550,11 @@ export default {
|
|
|
duration: 2000
|
|
|
});
|
|
|
}
|
|
|
- this.getData()
|
|
|
+
|
|
|
+ setTimeout(() => {
|
|
|
+ that.getData()
|
|
|
+ }, 2000);
|
|
|
+
|
|
|
})
|
|
|
},
|
|
|
getOrderTimes(){
|
|
@@ -670,7 +675,7 @@ export default {
|
|
|
}
|
|
|
.shopBox{
|
|
|
display: flex;
|
|
|
- padding: 30rpx 20rpx 20rpx 20rpx;
|
|
|
+ padding: 30rpx 20rpx 24rpx 20rpx;
|
|
|
}
|
|
|
.shopCont{
|
|
|
width: 418rpx;padding-left: 20rpx;
|
|
@@ -699,7 +704,7 @@ export default {
|
|
|
.people{
|
|
|
display: flex;
|
|
|
padding-left: 20rpx;
|
|
|
- padding-bottom: 36rpx;
|
|
|
+ padding-bottom: 24rpx;
|
|
|
}
|
|
|
.PlateNumberBox{
|
|
|
display: flex;padding-left: 20rpx;padding-bottom: 30rpx;
|