orderDetail.vue 31 KB

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