confirmRescue.vue 12 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507
  1. <template>
  2. <view class="box">
  3. <view class="top-box" :style="{background:'#'+themeColor}">
  4. <view class="topTis">需提前2小时取消订单,不足2小时需联系门</view>
  5. </view>
  6. <view class="topTime">
  7. <img src="../../static/timg/icon_shijian.png" alt="" class="topTimeImg">
  8. <view class="topTimeNum">{{opt.time}}</view>
  9. </view>
  10. <!-- 救援拖车框 -->
  11. <view class="tcBox" v-if="opt.type==2">
  12. <view class="tcLeft">
  13. <view class="tcStart">
  14. <view class="tcStartYq"></view>
  15. <view class="tcStartTitle">起点</view>
  16. <view class="tcStartTxt">{{opt.currentAddress}}</view>
  17. </view>
  18. <view class="tcEnd">
  19. <view class="tcEndYq"></view>
  20. <view class="tcStartTitle">终点</view>
  21. <view class="tcStartTxt">{{opt.endAddress}}</view>
  22. </view>
  23. </view>
  24. <view class="tcRight">约{{distance}}km</view>
  25. </view>
  26. <view class="tcBox" v-else>
  27. <view class="tcLeft2">
  28. <view class="tcStart">
  29. <view class="tcStartYq"></view>
  30. <view class="tcStartTitle">位置</view>
  31. <view class="tcStartTxt2">{{opt.currentAddress}}</view>
  32. </view>
  33. </view>
  34. </view>
  35. <!-- 救援拖车框 -->
  36. <view class="contBox">
  37. <view class="kkline">
  38. <view class="kklineLeft">
  39. <span>服务门店</span>
  40. </view>
  41. <view class="kklineRight">{{shopName}}</view>
  42. </view>
  43. <view class="kkline">
  44. <view class="kklineLeft">
  45. <span>救援项目</span>
  46. </view>
  47. <view class="kklineRight" v-if="opt.type==1">塔电</view>
  48. <view class="kklineRight" v-if="opt.type==2">拖车</view>
  49. <view class="kklineRight" v-if="opt.type==3">换胎</view>
  50. </view>
  51. <view class="kkline">
  52. <view class="kklineLeft2">
  53. <span class="stars">*</span> <span>救援场景</span>
  54. </view>
  55. <view class="kklineRight2">
  56. <view class="jyKK " :class="{jyKKActive:jykkNum==1}" @click="jykk(1)">地面</view>
  57. <view class="jyKK" :class="{jyKKActive:jykkNum==2}" @click="jykk(2)">车库</view>
  58. <view class="jyKK" :class="{jyKKActive:jykkNum==3}" @click="jykk(3)">其他</view>
  59. </view>
  60. </view>
  61. <view class="kkline">
  62. <view class="kklineLeft">
  63. <span class="stars">*</span> <span>车牌号</span>
  64. </view>
  65. <view class="kklineRight3" @click="goCarlist">
  66. <span>{{carInfo.plateNumber?carInfo.plateNumber:'请选择'}}</span>
  67. <img src="../../static/img/big_rightArrow.png" alt="" class="rightJt">
  68. </view>
  69. </view>
  70. <view class="kkline">
  71. <view class="kklineLeft">
  72. <span class="stars">*</span> <span>车型</span>
  73. </view>
  74. <view class="kklineRight3" @click="goCarlist">
  75. <span>{{carInfo.carModel?carInfo.carModel:'请选择'}}</span>
  76. <img src="../../static/img/big_rightArrow.png" alt="" class="rightJt">
  77. </view>
  78. </view>
  79. <view class="kkline">
  80. <view class="kklineLeft">
  81. <span class="stars">*</span><span>救援联系人</span>
  82. </view>
  83. <view class="kklineRight">
  84. <input type="text" placeholder="请输入" v-model="customerName">
  85. </view>
  86. </view>
  87. <view class="kkline">
  88. <view class="kklineLeft">
  89. <span class="stars">*</span><span>手机号</span>
  90. </view>
  91. <view class="kklineRight"><input type="text" placeholder="请输入" v-model="mobilePhone"></view>
  92. </view>
  93. </view>
  94. <view style="height: 120rpx;"></view>
  95. <view class="bottom-container">
  96. <view class="heji">
  97. <span>合计</span> <span style="font-size: 22rpx;color: #FF0000;">¥</span> <span style="font-size: 32rpx;color: #FF0000;" >759</span>
  98. </view>
  99. <view class="newyyBotbutton" :style="{background:'#'+themeColor}" @click="submitOrder">提交订单</view>
  100. <!-- yuyue 老预约-->
  101. </view>
  102. </view>
  103. </template>
  104. <script>
  105. import QQMapWX from '@/utils/qqmap-wx-jssdk.js'
  106. export default {
  107. components: {
  108. },
  109. data() {
  110. return {
  111. comment:'',
  112. totalPrice:99,
  113. userInfo:'',
  114. timedata:'',
  115. billDate:'',
  116. yuyueData:'',
  117. carInfo:'',
  118. yyshopInfo:'',
  119. themeColor:'',
  120. shopName:'',
  121. opt:'',
  122. distance:'',
  123. jykkNum:1,
  124. customerName:'',
  125. mobilePhone:'',
  126. }
  127. },
  128. onLoad(opt) {
  129. this.themeColor = uni.getStorageSync("themeColor");
  130. this.userInfo = uni.getStorageSync("userInfo");
  131. this.shopName=opt.shopName;
  132. this.opt=opt;
  133. if(this.opt.type==2){
  134. this.calculateDistance()
  135. }
  136. console.log(opt)
  137. },
  138. onShow() {
  139. this.carInfo=this.$store.state.carInfo;
  140. console.log(this.carInfo)
  141. },
  142. methods: {
  143. jykk(num){
  144. this.jykkNum=num;
  145. },
  146. goCarlist(){
  147. uni.navigateTo({
  148. url:'../user/addCar/cailist'
  149. })
  150. },
  151. submitOrder(){
  152. this.$http('openShopHelpSheetOrder/submitOrder', {
  153. helpType:this.opt.type,
  154. customerName: this.customerName,
  155. mobilePhone: this.mobilePhone,
  156. //orderItem: this.yuyueData.map(item => item.ID).join(),
  157. shopID: '1B43BADD-B670-4B27-B6C1-604523287EAF',
  158. plateNumber: this.carInfo.plateNumber,
  159. carModel:this.carInfo.carModel,
  160. hEndAddress:'',
  161. hStartAddress:'',
  162. orderType:1,
  163. hTime:this.opt.time,
  164. hscene:this.jykkNum,
  165. },'POST').then(res => {
  166. if(res.code==0){
  167. uni.showModal({
  168. title: '提示',
  169. content: '预约成功',
  170. confirmText:'返回首页',
  171. cancelText:'查看订单',
  172. success: function (res) {
  173. if (res.confirm) {
  174. // console.log('用户点击确定');
  175. uni.switchTab({
  176. url:'index'
  177. })
  178. } else if (res.cancel) {
  179. // console.log('用户点击取消');
  180. // uni.reLaunch({
  181. // url:'../user/bespeakDetail?id='+id
  182. // })
  183. uni.redirectTo({
  184. url:'../user/bespeakDetail?id='+id
  185. })
  186. }
  187. }
  188. });
  189. }
  190. })
  191. },
  192. yuyue(){
  193. if(!this.billDate){
  194. uni.showToast({
  195. title: '请选择预约时间',
  196. icon: 'none',
  197. duration: 3000
  198. });
  199. return false;
  200. }
  201. this.$http('openreservation/saveOrderSheet', {
  202. billDate: this.billDate,
  203. comment: this.comment,
  204. carID: this.carInfo.id,
  205. orderItem: this.yuyueData.map(item => item.ID).join(),
  206. shopId: this.yyshopInfo.id,
  207. unionId: this.userInfo.unionId
  208. },'POST').then(res => {
  209. var id=res.data
  210. if(res.code==0){
  211. uni.showModal({
  212. title: '提示',
  213. content: '预约成功',
  214. confirmText:'返回首页',
  215. cancelText:'查看订单',
  216. success: function (res) {
  217. if (res.confirm) {
  218. // console.log('用户点击确定');
  219. uni.switchTab({
  220. url:'index'
  221. })
  222. } else if (res.cancel) {
  223. // console.log('用户点击取消');
  224. // uni.reLaunch({
  225. // url:'../user/bespeakDetail?id='+id
  226. // })
  227. uni.redirectTo({
  228. url:'../user/bespeakDetail?id='+id
  229. })
  230. }
  231. }
  232. });
  233. }else{
  234. uni.showToast({
  235. title: res.msg,
  236. icon: 'none',
  237. duration: 3000
  238. });
  239. }
  240. })
  241. },
  242. changeTime(data){
  243. console.log(data)
  244. this.billDate=data
  245. },
  246. cktime(){
  247. this.$refs.timeSelect.open();
  248. },
  249. //计算距离
  250. calculateDistance(){
  251. //调用距离计算接口
  252. var that=this;
  253. const tMap = new QQMapWX({
  254. key: 'L2GBZ-CIS6J-HRFFV-K5LO6-QROT7-BQFXZ' //开发者密钥 //这里要换成自己的key
  255. });
  256. tMap.calculateDistance({
  257. mode: 'driving',//可选值:'driving'(驾车)、'walking'(步行),不填默认:'walking',可不填
  258. //from参数不填默认当前地址
  259. //获取表单提交的经纬度并设置from和to参数(示例为string格式)
  260. from: {
  261. latitude: that.opt.lat,
  262. longitude: that.opt.lng,
  263. }, //若起点有数据则采用起点坐标,若为空默认当前地址
  264. to:[
  265. {
  266. latitude: that.opt.endLat,
  267. longitude: that.opt.endLng
  268. }
  269. ] , //终点坐标
  270. success: function(res) {//成功后的回调
  271. console.log(res);
  272. that.distance=res.result.elements[0].distance/1000; //that.distance=that.distance.tofixed(2)
  273. },
  274. });
  275. },
  276. }
  277. }
  278. </script>
  279. <style scoped lang="less">
  280. .topTis{
  281. font-weight: 400;
  282. color: #FFFFFF;
  283. font-size: 26rpx;
  284. text-align: center;
  285. padding-top: 24rpx;
  286. }
  287. .tcBox{
  288. width: 702rpx;
  289. margin-top: 20rpx;
  290. margin-left: 24rpx;
  291. background: #FFFFFF;
  292. border-radius: 10rpx;
  293. display: flex;
  294. }
  295. .heji{
  296. font-weight: 500;
  297. color: #666666;
  298. padding-left: 30rpx;
  299. line-height: 120rpx;
  300. }
  301. .rightJt{
  302. width: 30rpx;
  303. height: 30rpx;
  304. margin-top: 4rpx;
  305. }
  306. .kklineRight3{
  307. display: flex;
  308. color: #3c3c3c;
  309. font-size: 28rpx;
  310. }
  311. .kklineRight2{
  312. display: flex;
  313. }
  314. .jyKK{
  315. width: 108rpx;
  316. height: 56rpx;
  317. border-radius: 6rpx;
  318. border: 2rpx solid #CCCCCC;
  319. color: #666666;
  320. font-size: 24rpx;
  321. text-align: center;
  322. line-height: 56rpx;
  323. margin-left: 20rpx;
  324. }
  325. .jyKKActive{
  326. background: #FF0000;
  327. border: none;
  328. height: 60rpx;
  329. color: #FFFFFF;
  330. }
  331. .kklineLeft2{
  332. line-height: 60rpx;
  333. }
  334. .contBox{
  335. width: 662rpx;
  336. margin-top: 20rpx;
  337. margin-left: 24rpx;
  338. background: #FFFFFF;
  339. border-radius: 10rpx;
  340. padding: 0 20rpx;
  341. }
  342. .stars{
  343. color: #FF2400;
  344. }
  345. .tcLeft{
  346. width: 524rpx;padding-left: 20rpx;
  347. }
  348. .tcStartTxt2{
  349. width: 550rpx;
  350. }
  351. .tcLeft2{
  352. padding-left: 13rpx;
  353. }
  354. .tcStart{
  355. border-bottom: 1px solid #EEEEEE;
  356. display: flex;
  357. padding: 29rpx 0;
  358. font-size: 28rpx;
  359. color: #333333;
  360. line-height: 40rpx;
  361. }
  362. .tcEnd{
  363. display: flex;
  364. padding: 29rpx 0;
  365. font-size: 28rpx;
  366. color: #333333;
  367. line-height: 40rpx;
  368. }
  369. .tcStartYq{
  370. width: 14rpx;
  371. height: 14rpx;
  372. background: #3F90F7;
  373. margin-top: 13rpx;
  374. border-radius: 50%;
  375. }
  376. .tcStartTxt{
  377. width: 396rpx;
  378. }
  379. .tcEndYq{
  380. width: 14rpx;
  381. height: 14rpx;
  382. background: #FF0000;
  383. margin-top: 13rpx;
  384. border-radius: 50%;
  385. }
  386. .tcStartTitle{
  387. color: #666666;
  388. padding: 0 30rpx 0 20rpx;
  389. }
  390. .tcRight{
  391. color: #FF0000;
  392. line-height: 33rpx;
  393. font-size: 24rpx;
  394. padding-top: 30rpx;
  395. padding-left: 10rpx;
  396. display: flex;
  397. align-items: center;
  398. }
  399. .kkline{
  400. display: flex;
  401. padding: 30rpx 0;
  402. border-bottom: 1px solid #EEEEEE;
  403. color: #666666;
  404. font-size: 28rpx;
  405. justify-content: space-between;
  406. }
  407. .kkline2{
  408. display: flex;
  409. justify-content: space-between;
  410. padding: 30rpx 0;
  411. border-bottom: 1px solid #EEEEEE;
  412. color: #666666;
  413. font-size: 28rpx;
  414. }
  415. .kklineRight{
  416. color: #3c3c3c;
  417. font-size: 28rpx;
  418. width: 450rpx;
  419. text-align: right;
  420. }
  421. .kklineLeft {
  422. width: 200rpx;
  423. }
  424. .box{
  425. background: #F4F5F7;
  426. min-height: 100vh;
  427. }
  428. .topTime{
  429. width: 702rpx;
  430. margin-left: 24rpx;
  431. background: #FFFFFF;
  432. border-radius: 10rpx;
  433. display: flex;
  434. justify-content: center;
  435. padding: 37rpx 0;
  436. margin-top: -70rpx;
  437. }
  438. .topTimeImg{
  439. width: 36rpx;
  440. height: 36rpx;
  441. }
  442. .topTimeNum{
  443. font-weight: 500;
  444. font-size: 32rpx;
  445. line-height: 36rpx;
  446. color: #333333;
  447. padding-left: 18rpx;
  448. }
  449. .top-box{
  450. width: 750rpx;
  451. height: 164rpx;
  452. background: #FF0000;
  453. border-radius: 0 0 10% 10%;
  454. }
  455. .bottom-container{
  456. width: 750rpx;
  457. height: 120rpx;
  458. background: #FFFFFF;
  459. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  460. position: fixed;
  461. left: 0;
  462. bottom: 0;
  463. display: flex;
  464. justify-content: space-between;
  465. }
  466. .newyyBotbutton{
  467. width: 204rpx;
  468. height: 74rpx;
  469. background: #D53533;
  470. border-radius: 37rpx;
  471. font-weight: 500;
  472. color: #FFFFFF;
  473. line-height: 74rpx;
  474. text-align: center;
  475. margin-right: 30rpx;
  476. margin-top: 23rpx;
  477. }
  478. .bottom-container-price{
  479. color: #FF0000;
  480. padding-top: 30rpx;
  481. padding-left: 30rpx;
  482. font-size: 32rpx;
  483. }
  484. .qianhaospan{
  485. font-size: 22rpx;
  486. }
  487. .ckj{
  488. color: #999999;font-size: 24rpx;
  489. padding-left: 30rpx;
  490. }
  491. </style>