confirmRescue.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566
  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. }
  130. },
  131. onLoad(opt) {
  132. this.themeColor = uni.getStorageSync("themeColor");
  133. <<<<<<< .mine
  134. //this.userInfo = uni.getStorageSync("userInfo");
  135. this.userInfo = this.$store.state.userInfo;
  136. =======
  137. //this.userInfo = uni.getStorageSync("userInfo");
  138. var customerInfo=uni.getStorageSync("wxOpenData").loginInfo.customerInfo;
  139. this.customerName=customerInfo.customerName;
  140. this.mobilePhone=customerInfo.mobilePhone;
  141. this.userInfo = this.$store.state.userInfo;
  142. >>>>>>> .theirs
  143. this.shopName=opt.shopName;
  144. this.opt=opt;
  145. if(this.opt.type==2){
  146. this.calculateDistance()
  147. }
  148. console.log(opt)
  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. if(!this.mobilePhone){
  184. uni.showToast({
  185. title: '请输入手机号',
  186. icon: 'none',
  187. duration: 3000
  188. });
  189. return false;
  190. }
  191. this.isGoing=true;
  192. this.$http('openShopHelpSheetOrder/submitOrder', {
  193. helpType:this.opt.type,
  194. customerName: this.customerName,
  195. mobilePhone: this.mobilePhone,
  196. //orderItem: this.yuyueData.map(item => item.ID).join(),
  197. shopID: this.opt.shopId,
  198. plateNumber: this.carInfo.plateNumber,
  199. carModel:this.carInfo.carModel,
  200. hEndAddress:this.opt.endAddress,
  201. hStartAddress:this.opt.currentAddress,
  202. orderType:this.opt.orderType,
  203. hTime:this.opt.time,
  204. hscene:this.jykkNum,
  205. startLng:this.opt.lng,
  206. startLat:this.opt.lat,
  207. endLng:this.opt.endLng,
  208. endLat:this.opt.endLat,
  209. },'POST').then(res => {
  210. console.log(res)
  211. var id=res.data
  212. console.log(id)
  213. if(res.code==0){
  214. uni.showModal({
  215. title: '提示',
  216. content: '救援信息提交成功',
  217. confirmText:'返回首页',
  218. cancelText:'查看订单',
  219. success: function (res) {
  220. this.isGoing=false;
  221. if (res.confirm) {
  222. // console.log('用户点击确定');
  223. uni.switchTab({
  224. url:'index'
  225. })
  226. } else if (res.cancel) {
  227. // uni.hideLoading();
  228. uni.redirectTo({
  229. url:'../subPack/rescueOrderOrderDetail?id='+id
  230. })
  231. }
  232. }
  233. });
  234. }else{
  235. this.isGoing=false;
  236. }
  237. })
  238. },
  239. yuyue(){
  240. var that=this;
  241. if(!this.billDate){
  242. uni.showToast({
  243. title: '请选择预约时间',
  244. icon: 'none',
  245. duration: 3000
  246. });
  247. return false;
  248. }
  249. if(!this.isGoing){
  250. return false;
  251. }
  252. this.isGoing=true;
  253. this.$http('openreservation/saveOrderSheet', {
  254. billDate: this.billDate,
  255. comment: this.comment,
  256. carID: this.carInfo.id,
  257. orderItem: this.yuyueData.map(item => item.ID).join(),
  258. shopId: this.yyshopInfo.id,
  259. unionId: this.userInfo.unionId
  260. },'POST').then(res => {
  261. console.log(res)
  262. console.log(res.data)
  263. that.orderId=res.data
  264. this.isGoing=false;
  265. if(res.code==0){
  266. uni.showModal({
  267. title: '提示',
  268. content: '预约成功',
  269. confirmText:'返回首页',
  270. cancelText:'查看订单',
  271. success: function (res) {
  272. if (res.confirm) {
  273. // console.log('用户点击确定');
  274. uni.switchTab({
  275. url:'index'
  276. })
  277. } else if (res.cancel) {
  278. // console.log('用户点击取消');
  279. // uni.reLaunch({
  280. // url:'../user/bespeakDetail?id='+id
  281. // })
  282. uni.redirectTo({
  283. url:'../subPack/rescueOrderOrderDetail?id='+that.orderId
  284. })
  285. }
  286. }
  287. });
  288. }else{
  289. uni.showToast({
  290. title: res.msg,
  291. icon: 'none',
  292. duration: 3000
  293. });
  294. }
  295. })
  296. },
  297. changeTime(data){
  298. console.log(data)
  299. this.billDate=data
  300. },
  301. cktime(){
  302. this.$refs.timeSelect.open();
  303. },
  304. //计算距离
  305. calculateDistance(){
  306. //调用距离计算接口
  307. var that=this;
  308. const tMap = new QQMapWX({
  309. key: 'L2GBZ-CIS6J-HRFFV-K5LO6-QROT7-BQFXZ' //开发者密钥 //这里要换成自己的key
  310. });
  311. tMap.calculateDistance({
  312. mode: 'driving',//可选值:'driving'(驾车)、'walking'(步行),不填默认:'walking',可不填
  313. //from参数不填默认当前地址
  314. //获取表单提交的经纬度并设置from和to参数(示例为string格式)
  315. from: {
  316. latitude: that.opt.lat,
  317. longitude: that.opt.lng,
  318. }, //若起点有数据则采用起点坐标,若为空默认当前地址
  319. to:[
  320. {
  321. latitude: that.opt.endLat,
  322. longitude: that.opt.endLng
  323. }
  324. ] , //终点坐标
  325. success: function(res) {//成功后的回调
  326. console.log(res);
  327. that.distance=res.result.elements[0].distance/1000; //that.distance=that.distance.tofixed(2)
  328. },
  329. });
  330. },
  331. }
  332. }
  333. </script>
  334. <style scoped lang="less">
  335. .topTis{
  336. font-weight: 400;
  337. color: #FFFFFF;
  338. font-size: 26rpx;
  339. text-align: center;
  340. padding-top: 24rpx;
  341. }
  342. .tcBox{
  343. width: 702rpx;
  344. margin-top: 20rpx;
  345. margin-left: 24rpx;
  346. background: #FFFFFF;
  347. border-radius: 10rpx;
  348. display: flex;
  349. }
  350. .heji{
  351. font-weight: 500;
  352. color: #666666;
  353. padding-left: 30rpx;
  354. line-height: 120rpx;
  355. }
  356. .rightJt{
  357. width: 30rpx;
  358. height: 30rpx;
  359. margin-top: 4rpx;
  360. }
  361. .kklineRight3{
  362. display: flex;
  363. color: #3c3c3c;
  364. font-size: 28rpx;
  365. }
  366. .kklineRight2{
  367. display: flex;
  368. }
  369. .jyKK{
  370. width: 108rpx;
  371. height: 56rpx;
  372. border-radius: 6rpx;
  373. border: 2rpx solid #CCCCCC;
  374. color: #666666;
  375. font-size: 24rpx;
  376. text-align: center;
  377. line-height: 56rpx;
  378. margin-left: 20rpx;
  379. }
  380. .jyKKActive{
  381. background: #FF0000;
  382. border: none;
  383. height: 60rpx;
  384. color: #FFFFFF;
  385. }
  386. .kklineLeft2{
  387. line-height: 60rpx;
  388. }
  389. .contBox{
  390. width: 662rpx;
  391. margin-top: 20rpx;
  392. margin-left: 24rpx;
  393. background: #FFFFFF;
  394. border-radius: 10rpx;
  395. padding: 0 20rpx;
  396. }
  397. .stars{
  398. color: #FF2400;
  399. }
  400. .tcLeft{
  401. width: 524rpx;padding-left: 20rpx;
  402. }
  403. .tcStartTxt2{
  404. width: 550rpx;
  405. }
  406. .tcLeft2{
  407. padding-left: 13rpx;
  408. }
  409. .tcStart{
  410. border-bottom: 1px solid #EEEEEE;
  411. display: flex;
  412. padding: 29rpx 0;
  413. font-size: 28rpx;
  414. color: #333333;
  415. line-height: 40rpx;
  416. }
  417. .tcEnd{
  418. display: flex;
  419. padding: 29rpx 0;
  420. font-size: 28rpx;
  421. color: #333333;
  422. line-height: 40rpx;
  423. }
  424. .tcStartYq{
  425. width: 14rpx;
  426. height: 14rpx;
  427. background: #3F90F7;
  428. margin-top: 13rpx;
  429. border-radius: 50%;
  430. }
  431. .tcStartTxt{
  432. width: 396rpx;
  433. }
  434. .tcEndYq{
  435. width: 14rpx;
  436. height: 14rpx;
  437. background: #FF0000;
  438. margin-top: 13rpx;
  439. border-radius: 50%;
  440. }
  441. .tcStartTitle{
  442. color: #666666;
  443. padding: 0 30rpx 0 20rpx;
  444. }
  445. .tcRight{
  446. color: #FF0000;
  447. line-height: 33rpx;
  448. font-size: 24rpx;
  449. padding-top: 30rpx;
  450. padding-left: 10rpx;
  451. display: flex;
  452. align-items: center;
  453. }
  454. .kkline{
  455. display: flex;
  456. padding: 30rpx 0;
  457. border-bottom: 1px solid #EEEEEE;
  458. color: #666666;
  459. font-size: 28rpx;
  460. justify-content: space-between;
  461. }
  462. .kkline2{
  463. display: flex;
  464. justify-content: space-between;
  465. padding: 30rpx 0;
  466. border-bottom: 1px solid #EEEEEE;
  467. color: #666666;
  468. font-size: 28rpx;
  469. }
  470. .kklineRight{
  471. color: #3c3c3c;
  472. font-size: 28rpx;
  473. width: 450rpx;
  474. text-align: right;
  475. }
  476. .kklineLeft {
  477. width: 200rpx;
  478. }
  479. .box{
  480. background: #F4F5F7;
  481. min-height: 100vh;
  482. }
  483. .topTime{
  484. width: 702rpx;
  485. margin-left: 24rpx;
  486. background: #FFFFFF;
  487. border-radius: 10rpx;
  488. display: flex;
  489. justify-content: center;
  490. padding: 37rpx 0;
  491. margin-top: -70rpx;
  492. }
  493. .topTimeImg{
  494. width: 36rpx;
  495. height: 36rpx;
  496. }
  497. .topTimeNum{
  498. font-weight: 500;
  499. font-size: 32rpx;
  500. line-height: 36rpx;
  501. color: #333333;
  502. padding-left: 18rpx;
  503. }
  504. .top-box{
  505. width: 750rpx;
  506. height: 164rpx;
  507. background: #FF0000;
  508. border-radius: 0 0 10% 10%;
  509. }
  510. .bottom-container{
  511. width: 750rpx;
  512. height: 120rpx;
  513. background: #FFFFFF;
  514. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  515. position: fixed;
  516. left: 0;
  517. bottom: 0;
  518. display: flex;
  519. justify-content: space-between;
  520. }
  521. .newyyBotbutton{
  522. width: 204rpx;
  523. height: 74rpx;
  524. background: #D53533;
  525. border-radius: 37rpx;
  526. font-weight: 500;
  527. color: #FFFFFF;
  528. line-height: 74rpx;
  529. text-align: center;
  530. margin-right: 30rpx;
  531. margin-top: 23rpx;
  532. }
  533. .bottom-container-price{
  534. color: #FF0000;
  535. padding-top: 30rpx;
  536. padding-left: 30rpx;
  537. font-size: 32rpx;
  538. }
  539. .qianhaospan{
  540. font-size: 22rpx;
  541. }
  542. .ckj{
  543. color: #999999;font-size: 24rpx;
  544. padding-left: 30rpx;
  545. }
  546. </style>