twt 1 year ago
parent
commit
741dabf0e7

+ 15 - 1
pages.json

@@ -533,7 +533,21 @@
 				 			"navigationStyle": "custom",
 				 			"enablePullDownRefresh": true
 				 		}
-				 	}
+				 	},
+					{
+							"path": "rescueOrder", 
+							"style": {
+								"navigationStyle": "custom",
+								"enablePullDownRefresh": true
+							}
+					},
+					{
+							"path": "rescueOrderOrderDetail", 
+							"style": {
+								"navigationStyle": "custom",
+								"enablePullDownRefresh": true
+							}
+						}
 				]
 				
 		}],

+ 51 - 5
pages/index/confirmRescue.vue

@@ -72,7 +72,7 @@
 	  			<span class="stars">*</span> <span>车型</span>
 	  		  </view>
 	  		  <view class="kklineRight3" @click="goCarlist">
-	  			  <span>{{carInfo.plateNumber?carInfo.plateNumber:'请选择'}}</span>
+	  			  <span>{{carInfo.carModel?carInfo.carModel:'请选择'}}</span>
 	  			  <img src="../../static/img/big_rightArrow.png" alt="" class="rightJt">
 	  		  </view>
 	  </view>
@@ -81,14 +81,14 @@
 	  			<span class="stars">*</span><span>救援联系人</span>
 	  		  </view>
 	  		  <view class="kklineRight">
-				  <input type="text" placeholder="请输入">
+				  <input type="text" placeholder="请输入" v-model="customerName">
 			  </view>
 	  </view>
 	  <view class="kkline">
 	  		  <view class="kklineLeft">
 	  			<span class="stars">*</span><span>手机号</span>
 	  		  </view>
-	  		  <view class="kklineRight"><input type="text" placeholder="请输入"></view>
+	  		  <view class="kklineRight"><input type="text" placeholder="请输入" v-model="mobilePhone"></view>
 	  </view>
   </view>
   
@@ -97,7 +97,8 @@
 		<view class="heji">
 		  <span>合计</span> <span  style="font-size: 22rpx;color: #FF0000;">¥</span> <span style="font-size: 32rpx;color: #FF0000;" >759</span>
 		</view>
-	  <view  class="newyyBotbutton" :style="{background:'#'+themeColor}" @click="yuyue">提交订单</view>
+	  <view  class="newyyBotbutton" :style="{background:'#'+themeColor}" @click="submitOrder">提交订单</view>
+	  <!-- yuyue 老预约-->
 	</view>
 	
 </view>
@@ -124,7 +125,9 @@
 				shopName:'',
 				opt:'',
 				distance:'',
-				jykkNum:1,
+				jykkNum:1,
+				customerName:'',
+				mobilePhone:'',
 			}
 		},
 		onLoad(opt) {
@@ -139,6 +142,7 @@
 		},
 		onShow() {
 			this.carInfo=this.$store.state.carInfo;
+			console.log(this.carInfo)
 		},
 		methods: {
 			jykk(num){
@@ -148,6 +152,48 @@
 				uni.navigateTo({
 					url:'../user/addCar/cailist'
 				})
+			},
+			submitOrder(){
+				this.$http('openShopHelpSheetOrder/submitOrder', {
+				  helpType:this.opt.type,
+				  customerName: this.customerName,
+				  mobilePhone: this.mobilePhone,
+				  //orderItem: this.yuyueData.map(item => item.ID).join(),
+				  shopID: '1B43BADD-B670-4B27-B6C1-604523287EAF',
+				  plateNumber: this.carInfo.plateNumber,
+				  carModel:this.carInfo.carModel,
+				  hEndAddress:'',
+				  hStartAddress:'',
+				  orderType:1,
+				  hTime:this.opt.time,
+				  hscene:this.jykkNum,
+				 },'POST').then(res => {
+					 if(res.code==0){
+						 uni.showModal({
+						     title: '提示',
+						     content: '预约成功',
+						 	confirmText:'返回首页',
+						 	cancelText:'查看订单',
+						     success: function (res) {
+						         if (res.confirm) {
+						            // console.log('用户点击确定');
+						 		   uni.switchTab({
+						 		   	url:'index'
+						 		   })
+						         } else if (res.cancel) {
+						            // console.log('用户点击取消');
+						 		   // uni.reLaunch({
+						 			  //  url:'../user/bespeakDetail?id='+id
+						 		   // })
+						 		   uni.redirectTo({
+						 		   		url:'../user/bespeakDetail?id='+id
+						 		   })
+						 		   
+						         }
+						     }
+						 });
+					 }
+				 })
 			},
 			yuyue(){
 				if(!this.billDate){

+ 5 - 2
pages/index/index.vue

@@ -591,9 +591,12 @@
 							url:'aboutUS?unionID='+this.userInfo.unionId
 						})
 					}else if(item.bizType==18){ //领券中心
-							uni.navigateTo({
+							/* uni.navigateTo({
 								url:'receiveCoupon'
-							})
+							}) */
+							 uni.navigateTo({
+							 	url:'rescue'
+							 })
 					}
 					// uni.navigateTo({
 					// 	url:url

+ 5 - 5
pages/index/rescue.vue

@@ -34,7 +34,7 @@
 
 			<view class="price">服务费用 199元/次</view>
 
-			<view class="shopBox">
+			<!-- <view class="shopBox">
 				<view class="left">
 					<view class="graypoint"></view>
 					<view class="leftTitle">门店</view>
@@ -42,7 +42,7 @@
 				</view>
 				<image src="../../static/img/little_rightArrow.png" mode="" style="width: 30rpx;height: 30rpx;"></image>
 
-			</view>
+			</view> -->
 
 			<view class="shopBox" @click="startBtn">
 				<view class="left">
@@ -163,7 +163,7 @@
 						longitude: that.longitude,  
 						latitude:that.latitude 
 					})
-					that.calculateDistance()
+					//that.calculateDistance()
 					//that.queryhelpshopList()
 					that.tMap.reverseGeocoder({
 						location: {
@@ -279,7 +279,7 @@
 						}
 						that.covers[0]=obj;
 						that.points[0]=obj2;
-						that.calculateDistance()
+						//that.calculateDistance()
 						console.log(that.covers)
 					},
 					fail(err){
@@ -354,7 +354,7 @@
 							that.points.push(obj2)
 						}
 						//console.log(that.covers)
-						that.calculateDistance()
+						//that.calculateDistance()
 					},
 					fail(err){
 						console.log(err)

+ 288 - 0
pages/subPack/rescueOrder.vue

@@ -0,0 +1,288 @@
+<template>
+	<view class="box">
+		<homenav :iStatusBarHeight="iStatusBarHeight" :title="'我的订单'" :cj="3"></homenav>
+		<view class="tab">
+			<view class="tabLine" :class="{tabActive:tabIndex==0}" @click="tabClick(0)">全部</view>
+			<view class="tabLine" :class="{tabActive:tabIndex==1}" @click="tabClick(1)">待确认</view>
+			<view class="tabLine" :class="{tabActive:tabIndex==5}" @click="tabClick(5)">已接单</view>
+			<view class="tabLine" :class="{tabActive:tabIndex==2}" @click="tabClick(2)">已出发</view>
+			<view class="tabLine" :class="{tabActive:tabIndex==3}" @click="tabClick(3)">已完成</view>
+
+		</view>
+		<view class="main">
+			<view class="itemBg" v-for="(item,index) in items" @click="goDetail(item)">
+				<view class="itemTop">
+					<view class="itemType">救援订单</view>
+                    <view class="itemSheetState redColor" v-if="item.SheetState==5">待成团</view>
+					<view class="itemSheetState redColor" v-if="item.SheetState==1">待付款</view>
+					<view class="itemSheetState orangeColor" v-if="item.SheetState==2">待服务</view>
+					<view class="itemSheetState greenColor" v-if="item.SheetState==3">已完成</view>
+					<view class="itemSheetState" v-if="item.SheetState==4">已取消</view>
+
+				</view>
+				<view class="itemShopBg">
+					<view class="shopName">救援类型-救援场景</view>
+					<!-- <view style="color: #333333;font-size: 22rpx;">¥<span class="price">{{item.PayType==1?item.RealMoney:0}}</span></view> -->
+				</view>
+                 <view class="renBox" v-if="item.SheetType==6">
+					<image src="../../../static/timg/icon_ren.png" mode="" class="renimg"></image> 
+					<view class="renMobilePhone">{{item.MobilePhone}}</view>
+					<view class="renNickName">{{item.NickName?item.NickName:''}}</view>
+				 </view>
+				<view class="itemName">{{item.CreateTime}}</view>
+                <view class="itemName" style="padding-top: 2rpx;padding-bottom: 0;">{{item.ShopName}}</view>
+				
+			</view>
+
+			<nodata v-show="items==''&&isload"></nodata>
+		</view>
+	</view>
+</template>
+
+<script>
+	import nodata from '@/components/nodata/nodata.vue'
+	import homenav from "@/components/homenav/nav.vue"
+	export default {
+		components: {
+			nodata,homenav
+		},
+		data() {
+			return {
+				page: 1,
+				tabIndex: '',
+				items: [],
+				isload: false,
+                iStatusBarHeight:'',
+			}
+		},
+		onLoad(opt) {
+            this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
+			this.tabIndex = opt.num;
+			this.getData()
+		},
+		onShow() {
+			console.log(this.tabIndex)
+			this.getData()
+		},
+		methods: {
+			tabClick(num) {
+				this.tabIndex = num;
+				this.page = 1;
+				this.getData()
+			},
+			goDetail(item) {
+				//SheetType 1 商品2项目3套餐4救援5钣喷6集客
+					uni.navigateTo({
+						url: "rescueOrderOrderDetail?id=" + item.ID
+					})
+				
+			},
+			getData() {
+				uni.showLoading({
+					title: '加载中'
+				});
+				this.isload = false;
+				var padata = {
+					page: this.page,
+					limit: 10,
+					sheetState: this.tabIndex > 0 ? this.tabIndex : ''
+				}
+
+				this.$http('openOrderManagement/getOpenSheetList', padata, 'GET').then(res => {
+					uni.hideLoading();
+					this.isload = true;
+
+					var list = res.data.Items;
+
+					if (this.page == 1) {
+						this.items = list
+					} else {
+						this.items = this.items.concat(list)
+					}
+
+				})
+			},
+
+		},
+		onReachBottom() {
+			this.page++;
+
+			this.getData()
+		},
+		onPullDownRefresh() {
+			this.page = 1;
+			this.getData()
+			setTimeout(function() {
+				uni.stopPullDownRefresh();
+			}, 1000);
+		}
+	}
+</script>
+
+<style scoped>
+	.box {
+		min-height: 100vh;
+		background: #F4F5F7;
+	}
+   .renBox{
+	   color: #1A1A1A;
+	   background: #F7F7F7;
+	   border-radius: 10rpx;
+	   display: flex;
+	   padding: 20rpx;font-size: 24rpx;
+	   line-height: 30rpx;
+	   margin-top: 16rpx;
+   }
+   .renimg{
+	   width: 30rpx;height: 30rpx;
+   }
+   .renMobilePhone{
+	   padding-left: 13rpx;
+   }
+   .renNickName{
+	   padding-left: 20rpx;
+   }
+	.tab {
+		background: #FFFFFF;
+		display: flex;
+		justify-content: space-between;
+		line-height: 92rpx;
+		position: fixed;
+		width: calc(100vw - 100rpx);
+		padding-left: 50rpx;
+		padding-right: 50rpx;
+		height: 92rpx;
+		z-index: 11;
+	}
+
+	.tabLine {
+
+		font-size: 28rpx;
+		color: #333333;
+		text-align: center;
+	}
+
+	.tabActive {
+		color: #FF0000;
+		font-weight: bold;
+		border-bottom: 4rpx solid #FF0000;
+
+	}
+
+	.main {
+		padding-top: 92rpx;
+		padding-bottom: 20rpx;
+		background-color: #F4F5F7;
+	}
+
+	.itemBg {
+		margin: 20rpx 24rpx;
+		background-color: #FFFFFF;
+		border-radius: 10rpx;
+		padding: 20rpx;
+	}
+
+	.itemTop {
+		display: flex;
+		justify-content: space-between;
+	}
+
+	.itemType {
+		color: #999999;
+		font-size: 24rpx;
+	}
+
+	.itemSheetState {
+		font-size: 24rpx;
+		color: #999999
+	}
+	.redColor {
+		color: #FF0000;
+	}
+	.orangeColor {
+		color: #F19D01;
+	}
+	.greenColor {
+		color: #00A040;
+	}
+	
+
+	.itemShopBg {
+		display: flex;
+		justify-content: space-between;
+		margin-top: 20rpx;
+		
+	}
+
+	.shopName {
+		color: #333333;
+		font-size: 30rpx;
+		font-weight: bold;
+		/* 隐藏文字显示 ...不换行 */
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space: nowrap;
+	}
+
+	.price {
+		color: #333333;
+		font-weight: bold;
+		font-size: 32rpx;
+	}
+
+	.itemName {
+		color: #666666;
+		font-size: 24rpx;
+		padding: 16rpx 0;
+		height: 30rpx;
+		overflow: hidden;
+		text-overflow: ellipsis;
+		white-space: nowrap;
+	}
+
+	.plateBg {
+		display: flex;
+		justify-content: space-between;
+		align-items: center;
+	}
+
+	.plateNumber {
+		color: #666666;
+		font-size: 24rpx;
+		margin-bottom: 20rpx;
+		display: flex;
+	}
+	.itemLineBottom {
+		display: flex;
+		justify-content: flex-end;
+	}
+	.itemBtn1 {
+		width: 150rpx;
+		height: 56rpx;
+		border-radius: 36rpx;
+		border: 2rpx solid #DDDDDD;
+		text-align: center;
+		line-height: 56rpx;
+		font-size: 28rpx;
+		color: #3C3C3C;
+		margin-left: 40rpx;
+	}
+
+	.itemBtn2 {
+		width: 150rpx;
+		height: 56rpx;
+		border-radius: 36rpx;
+		border: 2rpx solid #FF4F00;
+		text-align: center;
+		line-height: 56rpx;
+		font-size: 28rpx;
+		color: #FF4F00;
+		margin-left: 40rpx;
+	}
+
+	.orderState {
+		color: #F19D01;
+		font-size: 24rpx;
+		padding-left: 20rpx;
+	}
+</style>

File diff suppressed because it is too large
+ 1560 - 0
pages/subPack/rescueOrderOrderDetail.vue


+ 7 - 0
pages/user/user.vue

@@ -147,6 +147,13 @@
 
 		<!-- 我的 相关 -->
 		<view class="rowBoxBg">
+			<view class="rowBox" @click="gonavigateTo('../subPack/rescueOrder')">
+				<view class="leftView">
+					<image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>
+					<view class="rowTitle">救援订单</view>
+				</view>
+				<image src="../../static/img/big_rightArrow.png" mode="" class="big_rightArrow"></image>
+			</view>
 			<view class="rowBox" @click="gonavigateTo('../user/expertServices')">
 				<view class="leftView">
 					<image src="../../static/img/icon_me1.png" mode="" class="liftIcon"></image>

+ 4 - 4
utils/request.js

@@ -1,16 +1,16 @@
 //测试地址
 //const baseUrl = 'http://api.dms.66km.com.cn/'
 //const baseUrl = 'http://192.168.0.121:20187/'
-//const baseUrl = 'http://192.168.0.122:20187/'
+//const baseUrl = 'http://192.168.0.126:20187/'
 //正式
 //const baseUrl = 'https://apidms.66km.com/'
 //正式地址
 import $store from '../store'
 const extConfig = uni.getExtConfigSync();		
 console.log(extConfig)
-//const baseUrl=extConfig.url+'/'
-//const baseUrl='http://192.168.0.160:20187/'
-const baseUrl='http://dmss.66km.com.cn/'
+const baseUrl=extConfig.url+'/'
+//const baseUrl='http://192.168.0.126:20187/'
+//const baseUrl='http://dmss.66km.com.cn/'
 
 //wx2c6f04c0dcd15984正式  wx33053a645546ec31
 //测试地址