orderDetail.vue 27 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128
  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">申请更换服务门店</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.ContactPhone}}</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="cancelOrder">申请退款</view>
  232. </view>
  233. <view class="orderBottom" v-if="orderData.SheetState==3">
  234. <view class="cancelBtn" @click="cancelOrder">申请退款</view>
  235. </view>
  236. <view class="orderBottom" v-if="orderData.SheetState==4">
  237. <view class="cancelBtn" @click="cancelOrder">申请退款</view>
  238. <view class="payBtn" @click="timeShowClick">立即预约</view>
  239. </view>
  240. <view class="orderBottom" v-if="orderData.SheetState==5&&orderData.EvaluateState==0">
  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. showMa(){
  345. this.isShowMa = !this.isShowMa
  346. },
  347. gopingjia() {
  348. uni.navigateTo({
  349. url: '../me/myAppraiseDetail?id=' + this.id
  350. })
  351. },
  352. timeShowClick() {
  353. if (this.OrderTimes) {
  354. this.timeShow = true
  355. } else {
  356. uni.showToast({
  357. title: '当前店铺尚未设置可预约时间',
  358. icon: 'none',
  359. duration: 3000
  360. });
  361. }
  362. },
  363. map() {
  364. console.log("打开地图")
  365. var that = this;
  366. if (!that.orderData.Lat || !that.orderData.Lng) {
  367. uni.showToast({
  368. title: '该店铺未设置定位',
  369. icon: 'none',
  370. duration: 3000
  371. });
  372. } else {
  373. uni.openLocation({
  374. latitude: Number(that.orderData.Lat),
  375. longitude: Number(that.orderData.Lng),
  376. name: that.orderData.ShopName,
  377. address: that.orderData.Address,
  378. success: function() {
  379. console.log('success');
  380. },
  381. fail(err) {
  382. console.log(err)
  383. }
  384. });
  385. }
  386. },
  387. qrR() {
  388. },
  389. qrc() {
  390. console.log(111)
  391. },
  392. call() {
  393. uni.makePhoneCall({
  394. phoneNumber: this.orderData.MobilePhone
  395. });
  396. },
  397. qrcodeClick() {
  398. this.ifShow = true;
  399. this.qrcodeShow = true;
  400. this.qrcodeTopVal = this.orderData.Code;
  401. //this.$refs.qrcode._makeCode()
  402. },
  403. copy(txt) {
  404. uni.setClipboardData({
  405. data: txt,
  406. success: function() {
  407. uni.showToast({
  408. title: '复制成功',
  409. icon: 'none',
  410. duration: 2000
  411. });
  412. }
  413. });
  414. },
  415. getData() {
  416. uni.showLoading({
  417. title: '加载中'
  418. });
  419. this.$http('worldKeepCar/keepCarMy/queryMiNiAppTSheetDetail', {
  420. lat: this.location.lat,
  421. lng: this.location.lng,
  422. id: this.id,
  423. }, 'GET').then(res => {
  424. uni.hideLoading();
  425. this.orderData = res.data;
  426. this.getOrderTimes();
  427. })
  428. },
  429. goback() {
  430. if (this.type == 2) {
  431. uni.switchTab({
  432. url: '../index/index'
  433. })
  434. } else {
  435. uni.navigateBack({})
  436. }
  437. },
  438. evaluate() {
  439. uni.navigateTo({
  440. url: 'evaluate?sheetID=' + this.id + '&shopID=' + this.orderData.ShopID
  441. })
  442. },
  443. cancelOrder() {
  444. var that = this;
  445. uni.showModal({
  446. title: '提示',
  447. content: '确定要取消订单吗',
  448. success: function(res) {
  449. if (res.confirm) {
  450. uni.showLoading({});
  451. that.$http('worldKeepCar/keepCarMy/cancelMiNiTMSheet', {
  452. id: that.orderData.ID
  453. }, 'POST').then(res => {
  454. uni.hideLoading();
  455. that.getData()
  456. })
  457. } else if (res.cancel) {
  458. }
  459. }
  460. });
  461. },
  462. orderPay() {
  463. uni.showLoading({});
  464. var that = this;
  465. this.$http('miniApp/maintainOrder/orderPay', {
  466. sheetID: this.orderData.ID
  467. }, 'POST').then(res => {
  468. uni.hideLoading();
  469. var payInfo = JSON.parse(res.data.payInfo)
  470. uni.requestPayment({
  471. provider: 'wxpay',
  472. // timeStamp: String(Date.now()),
  473. timeStamp: payInfo.timeStamp,
  474. nonceStr: payInfo.nonceStr,
  475. package: payInfo.package,
  476. signType: payInfo.signType,
  477. paySign: payInfo.paySign,
  478. success: function(res) {
  479. console.log('success:' + JSON.stringify(res));
  480. uni.showToast({
  481. title: '支付成功',
  482. icon: 'none',
  483. duration: 2000
  484. });
  485. that.getData()
  486. },
  487. fail: function(err) {
  488. console.log('fail:' + JSON.stringify(err));
  489. }
  490. });
  491. })
  492. },
  493. timeSfCk(item, index) {
  494. if (item.type == 1) {
  495. this.orderTimeIndex2 = index;
  496. var orderTime = this.OrderTimes[this.orderTimeIndex1].date + ' ' + item.time
  497. this.orderTime = orderTime
  498. }
  499. },
  500. timeCk() {
  501. this.timeShow = false;
  502. this.$http('worldKeepCar/keepCarMy/changeTSheetTime', {
  503. id: this.id,
  504. orderTime: this.orderTime
  505. }, 'POST').then(res => {
  506. if (res.code == 0) {
  507. uni.showToast({
  508. title: '修改成功',
  509. icon: 'none',
  510. duration: 2000
  511. });
  512. }
  513. this.getData()
  514. })
  515. },
  516. getOrderTimes() {
  517. this.$http('worldKeepCar/keepCarMy/getTSheetTimes', {
  518. shopId: this.orderData.ShopID,
  519. }, 'GET').then(res => {
  520. this.OrderTimes = res.data;
  521. })
  522. }
  523. },
  524. onPullDownRefresh() {
  525. this.getOrderTimes()
  526. this.getData()
  527. setTimeout(function() {
  528. uni.stopPullDownRefresh();
  529. }, 1000);
  530. },
  531. }
  532. </script>
  533. <style scoped>
  534. .box {
  535. min-height: 100vh;
  536. background: #F4F5F7;
  537. }
  538. .status_bar {
  539. background: #FF4F00;
  540. width: 100vw;
  541. position: fixed;
  542. top: 0;
  543. left: 0;
  544. z-index: 1111;
  545. }
  546. .qrcodeBox {
  547. width: 100vw;
  548. height: 100vh;
  549. display: flex;
  550. justify-content: center;
  551. align-items: center;
  552. position: fixed;
  553. top: 0;
  554. left: 0;
  555. background: rgba(0, 0, 0, 0.7);
  556. }
  557. .top {
  558. width: 750rpx;
  559. height: 342rpx;
  560. background: #FF4F00;
  561. /* background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%); */
  562. }
  563. .nav {
  564. line-height: 44px;
  565. font-size: 34rpx;
  566. font-weight: 600;
  567. display: flex;
  568. justify-content: space-between;
  569. color: #FFFFFF;
  570. position: fixed;
  571. width: 100vw;
  572. left: 0;
  573. z-index: 1111;
  574. background: #FF4F00;
  575. }
  576. .gobackImg {
  577. width: 92rpx;
  578. height: 88rpx;
  579. /* padding: 12px; */
  580. }
  581. .SheetState {
  582. font-size: 44rpx;
  583. font-weight: 500;
  584. color: #FFFFFF;
  585. padding-left: 24rpx;
  586. padding-top: 50rpx;
  587. }
  588. .orderTop {
  589. background: #FFFFFF;
  590. border-radius: 10rpx;
  591. margin: 20rpx 24rpx;
  592. }
  593. .timeEditImg {
  594. width: 25rpx;
  595. height: 25rpx;
  596. padding-left: 20rpx;
  597. }
  598. .timeLeft {
  599. font-size: 32rpx;
  600. color: #3C3C3C;
  601. }
  602. .timeRight {
  603. font-size: 26rpx;
  604. color: #3F90F7;
  605. }
  606. .timeBox {
  607. display: flex;
  608. justify-content: space-between;
  609. padding: 24rpx 20rpx;
  610. border-bottom: 1rpx solid #EEEEEE;
  611. }
  612. .shopBoximg {
  613. width: 40rpx;
  614. height: 40rpx;
  615. }
  616. .shopRightImg {
  617. width: 52rpx;
  618. height: 60rpx;
  619. }
  620. .shopsx {
  621. width: 1px;
  622. height: 50rpx;
  623. background: #EEEEEE;
  624. margin-top: 30rpx;
  625. margin-left: 28rpx;
  626. }
  627. .shopBox {
  628. display: flex;
  629. padding: 0rpx 20rpx 36rpx 20rpx;
  630. }
  631. .shopCont {
  632. width: 418rpx;
  633. padding-left: 20rpx;
  634. }
  635. .shopName {
  636. font-size: 28rpx;
  637. color: #3C3C3C;
  638. }
  639. .Address {
  640. color: #999999;
  641. font-size: 26rpx;
  642. padding-top: 10rpx;
  643. }
  644. .shopRihgtTxt {
  645. color: #999999;
  646. font-size: 22rpx;
  647. padding-top: 5rpx;
  648. }
  649. .shopRightBox {
  650. padding-top: 30rpx;
  651. padding-left: 28rpx;
  652. }
  653. .peopleCont {
  654. font-size: 28rpx;
  655. color: #3C3C3C;
  656. padding-left: 20rpx;
  657. }
  658. .people {
  659. display: flex;
  660. padding-left: 20rpx;
  661. padding-top: 30rpx;
  662. padding-bottom: 36rpx;
  663. }
  664. .PlateNumberBox {
  665. display: flex;
  666. padding-left: 20rpx;
  667. padding-bottom: 30rpx;
  668. }
  669. .PlateNumbercx {
  670. font-size: 28rpx;
  671. font-weight: bold;
  672. color: #3C3C3C;
  673. padding-left: 20rpx;
  674. }
  675. .PlateNumber {
  676. width: 130rpx;
  677. height: 32rpx;
  678. border-radius: 4rpx;
  679. border: 1px solid #F19D01;
  680. line-height: 32rpx;
  681. text-align: center;
  682. font-size: 22rpx;
  683. color: #F19D01;
  684. margin-left: 26rpx;
  685. }
  686. .PlateNumberBoxTop {
  687. display: flex;
  688. }
  689. .CarModel {
  690. font-size: 26rpx;
  691. color: #999999;
  692. padding-left: 20rpx;
  693. padding-top: 6rpx;
  694. padding-right: 20rpx;
  695. padding-bottom: 15rpx;
  696. width: 600rpx;
  697. }
  698. .detailedBox {
  699. background: #FFFFFF;
  700. border-radius: 10px;
  701. margin: 20rpx 24rpx;
  702. padding: 20rpx 0;
  703. }
  704. .itemBox {
  705. margin-top: 20rpx;
  706. }
  707. .detailedTitle {
  708. font-size: 32rpx;
  709. color: #3C3C3C;
  710. padding-left: 20rpx;
  711. padding-top: 30rpx;
  712. padding-bottom: 10rpx;
  713. }
  714. .detailedLine {
  715. display: flex;
  716. padding-left: 20rpx;
  717. padding-top: 40rpx;
  718. }
  719. .detailedImg {
  720. width: 120rpx;
  721. height: 120rpx;
  722. border-radius: 10rpx;
  723. }
  724. .detailedCont {
  725. padding-left: 20rpx;
  726. display: flex;
  727. flex-direction: column;
  728. justify-content: space-between;
  729. }
  730. .detailedName {
  731. font-size: 26rpx;
  732. color: #3C3C3C;
  733. }
  734. .detailedContBottom {
  735. display: flex;
  736. justify-content: space-between;
  737. font-size: 26rpx;
  738. color: #999999;
  739. width: 500rpx;
  740. line-height: 40rpx;
  741. }
  742. .SalePrice {
  743. font-size: 32rpx;
  744. font-weight: 500;
  745. color: #3C3C3C;
  746. }
  747. .goodscost {
  748. width: 702rpx;
  749. background: #FFFFFF;
  750. border-radius: 10px;
  751. margin-left: 24rpx;
  752. margin-top: 20rpx;
  753. padding: 15rpx 0;
  754. }
  755. .goodscostLine {
  756. display: flex;
  757. justify-content: space-between;
  758. font-size: 28rpx;
  759. padding: 20rpx 20rpx;
  760. color: #666666;
  761. }
  762. .goodsCostNum {
  763. color: #3C3C3C;
  764. }
  765. .information {
  766. width: 702rpx;
  767. background: #FFFFFF;
  768. border-radius: 10px;
  769. margin-left: 24rpx;
  770. margin-top: 20rpx;
  771. padding: 0rpx 0 15rpx 0;
  772. }
  773. .informationLine {
  774. display: flex;
  775. font-size: 26rpx;
  776. padding: 15rpx 20rpx;
  777. }
  778. .informationTxt {
  779. width: 190rpx;
  780. color: #666666;
  781. }
  782. .informationNum {
  783. color: #333333;
  784. }
  785. .copyBtn {
  786. width: 86rpx;
  787. height: 40rpx;
  788. background: #F4F5F7;
  789. border-radius: 20rpx;
  790. font-size: 24rpx;
  791. color: #333333;
  792. text-align: center;
  793. line-height: 40rpx;
  794. margin-left: 20rpx;
  795. }
  796. .orderBottom {
  797. width: 750rpx;
  798. height: 98rpx;
  799. background: #FFFFFF;
  800. position: fixed;
  801. left: 0;
  802. bottom: 0;
  803. display: flex;
  804. justify-content: flex-end;
  805. }
  806. .cancelBtn {
  807. width: 150rpx;
  808. height: 56rpx;
  809. border-radius: 36rpx;
  810. border: 2rpx solid #DDDDDD;
  811. text-align: center;
  812. line-height: 56rpx;
  813. font-size: 28rpx;
  814. color: #3C3C3C;
  815. margin-top: 21rpx;
  816. margin-right: 16rpx;
  817. margin-left: 20rpx;
  818. }
  819. .payBtn {
  820. width: 150rpx;
  821. height: 56rpx;
  822. border-radius: 36rpx;
  823. border: 2rpx solid #FF4F00;
  824. text-align: center;
  825. line-height: 56rpx;
  826. font-size: 28rpx;
  827. color: #FF4F00;
  828. margin-top: 21rpx;
  829. margin-right: 16rpx;
  830. margin-left: 20rpx;
  831. }
  832. .timeBox2 {
  833. width: 100vw;
  834. height: 100vh;
  835. background: rgba(0, 0, 0, 0.5);
  836. position: fixed;
  837. top: 0;
  838. left: 0;
  839. }
  840. .timeLeftActive {
  841. background: #FFFFFF;
  842. }
  843. .timeMain {
  844. width: 100vw;
  845. height: 70vh;
  846. margin-top: 30vh;
  847. background: #FFFFFF;
  848. border-radius: 24rpx 24rpx 0px 0px;
  849. }
  850. .timesfNo {
  851. background: #F5F5F5;
  852. }
  853. .timesfActive {
  854. background: #FF4F00;
  855. }
  856. .timesfActive .timeSfNum {
  857. color: #FFFFFF;
  858. }
  859. .timesfActive .timeyy {
  860. color: #FFFFFF;
  861. }
  862. .topBox {
  863. padding: 20rpx 24rpx;
  864. }
  865. .timeTop {
  866. display: flex;
  867. line-height: 90rpx;
  868. padding-left: 24rpx;
  869. padding-right: 24rpx;
  870. justify-content: space-between;
  871. }
  872. .timeTopTitle {
  873. font-size: 30rpx;
  874. font-family: PingFangSC-Medium, PingFang SC;
  875. font-weight: 600;
  876. color: #3C3C3C;
  877. }
  878. .close {
  879. color: #999999;
  880. font-size: 30rpx;
  881. padding-left: 30rpx;
  882. }
  883. .timeCont {
  884. height: calc(70vh - 210rpx);
  885. }
  886. .timeSv {
  887. height: calc(70vh - 210rpx);
  888. }
  889. .timeLeft2 {
  890. width: 162rpx;
  891. background: #F4F5F7;
  892. border-top: 1px soid #F4F5F7;
  893. border-right: 1px soid #F4F5F7;
  894. }
  895. .timeRight2 {
  896. width: 588rpx;
  897. }
  898. .timesf {
  899. width: 165rpx;
  900. height: 98rpx;
  901. border-radius: 7rpx;
  902. border: 2rpx solid #EEEEEE;
  903. text-align: center;
  904. margin-left: 20rpx;
  905. margin-bottom: 24rpx;
  906. }
  907. .timeBottom {
  908. width: 750rpx;
  909. height: 120rpx;
  910. background: #FFFFFF;
  911. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  912. display: flex;
  913. align-items: center;
  914. }
  915. .timerightBox {
  916. display: flex;
  917. flex-wrap: wrap;
  918. }
  919. .timeCont {
  920. display: flex;
  921. }
  922. .timeSfNum {
  923. color: #666666;
  924. font-size: 28rpx;
  925. padding-top: 15rpx;
  926. }
  927. .timeyy {
  928. font-size: 24rpx;
  929. color: #999999;
  930. }
  931. .timecomplete {
  932. width: 690rpx;
  933. height: 74rpx;
  934. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  935. border-radius: 37rpx;
  936. line-height: 74rpx;
  937. text-align: center;
  938. font-size: 30rpx;
  939. color: #FFFFFF;
  940. margin-left: 30rpx;
  941. }
  942. .timeleftLine {
  943. font-size: 30rpx;
  944. color: #999999;
  945. text-align: center;
  946. padding: 28rpx 10rpx;
  947. border-bottom: 1px solid #EEEEEE;
  948. }
  949. .yuyueBox {
  950. background: #FFFFFF;
  951. border-radius: 10rpx;
  952. margin-left: 24rpx;
  953. margin-right: 24rpx;
  954. }
  955. .yuyueTime {
  956. display: flex;
  957. padding-left: 20rpx;
  958. padding-top: 30rpx;
  959. padding-bottom: 36rpx;
  960. align-items: center;
  961. }
  962. .yuyueState {
  963. display: flex;
  964. padding-left: 20rpx;
  965. padding-top: 30rpx;
  966. padding-bottom: 36rpx;
  967. }
  968. .maBox {
  969. display: flex;
  970. justify-content: space-between;
  971. padding: 24rpx 20rpx;
  972. }
  973. .querenMa {
  974. margin: 20rpx 0;
  975. padding-bottom: 30rpx;
  976. }
  977. .maBoximg {
  978. width: 308rpx;
  979. height: 308rpx;
  980. margin: 30rpx 197rpx;
  981. }
  982. .rightShou{
  983. display: flex;
  984. justify-content: flex-start;
  985. align-items: center;
  986. }
  987. </style>