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