eorderDetail.vue 27 KB

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