Browse Source

样式修改

twt 2 years ago
parent
commit
e8f196747f
3 changed files with 16 additions and 10 deletions
  1. 13 8
      pages/europeOrder/eorderDetail.vue
  2. 3 2
      pages/europeOrder/europeOrder.vue
  3. BIN
      static/img/newshop.png

+ 13 - 8
pages/europeOrder/eorderDetail.vue

@@ -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;

+ 3 - 2
pages/europeOrder/europeOrder.vue

@@ -18,12 +18,12 @@
 			<view class="tabLine" :class="{tabActive:tabIndex==5}" @click="tabClick(5)">全部</view>
 			<view class="tabLine" :class="{tabActive:tabIndex==1}"  @click="tabClick(1)">待付款</view>
 			<view class="tabLine" :class="{tabActive:tabIndex==2}"  @click="tabClick(2)">待服务</view>
-			<view class="tabLine" :class="{tabActive:tabIndex==4}"  @click="tabClick(3)">已完成</view>
+			<view class="tabLine" :class="{tabActive:tabIndex==3}"  @click="tabClick(3)">已完成</view>
 		</view>
 		<view class="topss">
 			<view class="inputBox">
 				<img src="../../static/img/icon_search.png" alt="" class="searchImg">
-				<input v-model="code" type="text" placeholder="请输入订单单号" class="topInput" @confirm="inputconfirm">
+				<input v-model="code" type="text" placeholder="订单单号、联系人姓名、手机号、车牌号" class="topInput" @confirm="inputconfirm">
 			
 			</view>
 		</view>
@@ -484,6 +484,7 @@ export default {
 	}
 	.daifuwuBOxDiv{
 		padding: 20rpx;
+		padding-top: 0;
 	}
 	.itemBtn1{
 		width: 150rpx;

BIN
static/img/newshop.png