confirmRescue.vue 15 KB

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