orderDetail.vue 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157
  1. <template>
  2. <view class="box">
  3. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  4. <view class="top">
  5. <view class="nav" :style="{top: iStatusBarHeight + 'px'}">
  6. <view>
  7. <image src="../../static/img/baiback22.png" mode="" class="gobackImg" @click="goback"></image>
  8. </view>
  9. <view>订单详情</view>
  10. <view style="width: 130rpx;"></view>
  11. </view>
  12. <view style="height: 44px;"></view>
  13. <view :style="{height: iStatusBarHeight + 'px'}"></view>
  14. <view class="SheetState" v-if="orderData.SheetState==1">等待付款</view>
  15. <view class="SheetState" v-if="orderData.SheetState==2">等待门店确认</view>
  16. <view class="SheetState" v-if="orderData.SheetState==3">等待门店收货</view>
  17. <view class="SheetState" v-if="orderData.SheetState==4">请尽快到店享受服务</view>
  18. <view class="SheetState" v-if="orderData.SheetState==5">订单已完成</view>
  19. <view class="SheetState" v-if="orderData.SheetState==0">订单已取消</view>
  20. </view>
  21. <view v-if="orderData">
  22. <view style="margin-top: -84rpx;"></view>
  23. <!-- 服务确认码 -->
  24. <view class="orderTop" v-if="orderData.SheetState==4 || orderData.SheetState==5">
  25. <view class="maBox">
  26. <view class="timeLeft">
  27. <span>服务确认码</span>
  28. </view>
  29. <view style="text-decoration:line-through; color: #999999; font-size: 26rpx;" v-if="orderData.SheetState==5 && orderData.ServiceCode!=null">{{orderData.ServiceCode}}</view>
  30. <view class="rightShou" v-if="orderData.SheetState==4">
  31. <view class="timeRight" style="color: #FF2400;" @click="showMa">收起</view>
  32. <image src="../../static/img/icon_arrow_up_orange.png" style="width: 17rpx; height: 11rpx;"></image>
  33. </view>
  34. <view style="color: #999999; font-size: 26rpx;" v-if="orderData.SheetState==5">已使用</view>
  35. </view>
  36. <!-- 确认码 -->
  37. <view class="querenMa" v-if="isShowMa==true && orderData.SheetState==4">
  38. <view style="color: #FF2400; font-size: 24rpx; text-align: center;">请到店出示券码即可开始服务</view>
  39. <view class="maBoximg">
  40. <tki-qrcode cid="qrcode1" ref="qrcode" :val="orderData.ServiceCode" :size="308" :unit="unit"
  41. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  42. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  43. </view>
  44. <view style="color: #333333; font-size: 26rpx; font-weight: bold; text-align: center;">36582496825
  45. </view>
  46. </view>
  47. </view>
  48. <!-- 服务信息 -->
  49. <view class="orderTop">
  50. <view class="timeBox">
  51. <view class="timeLeft">
  52. <span>服务信息</span>
  53. </view>
  54. <view class="timeRight" @click="qrcodeClick">订单码</view>
  55. </view>
  56. <!-- 客户信息 -->
  57. <view class="people">
  58. <image src="../../static/img/icon_ren.png" mode="" class="shopBoximg"></image>
  59. <view class="peopleCont">{{orderData.ContactName}}</view>
  60. <view class="peopleCont" style="padding-left: 20rpx;">{{orderData.ContactPhone}}</view>
  61. </view>
  62. <!-- 车辆信息 -->
  63. <view class="PlateNumberBox">
  64. <image src="../../static/img/icon_che.png" mode="" class="shopBoximg"></image>
  65. <view class="">
  66. <view class="PlateNumberBoxTop">
  67. <view class="PlateNumbercx"> <span v-if="orderData.Brand">{{orderData.Brand}}</span>
  68. <span style="padding-left: 20rpx;" v-if="orderData.Series">{{orderData.Series}}</span>
  69. </view>
  70. <view class="PlateNumber">{{orderData.PlateNumber}}</view>
  71. </view>
  72. <view class="CarModel">{{orderData.CarModel}}</view>
  73. </view>
  74. </view>
  75. <!-- 店铺信息 -->
  76. <view class="shopBox">
  77. <image src="../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
  78. <view class="shopCont">
  79. <view class="shopName">{{orderData.ShopName}}</view>
  80. <view class="Address">
  81. {{orderData.ProvinceName}}{{orderData.CityName}}{{orderData.AreaName}}{{orderData.Address}}
  82. </view>
  83. <view style="color: #3F90F7; font-size: 26rpx;" v-if="orderData.SheetState==2" @click="changeStore">申请更换服务门店</view>
  84. </view>
  85. <view class="shopRightBox" @click="map">
  86. <view>
  87. <image src="../../static/img/icon_ditu.png" mode="" class="shopRightImg"></image>
  88. </view>
  89. <view class="shopRihgtTxt">地图</view>
  90. </view>
  91. <view class="shopsx"></view>
  92. <view class="shopRightBox" @click="call">
  93. <view>
  94. <image src="../../static/img/icon_phone.png" mode="" class="shopRightImg"></image>
  95. </view>
  96. <view class="shopRihgtTxt">电话</view>
  97. </view>
  98. </view>
  99. </view>
  100. <!-- 预约信息 -->
  101. <view class="yuyueBox" v-if="orderData.SheetState==4 && (orderData.OrderState==2 || orderData.OrderState==3)">
  102. <view class="timeBox">
  103. <view class="timeLeft">
  104. <span>预约信息</span>
  105. </view>
  106. </view>
  107. <view class="yuyueTime">
  108. <image src="../../static/img/icon_time.png" mode="" class="shopBoximg"></image>
  109. <view class="peopleCont">预约到店</view>
  110. <view class="peopleCont" style="padding-left: 20rpx;">{{orderData.OrderTime}}</view>
  111. <image v-if="orderData.OrderState==2" src="../../static/img/icon_edit.png" mode="" class="timeEditImg"
  112. @click="timeShowClick"></image>
  113. </view>
  114. <view class="yuyueState">
  115. <image src="../../static/img/icon_state.png" mode="" class="shopBoximg"></image>
  116. <view class="peopleCont">预约状态</view>
  117. <view class="peopleCont" style="padding-left: 20rpx;" v-if="orderData.OrderState==2">待确认</view>
  118. <view class="peopleCont" style="padding-left: 20rpx;" v-if="orderData.OrderState==3">已确认</view>
  119. </view>
  120. </view>
  121. <!-- 商品明细-->
  122. <view class="detailedBox itemBox" v-if="orderData.goods.length!=0">
  123. <view class="detailedTitle">商品明细</view>
  124. <view class="detailedLineBox">
  125. <view class="detailedLine" v-for="(item,index) in orderData.goods">
  126. <view>
  127. <image :src="item.Url" mode="" class="detailedImg" v-if="item.Url"></image>
  128. <image src="../../static/img/noimg.png" mode="" class="detailedImg" v-else></image>
  129. </view>
  130. <view class="detailedCont">
  131. <view class="detailedName">{{item.GoodsName}}</view>
  132. <view class="detailedContBottom">
  133. <span class="SalePrice">¥{{item.SalePrice}}</span>
  134. <span>x{{item.SaleQty}}</span>
  135. </view>
  136. </view>
  137. </view>
  138. </view>
  139. </view>
  140. <!-- 项目明细 -->
  141. <view class="detailedBox itemBox" v-if=" orderData.items.length!=0">
  142. <view class="detailedTitle">项目明细</view>
  143. <view class="detailedLineBox">
  144. <view class="detailedLine" v-for="(item,index) in orderData.items">
  145. <view>
  146. <image :src="item.Url" mode="" class="detailedImg" v-if="item.Url"></image>
  147. <image src="../../static/img/noimg.png" mode="" class="detailedImg" v-else></image>
  148. </view>
  149. <view class="detailedCont">
  150. <view class="detailedName">{{item.ItemName}}</view>
  151. <view class="detailedContBottom">
  152. <span class="SalePrice">¥{{item.SalePrice}}</span>
  153. <span>x1</span>
  154. </view>
  155. </view>
  156. </view>
  157. </view>
  158. </view>
  159. <!-- 费用明细 -->
  160. <view class="goodscost">
  161. <view class="goodscostLine">
  162. <view class="goodscostTxt">商品费</view>
  163. <view class="goodsCostNum">¥{{orderData.GoodsMoney}}</view>
  164. </view>
  165. <view class="goodscostLine">
  166. <view class="goodscostTxt">项目费</view>
  167. <view class="goodsCostNum">¥{{orderData.ItemMoney}}</view>
  168. </view>
  169. <view class="goodscostLine">
  170. <view class="goodscostTxt">优惠券优惠</view>
  171. <view class="goodsCostNum">-¥{{orderData.CouponMoney}}</view>
  172. </view>
  173. <view class="goodscostLine">
  174. <view class="goodscostTxt">实付款</view>
  175. <view class="goodsCostNum" style="color: #FF4F00;">¥{{orderData.PayMoney}}</view>
  176. </view>
  177. </view>
  178. <!-- 订单信息 -->
  179. <view class="information">
  180. <view class="detailedTitle">订单信息</view>
  181. <view class="informationLine">
  182. <view class="informationTxt">订单编号:</view>
  183. <view class="informationNum">{{orderData.Code}}</view>
  184. <view class="copyBtn" @click="copy(orderData.Code)">复制</view>
  185. </view>
  186. <view class="informationLine">
  187. <view class="informationTxt">下单人:</view>
  188. <view class="informationNum">{{orderData.MemberName}}</view>
  189. </view>
  190. <view class="informationLine">
  191. <view class="informationTxt">下单时间:</view>
  192. <view class="informationNum">{{orderData.CreateTime}}</view>
  193. </view>
  194. <view class="informationLine">
  195. <view class="informationTxt">下单备注:</view>
  196. <view class="informationNum">{{orderData.Comment}}</view>
  197. </view>
  198. <view class="informationLine">
  199. <view class="informationTxt">确认订单时间:</view>
  200. <view class="informationNum" v-if="orderData.ConfirmTime != null">{{orderData.ConfirmTime}}</view>
  201. </view>
  202. <view class="informationLine">
  203. <view class="informationTxt">确认收货时间:</view>
  204. <view class="informationNum" v-if="orderData.ReceivingTime != null">{{orderData.ReceivingTime}}
  205. </view>
  206. </view>
  207. <view class="informationLine">
  208. <view class="informationTxt">服务完成时间:</view>
  209. <view class="informationNum" v-if="orderData.ServiceTime != null">{{orderData.ServiceTime}}</view>
  210. </view>
  211. </view>
  212. <!-- 支付信息 -->
  213. <view class="information">
  214. <view class="detailedTitle">支付信息</view>
  215. <view class="informationLine">
  216. <view class="informationTxt">支付方式:</view>
  217. <view class="informationNum">在线支付</view>
  218. </view>
  219. <view class="informationLine">
  220. <view class="informationTxt">支付时间:</view>
  221. <view class="informationNum" v-if="orderData.PayTime">{{orderData.PayTime}}</view>
  222. </view>
  223. </view>
  224. <!-- 底部按钮 操作 -->
  225. <view style="height: 150rpx;"></view>
  226. <view class="orderBottom" v-if="orderData.SheetState==1">
  227. <view class="cancelBtn" @click="cancelOrder">取消订单</view>
  228. <view class="payBtn" @click="orderPay">立即支付</view>
  229. </view>
  230. <view class="orderBottom" v-if="orderData.SheetState==2">
  231. <view class="cancelBtn" @click="refundMoney">申请退款</view>
  232. </view>
  233. <view class="orderBottom" v-if="orderData.SheetState==3">
  234. <view class="cancelBtn" @click="refundMoney">申请退款</view>
  235. </view>
  236. <view class="orderBottom" v-if="orderData.SheetState==4">
  237. <view class="cancelBtn" @click="refundMoney">申请退款</view>
  238. <view class="payBtn" @click="timeShowClick" v-if="orderData.OrderState==1">立即预约</view>
  239. </view>
  240. <view class="orderBottom" v-if="orderData.SheetState==5&&orderData.EvaluateState==0&&orderData.EState==1">
  241. <view class="payBtn" @click="evaluate">立即评价</view>
  242. </view>
  243. <view class="orderBottom" v-if="orderData.SheetState==5&&orderData.EvaluateState==1">
  244. <view class="cancelBtn" style="margin-right: 16rpx;" @click="gopingjia">查看评价</view>
  245. </view>
  246. <!-- 二维码 -->
  247. <view v-if="qrcodeShow" class="qrcodeBox" @click="qrcodeShow=false">
  248. <view @click.stop="qrc">
  249. <tki-qrcode cid="qrcode1" ref="qrcode" :val="qrcodeTopVal" :size="size" :unit="unit"
  250. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  251. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  252. </view>
  253. </view>
  254. <!-- 预约时间 -->
  255. <view class="timeBox2" v-if="timeShow&&OrderTimes" @click="timeShow=false">
  256. <view class="timeMain">
  257. <view class="timeTop">
  258. <view class="timeTopTitle">选择预约时间</view>
  259. <view class="close" @click="timeShow=false">X</view>
  260. </view>
  261. <view class="timeCont">
  262. <view class="timeLeft2">
  263. <scroll-view scroll-y="true" class="timeSv">
  264. <view class="timeleftLine" v-for="(item,index) in OrderTimes"
  265. :class="{timeLeftActive:index==orderTimeIndex1}"
  266. @click.stop="orderTimeIndex1=index,orderTimeIndex2=-1">{{item.date.substring(5,10)}}
  267. </view>
  268. </scroll-view>
  269. </view>
  270. <view class="timeRight2">
  271. <scroll-view scroll-y="true" class="timeSv">
  272. <view class="timerightBox">
  273. <view class="timesf" v-for="(item,index) in OrderTimes[orderTimeIndex1].timeList"
  274. :class="{timesfNo:item.type!=1,timesfActive:index==orderTimeIndex2}"
  275. @click.stop="timeSfCk(item,index)">
  276. <view class="timeSfNum">{{item.time}}</view>
  277. <view class="timeyy" v-if="item.type==1">可预约</view>
  278. <view class="timeyy" v-if="item.type==2">已约满</view>
  279. <view class="timeyy" v-if="item.type==3">已过期</view>
  280. </view>
  281. </view>
  282. </scroll-view>
  283. </view>
  284. </view>
  285. <view class="timeBottom">
  286. <view class="timecomplete" @click="timeCk">完成</view>
  287. </view>
  288. </view>
  289. </view>
  290. </view>
  291. </view>
  292. </template>
  293. <script>
  294. import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
  295. export default {
  296. components: {
  297. tkiQrcode
  298. },
  299. data() {
  300. return {
  301. location: '',
  302. isload: false,
  303. id: '',
  304. iStatusBarHeight: '',
  305. orderData: '',
  306. type: '',
  307. onval: true, // val值变化时自动重新生成二维码
  308. loadMake: true, // 组件加载完成后自动生成二维码
  309. size: 500,
  310. qrcodeShow: false,
  311. qrcodeTop: '-100vh',
  312. qrcodeTopVal: '',
  313. ifShow: false,
  314. val: '二维码', // 要生成的二维码值
  315. unit: 'upx', // 单位
  316. background: '#b4e9e2', // 背景色
  317. foreground: '#309286', // 前景色
  318. pdground: '#262637', // 角标色
  319. icon: '', // 二维码图标
  320. iconsize: 40, // 二维码图标大小
  321. lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
  322. src: '', // 二维码生成后的图片地址或base64
  323. timeShow: false,
  324. orderTime: '',
  325. OrderTimes: '',
  326. orderTimeIndex1: 0,
  327. orderTimeIndex2: -1,
  328. isShowMa:true,
  329. }
  330. },
  331. onLoad(opt) {
  332. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  333. this.location = uni.getStorageSync("location");
  334. this.id = opt.id
  335. this.getData()
  336. this.type = opt.type;
  337. },
  338. onShow() {
  339. if (this.id) {
  340. this.getData()
  341. }
  342. },
  343. methods: {
  344. changeStore(){
  345. uni.navigateTo({
  346. url: '../changeStore/changeStore?id'+this.id
  347. })
  348. },
  349. showMa(){
  350. this.isShowMa = !this.isShowMa
  351. },
  352. gopingjia() {
  353. uni.navigateTo({
  354. url: '../me/myAppraiseDetail?id=' + this.id
  355. })
  356. },
  357. timeShowClick() {
  358. if (this.OrderTimes) {
  359. this.timeShow = true
  360. } else {
  361. uni.showToast({
  362. title: '当前店铺尚未设置可预约时间',
  363. icon: 'none',
  364. duration: 3000
  365. });
  366. }
  367. },
  368. map() {
  369. console.log("打开地图")
  370. var that = this;
  371. if (!that.orderData.Lat || !that.orderData.Lng) {
  372. uni.showToast({
  373. title: '该店铺未设置定位',
  374. icon: 'none',
  375. duration: 3000
  376. });
  377. } else {
  378. uni.openLocation({
  379. latitude: Number(that.orderData.Lat),
  380. longitude: Number(that.orderData.Lng),
  381. name: that.orderData.ShopName,
  382. address: that.orderData.Address,
  383. success: function() {
  384. console.log('success');
  385. },
  386. fail(err) {
  387. console.log(err)
  388. }
  389. });
  390. }
  391. },
  392. qrR() {
  393. },
  394. qrc() {
  395. console.log(111)
  396. },
  397. call() {
  398. uni.makePhoneCall({
  399. phoneNumber: this.orderData.MobilePhone
  400. });
  401. },
  402. qrcodeClick() {
  403. this.ifShow = true;
  404. this.qrcodeShow = true;
  405. this.qrcodeTopVal = this.orderData.Code;
  406. //this.$refs.qrcode._makeCode()
  407. },
  408. copy(txt) {
  409. uni.setClipboardData({
  410. data: txt,
  411. success: function() {
  412. uni.showToast({
  413. title: '复制成功',
  414. icon: 'none',
  415. duration: 2000
  416. });
  417. }
  418. });
  419. },
  420. getData() {
  421. uni.showLoading({
  422. title: '加载中'
  423. });
  424. this.$http('worldKeepCar/keepCarMy/queryMiNiAppTSheetDetail', {
  425. lat: this.location.lat,
  426. lng: this.location.lng,
  427. id: this.id,
  428. }, 'GET').then(res => {
  429. uni.hideLoading();
  430. this.orderData = res.data;
  431. this.getOrderTimes();
  432. })
  433. },
  434. goback() {
  435. if (this.type == 2) {
  436. uni.switchTab({
  437. url: '../index/index'
  438. })
  439. } else {
  440. uni.navigateBack({})
  441. }
  442. },
  443. evaluate() {
  444. uni.navigateTo({
  445. url: 'evaluate?sheetID=' + this.id + '&shopID=' + this.orderData.ShopID
  446. })
  447. },
  448. cancelOrder() {
  449. var that = this;
  450. uni.showModal({
  451. title: '提示',
  452. content: '确定要取消订单吗',
  453. success: function(res) {
  454. if (res.confirm) {
  455. uni.showLoading({});
  456. that.$http('worldKeepCar/keepCarMy/cancelMiNiTMSheet', {
  457. id: that.orderData.ID
  458. }, 'POST').then(res => {
  459. uni.hideLoading();
  460. that.getData()
  461. })
  462. } else if (res.cancel) {
  463. }
  464. }
  465. });
  466. },
  467. refundMoney(){
  468. console.log('退款');
  469. // fuck
  470. uni.navigateTo({
  471. url:'../refundMoney/refundMoney?sheetId='+this.id +'&maxMoney=' + this.orderData.PayMoney
  472. })
  473. },
  474. orderPay() {
  475. uni.showLoading({});
  476. var that = this;
  477. this.$http('worldKeepCar/maintainOrder/orderPay', {
  478. sheetID: this.orderData.ID
  479. }, 'POST').then(res => {
  480. uni.hideLoading();
  481. if(res.isPay==0){
  482. uni.showToast({
  483. title: '支付成功',
  484. icon: 'none',
  485. duration: 2000
  486. });
  487. that.getData()
  488. }else{
  489. var payInfo = JSON.parse(res.data.payInfo)
  490. uni.requestPayment({
  491. provider: 'wxpay',
  492. // timeStamp: String(Date.now()),
  493. timeStamp: payInfo.timeStamp,
  494. nonceStr: payInfo.nonceStr,
  495. package: payInfo.package,
  496. signType: payInfo.signType,
  497. paySign: payInfo.paySign,
  498. success: function(res) {
  499. console.log('success:' + JSON.stringify(res));
  500. uni.showToast({
  501. title: '支付成功',
  502. icon: 'none',
  503. duration: 2000
  504. });
  505. that.getData()
  506. },
  507. fail: function(err) {
  508. console.log('fail:' + JSON.stringify(err));
  509. }
  510. });
  511. }
  512. })
  513. },
  514. timeSfCk(item, index) {
  515. if (item.type == 1) {
  516. this.orderTimeIndex2 = index;
  517. var orderTime = this.OrderTimes[this.orderTimeIndex1].date + ' ' + item.time
  518. this.orderTime = orderTime
  519. }
  520. },
  521. timeCk() {
  522. this.timeShow = false;
  523. var urlStr = ''
  524. if (this.orderData.OrderState==1) {
  525. urlStr = 'worldKeepCar/keepCarMy/saveOrderTime'
  526. }
  527. if (this.orderData.OrderState==2) {
  528. urlStr = 'worldKeepCar/keepCarMy/changeTSheetTime'
  529. }
  530. this.$http(urlStr, {
  531. id: this.id,
  532. orderTime: this.orderTime
  533. }, 'POST').then(res => {
  534. if (res.code == 0) {
  535. uni.showToast({
  536. title: '预约成功',
  537. icon: 'none',
  538. duration: 2000
  539. });
  540. }
  541. this.getData()
  542. })
  543. },
  544. getOrderTimes() {
  545. this.$http('worldKeepCar/keepCarMy/getTSheetTimes', {
  546. shopId: this.orderData.ShopID,
  547. }, 'GET').then(res => {
  548. this.OrderTimes = res.data;
  549. })
  550. }
  551. },
  552. onPullDownRefresh() {
  553. this.getOrderTimes()
  554. this.getData()
  555. setTimeout(function() {
  556. uni.stopPullDownRefresh();
  557. }, 1000);
  558. },
  559. }
  560. </script>
  561. <style scoped>
  562. .box {
  563. min-height: 100vh;
  564. background: #F4F5F7;
  565. }
  566. .status_bar {
  567. background: #FF4F00;
  568. width: 100vw;
  569. position: fixed;
  570. top: 0;
  571. left: 0;
  572. z-index: 1111;
  573. }
  574. .qrcodeBox {
  575. width: 100vw;
  576. height: 100vh;
  577. display: flex;
  578. justify-content: center;
  579. align-items: center;
  580. position: fixed;
  581. top: 0;
  582. left: 0;
  583. background: rgba(0, 0, 0, 0.7);
  584. }
  585. .top {
  586. width: 750rpx;
  587. height: 342rpx;
  588. background: #FF4F00;
  589. /* background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%); */
  590. }
  591. .nav {
  592. line-height: 44px;
  593. font-size: 34rpx;
  594. font-weight: 600;
  595. display: flex;
  596. justify-content: space-between;
  597. color: #FFFFFF;
  598. position: fixed;
  599. width: 100vw;
  600. left: 0;
  601. z-index: 1111;
  602. background: #FF4F00;
  603. }
  604. .gobackImg {
  605. width: 92rpx;
  606. height: 88rpx;
  607. /* padding: 12px; */
  608. }
  609. .SheetState {
  610. font-size: 44rpx;
  611. font-weight: 500;
  612. color: #FFFFFF;
  613. padding-left: 24rpx;
  614. padding-top: 50rpx;
  615. }
  616. .orderTop {
  617. background: #FFFFFF;
  618. border-radius: 10rpx;
  619. margin: 20rpx 24rpx;
  620. }
  621. .timeEditImg {
  622. width: 25rpx;
  623. height: 25rpx;
  624. padding-left: 20rpx;
  625. }
  626. .timeLeft {
  627. font-size: 32rpx;
  628. color: #3C3C3C;
  629. }
  630. .timeRight {
  631. font-size: 26rpx;
  632. color: #3F90F7;
  633. }
  634. .timeBox {
  635. display: flex;
  636. justify-content: space-between;
  637. padding: 24rpx 20rpx;
  638. border-bottom: 1rpx solid #EEEEEE;
  639. }
  640. .shopBoximg {
  641. width: 40rpx;
  642. height: 40rpx;
  643. }
  644. .shopRightImg {
  645. width: 52rpx;
  646. height: 60rpx;
  647. }
  648. .shopsx {
  649. width: 1px;
  650. height: 50rpx;
  651. background: #EEEEEE;
  652. margin-top: 30rpx;
  653. margin-left: 28rpx;
  654. }
  655. .shopBox {
  656. display: flex;
  657. padding: 0rpx 20rpx 36rpx 20rpx;
  658. }
  659. .shopCont {
  660. width: 418rpx;
  661. padding-left: 20rpx;
  662. }
  663. .shopName {
  664. font-size: 28rpx;
  665. color: #3C3C3C;
  666. }
  667. .Address {
  668. color: #999999;
  669. font-size: 26rpx;
  670. padding-top: 10rpx;
  671. }
  672. .shopRihgtTxt {
  673. color: #999999;
  674. font-size: 22rpx;
  675. padding-top: 5rpx;
  676. }
  677. .shopRightBox {
  678. padding-top: 30rpx;
  679. padding-left: 28rpx;
  680. }
  681. .peopleCont {
  682. font-size: 28rpx;
  683. color: #3C3C3C;
  684. padding-left: 20rpx;
  685. }
  686. .people {
  687. display: flex;
  688. padding-left: 20rpx;
  689. padding-top: 30rpx;
  690. padding-bottom: 36rpx;
  691. }
  692. .PlateNumberBox {
  693. display: flex;
  694. padding-left: 20rpx;
  695. padding-bottom: 30rpx;
  696. }
  697. .PlateNumbercx {
  698. font-size: 28rpx;
  699. font-weight: bold;
  700. color: #3C3C3C;
  701. padding-left: 20rpx;
  702. }
  703. .PlateNumber {
  704. width: 130rpx;
  705. height: 32rpx;
  706. border-radius: 4rpx;
  707. border: 1px solid #F19D01;
  708. line-height: 32rpx;
  709. text-align: center;
  710. font-size: 22rpx;
  711. color: #F19D01;
  712. margin-left: 26rpx;
  713. }
  714. .PlateNumberBoxTop {
  715. display: flex;
  716. }
  717. .CarModel {
  718. font-size: 26rpx;
  719. color: #999999;
  720. padding-left: 20rpx;
  721. padding-top: 6rpx;
  722. padding-right: 20rpx;
  723. padding-bottom: 15rpx;
  724. width: 600rpx;
  725. }
  726. .detailedBox {
  727. background: #FFFFFF;
  728. border-radius: 10px;
  729. margin: 20rpx 24rpx;
  730. padding: 20rpx 0;
  731. }
  732. .itemBox {
  733. margin-top: 20rpx;
  734. }
  735. .detailedTitle {
  736. font-size: 32rpx;
  737. color: #3C3C3C;
  738. padding-left: 20rpx;
  739. padding-top: 30rpx;
  740. padding-bottom: 10rpx;
  741. }
  742. .detailedLine {
  743. display: flex;
  744. padding-left: 20rpx;
  745. padding-top: 40rpx;
  746. }
  747. .detailedImg {
  748. width: 120rpx;
  749. height: 120rpx;
  750. border-radius: 10rpx;
  751. }
  752. .detailedCont {
  753. padding-left: 20rpx;
  754. display: flex;
  755. flex-direction: column;
  756. justify-content: space-between;
  757. }
  758. .detailedName {
  759. font-size: 26rpx;
  760. color: #3C3C3C;
  761. }
  762. .detailedContBottom {
  763. display: flex;
  764. justify-content: space-between;
  765. font-size: 26rpx;
  766. color: #999999;
  767. width: 500rpx;
  768. line-height: 40rpx;
  769. }
  770. .SalePrice {
  771. font-size: 32rpx;
  772. font-weight: 500;
  773. color: #3C3C3C;
  774. }
  775. .goodscost {
  776. width: 702rpx;
  777. background: #FFFFFF;
  778. border-radius: 10px;
  779. margin-left: 24rpx;
  780. margin-top: 20rpx;
  781. padding: 15rpx 0;
  782. }
  783. .goodscostLine {
  784. display: flex;
  785. justify-content: space-between;
  786. font-size: 28rpx;
  787. padding: 20rpx 20rpx;
  788. color: #666666;
  789. }
  790. .goodsCostNum {
  791. color: #3C3C3C;
  792. }
  793. .information {
  794. width: 702rpx;
  795. background: #FFFFFF;
  796. border-radius: 10px;
  797. margin-left: 24rpx;
  798. margin-top: 20rpx;
  799. padding: 0rpx 0 15rpx 0;
  800. }
  801. .informationLine {
  802. display: flex;
  803. font-size: 26rpx;
  804. padding: 15rpx 20rpx;
  805. }
  806. .informationTxt {
  807. width: 190rpx;
  808. color: #666666;
  809. }
  810. .informationNum {
  811. color: #333333;
  812. }
  813. .copyBtn {
  814. width: 86rpx;
  815. height: 40rpx;
  816. background: #F4F5F7;
  817. border-radius: 20rpx;
  818. font-size: 24rpx;
  819. color: #333333;
  820. text-align: center;
  821. line-height: 40rpx;
  822. margin-left: 20rpx;
  823. }
  824. .orderBottom {
  825. width: 750rpx;
  826. height: 98rpx;
  827. background: #FFFFFF;
  828. position: fixed;
  829. left: 0;
  830. bottom: 0;
  831. display: flex;
  832. justify-content: flex-end;
  833. }
  834. .cancelBtn {
  835. width: 150rpx;
  836. height: 56rpx;
  837. border-radius: 36rpx;
  838. border: 2rpx solid #DDDDDD;
  839. text-align: center;
  840. line-height: 56rpx;
  841. font-size: 28rpx;
  842. color: #3C3C3C;
  843. margin-top: 21rpx;
  844. margin-right: 16rpx;
  845. margin-left: 20rpx;
  846. }
  847. .payBtn {
  848. width: 150rpx;
  849. height: 56rpx;
  850. border-radius: 36rpx;
  851. border: 2rpx solid #FF4F00;
  852. text-align: center;
  853. line-height: 56rpx;
  854. font-size: 28rpx;
  855. color: #FF4F00;
  856. margin-top: 21rpx;
  857. margin-right: 16rpx;
  858. margin-left: 20rpx;
  859. }
  860. .timeBox2 {
  861. width: 100vw;
  862. height: 100vh;
  863. background: rgba(0, 0, 0, 0.5);
  864. position: fixed;
  865. top: 0;
  866. left: 0;
  867. }
  868. .timeLeftActive {
  869. background: #FFFFFF;
  870. }
  871. .timeMain {
  872. width: 100vw;
  873. height: 70vh;
  874. margin-top: 30vh;
  875. background: #FFFFFF;
  876. border-radius: 24rpx 24rpx 0px 0px;
  877. }
  878. .timesfNo {
  879. background: #F5F5F5;
  880. }
  881. .timesfActive {
  882. background: #FF4F00;
  883. }
  884. .timesfActive .timeSfNum {
  885. color: #FFFFFF;
  886. }
  887. .timesfActive .timeyy {
  888. color: #FFFFFF;
  889. }
  890. .topBox {
  891. padding: 20rpx 24rpx;
  892. }
  893. .timeTop {
  894. display: flex;
  895. line-height: 90rpx;
  896. padding-left: 24rpx;
  897. padding-right: 24rpx;
  898. justify-content: space-between;
  899. }
  900. .timeTopTitle {
  901. font-size: 30rpx;
  902. font-family: PingFangSC-Medium, PingFang SC;
  903. font-weight: 600;
  904. color: #3C3C3C;
  905. }
  906. .close {
  907. color: #999999;
  908. font-size: 30rpx;
  909. padding-left: 30rpx;
  910. }
  911. .timeCont {
  912. height: calc(70vh - 210rpx);
  913. }
  914. .timeSv {
  915. height: calc(70vh - 210rpx);
  916. }
  917. .timeLeft2 {
  918. width: 162rpx;
  919. background: #F4F5F7;
  920. border-top: 1px soid #F4F5F7;
  921. border-right: 1px soid #F4F5F7;
  922. }
  923. .timeRight2 {
  924. width: 588rpx;
  925. }
  926. .timesf {
  927. width: 165rpx;
  928. height: 98rpx;
  929. border-radius: 7rpx;
  930. border: 2rpx solid #EEEEEE;
  931. text-align: center;
  932. margin-left: 20rpx;
  933. margin-bottom: 24rpx;
  934. }
  935. .timeBottom {
  936. width: 750rpx;
  937. height: 120rpx;
  938. background: #FFFFFF;
  939. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  940. display: flex;
  941. align-items: center;
  942. }
  943. .timerightBox {
  944. display: flex;
  945. flex-wrap: wrap;
  946. }
  947. .timeCont {
  948. display: flex;
  949. }
  950. .timeSfNum {
  951. color: #666666;
  952. font-size: 28rpx;
  953. padding-top: 15rpx;
  954. }
  955. .timeyy {
  956. font-size: 24rpx;
  957. color: #999999;
  958. }
  959. .timecomplete {
  960. width: 690rpx;
  961. height: 74rpx;
  962. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  963. border-radius: 37rpx;
  964. line-height: 74rpx;
  965. text-align: center;
  966. font-size: 30rpx;
  967. color: #FFFFFF;
  968. margin-left: 30rpx;
  969. }
  970. .timeleftLine {
  971. font-size: 30rpx;
  972. color: #999999;
  973. text-align: center;
  974. padding: 28rpx 10rpx;
  975. border-bottom: 1px solid #EEEEEE;
  976. }
  977. .yuyueBox {
  978. background: #FFFFFF;
  979. border-radius: 10rpx;
  980. margin-left: 24rpx;
  981. margin-right: 24rpx;
  982. }
  983. .yuyueTime {
  984. display: flex;
  985. padding-left: 20rpx;
  986. padding-top: 30rpx;
  987. padding-bottom: 36rpx;
  988. align-items: center;
  989. }
  990. .yuyueState {
  991. display: flex;
  992. padding-left: 20rpx;
  993. padding-top: 30rpx;
  994. padding-bottom: 36rpx;
  995. }
  996. .maBox {
  997. display: flex;
  998. justify-content: space-between;
  999. padding: 24rpx 20rpx;
  1000. }
  1001. .querenMa {
  1002. margin: 20rpx 0;
  1003. padding-bottom: 30rpx;
  1004. }
  1005. .maBoximg {
  1006. width: 308rpx;
  1007. height: 308rpx;
  1008. margin: 30rpx 197rpx;
  1009. }
  1010. .rightShou{
  1011. display: flex;
  1012. justify-content: flex-start;
  1013. align-items: center;
  1014. }
  1015. </style>