confirmYuyue.vue 7.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333
  1. <template>
  2. <view class="box">
  3. <!-- <view class="yuyuCheckTis" :style="{background:'#'+themeColor}">
  4. 温馨提示:该报价仅为参考价格,实际以门店为准(不同品牌和车型费用不同)
  5. </view> -->
  6. <view class="cont">
  7. <view class="contkk">
  8. <view class="kkline">
  9. <view class="kklineLeft">
  10. <span class="stars">*</span> <span>预约门店</span>
  11. </view>
  12. <view class="kklineRight">{{yyshopInfo.shopName}}</view>
  13. </view>
  14. <view class="kkline">
  15. <view class="kklineLeft">
  16. <span class="stars">*</span> <span>预约车辆</span>
  17. </view>
  18. <view class="kklineRight" @click="goCarlist">
  19. <span>{{carInfo.plateNumber?carInfo.plateNumber:'请选择'}}</span>
  20. <img src="../../static/img/big_rightArrow.png" alt="" class="rightJt">
  21. </view>
  22. </view>
  23. <view class="kkline ">
  24. <view class="kklineLeft">
  25. <span class="stars">*</span> <span>预约时间</span>
  26. </view>
  27. <view class="kklineRight" @click="cktime">
  28. <span>{{billDate?billDate:'请选择'}}</span>
  29. <img src="../../static/img/big_rightArrow.png" alt="" class="rightJt">
  30. </view>
  31. </view>
  32. <!-- <view class=" lineborderNo" >
  33. <view class="bzline">
  34. <view class="beiz">手机号</view>
  35. <input type="number" v-model="mobilePhone" placeholder="请输入手机号" class="beizInput" placeholder-style="color:#cccccc;">
  36. </view>
  37. </view> -->
  38. </view>
  39. <view class="contkk" style="margin-top: 20rpx;">
  40. <view class="kkline2">
  41. <view class="kklineLeft1">预约项目</view>
  42. <view class="kklineRight1">(以实际门店价格为准)</view>
  43. </view>
  44. <view class="kkline2" v-for="(item,index) in yuyueData">
  45. <view class="kklineLeft3">{{item.ItemName}}</view>
  46. <view class="kklineRight3" v-if="item.Price">¥{{item.Price}}</view>
  47. </view>
  48. </view>
  49. <view class="contkk" style="margin-top: 20rpx;">
  50. <view class="bzline">
  51. <view class="beiz">备注</view>
  52. <input type="text" v-model="comment" placeholder="请输入备注(选填)" class="beizInput" placeholder-style="color:#cccccc;">
  53. </view>
  54. </view>
  55. </view>
  56. <view style="height: 120rpx;"></view>
  57. <view class="bottom-container">
  58. <view>
  59. <view class="bottom-container-price"><span class="qianhaospan" v-if="totalPrice" >¥</span> {{totalPrice}} <span></span></view>
  60. <view class="ckj">参考价格(到店支付)</view>
  61. </view>
  62. <view class="newyyBotbutton" :style="{background:'#'+themeColor}" @click="yuyue">立即预约</view>
  63. </view>
  64. <timeSelect ref="timeSelect" :stationID="stationID" :timedata="timedata" :themeColor="themeColor" @changeTime="changeTime"></timeSelect>
  65. </view>
  66. </template>
  67. <script>
  68. import timeSelect from '@/components/timeSelect/timeSelect.vue'
  69. export default {
  70. components: {
  71. timeSelect
  72. },
  73. data() {
  74. return {
  75. comment:'',
  76. totalPrice:'',
  77. userInfo:'',
  78. timedata:'',
  79. billDate:'',
  80. yuyueData:'',
  81. carInfo:'',
  82. yyshopInfo:'',
  83. themeColor:'',
  84. isgo:true,
  85. stationID:'',
  86. mobilePhone:'',
  87. }
  88. },
  89. onLoad(opt) {
  90. this.themeColor = uni.getStorageSync("themeColor");
  91. console.log(this.$store.state.yuyueData)
  92. this.yuyueData=this.$store.state.yuyueData;
  93. this.stationID=this.yuyueData[0].StationID
  94. this.totalPrice=opt.totalPrice
  95. //this.carInfo=this.$store.state.carInfo
  96. //this.userInfo = uni.getStorageSync("userInfo");
  97. this.userInfo = this.$store.state.userInfo;
  98. this.yyshopInfo=uni.getStorageSync("yyshopInfo")
  99. //this.getOrderTimes()
  100. },
  101. onShow() {
  102. this.carInfo=this.$store.state.carInfo;
  103. console.log(this.carInfo)
  104. },
  105. methods: {
  106. goCarlist(){
  107. uni.navigateTo({
  108. url:'../user/addCar/cailist'
  109. })
  110. },
  111. yuyue(){
  112. /* if(!this.carInfo){
  113. uni.showToast({
  114. title: '请选择车辆',
  115. icon: 'none',
  116. duration: 3000
  117. });
  118. return false;
  119. }
  120. if(!this.carInfo.id){
  121. uni.showToast({
  122. title: '请选择车辆',
  123. icon: 'none',
  124. duration: 3000
  125. });
  126. return false;
  127. } */
  128. if(!this.billDate){
  129. uni.showToast({
  130. title: '请选择预约时间',
  131. icon: 'none',
  132. duration: 3000
  133. });
  134. return false;
  135. }
  136. if(!this.isgo){
  137. return false
  138. }
  139. this.isgo=false;
  140. this.$http('openreservation/saveOrderSheet', {
  141. billDate: this.billDate,
  142. comment: this.comment,
  143. carID: this.carInfo.id,
  144. orderItem: this.yuyueData.map(item => item.ID).join(),
  145. shopId: this.yyshopInfo.id,
  146. unionId: this.userInfo.unionId,
  147. stationID:this.stationID
  148. },'POST').then(res => {
  149. this.isgo=true;
  150. var id=res.data
  151. if(res.code==0){
  152. uni.showModal({
  153. title: '提示',
  154. content: '预约订单提交成功',
  155. confirmText:'返回首页',
  156. cancelText:'查看订单',
  157. success: function (res) {
  158. if (res.confirm) {
  159. // console.log('用户点击确定');
  160. uni.switchTab({
  161. url:'index'
  162. })
  163. } else if (res.cancel) {
  164. // console.log('用户点击取消');
  165. // uni.reLaunch({
  166. // url:'../user/bespeakDetail?id='+id
  167. // })
  168. uni.redirectTo({
  169. url:'../user/bespeakDetail?id='+id
  170. })
  171. }
  172. }
  173. });
  174. }else{
  175. uni.showToast({
  176. title: res.msg,
  177. icon: 'none',
  178. duration: 3000
  179. });
  180. }
  181. })
  182. },
  183. changeTime(data){
  184. console.log(data)
  185. this.billDate=data
  186. },
  187. cktime(){
  188. this.$refs.timeSelect.open();
  189. },
  190. }
  191. }
  192. </script>
  193. <style scoped lang="less">
  194. .box{
  195. background: #F4F5F7;
  196. min-height: 100vh;
  197. }
  198. .yuyuCheckTis{
  199. color: #C8841C;
  200. line-height: 37rpx;
  201. font-size: 28rpx;
  202. background: #FFF7EB;
  203. padding: 18rpx 24rpx;
  204. font-weight: 400;
  205. }
  206. .cont{
  207. padding: 24rpx;
  208. }
  209. .contkk{
  210. background: #ffffff;
  211. border-radius: 10rpx;
  212. padding: 0 20rpx;
  213. }
  214. .kkline{
  215. display: flex;
  216. padding: 30rpx 0;
  217. border-bottom: 1px solid #EEEEEE;
  218. color: #666666;
  219. font-size: 28rpx;
  220. }
  221. .kkline2{
  222. display: flex;
  223. justify-content: space-between;
  224. padding: 30rpx 0;
  225. border-bottom: 1px solid #EEEEEE;
  226. color: #666666;
  227. font-size: 28rpx;
  228. }
  229. .stars{
  230. color: #FF2400;
  231. }
  232. .kklineRight{
  233. color: #3c3c3c;
  234. font-size: 28rpx;
  235. display: flex;
  236. justify-content: space-between;
  237. width: 450rpx;
  238. }
  239. .kklineLeft {
  240. width: 200rpx;
  241. }
  242. .rightJt{
  243. width: 30rpx;
  244. height: 30rpx;
  245. margin-top: 4rpx;
  246. }
  247. .lineborderNo{
  248. border-bottom: none;
  249. }
  250. .kklineLeft1{
  251. font-weight: 500;
  252. color: #3C3C3C;
  253. font-size: 28rpx;
  254. }
  255. .kklineRight1{
  256. font-weight: 400;
  257. color: #999999;
  258. font-size: 26rpx;
  259. }
  260. .kklineLeft3{
  261. font-weight: 400;
  262. color: #666666;
  263. font-size: 28rpx;
  264. width: 480rpx;
  265. overflow: hidden;
  266. white-space: nowrap;
  267. text-overflow: ellipsis;
  268. }
  269. .kklineRight3{
  270. font-weight: 400;
  271. color: #3C3C3C;
  272. font-size: 28rpx;
  273. }
  274. .bzline{
  275. display: flex;padding: 30rpx 0;
  276. }
  277. .beizInput{
  278. width: 450rpx;font-size: 28rpx;
  279. }
  280. .beiz{
  281. color: #666666;font-size: 28rpx;
  282. width: 200rpx;
  283. }
  284. .bottom-container{
  285. width: 750rpx;
  286. height: 120rpx;
  287. background: #FFFFFF;
  288. box-shadow: 0px -2px 10px 0px rgba(153,153,153,0.1000);
  289. position: fixed;
  290. left: 0;
  291. bottom: 0;
  292. display: flex;
  293. justify-content: space-between;
  294. }
  295. .newyyBotbutton{
  296. width: 204rpx;
  297. height: 74rpx;
  298. background: #D53533;
  299. border-radius: 37rpx;
  300. font-weight: 500;
  301. color: #FFFFFF;
  302. line-height: 74rpx;
  303. text-align: center;
  304. margin-right: 30rpx;
  305. margin-top: 23rpx;
  306. }
  307. .bottom-container-price{
  308. color: #FF0000;
  309. padding-top: 30rpx;
  310. padding-left: 30rpx;
  311. font-size: 32rpx;
  312. }
  313. .qianhaospan{
  314. font-size: 22rpx;
  315. }
  316. .ckj{
  317. color: #999999;font-size: 24rpx;
  318. padding-left: 30rpx;
  319. }
  320. </style>