onlineBooking.vue 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589
  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. var that=this;
  162. this.$http('openreservation/getInfo', {
  163. lat: this.location.lat ? this.location.lat : '',
  164. lng: this.location.lng ? this.location.lng : '',
  165. }, 'GET').then(res => {
  166. this.shopInfo = res.data.shopInfo;
  167. uni.setStorage({
  168. key: 'yyshopInfo',
  169. data:that.shopInfo,
  170. success: function () {
  171. }
  172. });
  173. this.listBigTags()
  174. })
  175. },
  176. listBigTags(){
  177. uni.showLoading({
  178. title: '加载中'
  179. });
  180. this.$http('openreservation/listBigTags', {
  181. shopId:this.shopInfo.id,
  182. unionId:this.userInfo.unionId
  183. }, 'GET').then(res => {
  184. uni.hideLoading();
  185. this.bizTagId=res.data[0].ID
  186. this.rightTitle=res.data[0].Name
  187. this.leftData=res.data;
  188. this.GetlistItemWxInfo()
  189. })
  190. },
  191. GetlistItemWxInfo(){
  192. //console.log("listItemWxInfo")
  193. uni.showLoading({
  194. title: '加载中'
  195. });
  196. console.log("bizTagId"+this.bizTagId)
  197. this.$http('openreservation/listItemWxInfo', {
  198. shopId:this.shopInfo.id,
  199. bizTagId:this.bizTagId
  200. }, 'GET').then(res => {
  201. //console.log(res)
  202. uni.hideLoading();
  203. // es.data.forEach(mode => {
  204. // mode.ck=false
  205. // })
  206. this.rightData=res.data
  207. console.log(this.rightData)
  208. })
  209. },
  210. checkItem (item) {
  211. let index = this.selectedItems.findIndex(i => i.ID === item.ID)
  212. if (index !== -1) {
  213. this.selectedItems.splice(index, 1)
  214. } else {
  215. this.selectedItems.push(item)
  216. }
  217. },
  218. goLocation(){
  219. },
  220. phones(){
  221. },
  222. listItemWxInfo(item,index){
  223. console.log(item)
  224. this.leftIndex=index;
  225. this.bizTagId=item.ID
  226. if(item.ID==''){
  227. this.bizTagId=''
  228. }
  229. this.rightTitle=item.Name;
  230. this.GetlistItemWxInfo()
  231. },
  232. yuyueDetail(){
  233. this.yydetailShow=true;
  234. },
  235. yyqingk(){
  236. this.selectedItems = []
  237. },
  238. yuyue(){
  239. if (!this.selectedItems.length) {
  240. uni.showToast({
  241. title: '请选择预约项目',
  242. icon: 'none',
  243. duration: 3000
  244. });
  245. } else {
  246. this.$store.commit('mutationsyuyueData', this.selectedItems)
  247. uni.navigateTo({
  248. url:'confirmYuyue'
  249. })
  250. }
  251. }
  252. }
  253. }
  254. </script>
  255. <style scoped lang="less">
  256. .box{
  257. background: #F4F5F7;
  258. min-height: 100vh;
  259. }
  260. .swiper-item img{
  261. width: 750rpx;
  262. height: 500rpx;
  263. }
  264. .swiper-item{
  265. height: 500rpx;
  266. }
  267. .swiper{
  268. height: 500rpx;
  269. }
  270. .newshopNames{
  271. width: 702rpx;
  272. margin-left: 24rpx;
  273. background: #FFFFFF;
  274. border-radius: 10rpx;
  275. margin-top: -60rpx;
  276. position: relative;
  277. }
  278. .newshopDname{
  279. color: #333333;font-size: 30rpx;
  280. padding-left: 20rpx;
  281. padding-top: 23rpx;
  282. font-weight: 500;
  283. }
  284. .newshopDtime{
  285. color: #999999;
  286. font-size: 24rpx;
  287. padding-left: 20rpx;
  288. padding-top: 10rpx;
  289. font-weight: 400;
  290. }
  291. .newshopDstop{
  292. padding-bottom: 21rpx;
  293. border-bottom: 1px solid #EEEEEE;
  294. }
  295. .newshopDetailtop{
  296. margin-bottom: 20rpx;
  297. }
  298. .newshopDbqbox{
  299. display: flex;
  300. flex-wrap: wrap;
  301. padding-left: 20rpx;
  302. }
  303. .newshopDbqline{
  304. line-height: 30rpx;
  305. height: 30rpx;
  306. border-radius: 4rpx;
  307. border: 1px solid #FF7D30;
  308. color: #FF7D30;
  309. font-size: 22rpx;
  310. padding: 0 8rpx;
  311. margin-right: 16rpx;
  312. margin-top: 10rpx;
  313. }
  314. .newshopDbqbox{
  315. padding-top: 5rpx;
  316. }
  317. .shopaddressIcon{
  318. width: 22rpx;
  319. height: 30rpx;
  320. }
  321. .shopDdistance{
  322. color: #3C3C3C;font-size: 24rpx;line-height: 30rpx;padding-left: 16rpx;
  323. font-weight: 500;
  324. }
  325. .newshopDaleftTop{
  326. display: flex;
  327. }
  328. .newshopDadressBpx{
  329. display: flex;
  330. padding: 30rpx 20rpx;
  331. background: url(http://dmsphoto.66km.com.cn/thFiles/010748B7-5678-46C3-941B-60B3CD4D10CB.png) no-repeat;
  332. background-size: 100% 100%;
  333. }
  334. .newshopDadressName{
  335. color: #999999;padding-top: 16rpx;
  336. font-size: 24rpx;line-height: 24rpx;
  337. width: 480rpx;font-weight: 400;
  338. }
  339. .newshopDrlineimg{
  340. width: 44rpx;
  341. height: 44rpx;
  342. }
  343. .newshopDrlineTxt{
  344. color: #999999;
  345. font-size: 22rpx;
  346. text-align: center;
  347. padding-top: 7rpx;
  348. font-weight: 400;
  349. }
  350. .newright-item .yuyue-item{
  351. padding-top: 20rpx;
  352. }
  353. .newshopDRsx{
  354. width: 2rpx;
  355. height: 71rpx;
  356. background: #EEEEEE;
  357. }
  358. .newshopDaright{
  359. display: flex;
  360. justify-content: space-between;
  361. width: 150rpx;
  362. padding-left: 20rpx;
  363. }
  364. .yrTopImg{
  365. width: 36rpx;
  366. height: 36rpx;
  367. }
  368. .yuyue-container{
  369. display: flex;
  370. margin-top: 20rpx;
  371. padding-bottom: 120rpx;
  372. min-height: 40vh;
  373. }
  374. .yuyueLeft{
  375. background: #F5F5F5;
  376. width: 154rpx;
  377. }
  378. .yuyueRight{
  379. width: 548rpx;
  380. background: #FFFFFF;
  381. padding-left: 24rpx;
  382. padding-right: 24rpx;
  383. }
  384. .yuyueleftLine{
  385. font-size: 26rpx;
  386. padding:30rpx 24rpx;
  387. color: #3C3C3C;
  388. font-weight: 400;
  389. }
  390. .leftActive{
  391. background: #FFFFFF;
  392. font-weight: 500;
  393. }
  394. .yuyueRightTitle{
  395. color: #999999;font-size: 26rpx;
  396. padding: 30rpx 0;
  397. }
  398. .yrTop{
  399. display: flex;
  400. justify-content: space-between;
  401. }
  402. .ItemName{
  403. color: #3C3C3C;
  404. font-size: 28rpx;
  405. width: 480rpx;
  406. }
  407. .itemSm{
  408. color: #999999;
  409. line-height: 33rpx;
  410. font-size: 24rpx;
  411. text-overflow: -o-ellipsis-lastline;
  412. overflow: hidden;
  413. text-overflow: ellipsis;
  414. display: -webkit-box;
  415. -webkit-line-clamp: 2;
  416. line-clamp: 2;
  417. -webkit-box-orient: vertical;
  418. }
  419. .qianhaospan{
  420. font-size: 22rpx;
  421. }
  422. .yuyue-price{
  423. color: #FF3B30;
  424. font-size: 32rpx;
  425. padding-top: 8rpx;
  426. border-bottom: 1px solid #EEEEEE;
  427. padding-bottom: 19rpx;
  428. }
  429. .newbottom-container-button{
  430. width: 203rpx;
  431. height: 74rpx;
  432. background: #D53533;
  433. border-radius: 37rpx;
  434. color: #FEFFFE;
  435. font-size: 30rpx;
  436. line-height: 74rpx;
  437. text-align: center;
  438. }
  439. .newbottom-container{
  440. display: flex;
  441. justify-content: space-between;
  442. padding-left: 32rpx !important;
  443. width: 696rpx !important;
  444. z-index: 66;
  445. padding: 23rpx 32rpx !important;
  446. height: 76rpx !important;
  447. position: fixed;
  448. left: 0;
  449. bottom: 0;
  450. background: #FFFFFF;
  451. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  452. }
  453. .yuyue-main .newright-item{
  454. padding-bottom: 19rpx;
  455. }
  456. .yyBleftimg{
  457. width: 45rpx;
  458. height: 35rpx;
  459. margin-top: 2rpx;
  460. }
  461. .yyBleft{
  462. display: flex;
  463. align-items: center;
  464. padding-right: 33rpx;
  465. }
  466. .newyyBox{
  467. display: flex;
  468. }
  469. .newyyBox .totalPriceBox{
  470. line-height: 45rpx;
  471. color: #666666;
  472. font-size: 24rpx;
  473. font-weight: 500;
  474. }
  475. .newyyBox .totalPrice{
  476. color: #FF0000;
  477. font-size: 32rpx;
  478. }
  479. .hejishul{
  480. color: #999999;
  481. font-size: 24rpx;
  482. font-weight: 400;
  483. }
  484. .yydetailBox{
  485. position: fixed;
  486. bottom: 0;
  487. left: 0;
  488. height: 100vh;
  489. width: 100vw;
  490. background: rgba(0, 0, 0, 0.4);
  491. z-index: 6;
  492. }
  493. .yydetailCont{
  494. width: 100vw;
  495. height: 50vh;
  496. overflow-y: scroll;
  497. background: #F0F0F0;
  498. position: absolute;
  499. left: 0;
  500. bottom: 120rpx;
  501. }
  502. .yyDetailTop{
  503. width: 750rpx;
  504. height: 90rpx;
  505. background: #FFFFFF;
  506. border-radius: 24rpx 24rpx 0px 0px;
  507. position: absolute;
  508. left: 0;
  509. bottom: calc( 50vh + 120rpx);
  510. display: flex;
  511. justify-content: space-between;
  512. }
  513. .yyDetailTopleft{
  514. color: #3C3C3C;
  515. font-size: 30rpx;
  516. line-height: 90rpx;
  517. padding-left: 24rpx;
  518. }
  519. .yyDetailTopRight{
  520. display: flex;
  521. padding-right: 24rpx;
  522. }
  523. .yydetailx{
  524. line-height: 90rpx;
  525. color: #999999;
  526. font-size: 30rpx;
  527. }
  528. .yydetalqk{
  529. width: 86rpx;
  530. height: 41rpx;
  531. background: #EEEEEE;
  532. border-radius: 21rpx;
  533. text-align: center;
  534. line-height: 41rpx;
  535. color: #666666;
  536. font-size: 24rpx;
  537. margin-top: 25rpx;
  538. margin-right: 38rpx;
  539. }
  540. .yydetailContLine{
  541. width: 702rpx;
  542. background: #FFFFFF;
  543. border-radius: 10rpx;
  544. border: 1px solid #DDDDDD;
  545. margin-top: 20rpx;
  546. margin-left: 24rpx;
  547. padding: 24rpx 0px;
  548. }
  549. .yydlineName{
  550. color: #3C3C3C;
  551. font-size: 26rpx;
  552. padding-left: 24rpx;
  553. }
  554. .yydlineCommnt{
  555. color: #999999;
  556. font-size: 26rpx;
  557. padding-left: 22rpx;
  558. line-height: 30rpx;
  559. padding-top: 10rpx;
  560. }
  561. .yydPrice{
  562. padding-left: 22rpx;
  563. padding-top: 10rpx;
  564. color: #FF3B30;
  565. font-size: 32rpx;
  566. }
  567. </style>