浏览代码

样式修改

twt 1 年之前
父节点
当前提交
2bd314881c
共有 5 个文件被更改,包括 29 次插入20 次删除
  1. 8 4
      pages/rescue/rescueOrder.vue
  2. 2 2
      pages/rescue/rescueOrderDetail.vue
  3. 15 11
      pages/wyCar/apply.vue
  4. 2 1
      pages/wyCar/index.vue
  5. 2 2
      utils/request.js

+ 8 - 4
pages/rescue/rescueOrder.vue

@@ -117,11 +117,14 @@
 				</view>
 				<view class="itemName" v-if="item.orderType==1">救援时间:立刻</view>
 				<view class="itemName" v-else>救援时间:{{item.HTime}}</view>
-				<view style="display: flex;justify-content: space-between;">
+				<view v-if="item.PlateNumber">
 					<view class="itemName" >{{item.PlateNumber}}</view>
+				</view>
+				<view style="display: flex;justify-content: space-between;">
+					<view class="itemName" style="padding-bottom: 0;">{{item.ShopName}}</view>
 					<view class="itemName" >{{item.CustomerName}}</view>
 				</view>
-				<view class="itemName" style="padding-bottom: 0;">{{item.ShopName}}</view>
+				
 
 			</view>
 			
@@ -688,9 +691,10 @@
 	}
 
 	.tabActive {
-		color: #FF0000;
+		/* color: #FF0000; */
+		color: #3F90F7;
 		font-weight: bold;
-		border-bottom: 4rpx solid #FF0000;
+		border-bottom: 4rpx solid #3F90F7;
 
 	}
 

+ 2 - 2
pages/rescue/rescueOrderDetail.vue

@@ -75,13 +75,13 @@
 				<view class="informationTxt">车牌号:</view>
 				<view class="informationNum">{{orderData.openShopHelpSheet.plateNumber}}</view>
 			</view>
-			<view class="informationLine">
+			<view class="informationLine" v-if="orderData.openShopHelpSheet.carModel">
 				<view class="informationTxt">车型:</view>
 				<view class="informationNum">{{orderData.openShopHelpSheet.carModel}}</view>
 			</view>
 			<view class="informationLine">
 				<view class="informationTxt">救援联系人:</view>
-				<view class="informationNum">{{orderData.openShopHelpSheet.customerName}}/{{orderData.openShopHelpSheet.mobilePhone}} <span class="callPhone" @click="callPhone(orderData.openShopHelpSheet.mobilePhone)">拨号</span> </view>
+				<view class="informationNum">{{orderData.openShopHelpSheet.customerName}} <span v-if="orderData.openShopHelpSheet.customerName">/</span> {{orderData.openShopHelpSheet.mobilePhone}} <span class="callPhone" @click="callPhone(orderData.openShopHelpSheet.mobilePhone)">拨号</span> </view>
 			</view>
 			
 			<view class="informationLine" >

+ 15 - 11
pages/wyCar/apply.vue

@@ -28,13 +28,13 @@
 					</view>
 				</view>
 				<view class="line">
-					<view class="lineLeft">手机号</view>
+					<view class="lineLeft"><span class="stars">*</span>手机号</view>
 					<view class="lineRight">
 						<input type="text" v-model="mobilePhone" class="lineInput" placeholder="请填写手机号"/>
 					</view>
 				</view>
 				<view class="line">
-					<view class="lineLeft">车牌号</view>
+					<view class="lineLeft"><span class="stars">*</span>车牌号</view>
 					<view class="lineRight">
 						<input type="text" v-model="plateNumber" class="lineInput" placeholder="请填写车牌号"/>
 					</view>
@@ -55,7 +55,7 @@
 					</view>
 				</view>
 				<view class="line">
-					<view class="lineLeft">上传图片</view>
+					<view class="lineLeft"><span class="stars">*</span>上传图片</view>
 					<view class="lineImgBOx">
 						<view class="lineimghz" v-for="(item,index) in imgListArr">
 							<img src="../../static/img/del.png" alt="" class="lineimgdel" @click="delimg(index)" >
@@ -96,13 +96,14 @@
 				shopName:'fzh123',
 				sourceUserID:'00958045-3341-4AF7-9460-801F5B52E3E2',
 				sourceName:'姜国远',
+				uid:'',
 			}
 		},
 		onLoad(opt) {
-		   this.shopID=opt.shopID;
-		   this.shopName=opt.shopName;
-		   this.sourceUserID=opt.sourceUserID;
-		   this.sourceName=opt.sourceName;
+		 //  this.shopID=opt.shopID;
+		  // this.shopName=opt.shopName;
+		   this.uid=opt.uid;
+		   //this.sourceName=opt.sourceName;
            this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
 		},
 		created() {
@@ -159,10 +160,10 @@
 					mobilePhone:this.mobilePhone,
 					plateNumber:this.plateNumber,
 					carmodelType:this.carmodelType,
-					shopID:this.shopID,
-					shopName:this.shopName,
-					sourceUserID:this.sourceUserID,
-					sourceName:this.sourceName,
+					//shopID:this.shopID,
+					//shopName:this.shopName,
+					sourceUserID:this.uid,
+					//sourceName:this.sourceName,
 					imgs:this.imgListArr.join(','),
 				}, 'POST').then(res => {
 					uni.hideLoading();
@@ -569,4 +570,7 @@
 		height: 40rpx;
 		padding-top: 16rpx;
 	}
+	.stars{
+		color: #FF2400;
+	}
 </style>

+ 2 - 1
pages/wyCar/index.vue

@@ -131,7 +131,8 @@
 					title: '二维码生成中',
 					mask: true
 				}) 
-			this.qrcodeText=this.url+'/#/pages/wyCar/apply'+'?shopID='+this.shopID+'&shopName='+this.shopName+'&sourceUserID='+this.sourceUserID+'&sourceName='+this.sourceName+'&token='+this.token+'&uid='+this.uid+'&v='+Date.now()
+			//this.qrcodeText=this.url+'/#/pages/wyCar/apply'+'?shopID='+this.shopID+'&shopName='+this.shopName+'&sourceUserID='+this.sourceUserID+'&sourceName='+this.sourceName+'&token='+this.token+'&uid='+this.uid+'&v='+Date.now()
+			this.qrcodeText=this.url+'/#/pages/wyCar/apply'+'?&token='+this.token+'&uid='+this.uid+'&v='+Date.now()
 			this.qrcodeText=encodeURI(this.qrcodeText)
 			console.log(this.qrcodeText)
 			

+ 2 - 2
utils/request.js

@@ -1,5 +1,5 @@
 //测试地址
-//const baseUrl = 'http://api.dms.66km.com.cn/'
+const baseUrl = 'http://api.dms.66km.com.cn/'
 //const baseUrl = 'http://dms.66km.com.cn/'
 //const baseUrl = 'http://192.168.0.146:20187/'
 //const baseUrl = 'http://syadmin.66km.com/'
@@ -9,7 +9,7 @@
 //const baseUrl = 'https://crm.eurorepar.cn/'
 //安徒生
 //const baseUrl = 'http://dms-api.lhrhy.cn/'
-const baseUrl = '//store-api.qdbtl.cn/'
+//const baseUrl = '//store-api.qdbtl.cn/'
 import $store from '../store'
 
 const http = (url = '', date = {}, type = 'POST', header = {