onlineBooking.vue 13 KB

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