onlineBooking.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581
  1. <template>
  2. <view class="box">
  3. <view class="top">
  4. <view class="shopTop">
  5. <swiper class="swiper" circular :autoplay="false" :interval="interval"
  6. :duration="duration">
  7. <swiper-item>
  8. <view class="swiper-item">
  9. <img mode="aspectFit" src="http://phone.66km.cn:8088/thFiles/C678448A-C874-4B42-9EAE-4F8F21D71D27.jpg" alt="">
  10. </view>
  11. </swiper-item>
  12. <swiper-item>
  13. <view class="swiper-item">
  14. <img mode="aspectFit" src="http://dmsphoto.66km.com.cn/thFiles/A9157023-4939-48B7-BB49-D9D8113EF953.jpg" alt="">
  15. </view>
  16. </swiper-item>
  17. <swiper-item>
  18. <view class="swiper-item">
  19. <img mode="aspectFit" src="http://dmsphoto.66km.com.cn/thFiles/1057BA84-E59D-47B7-9F66-73E3491A443E.jpg" alt="">
  20. </view>
  21. </swiper-item>
  22. </swiper>
  23. </view>
  24. <!-- 门店详情 -->
  25. <view class="newshopNames">
  26. <view class="newshopDstop">
  27. <view class="newshopDname">{{shopInfo.shopName}}</view>
  28. <view class="newshopDtime">
  29. 营业时间: <span>{{shopInfo.startTime}} - {{shopInfo.endTime}}</span>
  30. </view>
  31. <view class="newshopDbqbox" >
  32. <view class="newshopDbqline" v-for="(item,index) in shopInfo.brands.split(',')">{{item}}</view>
  33. </view>
  34. </view>
  35. <view class="newshopDadressBpx">
  36. <view class="newshopDaleft">
  37. <view class="newshopDaleftTop">
  38. <img src="../../static/timg/icon_coordinate@2x.png" alt="" class="shopaddressIcon">
  39. <span class="shopDdistance" v-if="Number(shopInfo.distance)>1">距离{{shopInfo.distance}}km</span>
  40. <span class="shopDdistance" v-else-if="Number(shopInfo.distance)">距离{{shopInfo.distance*1000}}m</span>
  41. <span class="shopDdistance" v-else>距离--km</span>
  42. </view>
  43. <view class="newshopDadressName">{{shopInfo.address}}</view>
  44. </view>
  45. <view class="newshopDaright">
  46. <view class="newshopDrline" @click="goLocation()">
  47. <img src="../../static/timg/icon_map@2x.png" alt="" class="newshopDrlineimg">
  48. <view class="newshopDrlineTxt">地图</view>
  49. </view>
  50. <view class="newshopDRsx"></view>
  51. <view class="newshopDrline" @click="phones()">
  52. <img src="../../static/timg/icon_phone@2x.png" alt="" class="newshopDrlineimg">
  53. <view class="newshopDrlineTxt">电话</view>
  54. </view>
  55. </view>
  56. </view>
  57. </view>
  58. </view>
  59. <!-- 预约详情-->
  60. <view class="yuyue-container">
  61. <view class="yuyueLeft">
  62. <view class="yuyueleftLine" v-for="(item,index) in leftData" @click="listItemWxInfo(item,index)" :class="{leftActive:leftIndex==index}">{{item.Name}}</view>
  63. </view>
  64. <view class="yuyueRight">
  65. <view class="yuyueRightTitle">{{rightTitle}}</view>
  66. <view v-for="(item,index) in rightData" @click="checkItem(item)">
  67. <view class="yrTop">
  68. <view class="ItemName">{{item.ItemName}}</view>
  69. <image src="../../static/timg/ickno.png" v-if="selectedItems.findIndex(i=>i.ID===item.ID)==-1" mode="" class="yrTopImg"></image>
  70. <image src="../../static/timg/icon_checked@2x.png" v-if="selectedItems.findIndex(i=>i.ID===item.ID)!=-1" mode="" class="yrTopImg"></image>
  71. </view>
  72. <view class="itemSm">
  73. {{item.Comment}}
  74. </view>
  75. <view class="Price">
  76. <view class="yuyue-price"> <span class="qianhaospan">¥</span> {{item.Price||'--'}} </view>
  77. </view>
  78. </view>
  79. </view>
  80. </view>
  81. <view class="bottom-container newbottom-container">
  82. <view class="newyyBox" @click="yuyueDetail">
  83. <view class="yyBleft">
  84. <img src="../../static/timg/icon_qingdan@2x.png" alt="" class="yyBleftimg">
  85. </view>
  86. <view>
  87. <view class="totalPriceBox"><span>预估总额:</span > <span class="totalPrice"><span class="qianhaospan">¥</span>{{totalPrice}}</span> </view>
  88. <span class="hejishul">合计数量: {{selectedItems.length}}</span>
  89. </view>
  90. </view>
  91. <view href="javascript:;" class=" newbottom-container-button" @click="yuyue">立即预约</view>
  92. </view>
  93. <view class="yydetailBox" v-show="yydetailShow" @click="yydetailShow=false">
  94. <view class="yyDetailTop" @click.stop="">
  95. <view class="yyDetailTopleft">清单</view>
  96. <view class="yyDetailTopRight">
  97. <view class="yydetalqk" @click="yyqingk">清空</view>
  98. <view class="yydetailx" @click="yydetailShow=false">X</view>
  99. </view>
  100. </view>
  101. <view class="yydetailCont" @click.stop="">
  102. <view class="yydetailContLine" v-for="(item,index) in selectedItems">
  103. <view class="yydlineName">{{item.ItemName}}</view>
  104. <view class="yydlineCommnt" v-if="true">{{item.Comment}}</view>
  105. <view class="yydPrice">¥{{item.Price}}</view>
  106. </view>
  107. </view>
  108. </view>
  109. </view>
  110. </template>
  111. <script>
  112. export default {
  113. data() {
  114. return {
  115. interval:2000,
  116. distance:0.05,
  117. leftIndex:0,
  118. yydetailShow:false,
  119. userInfo:'',
  120. bizTagId:'',
  121. leftData:'',
  122. rightData:'',
  123. rightTitle:'',
  124. selectedItems: [],
  125. location: {
  126. lng: '',
  127. lat: '',
  128. },
  129. shopInfo:'',
  130. }
  131. },
  132. onLoad() {
  133. this.userInfo = uni.getStorageSync("userInfo");
  134. var that = this;
  135. uni.getLocation({
  136. type: 'gcj02',
  137. success: function(res) {
  138. console.log(res)
  139. that.location.lat = res.latitude
  140. that.location.lng = res.longitude
  141. that.getInfo()
  142. },
  143. fail(err) {
  144. that.getInfo()
  145. }
  146. });
  147. //this.listBigTags()
  148. },
  149. computed: {
  150. totalPrice () {
  151. return this.selectedItems.reduce((i, k) => {
  152. return Number(i) + Number(k.Price)
  153. }, 0).toFixed(2)
  154. }
  155. },
  156. methods: {
  157. getInfo(){
  158. uni.showLoading({
  159. title: '加载中'
  160. })
  161. this.$http('openreservation/getInfo', {
  162. lat: this.location.lat ? this.location.lat : '',
  163. lng: this.location.lng ? this.location.lng : '',
  164. }, 'GET').then(res => {
  165. this.shopInfo = res.data.shopInfo
  166. this.listBigTags()
  167. })
  168. },
  169. listBigTags(){
  170. uni.showLoading({
  171. title: '加载中'
  172. });
  173. this.$http('openreservation/listBigTags', {
  174. shopId:this.shopInfo.id,
  175. unionId:this.userInfo.unionId
  176. }, 'GET').then(res => {
  177. uni.hideLoading();
  178. this.bizTagId=res.data[0].ID
  179. this.rightTitle=res.data[0].Name
  180. this.leftData=res.data;
  181. this.GetlistItemWxInfo()
  182. })
  183. },
  184. GetlistItemWxInfo(){
  185. //console.log("listItemWxInfo")
  186. uni.showLoading({
  187. title: '加载中'
  188. });
  189. console.log("bizTagId"+this.bizTagId)
  190. this.$http('openreservation/listItemWxInfo', {
  191. shopId:this.shopInfo.id,
  192. bizTagId:this.bizTagId
  193. }, 'GET').then(res => {
  194. //console.log(res)
  195. uni.hideLoading();
  196. // es.data.forEach(mode => {
  197. // mode.ck=false
  198. // })
  199. this.rightData=res.data
  200. console.log(this.rightData)
  201. })
  202. },
  203. checkItem (item) {
  204. let index = this.selectedItems.findIndex(i => i.ID === item.ID)
  205. if (index !== -1) {
  206. this.selectedItems.splice(index, 1)
  207. } else {
  208. this.selectedItems.push(item)
  209. }
  210. },
  211. goLocation(){
  212. },
  213. phones(){
  214. },
  215. listItemWxInfo(item,index){
  216. console.log(item)
  217. this.leftIndex=index;
  218. this.bizTagId=item.ID
  219. if(item.ID==''){
  220. this.bizTagId=''
  221. }
  222. this.rightTitle=item.Name;
  223. this.GetlistItemWxInfo()
  224. },
  225. yuyueDetail(){
  226. this.yydetailShow=true;
  227. },
  228. yyqingk(){
  229. this.selectedItems = []
  230. },
  231. yuyue(){
  232. if (!this.selectedItems.length) {
  233. uni.showToast({
  234. title: '请选择预约项目',
  235. icon: 'none',
  236. duration: 3000
  237. });
  238. } else {
  239. this.$store.commit('mutationsyuyueData', this.selectedItems)
  240. uni.navigateTo({
  241. url:'confirmYuyue'
  242. })
  243. }
  244. }
  245. }
  246. }
  247. </script>
  248. <style scoped lang="less">
  249. .box{
  250. background: #F4F5F7;
  251. min-height: 100vh;
  252. }
  253. .swiper-item img{
  254. width: 750rpx;
  255. height: 500rpx;
  256. }
  257. .swiper-item{
  258. height: 500rpx;
  259. }
  260. .swiper{
  261. height: 500rpx;
  262. }
  263. .newshopNames{
  264. width: 702rpx;
  265. margin-left: 24rpx;
  266. background: #FFFFFF;
  267. border-radius: 10rpx;
  268. margin-top: -60rpx;
  269. position: relative;
  270. }
  271. .newshopDname{
  272. color: #333333;font-size: 30rpx;
  273. padding-left: 20rpx;
  274. padding-top: 23rpx;
  275. font-weight: 500;
  276. }
  277. .newshopDtime{
  278. color: #999999;
  279. font-size: 24rpx;
  280. padding-left: 20rpx;
  281. padding-top: 10rpx;
  282. font-weight: 400;
  283. }
  284. .newshopDstop{
  285. padding-bottom: 21rpx;
  286. border-bottom: 1px solid #EEEEEE;
  287. }
  288. .newshopDetailtop{
  289. margin-bottom: 20rpx;
  290. }
  291. .newshopDbqbox{
  292. display: flex;
  293. flex-wrap: wrap;
  294. padding-left: 20rpx;
  295. }
  296. .newshopDbqline{
  297. line-height: 30rpx;
  298. height: 30rpx;
  299. border-radius: 4rpx;
  300. border: 1px solid #FF7D30;
  301. color: #FF7D30;
  302. font-size: 22rpx;
  303. padding: 0 8rpx;
  304. margin-right: 16rpx;
  305. margin-top: 10rpx;
  306. }
  307. .newshopDbqbox{
  308. padding-top: 5rpx;
  309. }
  310. .shopaddressIcon{
  311. width: 22rpx;
  312. height: 30rpx;
  313. }
  314. .shopDdistance{
  315. color: #3C3C3C;font-size: 24rpx;line-height: 30rpx;padding-left: 16rpx;
  316. font-weight: 500;
  317. }
  318. .newshopDaleftTop{
  319. display: flex;
  320. }
  321. .newshopDadressBpx{
  322. display: flex;
  323. padding: 30rpx 20rpx;
  324. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  325. background-size: 100% 100%;
  326. }
  327. .newshopDadressName{
  328. color: #999999;padding-top: 16rpx;
  329. font-size: 24rpx;line-height: 24rpx;
  330. width: 480rpx;font-weight: 400;
  331. }
  332. .newshopDrlineimg{
  333. width: 44rpx;
  334. height: 44rpx;
  335. }
  336. .newshopDrlineTxt{
  337. color: #999999;
  338. font-size: 22rpx;
  339. text-align: center;
  340. padding-top: 7rpx;
  341. font-weight: 400;
  342. }
  343. .newright-item .yuyue-item{
  344. padding-top: 20rpx;
  345. }
  346. .newshopDRsx{
  347. width: 2rpx;
  348. height: 71rpx;
  349. background: #EEEEEE;
  350. }
  351. .newshopDaright{
  352. display: flex;
  353. justify-content: space-between;
  354. width: 150rpx;
  355. padding-left: 20rpx;
  356. }
  357. .yrTopImg{
  358. width: 36rpx;
  359. height: 36rpx;
  360. }
  361. .yuyue-container{
  362. display: flex;
  363. margin-top: 20rpx;
  364. padding-bottom: 120rpx;
  365. min-height: 40vh;
  366. }
  367. .yuyueLeft{
  368. background: #F5F5F5;
  369. width: 154rpx;
  370. }
  371. .yuyueRight{
  372. width: 548rpx;
  373. background: #FFFFFF;
  374. padding-left: 24rpx;
  375. padding-right: 24rpx;
  376. }
  377. .yuyueleftLine{
  378. font-size: 26rpx;
  379. padding:30rpx 24rpx;
  380. color: #3C3C3C;
  381. font-weight: 400;
  382. }
  383. .leftActive{
  384. background: #FFFFFF;
  385. font-weight: 500;
  386. }
  387. .yuyueRightTitle{
  388. color: #999999;font-size: 26rpx;
  389. padding: 30rpx 0;
  390. }
  391. .yrTop{
  392. display: flex;
  393. justify-content: space-between;
  394. }
  395. .ItemName{
  396. color: #3C3C3C;
  397. font-size: 28rpx;
  398. width: 480rpx;
  399. }
  400. .itemSm{
  401. color: #999999;
  402. line-height: 33rpx;
  403. font-size: 24rpx;
  404. text-overflow: -o-ellipsis-lastline;
  405. overflow: hidden;
  406. text-overflow: ellipsis;
  407. display: -webkit-box;
  408. -webkit-line-clamp: 2;
  409. line-clamp: 2;
  410. -webkit-box-orient: vertical;
  411. }
  412. .qianhaospan{
  413. font-size: 22rpx;
  414. }
  415. .yuyue-price{
  416. color: #FF3B30;
  417. font-size: 32rpx;
  418. padding-top: 8rpx;
  419. border-bottom: 1px solid #EEEEEE;
  420. padding-bottom: 19rpx;
  421. }
  422. .newbottom-container-button{
  423. width: 203rpx;
  424. height: 74rpx;
  425. background: #D53533;
  426. border-radius: 37rpx;
  427. color: #FEFFFE;
  428. font-size: 30rpx;
  429. line-height: 74rpx;
  430. text-align: center;
  431. }
  432. .newbottom-container{
  433. display: flex;
  434. justify-content: space-between;
  435. padding-left: 32rpx !important;
  436. width: 696rpx !important;
  437. z-index: 66;
  438. padding: 23rpx 32rpx !important;
  439. height: 76rpx !important;
  440. position: fixed;
  441. left: 0;
  442. bottom: 0;
  443. background: #FFFFFF;
  444. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  445. }
  446. .yuyue-main .newright-item{
  447. padding-bottom: 19rpx;
  448. }
  449. .yyBleftimg{
  450. width: 45rpx;
  451. height: 35rpx;
  452. margin-top: 2rpx;
  453. }
  454. .yyBleft{
  455. display: flex;
  456. align-items: center;
  457. padding-right: 33rpx;
  458. }
  459. .newyyBox{
  460. display: flex;
  461. }
  462. .newyyBox .totalPriceBox{
  463. line-height: 45rpx;
  464. color: #666666;
  465. font-size: 24rpx;
  466. font-weight: 500;
  467. }
  468. .newyyBox .totalPrice{
  469. color: #FF0000;
  470. font-size: 32rpx;
  471. }
  472. .hejishul{
  473. color: #999999;
  474. font-size: 24rpx;
  475. font-weight: 400;
  476. }
  477. .yydetailBox{
  478. position: fixed;
  479. bottom: 0;
  480. left: 0;
  481. height: 100vh;
  482. width: 100vw;
  483. background: rgba(0, 0, 0, 0.4);
  484. z-index: 6;
  485. }
  486. .yydetailCont{
  487. width: 100vw;
  488. height: 50vh;
  489. overflow-y: scroll;
  490. background: #F0F0F0;
  491. position: absolute;
  492. left: 0;
  493. bottom: 120rpx;
  494. }
  495. .yyDetailTop{
  496. width: 750rpx;
  497. height: 90rpx;
  498. background: #FFFFFF;
  499. border-radius: 24rpx 24rpx 0px 0px;
  500. position: absolute;
  501. left: 0;
  502. bottom: calc( 50vh + 120rpx);
  503. display: flex;
  504. justify-content: space-between;
  505. }
  506. .yyDetailTopleft{
  507. color: #3C3C3C;
  508. font-size: 30rpx;
  509. line-height: 90rpx;
  510. padding-left: 24rpx;
  511. }
  512. .yyDetailTopRight{
  513. display: flex;
  514. padding-right: 24rpx;
  515. }
  516. .yydetailx{
  517. line-height: 90rpx;
  518. color: #999999;
  519. font-size: 30rpx;
  520. }
  521. .yydetalqk{
  522. width: 86rpx;
  523. height: 41rpx;
  524. background: #EEEEEE;
  525. border-radius: 21rpx;
  526. text-align: center;
  527. line-height: 41rpx;
  528. color: #666666;
  529. font-size: 24rpx;
  530. margin-top: 25rpx;
  531. margin-right: 38rpx;
  532. }
  533. .yydetailContLine{
  534. width: 702rpx;
  535. background: #FFFFFF;
  536. border-radius: 10rpx;
  537. border: 1px solid #DDDDDD;
  538. margin-top: 20rpx;
  539. margin-left: 24rpx;
  540. padding: 24rpx 0px;
  541. }
  542. .yydlineName{
  543. color: #3C3C3C;
  544. font-size: 26rpx;
  545. padding-left: 24rpx;
  546. }
  547. .yydlineCommnt{
  548. color: #999999;
  549. font-size: 26rpx;
  550. padding-left: 22rpx;
  551. line-height: 30rpx;
  552. padding-top: 10rpx;
  553. }
  554. .yydPrice{
  555. padding-left: 22rpx;
  556. padding-top: 10rpx;
  557. color: #FF3B30;
  558. font-size: 32rpx;
  559. }
  560. </style>