orderDetail.vue 31 KB

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