twt 3 gadi atpakaļ
vecāks
revīzija
a5f3c49bea
4 mainītis faili ar 151 papildinājumiem un 130 dzēšanām
  1. 17 10
      pages.json
  2. 12 6
      pages/index/index.vue
  3. 113 112
      pages/module/confirmOrder.vue
  4. 9 2
      pages/module/maintain.vue

+ 17 - 10
pages.json

@@ -52,10 +52,22 @@
 			"style": {
 				"navigationBarTitleText": "可更换商品"
 				
+			}
+		},
+		{
+			"path": "pages/module/confirmOrder",
+			"style": {
+				"navigationBarTitleText": "订单确认"
+				
+			}
+		},
+		{
+			"path": "pages/module/orderShop",
+			"style": {
+				"navigationBarTitleText": "选择门店"
+				
 			}
 		}
-
-
 		, {
 			"path": "pages/index/addCar",
 			"style": {
@@ -74,8 +86,6 @@
 		{
 			"path": "pages/index/carModel",
 			"style": {
-				// "navigationBarTitleText": "自主选车",
-				// "navigationBarBackgroundColor": "#FFFFFF"
 				"navigationStyle": "custom"
 			}
 		},
@@ -130,7 +140,7 @@
 				"navigationStyle": "custom",
 				"enablePullDownRefresh": true
 			}
-		},
+		}, 
 		{
 			"path": "pages/order/evaluate",
 			"style": {
@@ -165,9 +175,7 @@
 			"style": {
 				"navigationBarTitleText": "查看评价",
 				"navigationBarBackgroundColor": "#FFFFFF"
-				/* "enablePullDownRefresh": true */
 			}
-
 		}, {
 			"path": "pages/me/feedBack",
 			"style": {
@@ -185,14 +193,13 @@
 				"enablePullDownRefresh": true
 			}
 		},
-
-		{
+		 {
 			"path": "pages/shop/shopDetail",
 			"style": {
 				"navigationBarTitleText": "门店详情",
 				"navigationBarBackgroundColor": "#FFFFFF"
 			}
-		}
+		} 
 	],
 	"tabBar": {
 		"color": "#8a8a8a",

+ 12 - 6
pages/index/index.vue

@@ -89,13 +89,18 @@
 				uid: '',
 				cityname: '',
 				showCity: false,
-				location: '',
+				location: {
+					lng:'',
+					lat:'',
+					cityname:'',
+					cityCode:'',
+				},
 				cityCode: '',
 				joinFirst: false,
 				carMod: '',
 				time: '',
 				mileage: '',
-
+                autoplay:true,
 			}
 		},
 		onLoad() {
@@ -189,11 +194,12 @@
 
 		},
 		methods: {
-<<<<<<< HEAD
+
 			gomodule(){
 				uni.navigateTo({
-					url:'../module/maintain'
-=======
+					url:'../module/maintain',
+					})
+            },
 			goCarList() {
 				if (this.uid) {
 					uni.navigateTo({
@@ -204,7 +210,7 @@
 			addCar() {
 				uni.navigateTo({
 					url: 'addCar'
->>>>>>> 5f1951434fab0da9eac36f8d24ee46ce362c96a8
+
 				})
 			},
 			selectCity(item) {

+ 113 - 112
pages/module/confirmOrder.vue

@@ -1,7 +1,24 @@
 <template>
 	<view class="box">
+		<view class="topTIs">门店确认收货后,您可去订单详情页选择预约时间</view>
+		<view class="topShop">
+			<view class="topShopName">{{orderShop.shopName}}</view>
+			<view class="topShopAdress">
+				<image src="../../static/img/topshopicon.png" mode="" class="topShopAdressIcon"></image>
+			    <view class="topShopjl" v-if="orderShop.distance">{{orderShop.distance}}KM</view>
+				<view class="topShopAdressTxt">{{orderShop.address}}</view>
+			</view>
+		</view>
+		
 		<view class="topBox">
 			<view class="top">
+				<view class="topLine borderB" >
+					<view class="toplineLeft">
+						<view class="topTitle">车牌号:</view>
+						<view class="topTxt">鲁AE86</view>
+					</view>
+					
+				</view>
 				<view class="topLine borderB" v-if="iphoneData">
 					<view class="toplineLeft">
 						<view class="topTitle">联系人:</view>
@@ -16,20 +33,8 @@
 					</view>
 					<view class="topLineRight" @click="gophone">添加></view>
 				</view>
-				<view class="topLine borderB" @click="timeCk">
-					<view class="toplineLeft">
-						<view class="topTitle">预约时间:</view>
-						<view class="topTxt" v-show="orderTime==''">请选择</view>
-						<view class="topTxt" v-show="orderTime!=''">{{orderTime}}</view>
-					</view>
-					<view class="topLineRight">修改></view>
-				</view>
-				<view class="topLine">
-					<view class="toplineLeft">
-						<view class="topTitle">预约门店:</view>
-						<view class="topTxt">{{shopData.shopName}}</view>
-					</view>
-				</view>
+				
+				
 			</view>
 		</view>
 	<!-- 保养信息 -->
@@ -104,43 +109,7 @@
 		</view>
 		<view class="settlement" @click="settlement">提交订单</view>
 	</view>
-	<!-- 预约时间 -->
-	<view class="timeBox" v-show="timeShow&&OrderTimes" @click="timeShow=false">
-		<view class="timeMain">
-			<view class="timeTop">
-				<view class="timeTopTitle">选择预约时间</view>
-				<view class="close" @click="timeShow=false">X</view>
-			</view>
-			<view class="timeCont">
-				<view class="timeLeft">
-					<scroll-view scroll-y="true" class="timeSv">
-						<view class="timeleftLine" v-for="(item,index) in OrderTimes" 
-						:class="{timeLeftActive:index==orderTimeIndex1}"
-						@click.stop="orderTimeIndex1=index,orderTimeIndex2=-1"
-						>{{item.date.substring(5,10)}}</view>
-					</scroll-view>
-				</view>
-				<view class="timeRight">
-					<scroll-view scroll-y="true" class="timeSv">
-						<view class="timerightBox">
-							<view class="timesf" v-for="(item,index) in OrderTimes[orderTimeIndex1].timeList"
-							:class="{timesfNo:item.type!=1,timesfActive:index==orderTimeIndex2}"
-							@click.stop="timeSfCk(item,index)"
-							>
-								<view class="timeSfNum">{{item.time}}</view>
-								<view class="timeyy" v-if="item.type==1">可预约</view>
-								<view class="timeyy" v-if="item.type==2">已约满</view>
-								<view class="timeyy" v-if="item.type==3">已过期</view>
-							</view>
-						</view>
-					</scroll-view>
-				</view>
-			</view>
-			<view class="timeBottom">
-				<view class="timecomplete" @click="timeShow=false">完成</view>
-			</view>
-		</view>
-	</view> 
+
 	
 	</view>
 </template>
@@ -169,19 +138,19 @@ export default {
 			couponID:'',
 			couponMoney:'',
 			yhTotalSize:0,
-			
+			orderShop:'',
 		}
 	},
 	onLoad(opt) {
-	   if(opt.type==2){
+	  /* if(opt.type==2){
 		    this.shopData=uni.getStorageSync("cfshopInfo");
 	   }else{
 		    this.shopData=uni.getStorageSync("shopData");
-	   }
-	  
+	   } */
+	  this.orderShop=uni.getStorageSync("orderShop")
 	   this.maintainCarData=uni.getStorageSync("maintainCarData");
-       this.getIphoneData();
-	   this.getOrderTimes();
+       //this.getIphoneData(); 获取默认手机号
+	 
 	   console.log(opt.orderData)
 	   this.orderData=JSON.parse(opt.orderData);
 	   this.currentMileage=opt.currentMileage;
@@ -225,7 +194,7 @@ export default {
 		  
 		   this.packJsonArr.push(obj)
 	   })
-	   this.myOrderCoupon()
+	   //this.myOrderCoupon() 优惠券
 	   console.log( this.packJsonArr)
 	},
 	onShow() {
@@ -272,15 +241,8 @@ export default {
 			}
 			
 			//this.payMoney=3;
-			if(!this.maintainCarData.plateNumber){
-				uni.showToast({
-				     title: '您的车未填写车牌号不能下单',
-				 	 icon:'none',
-				     duration: 3000
-				 });
-				return false;
-			}
-			if(this.iphoneData){
+			
+			/* if(this.iphoneData){
 				if(this.iphoneData.name==''){
 					uni.showToast({
 					     title: '请选择联系人',
@@ -297,26 +259,48 @@ export default {
 				 });
 				return false;
 			}
-			if(this.orderTime==''){
-				uni.showToast({
-				     title: '请选择预约时间',
-				 	 icon:'none',
-				     duration: 2000
-				 });
-				return false;
-			}
-	
-			
+			 */
+	         var cardata={
+				 annualmoney: "2017",
+				 brand: "大众",
+				 brandLogo: "http://img.db.66km.cn/carbrandlogo/D - 大众.png",
+				 buyDate: "",
+				 carModel: "2018 双离合变速器(DSG) 7档 前置前驱 CC",
+				 carName: "",
+				 carNumber: "",
+				 createTime: "2021-10-27 09:20:29",
+				 dayMilage: 661,
+				 displacement: "1.4T",
+				 engineCode: "",
+				 engineType: "1111",
+				 id: "07EB4B07-5302-4574-9709-0EC0D1668155",
+				 insuranceCompany: "",
+				 insuranceExpireDate: "1900-01-01 00:00:00",
+				 insuredCity: "",
+				 isDefault: 0,
+				 istransfer: "",
+				 memberID: "E4416E30-C82A-4136-81B7-6B424DDE4847",
+				 milage: 7788,
+				 model: "C-TREK(蔚领)",
+				 nLevelID: "CFV0718D0038",
+				 plateNumber: "鲁A22333",
+				 saleName: "",
+				 series: "C-TREK(蔚领)",
+				 transmissionType: "自动",
+				 traveltime: "",
+				 vIN: "",
+				 currentMileage:'1111',
+			 }
+			this.maintainCarData=cardata
 			uni.showLoading({ });
-			this.$http('miniApp/maintainOrder/submitOrder', {
-			  shopName:this.shopData.shopName,
-			  contactName:this.iphoneData.name,
-			  contactPhone:this.iphoneData.phone,
+			this.$http('worldKeepCar/maintainOrder/submitOrder', {
+			  shopName:this.orderShop.shopName,
+			  contactName:'张杰',//this.iphoneData.name,
+			  contactPhone:'10086',//this.iphoneData.phone,
 			  carID:this.maintainCarData.id,
 			  plateNumber:this.maintainCarData.plateNumber,
 			  carModel:this.maintainCarData.carModel,
-			  orderTime:this.orderTime,
-			  currentMileage:this.currentMileage,
+			  currentMileage:1111,//this.currentMileage,
 			  comment:this.remark,
 			  itemMoney:this.itemMoney,
 			  goodsMoney:this.goodsMoney,
@@ -327,6 +311,8 @@ export default {
 			  payMoney:this.payMoney,
 			  //payMoney:0.01,
 			  packJsonArr:JSON.stringify(this.packJsonArr) ,
+			  shopID:this.orderShop.shopId,
+			  unionID:this.orderShop.unionId,
 			 },'POST').then(res => {
 				 
 				  if(res.code==0){
@@ -439,18 +425,7 @@ export default {
 				 }
 			})
 		},
-		timeSfCk(item,index){
-			if(item.type==1){
-				this.orderTimeIndex2=index;
-				var orderTime=this.OrderTimes[this.orderTimeIndex1].date +' '+ item.time
-				this.orderTime=orderTime
-			}
-			
-		},
-		timeCk(){
-			 this.getOrderTimes();
-			this.timeShow=true
-		},
+		
        getIphoneData(){
 		   uni.showLoading({ });
 		   this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', {
@@ -466,28 +441,54 @@ export default {
 		   	url:'../iPhone/phoneList'
 		   })
 	   },
-	   getOrderTimes(){
-		   this.$http('miniApp/maintainOrder/getOrderTimes', {
-		     
-		    },'GET').then(res => {
-		   	  if(res.code==0){
-				 
-				    this.OrderTimes=res.data;	
-			  }else{
-				uni.showToast({
-					 title: res.msg,
-					icon:'none',
-					 duration: 2000
-				 });  
-			  }
-		   	 
-		   })
-	   }
+	
 	}
 }
 </script>
 
 <style scoped>
+	.topTIs{
+		font-size: 26rpx;
+		text-align: center;
+		color: #C8841C;
+		height: 72rpx;
+		background: #FFF7EB;
+		line-height: 72rpx;
+		margin-bottom: 20rpx;
+	}
+	.topShopAdressIcon{
+		width: 22rpx;
+		height: 29rpx;
+	}
+	.topShop{
+		width: 702rpx;
+		min-height: 148rpx;
+		background: #FFFFFF;
+		border-radius: 10rpx;
+		margin: 0 auto;
+	}
+	.topShopName{
+		font-size: 28rpx;
+		padding-top: 30rpx;
+		padding-left: 20rpx;
+		color: #3C3C3C;
+	}
+	.topShopAdress{
+		display: flex;
+		padding: 20rpx;
+	}
+	.topShopjl{
+		font-size: 24rpx;
+		line-height: 30rpx;
+		color: #999999;
+		padding-left: 16rpx;
+	}
+	.topShopAdressTxt{
+		font-size: 24rpx;
+		line-height: 30rpx;
+		color: #999999;
+		padding-left: 16rpx;
+	}
 	.box{
 		min-height: 100vh;
 		background:#F4F5F7 ;

+ 9 - 2
pages/module/maintain.vue

@@ -295,6 +295,7 @@ export default {
 							var obj={
 								listGoodsAll:[],
 								listItem:'',
+								id:i.id
 							}
 							if(i.listGoodsAll.length>0){
 								i.listGoodsAll.forEach((goods,goodsIndex)=>{
@@ -303,6 +304,7 @@ export default {
 										this.goodsTotal+=sp.salePrice*sp.qty
 										this.goodsTotal=this.goodsTotal.toFixed(2) 
 									}) */
+									goods[0].salePrice=1;
 									this.goodsTotal=Number(this.goodsTotal)
 									this.goodsTotal+=goods[0].salePrice*goods[0].qty
 									this.goodsTotal=this.goodsTotal.toFixed(2)
@@ -321,6 +323,7 @@ export default {
 							
 							i.listItem.forEach(xm=>{
 								xm.qty=1;
+								xm.salePrice=1;
 								this.salePriceTotal=Number(this.salePriceTotal)
 								this.salePriceTotal+=xm.salePrice
 								this.salePriceTotal=this.salePriceTotal.toFixed(2)
@@ -364,11 +367,15 @@ export default {
 		},
 		settlement(){
 			console.log(this.orderData)
+			//return false;
 			 uni.removeStorageSync('couponData');
 			if(this.orderData.length>0){
-				uni.navigateTo({
+				/* uni.navigateTo({
 					url:'confirmOrder?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
-				})
+				}) */
+				uni.navigateTo({
+					url:'orderShop?orderData='+JSON.stringify(this.orderData)+'&currentMileage='+this.maintainCarData.milage
+				}) 
 			}
 			
 		},