eorderDetail.vue 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023
  1. <template>
  2. <view class="box">
  3. <view class="top">
  4. <view class="nav" >
  5. <view>
  6. <image src="../../static/img/baiback22.png" mode="" class="gobackImg" @click="goback"></image>
  7. <!-- <image src="../../static/img/baigoindex22.png" mode="" class="goIndexImg" @click="goIndex()"></image> -->
  8. </view>
  9. <view>订单详情</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" 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="shopBoximg"></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;" @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. if(this.type==2){
  420. uni.switchTab({
  421. url:'../index/index'
  422. })
  423. }else{
  424. uni.navigateBack({})
  425. }
  426. },
  427. evaluate(){
  428. uni.navigateTo({
  429. url:'evaluate?sheetID='+this.id+'&shopID='+this.orderData.ShopID
  430. })
  431. },
  432. goIndex(){
  433. uni.switchTab({
  434. url:'../index/index'
  435. })
  436. },
  437. cancelOrder(){
  438. var that=this;
  439. uni.showModal({
  440. title: '提示',
  441. content: '确定要取消订单吗',
  442. success: function (res) {
  443. if (res.confirm) {
  444. uni.showLoading({ title: '加载中'});
  445. that.$http('miniAppMyBMemberCar/updateBMSheetState', {
  446. id:that.orderData.ID
  447. },'POST').then(res => {
  448. uni.hideLoading();
  449. if(that.orderData.SheetState!=1){
  450. uni.showModal({
  451. title: '订单取消成功,请等待银行处理',
  452. content: '金额将原路退还至您的账户。若您使用了优惠券,将退至您的账户',
  453. showCancel:false,
  454. success: function (res) {
  455. that.getData()
  456. }
  457. });
  458. }else{
  459. uni.showModal({
  460. title: '提示',
  461. content: '订单取消成功',
  462. showCancel:false,
  463. success: function (res) {
  464. that.getData()
  465. }
  466. });
  467. }
  468. // that.getData()
  469. })
  470. } else if (res.cancel) {
  471. }
  472. }
  473. });
  474. },
  475. orderPay(){
  476. uni.showLoading({ title: '加载中'});
  477. var that=this;
  478. this.$http('miniApp/maintainOrder/orderPay', {
  479. sheetID:this.orderData.ID
  480. },'POST').then(res => {
  481. uni.hideLoading();
  482. var payInfo=JSON.parse(res.data.payInfo)
  483. uni.requestPayment({
  484. provider: 'wxpay',
  485. // timeStamp: String(Date.now()),
  486. timeStamp:payInfo.timeStamp,
  487. nonceStr: payInfo.nonceStr,
  488. package: payInfo.package,
  489. signType: payInfo.signType,
  490. paySign: payInfo.paySign,
  491. success: function (res) {
  492. console.log('success:' + JSON.stringify(res));
  493. uni.showToast({
  494. title: '支付成功',
  495. icon:'none',
  496. duration: 2000
  497. });
  498. that.getData()
  499. },
  500. fail: function (err) {
  501. console.log('fail:' + JSON.stringify(err));
  502. }
  503. });
  504. })
  505. },
  506. timeSfCk(item,index){
  507. if(item.type==1){
  508. this.orderTimeIndex2=index;
  509. var orderTime=this.OrderTimes[this.orderTimeIndex1].date +' '+ item.time
  510. this.orderTime=orderTime
  511. }
  512. },
  513. timeCk(){
  514. this.timeShow=false;
  515. var that=this;
  516. this.$http('h5BmSheet/h5UpdateTimeOfAppointment', {
  517. id:this.id,
  518. billDate:this.orderTime
  519. },'POST').then(res => {
  520. if(res.code==0){
  521. uni.showToast({
  522. title: '修改成功',
  523. icon:'none',
  524. duration: 2000
  525. });
  526. }
  527. setTimeout(() => {
  528. that.getData()
  529. }, 2000);
  530. })
  531. },
  532. getOrderTimes(){
  533. this.$http('h5BmSheet/getOrderTimes', {
  534. },'GET').then(res => {
  535. this.OrderTimes=res.data;
  536. })
  537. }
  538. },
  539. onPullDownRefresh() {
  540. this.getOrderTimes()
  541. this.getData()
  542. setTimeout(function () {
  543. uni.stopPullDownRefresh();
  544. }, 1000);
  545. },
  546. }
  547. </script>
  548. <style scoped>
  549. .box{
  550. min-height: 100vh;
  551. background: #F4F5F7;
  552. }
  553. .status_bar{
  554. background: #FF4F00;
  555. width: 100vw;
  556. position: fixed;
  557. top: 0;
  558. left: 0;
  559. z-index: 1111;
  560. }
  561. .qrcodeBox{
  562. width: 100vw;
  563. height: 100vh;
  564. display: flex;
  565. justify-content: center;
  566. align-items: center;
  567. position: fixed;
  568. top: 0;
  569. left: 0;
  570. background: rgba(0,0,0,0.7);
  571. }
  572. .top{
  573. width: 750rpx;
  574. height: 242rpx;
  575. background: #FF4F00;
  576. /* background: linear-gradient(134deg, #FF8635 0%, #FF4828 100%); */
  577. }
  578. .nav{
  579. line-height: 44px;
  580. font-size: 34rpx;
  581. font-weight: 600;
  582. display: flex;
  583. justify-content: space-between;
  584. color: #FFFFFF;
  585. position: fixed;
  586. width: 100vw;
  587. left: 0;
  588. z-index: 1111;
  589. background: #FF4F00;
  590. }
  591. .gobackImg{
  592. width: 92rpx;
  593. height: 88rpx;
  594. /* padding: 12px; */
  595. }
  596. .SheetState{
  597. font-size: 44rpx;
  598. font-weight: 500;
  599. color: #FFFFFF;
  600. padding-left: 24rpx;
  601. padding-top: 24rpx;
  602. }
  603. .orderTop{
  604. background: #FFFFFF;
  605. border-radius: 10rpx;
  606. margin: 20rpx 24rpx;
  607. }
  608. .timeEditImg{
  609. width: 25rpx;height: 25rpx;padding-left: 20rpx;
  610. }
  611. .timeLeft{
  612. font-size: 28rpx;
  613. color: #3C3C3C;font-weight: 500;
  614. }
  615. .timeRight{
  616. font-size: 26rpx;
  617. color: #3F90F7;
  618. }
  619. .timeBox{
  620. display: flex;
  621. justify-content: space-between;
  622. padding: 24rpx 20rpx;
  623. border-bottom: 1px solid #EEEEEE;
  624. }
  625. .orderTop{
  626. position: relative;
  627. top: -44rpx;
  628. }
  629. .shopBoximg{
  630. width: 40rpx;height: 40rpx;
  631. }
  632. .shopRightImg{
  633. width: 52rpx;height: 38rpx;
  634. }
  635. .shopsx{
  636. width: 1px;
  637. height: 50rpx;
  638. background: #EEEEEE;
  639. margin-top: 30rpx;
  640. margin-left: 28rpx;
  641. }
  642. .shopBox{
  643. display: flex;
  644. padding: 30rpx 20rpx 24rpx 20rpx;
  645. }
  646. .shopCont{
  647. width: 418rpx;padding-left: 20rpx;
  648. }
  649. .shopName{
  650. font-size: 28rpx;
  651. color: #3C3C3C;
  652. font-weight: 500;
  653. }
  654. .Address{
  655. color: #999999;font-size: 26rpx;padding-top: 10rpx;
  656. }
  657. .shopRihgtTxt{
  658. color: #999999;font-size: 22rpx;padding-top: 5rpx;
  659. }
  660. .shopRightBox{
  661. padding-top: 30rpx;
  662. padding-left: 28rpx;
  663. }
  664. .peopleCont{
  665. font-size: 28rpx;
  666. font-weight: 500;
  667. color: #3C3C3C;
  668. padding-left: 20rpx;
  669. }
  670. .people{
  671. display: flex;
  672. padding-left: 20rpx;
  673. padding-bottom: 24rpx;
  674. }
  675. .PlateNumberBox{
  676. display: flex;padding-left: 20rpx;padding-bottom: 30rpx;
  677. }
  678. .PlateNumbercx{
  679. font-size: 28rpx;
  680. font-weight: 500;
  681. color: #3C3C3C;
  682. padding-left: 20rpx;
  683. }
  684. .PlateNumber{
  685. width: 130rpx;
  686. height: 32rpx;
  687. border-radius: 4rpx;
  688. border: 1px solid #F19D01;
  689. line-height: 32rpx;
  690. text-align: center;
  691. font-size: 22rpx;
  692. color: #F19D01;
  693. margin-left: 26rpx;
  694. }
  695. .PlateNumberBoxTop{
  696. display: flex;
  697. }
  698. .CarModel{
  699. font-size: 26rpx;
  700. color: #999999;
  701. padding-left: 20rpx;
  702. padding-top: 6rpx;
  703. padding-right: 20rpx;
  704. padding-bottom: 15rpx;
  705. width: 600rpx;
  706. }
  707. .detailedBox{
  708. width: 702rpx;
  709. background: #FFFFFF;
  710. border-radius: 10px;
  711. margin-left: 24rpx;
  712. margin-top: -60rpx;
  713. padding-bottom: 20rpx;
  714. }
  715. .itemBox{
  716. margin-top: 20rpx;
  717. }
  718. .detailedTitle{
  719. font-size: 32rpx;
  720. color: #3C3C3C;
  721. padding-left: 20rpx;padding-top: 30rpx;
  722. font-weight: 600;
  723. padding-bottom: 10rpx;
  724. }
  725. .detailedLine{
  726. display: flex;
  727. padding-left: 20rpx;
  728. padding-top: 40rpx;
  729. }
  730. .detailedImg{
  731. width: 120rpx;
  732. height: 120rpx;
  733. border-radius: 10rpx;
  734. }
  735. .detailedCont{
  736. padding-left: 20rpx;
  737. display: flex;
  738. flex-direction: column;
  739. justify-content: space-between;
  740. }
  741. .detailedName{
  742. font-size: 26rpx;
  743. color: #3C3C3C;
  744. }
  745. .detailedContBottom{
  746. display: flex;
  747. justify-content: space-between;
  748. font-size: 26rpx;
  749. color: #999999;
  750. width: 500rpx;
  751. line-height: 40rpx;
  752. }
  753. .SalePrice{
  754. font-size: 32rpx;
  755. font-weight: 500;
  756. color: #3C3C3C;
  757. }
  758. .goodscost{
  759. width: 702rpx;
  760. background: #FFFFFF;
  761. border-radius: 10px;
  762. margin-left: 24rpx;
  763. margin-top: 20rpx;
  764. padding: 15rpx 0;
  765. }
  766. .goodscostLine{
  767. display: flex;
  768. justify-content: space-between;
  769. font-size: 28rpx;
  770. padding: 20rpx 20rpx;
  771. color: #666666;
  772. }
  773. .goodsCostNum{
  774. color: #3C3C3C;
  775. }
  776. .information{
  777. width: 702rpx;
  778. background: #FFFFFF;
  779. border-radius: 10px;
  780. margin-left: 24rpx;
  781. margin-top: 20rpx;
  782. padding: 0rpx 0 15rpx 0;
  783. }
  784. .informationLine{
  785. display: flex;font-size: 26rpx;
  786. padding: 15rpx 20rpx;
  787. }
  788. .informationTxt{
  789. width: 150rpx;
  790. color: #666666;
  791. }
  792. .informationNum{
  793. color: #333333;
  794. }
  795. .copyBtn{
  796. width: 86rpx;
  797. height: 40rpx;
  798. background: #F4F5F7;
  799. border-radius: 20rpx;
  800. font-size: 24rpx;
  801. color: #333333;
  802. text-align: center;
  803. line-height: 40rpx;
  804. margin-left: 20rpx;
  805. }
  806. .orderBottom{
  807. width: 750rpx;
  808. height: 98rpx;
  809. background: #FFFFFF;
  810. position: fixed;
  811. left: 0;
  812. bottom: 0;
  813. display: flex;
  814. justify-content: flex-end;
  815. }
  816. .cancelBtn{
  817. width: 150rpx;
  818. height: 56rpx;
  819. border-radius: 36rpx;
  820. border: 2rpx solid #DDDDDD;
  821. text-align: center;
  822. line-height: 56rpx;
  823. font-size: 28rpx;
  824. color: #3C3C3C;
  825. margin-top: 21rpx;
  826. }
  827. .payBtn{
  828. width: 150rpx;
  829. height: 56rpx;
  830. border-radius: 36rpx;
  831. border: 2rpx solid #FF4F00;
  832. text-align: center;
  833. line-height: 56rpx;
  834. font-size: 28rpx;
  835. color: #FF4F00;
  836. margin-top: 21rpx;
  837. margin-right: 16rpx;
  838. margin-left: 40rpx;
  839. }
  840. .timeBox2{
  841. width: 100vw;
  842. height: 100vh;
  843. background: rgba(0,0,0,0.5);
  844. position: fixed;
  845. top: 0;
  846. left: 0;
  847. }
  848. .timeLeftActive{
  849. background: #FFFFFF;
  850. }
  851. .timeMain{
  852. width: 100vw;
  853. height: 70vh;
  854. margin-top: 30vh;
  855. background: #FFFFFF;
  856. border-radius: 24rpx 24rpx 0px 0px;
  857. }
  858. .timesfNo{
  859. background: #F5F5F5;
  860. }
  861. .timesfActive{
  862. background: #FF4F00;
  863. }
  864. .timesfActive .timeSfNum{
  865. color: #FFFFFF;
  866. }
  867. .timesfActive .timeyy{
  868. color: #FFFFFF;
  869. }
  870. .topBox{
  871. padding: 20rpx 24rpx;
  872. }
  873. .timeTop{
  874. display: flex;
  875. line-height: 90rpx;
  876. padding-left: 24rpx;
  877. padding-right: 24rpx;
  878. justify-content: space-between;
  879. }
  880. .timeTopTitle{
  881. font-size: 30rpx;
  882. font-family: PingFangSC-Medium, PingFang SC;
  883. font-weight: 600;
  884. color: #3C3C3C;
  885. }
  886. .close{
  887. color: #999999;font-size: 30rpx;
  888. padding-left: 30rpx;
  889. }
  890. .timeCont{
  891. height: calc(70vh - 210rpx);
  892. }
  893. .timeSv{
  894. height: calc(70vh - 210rpx);
  895. }
  896. .timeLeft2{
  897. width: 162rpx;
  898. background: #F4F5F7;
  899. border-top: 1px soid #F4F5F7;
  900. border-right:1px soid #F4F5F7 ;
  901. }
  902. .timeRight2{
  903. width: 588rpx;
  904. }
  905. .timesf{
  906. width: 165rpx;
  907. height: 98rpx;
  908. border-radius: 7rpx;
  909. border: 2rpx solid #EEEEEE;
  910. text-align: center;
  911. margin-left: 20rpx;
  912. margin-bottom: 24rpx;
  913. }
  914. .timeBottom{
  915. width: 750rpx;
  916. height: 120rpx;
  917. background: #FFFFFF;
  918. box-shadow: 0px -2px 20rpx 0px rgba(153, 153, 153, 0.2);
  919. display: flex;
  920. align-items: center;
  921. }
  922. .timerightBox{
  923. display: flex;
  924. flex-wrap: wrap;
  925. }
  926. .timeCont{
  927. display: flex;
  928. }
  929. .timeSfNum{
  930. color: #666666;
  931. font-size: 28rpx;
  932. padding-top: 15rpx;
  933. }
  934. .timeyy{
  935. font-size: 24rpx;
  936. color: #999999;
  937. }
  938. .timecomplete{
  939. width: 690rpx;
  940. height: 74rpx;
  941. background: linear-gradient(124deg, #FF8700 0%, #FF4F00 100%);
  942. border-radius: 37rpx;
  943. line-height: 74rpx;
  944. text-align: center;
  945. font-size: 30rpx;
  946. color: #FFFFFF;
  947. margin-left: 30rpx;
  948. }
  949. .timeleftLine{
  950. font-size: 30rpx;
  951. color: #999999;
  952. text-align: center;
  953. padding: 28rpx 10rpx;
  954. border-bottom: 1px solid #EEEEEE;
  955. }
  956. .goIndexImg{
  957. width: 92rpx;
  958. height: 88rpx;
  959. }
  960. .maBox {
  961. display: flex;
  962. justify-content: space-between;
  963. padding: 24rpx 20rpx;
  964. }
  965. .querenMa {
  966. margin: 20rpx 0;
  967. padding-bottom: 30rpx;
  968. }
  969. .maBoximg {
  970. width: 308rpx;
  971. height: 308rpx;
  972. margin: 30rpx 197rpx;
  973. }
  974. .rightShou {
  975. display: flex;
  976. justify-content: flex-start;
  977. align-items: center;
  978. }
  979. </style>