paintOrderDetail.vue 42 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766
  1. <template>
  2. <view class="box">
  3. <!-- 自定义导航 -->
  4. <!-- <view class="zdyNavBox">
  5. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  6. <view class="zdyNav">
  7. <view class="zdyNavLeft">
  8. <image src="../../../static/img/nav_icon_back.png" mode="aspectFit" class="backImg" @click="goback"></image>
  9. <image src="../../../static/img/nav_icon_home.png" mode="" class="homeImg" @click="gohome"></image>
  10. </view>
  11. <view class="zdyNavTitle">订单详情</view>
  12. <view style="width: 100px;"></view>
  13. </view>
  14. </view>
  15. <view class="status_bar" :style="{height: iStatusBarHeight + 'px'}"></view>
  16. <view style="height: 44px;"></view> -->
  17. <homenav :iStatusBarHeight="iStatusBarHeight" :title="'订单详情'" :cj="3"></homenav>
  18. <view class="shuaxin" v-if="orderData.data.sheetState == 1 &&sx" @click="shuaxinFn">
  19. 如果支付状态未及时更新,请点击 <span style="color: #3F90F7;">刷新</span>
  20. </view>
  21. <view class="topBox">
  22. <view class="top" >
  23. <view class="orderState">
  24. <view class="SheetState" v-if="orderData.data.sheetState == 1">待付款</view>
  25. <view class="SheetState" v-if="orderData.data.sheetState == 2">待服务</view>
  26. <view class="SheetState" v-if="orderData.data.sheetState == 3">已完成</view>
  27. <view class="SheetState" v-if="orderData.data.sheetState == 4">已取消</view>
  28. </view>
  29. </view>
  30. </view>
  31. <!-- 店铺信息 -->
  32. <view class="shopBox">
  33. <image src="../../../static/img/icon_store.png" mode="" class="shopBoximg"></image>
  34. <view class="shopCont">
  35. <view class="shopName">{{orderData.shopInfo.shopName}}</view>
  36. <view class="Address">
  37. {{orderData.shopInfo.provinceName}}{{orderData.shopInfo.cityName}}{{orderData.shopInfo.areaName}}{{orderData.shopInfo.address}}
  38. </view>
  39. </view>
  40. <view class="shopRightBox" @click="map">
  41. <image src="../../../static/img/icon_ditu.png" mode="" class="shopRightImg"></image>
  42. <view class="shopRihgtTxt">地图</view>
  43. </view>
  44. <view class="shopsx"></view>
  45. <view class="shopRightBox" @click="call">
  46. <image src="../../../static/img/icon_phone.png" mode="" class="shopRightImg"></image>
  47. <view class="shopRihgtTxt">电话</view>
  48. </view>
  49. </view>
  50. <!-- 订单内容 -->
  51. <view class="information">
  52. <view class="detailedTitle detailedTitle2">订单内容</view>
  53. <view v-if="orderData.openSheetDetail.length>0" v-for="(item,index) in orderData.openSheetDetail" :key="index">
  54. <view class="informationLine2">
  55. <view class="goodsName">{{item.itemName}}</view>
  56. <view class="salePrice"><span class="informationNum">¥</span>{{item.salePrice}}</view>
  57. </view>
  58. </view>
  59. <!-- <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4" class="line"></view> -->
  60. <view v-if="orderData.data.sheetState != 1 && orderData.data.sheetState != 4">
  61. <!-- <view class="goodsName2">
  62. 券码信息({{quanMaList.length?quanMaList.length:0}}张可用)
  63. </view>
  64. <view class="detailedLineBox" v-for="(v,index) in orderData.OpenSheetQRCode">
  65. <view class="detailedLine">
  66. <view v-if="v.writeoffState==1" class="detailedName">
  67. <view class="redPoint"></view>
  68. <view class="code">{{v.qrCode}}</view>
  69. <view class="quanState">待使用</view>
  70. </view>
  71. <view v-if="v.writeoffState==3" class="detailedName">
  72. <view class="redPoint"></view>
  73. <view class="code old" >{{v.qrCode}}</view>
  74. <view class="quanState2">已使用</view>
  75. </view>
  76. <image src="../../../static/img/icon_erweima.png" mode="" style="width: 36rpx;height: 36rpx;"
  77. v-if="v.writeoffState==1" @click="isShowMaSHow(index)"></image>
  78. </view>
  79. <view class="writeoffLineBox" v-if="v.writeoffState==3">
  80. <view class="writeoffLine">
  81. <view class="writeoffLineTxt">核销时间:{{v.writeoffTime}}</view>
  82. <view class="writeoffLineTxt">核销人:{{v.writeoffName}}</view>
  83. </view>
  84. <view class="writeoffLine">
  85. <view class="writeoffLineTxt">核销门店:{{v.writeoffShopName?v.writeoffShopName:''}}</view>
  86. </view>
  87. </view>
  88. </view> -->
  89. <view class="newCodeBox" v-if="quanMaList.length>0" >
  90. <view class="newQrcode" >
  91. <swiper class="swiper" style="height: 400rpx;" circular :current='swiperIndex' :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#EC0F0A">
  92. <swiper-item v-for="(item,index) in quanMaList" style="height: 400rpx;">
  93. <view class="swiper-item">
  94. <tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="300" :unit="unit"
  95. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  96. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  97. </view>
  98. </swiper-item>
  99. </swiper>
  100. </view>
  101. <view class="newQrcodeTs" @click="qmshowFn">
  102. 待使用<span>{{quanMaList.length?quanMaList.length:0}}</span>份券码
  103. <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
  104. </view>
  105. </view>
  106. </view>
  107. </view>
  108. <!-- 实付款 -->
  109. <view class="money">
  110. <view class="informationNum">实付款:</view>
  111. <view class="informationNum" style="color: #EC0F0A;font-weight: bold;">¥{{orderData.data.realMoney}}</view>
  112. </view>
  113. <view style="padding-left: 24rpx;padding-right: 24rpx;" >
  114. <view class="ysyBox">
  115. <view class="ysyLeft" style="font-weight: 500;color: #222222;">已使用({{orderData.writeoff}})·退款({{orderData.refund}})</view>
  116. <view class="ysyRgiht" @click="sheetQRCode">
  117. <span style="color: #9A9A9A;padding-right: 16rpx;">查看详情</span>
  118. <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
  119. </view>
  120. </view>
  121. </view>
  122. <!-- 订单信息 -->
  123. <view class="information">
  124. <!-- <view class="detailedTitle">订单信息</view> -->
  125. <view class="informationLine">
  126. <view class="informationTxt">车牌号:</view>
  127. <view class="informationNum">{{orderData.data.plateNumber}}</view>
  128. </view>
  129. <view class="informationLine">
  130. <view class="informationTxt">车型:</view>
  131. <view class="informationNum" style="width: 480rpx;">{{orderData.data.carModel}}</view>
  132. </view>
  133. <view class="informationLine">
  134. <view class="informationTxt">联系人:</view>
  135. <view class="informationNum">{{orderData.data.customerName}}</view>
  136. </view>
  137. <view class="informationLine">
  138. <view class="informationTxt">手机号:</view>
  139. <view class="informationNum">{{orderData.data.mobilePhone}}</view>
  140. </view>
  141. <view class="informationLine">
  142. <view class="informationTxt">预约时间:</view>
  143. <view class="informationNum">{{orderData.data.hTime}}</view>
  144. </view>
  145. <view class="informationLine">
  146. <view class="informationTxt">订单单号:</view>
  147. <view class="informationNum">{{orderData.data.code}}<span class="codeCopy"
  148. @click="copy(orderData.data.code)">复制</span></view>
  149. </view>
  150. <view class="informationLine">
  151. <view class="informationTxt">下单人:</view>
  152. <view class="informationNum">{{orderData.data.userMobilePhone}}</view>
  153. </view>
  154. <view class="informationLine">
  155. <view class="informationTxt">下单时间:</view>
  156. <view class="informationNum">{{orderData.data.createTime}}</view>
  157. </view>
  158. <view class="informationLine">
  159. <view class="informationTxt">订单类型:</view>
  160. <view class="informationNum" style="width: 480rpx;">钣喷</view>
  161. </view>
  162. </view>
  163. <!-- 支付信息 -->
  164. <view class="information">
  165. <!-- <view class="detailedTitle">支付信息</view> -->
  166. <view class="informationLine">
  167. <view class="informationTxt">支付状态:</view>
  168. <view class="informationNum" v-if="orderData.data.payState==1">未支付</view>
  169. <view class="informationNum" v-if="orderData.data.payState==2">已支付</view>
  170. </view>
  171. <view class="informationLine">
  172. <view class="informationTxt">支付方式:</view>
  173. <view class="informationNum" v-if="orderData.data.payType==1">在线支付</view>
  174. <view class="informationNum" v-if="orderData.data.payType==2">线下支付</view>
  175. </view>
  176. <view class="informationLine">
  177. <view class="informationTxt">支付时间:</view>
  178. <view class="informationNum">{{orderData.data.payTime?orderData.data.payTime:'-'}}</view>
  179. </view>
  180. </view>
  181. <!-- 核销信息 -->
  182. <view class="information writeoffXx" v-if="orderData.data.sheetState == 3">
  183. <!-- <view class="detailedTitle">核销信息</view> -->
  184. <view class="informationLine">
  185. <view class="informationTxt">核销状态:</view>
  186. <view class="informationNum" v-if="orderData.data.writeoffState==1">未核销</view>
  187. <view class="informationNum" v-if="orderData.data.writeoffState==2">部分核销</view>
  188. <view class="informationNum" v-if="orderData.data.writeoffState==3">已核销</view>
  189. </view>
  190. <view class="informationLine">
  191. <view class="informationTxt">核销时间:</view>
  192. <view class="informationNum">{{orderData.data.writeoffTime?orderData.data.writeoffTime:'-'}} {{orderData.data.writeoffName}}</view>
  193. </view>
  194. <view class="informationLine">
  195. <view class="informationTxt">核销门店:</view>
  196. <view class="informationNum">{{orderData.data.writeoffShopName?orderData.data.writeoffShopName:'-'}}</view>
  197. </view>
  198. </view>
  199. <view style="height: 50rpx;background-color: #F4F5F7;"></view>
  200. <view class="bottom" v-if="orderData.data.sheetState == 1">
  201. <view class="cancel" @click="cancelBespeak">取消订单</view>
  202. <view class="defer" @click="pay">立即支付</view>
  203. <!-- :style="{border:'1rpx solid #'+themeColor,color:'#'+themeColor}" -->
  204. </view>
  205. <view class="bottom" v-if="orderData.data.sheetState == 2||orderData.data.sheetState == 5">
  206. <view class="cancel" @click="cancelOrder" v-if="orderData.data.payState==2">退款</view>
  207. <view class="cancel" @click="cancelBespeak" v-else>取消订单</view>
  208. </view>
  209. <!-- 券码 -->
  210. <view class="maBox" v-if="isShowMa==true" @click="isShowMaHide">
  211. <view class="querenMa">
  212. <view class="maTop">
  213. <view class="maTitle">请到店出示券码即可开始服务</view>
  214. <image @click="isShowMaHide" src="../../../static/img/icon_delete.png" mode=""
  215. style="width: 26rpx;height: 26rpx;margin-left: 10rpx;"></image>
  216. </view>
  217. <swiper class="swiper" circular :current='swiperIndex' :autoplay="false" :indicator-dots="true" indicator-color="#CCCCCC" indicator-active-color="#EC0F0A">
  218. <swiper-item v-for="(item,index) in quanMaList">
  219. <view class="swiper-item">
  220. <view class="maCode">{{item}}</view>
  221. <view class="maBoximg">
  222. <tki-qrcode cid="qrcode1" ref="qrcode" :val="item" :size="400" :unit="unit"
  223. :pdground="pdground" :icon="icon" :iconSize="iconsize" :lv="lv" :onval="onval"
  224. :loadMake="loadMake" :usingComponents="true" @result="qrR" />
  225. </view>
  226. </view>
  227. </swiper-item>
  228. </swiper>
  229. </view>
  230. </view>
  231. <!-- 手机号授权 -->
  232. <view class="authorizBox" v-if="authorizShow" @click="authorizShow=false">
  233. <view class="authorizCont" @click.stop="">
  234. <view class="authorizName">{{wxOpenData.miniAppName}}</view>
  235. <view class="authorizMs">未注册的手机号登录后将自动创建会员账号,如果您不同意授权获取手机号,会影响您使用我们的产品和服务。</view>
  236. <button class="authorizContbutton" type="default" open-type="getPhoneNumber" @getphonenumber="decryptPhoneNumber">授权</button>
  237. </view>
  238. <view style="text-align: center;padding-top: 56rpx;">
  239. <image src="../../../static/timg/icon_guanbi@2x.png" mode="" class="authorizCloseImg"></image>
  240. </view>
  241. </view>
  242. <!-- 退款原因 -->
  243. <view class="tuikuanBox" v-if="isShowTui==true">
  244. <view class="tuikuan">
  245. <view class="tuiTop">
  246. <view class="tuiTitle">退款</view>
  247. <image @click="isShowTuiHide" src="../../../static/img/icon_delete.png" mode=""
  248. style="width: 26rpx; height: 26rpx;"></image>
  249. </view>
  250. <view class="contLine">
  251. <view class="contlineLeft">
  252. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  253. 退款原因
  254. </view>
  255. <view class="contlineRight carModelRight" @click="">
  256. <picker class="carModel" @change="bindChange" mode="selector" :value="index"
  257. :range="tuicauseList" range-key="contents">
  258. <view class="uni-input">{{tuicauseList[index].contents}}</view>
  259. <!-- <view class="uni-input noColor" v-else>请选择</view> -->
  260. </picker>
  261. <image src="../../static/img/little_rightArrow.png" mode="" class="contlineRightJt"></image>
  262. </view>
  263. </view>
  264. <view class="contLine">
  265. <view class="contlineLeft">
  266. <image src="../../static/img/icon_star.png" mode="" class="star"></image>
  267. 退款金额
  268. </view>
  269. <view class="contlineRight carModelRight" @click="cktime">
  270. <span class="carModel">{{orderData.data.realMoney}}</span>
  271. </view>
  272. </view>
  273. <view class="contLine">
  274. <view class="contlineLeft">
  275. <image src="" mode="" class="star"></image>
  276. 补充描述
  277. </view>
  278. <view class="contlineRight">
  279. <textarea placeholder-style="color:#999999" placeholder="请输入" v-model="tuikuanContent"
  280. class="contlineRightInput" maxlength="-1" auto-height="true" @confirm="feedDone" />
  281. </view>
  282. </view>
  283. <view class="tuiBtns">
  284. <view class="btn" @click="isShowTuiHide">取消</view>
  285. <view class="btn2" @click="goTui">确认退款</view>
  286. </view>
  287. </view>
  288. </view>
  289. <view class="tkBox" v-if="qmShow">
  290. <view class="tkContBox">
  291. <view class="tkTop">
  292. <view style="width: 22rpx;"></view>
  293. <view class="tkTitle">券码信息({{quanMaList.length?quanMaList.length:0}})</view>
  294. <image @click="qmHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
  295. </view>
  296. <view class="tkLineBox">
  297. <view class="tkLine" v-for="(item,index) in quanMaList">
  298. <view class="tkLineLeft">
  299. <span style="color: #9A9A9A;">券码</span>
  300. <span style="color: #222222;padding-left: 66rpx;">{{item}}</span>
  301. </view>
  302. <view class="tkLineRight" style="color: #576B95;" @click="copy(item)">复制</view>
  303. </view>
  304. </view>
  305. </view>
  306. </view>
  307. <view class="tkBox" v-if="syShow">
  308. <view class="tkContBox2">
  309. <view class="tkTop">
  310. <view style="width: 22rpx;"></view>
  311. <view class="tkTitle">详情</view>
  312. <image @click="syHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
  313. </view>
  314. <view class="tklineBox2">
  315. <view class="tkline2" v-for="(item,index) in sheetQRCodeList">
  316. <view class="tklineTop2">
  317. <view class="tkZt">
  318. <span v-if="item.writeoffState==3">已使用</span>
  319. <span v-if="item.writeoffState==1">未使用</span>
  320. <span v-if="item.refundState==0"></span>
  321. <span v-if="item.refundState==1">·退款中</span>
  322. <span v-if="item.refundState==2">·退款成功</span>
  323. <span v-if="item.refundState==3">·退款拒绝</span>
  324. <span v-if="item.refundState==4">·退款失败</span>
  325. </view>
  326. <view class="tkSeeD" @click="refundDetail(item)" v-if="item.writeoffState==1">
  327. <span>退款详情</span>
  328. <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
  329. </view>
  330. <view class="tkSeeD" @click="goSh(item)" v-if="item.writeoffState==3">
  331. <span>申请售后</span>
  332. <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
  333. </view>
  334. </view>
  335. <view class="tkRow">
  336. <view class="tlRowLeft" v-if="item.writeoffState==3">使用份数</view>
  337. <view class="tlRowLeft" v-else>退款份数</view>
  338. <view style="color: #222222;">1份</view>
  339. </view>
  340. <view class="tkRow">
  341. <view class="tlRowLeft">消费门店</view>
  342. <view style="color: #222222;">{{item.writeoffShopName?item.writeoffShopName:''}}</view>
  343. </view>
  344. <view class="tkRow">
  345. <view class="tlRowLeft">消费时间</view>
  346. <view style="color: #222222;">{{item.writeoffTime?item.writeoffTime:''}}</view>
  347. </view>
  348. <view class="tkRow">
  349. <view class="tlRowLeft">券 号</view>
  350. <view style="color: #222222;">{{item.qrCode}}</view>
  351. </view>
  352. </view>
  353. <nodata v-if="sheetQRCodeList.length==0"></nodata>
  354. </view>
  355. </view>
  356. </view>
  357. <view class="tkBox" v-if="xsShow">
  358. <view class="tkContBox">
  359. <view class="tkTop">
  360. <view style="width: 22rpx;"></view>
  361. <view class="tkTitle">申请售后</view>
  362. <image @click="xsHide" src="../../../static/img2/chahao.png" mode="" class="chahaoIMg"></image>
  363. </view>
  364. <view class="zxSj">
  365. <view class="zxSjleft">
  366. <view class="zxTitle">咨询商家</view>
  367. <view class="zxTitle2">联系商家,提高退款效率</view>
  368. </view>
  369. <view class="zxSjRgiht" @click="call">
  370. <image src="/static/timg/wgcall.png" mode="" class="zxCallImg"></image>
  371. </view>
  372. </view>
  373. <view class="zkRefund" @click="goshFn">
  374. <span>已与商家协商一致,发起退款</span>
  375. <image src="../../../static/img2/jt1.png" mode="" class="jtImg1"></image>
  376. </view>
  377. </view>
  378. </view>
  379. </view>
  380. </template>
  381. <script>
  382. import tkiQrcode from "@/components/tki-qrcode/tki-qrcode.vue"
  383. import homenav from "@/components/homenav/nav.vue"
  384. import nodata from '@/components/nodata/nodata.vue'
  385. export default {
  386. components: {
  387. tkiQrcode,homenav,nodata
  388. },
  389. data() {
  390. return {
  391. id: '',
  392. iStatusBarHeight:'',
  393. orderData: '',
  394. onval: true, // val值变化时自动重新生成二维码
  395. loadMake: true, // 组件加载完成后自动生成二维码
  396. size: 500,
  397. qrcodeShow: false,
  398. qrcodeTop: '-100vh',
  399. qrcodeTopVal: '',
  400. ifShow: false,
  401. val: '二维码', // 要生成的二维码值
  402. unit: 'upx', // 单位
  403. background: '#b4e9e2', // 背景色
  404. foreground: '#309286', // 前景色
  405. pdground: '#262637', // 角标色
  406. icon: '', // 二维码图标
  407. iconsize: 40, // 二维码图标大小
  408. lv: 3, // 二维码容错级别 , 一般不用设置,默认就行
  409. src: '', // 二维码生成后的图片地址或base64
  410. isShowMa: false,
  411. quanMaList:[],
  412. themeColor:'',
  413. authorizShow:false,
  414. userInfo:'',
  415. ext:'',
  416. wxOpenData:'',
  417. isShowTui:false,
  418. index:0,
  419. tuicauseList: [],
  420. tuikuanContent: '',
  421. swiperIndex:0,
  422. sx:'',
  423. sxNum:'',
  424. sx:'',
  425. qmShow:false,
  426. syShow:false,
  427. sheetQRCodeList:[],
  428. xsShow:false,
  429. }
  430. },
  431. onLoad(opt) {
  432. this.iStatusBarHeight = uni.getSystemInfoSync().statusBarHeight;
  433. this.id = opt.id
  434. this.themeColor = uni.getStorageSync("themeColor");
  435. this.userInfo=this.$store.state.userInfo;
  436. this.ext=this.$common.getExtStoreId();
  437. if(this.userInfo){
  438. if (this.id) {
  439. this.getData();
  440. this.getTuiKuanData()
  441. }
  442. }else{
  443. this.$common.automaticlogin().then(val => {
  444. this.userInfo=this.$store.state.userInfo;
  445. this.wxOpenData=this.$store.state.wxOpenData;
  446. this.themeColor = uni.getStorageSync("themeColor");
  447. if (this.id) {
  448. this.getData();
  449. this.getTuiKuanData()
  450. }
  451. if(!this.userInfo){
  452. this.authorizShow=true
  453. }
  454. })
  455. }
  456. this.sx=opt.sx
  457. },
  458. methods: {
  459. getsheetQRCode(){
  460. this.$http('openOrderManagement/sheetQRCodeList', {
  461. type:1,
  462. sheetID: this.id,
  463. }, 'GET').then(res => {
  464. })
  465. },
  466. sheetQRCode(){
  467. uni.showLoading({
  468. title: '加载中'
  469. })
  470. this.$http('openOrderManagement/sheetQRCodeList', {
  471. type:2,
  472. sheetID: this.id,
  473. }, 'GET').then(res => {
  474. uni.hideLoading();
  475. this.syShow=true;
  476. this.sheetQRCodeList=res.data
  477. })
  478. },
  479. qmshowFn(){
  480. this.qmShow=true
  481. },
  482. qmHide(){
  483. this.qmShow=false
  484. },
  485. syHide(){
  486. this.syShow=false;
  487. },
  488. shuaxinFn(){
  489. this.sxNum=1
  490. this.getData();
  491. //this.getTuiKuanData()
  492. },
  493. cancelOrder(){
  494. //this.isShowTui=true;
  495. uni.navigateTo({
  496. url:'../../subPack/refund?type=1&id='+this.id
  497. })
  498. },
  499. goSh(item){
  500. var that=this
  501. uni.setStorage({
  502. key: 'shData',
  503. data: item,
  504. success: function () {
  505. that.xsShow=true
  506. }
  507. });
  508. },
  509. goshFn(){
  510. uni.navigateTo({
  511. url:'../../subPack/refund?type=2&id='+this.id
  512. })
  513. },
  514. refundDetail(item){
  515. uni.navigateTo({
  516. url:'../../subPack/refundDetail?id='+item.id
  517. })
  518. },
  519. xsHide(){
  520. this.xsShow=false
  521. },
  522. shuaxinFn(){
  523. this.sxNum=1
  524. this.getData();
  525. //this.getTuiKuanData()
  526. },
  527. cancelOrder(){
  528. this.isShowTui=true;
  529. },
  530. goTui(){
  531. var that=this;
  532. uni.showLoading({
  533. title: '加载中'
  534. })
  535. let yuanyin = this.tuicauseList[this.index].contents
  536. that.$http('openMallOrder/cancelOrder', {
  537. realMoney:that.orderData.data.realMoney,
  538. sheetId: that.id,
  539. refundReason:yuanyin,
  540. refundComment:this.tuikuanContent,
  541. }, 'POST').then(res => {
  542. uni.hideLoading();
  543. // var list = res.data.Items
  544. this.isShowTui=false;
  545. if(res.code==0){
  546. uni.showToast({
  547. title: '取消成功',
  548. icon: 'none',
  549. duration: 2000
  550. });
  551. setTimeout(function() {
  552. that.getData();
  553. }, 1000);
  554. }else{
  555. uni.showToast({
  556. title: res.msg,
  557. icon: 'none',
  558. duration: 3000
  559. });
  560. }
  561. })
  562. },
  563. isShowTuiHide(){
  564. this.isShowTui=false;
  565. },
  566. bindChange(e) {
  567. console.log(e);
  568. this.index = e.detail.value
  569. },
  570. getTuiKuanData() {
  571. console.log("退款原因")
  572. this.$http('openMallOrder/getOpenReason', {
  573. // id: this.id,
  574. }, 'GET').then(res => {
  575. this.tuicauseList = res.data;
  576. })
  577. },
  578. isShowMaSHow(index){
  579. this.swiperIndex=index
  580. this.isShowMa=true
  581. },
  582. isShowMaHide(){
  583. this.isShowMa=false
  584. },
  585. decryptPhoneNumber: function(e) {
  586. console.log(e);
  587. this.code=e.detail.code
  588. this.wxPhoneLogin()
  589. this.authorizShow=false;
  590. },
  591. wxPhoneLogin(){
  592. var that=this;
  593. this.$http('miniApp2/sys/wxPhoneLogin', {
  594. appId:this.ext.appId,
  595. unionId:this.ext.unionId,
  596. code:this.code,
  597. openId:this.wxOpenData.openid
  598. },'POST').then(res => {
  599. var data = res.data;
  600. if(data.loginInfo){
  601. this.userInfo=data.loginInfo.openUser;
  602. this.wxOpenData=data.loginInfo;
  603. this.$store.commit('mutationswxOpenData', data)
  604. this.$store.commit('mutationsuserInfo', this.userInfo)
  605. this.getData()
  606. }
  607. })
  608. },
  609. pay(){
  610. this.$http('openMallOrder/unifiedPay', {
  611. sheetId:this.id
  612. },'POST').then(res => {
  613. if(res.code==0){
  614. this.requestPayment(res.data)
  615. }else{
  616. uni.showToast({
  617. title: res.msg,
  618. icon: 'none',
  619. duration: 3000
  620. });
  621. }
  622. })
  623. },
  624. requestPayment(res){
  625. var payInfo=res;
  626. //console.log(payInfo)
  627. //console.log(String(Date.now()))
  628. var that=this;
  629. uni.requestPayment({
  630. provider: 'wxpay',
  631. //timeStamp: String(Date.now()),
  632. timeStamp: payInfo.timeStamp,
  633. nonceStr: payInfo.nonceStr,
  634. package:payInfo.package,
  635. signType: payInfo.signType,
  636. paySign: payInfo.paySign,
  637. appid:payInfo.appId,
  638. success: function (res) {
  639. console.log('success:' + JSON.stringify(res));
  640. uni.showToast({
  641. title: '支付成功',
  642. icon:'none',
  643. duration: 2000
  644. });
  645. that.getData()
  646. },
  647. fail: function (err) {
  648. console.log(err)
  649. uni.showToast({
  650. title: '支付失败',
  651. icon:'none',
  652. duration: 2000
  653. });
  654. }
  655. });
  656. },
  657. copy(txt) {
  658. uni.setClipboardData({
  659. data: txt,
  660. success: function() {
  661. uni.showToast({
  662. title: '复制成功',
  663. icon: 'none',
  664. duration: 2000
  665. });
  666. }
  667. });
  668. },
  669. upTime() {
  670. uni.showLoading({
  671. title: '加载中'
  672. })
  673. var that = this
  674. this.$http('openreservation/carOwner/updateTimeOfAppointment', {
  675. id: this.id,
  676. shopId: this.orderData.shopInfo.id,
  677. billDate: this.billDate
  678. }, 'POST').then(res => {
  679. uni.hideLoading();
  680. // var list = res.data.Items
  681. var list = res.data
  682. console.log("result+=", res.data);
  683. uni.showToast({
  684. title: '延期成功',
  685. icon: 'none',
  686. duration: 2000
  687. });
  688. setTimeout(function() {
  689. that.getData();
  690. }, 1000);
  691. })
  692. },
  693. cancelBespeak(){
  694. var that = this
  695. uni.showModal({
  696. title: '提示',
  697. content: '是否取消该订单',
  698. cancelText:'否',
  699. confirmText:'是',
  700. success: function (res) {
  701. if (res.confirm) {
  702. uni.showLoading({
  703. title: '加载中'
  704. })
  705. that.$http('openOrderManagement/updateSheetState', {
  706. id: that.id,
  707. }, 'POST').then(res => {
  708. uni.hideLoading();
  709. // var list = res.data.Items
  710. if(res.code==0){
  711. uni.showToast({
  712. title: '取消成功',
  713. icon: 'none',
  714. duration: 2000
  715. });
  716. setTimeout(function() {
  717. that.getData();
  718. }, 1000);
  719. }else{
  720. uni.showToast({
  721. title: res.msg,
  722. icon: 'none',
  723. duration: 3000
  724. });
  725. }
  726. })
  727. } else if (res.cancel) {
  728. }
  729. }
  730. });
  731. },
  732. map() {
  733. console.log("打开地图")
  734. var that = this;
  735. if (!that.orderData.shopInfo.lat || !that.orderData.shopInfo.lng) {
  736. uni.showToast({
  737. title: '该店铺未设置定位',
  738. icon: 'none',
  739. duration: 3000
  740. });
  741. } else {
  742. uni.openLocation({
  743. latitude: Number(that.orderData.shopInfo.lat),
  744. longitude: Number(that.orderData.shopInfo.lng),
  745. name: that.orderData.shopInfo.shopName,
  746. address: that.orderData.shopInfo.provinceName + that.orderData.shopInfo.cityName + that
  747. .orderData.shopInfo.areaName + that.orderData.shopInfo.address,
  748. success: function() {
  749. console.log('success');
  750. },
  751. fail(err) {
  752. console.log(err)
  753. }
  754. });
  755. }
  756. },
  757. call() {
  758. uni.makePhoneCall({
  759. phoneNumber: this.orderData.shopInfo.mobilePhone
  760. });
  761. },
  762. getData() {
  763. uni.showLoading({
  764. title: '加载中'
  765. });
  766. this.$http('openOrderManagement/queryOpenSheet', {
  767. id: this.id,
  768. }, 'GET').then(res => {
  769. uni.hideLoading();
  770. this.orderData = res.data;
  771. if (this.quanMaList) {
  772. this.quanMaList = [];
  773. }
  774. let maList = this.orderData.OpenSheetQRCode;
  775. if (maList) {
  776. maList.forEach(item =>{
  777. if (item.writeoffState==1) {
  778. this.quanMaList.push(item.qrCode);
  779. }
  780. })
  781. }
  782. if(this.sx&&this.sxNum){
  783. uni.showToast({
  784. title: '刷新成功',
  785. icon: 'none',
  786. duration: 3000
  787. });
  788. }
  789. console.log('可用券码--',this.quanMaList);
  790. })
  791. },
  792. goback() {
  793. uni.navigateBack({
  794. delta: 1
  795. })
  796. },
  797. gohome(){
  798. uni.switchTab({
  799. url:'../../index/index'
  800. })
  801. },
  802. },
  803. onPullDownRefresh() {
  804. this.getData()
  805. setTimeout(function() {
  806. uni.stopPullDownRefresh();
  807. }, 1000);
  808. },
  809. }
  810. </script>
  811. <style scoped>
  812. .box {
  813. min-height: 100vh;
  814. background: #F4F5F7;
  815. padding-bottom: 135rpx;
  816. }
  817. .zdyNavBox{
  818. width: 100vw;
  819. background: #FFFFFF;
  820. position: fixed;
  821. top: 0;
  822. left: 0;
  823. z-index: 9999999;
  824. }
  825. .zdyNav{
  826. height: 44px;
  827. display: flex;
  828. justify-content: space-between;
  829. align-items: center;
  830. }
  831. .backImg{
  832. width: 44rpx;
  833. height: 44rpx;
  834. margin-left: 10rpx;
  835. margin-right: 20rpx;
  836. }
  837. .homeImg{
  838. width: 44rpx;
  839. height: 44rpx;
  840. }
  841. .zdyNavLeft{
  842. display: flex;
  843. align-items: center;
  844. }
  845. .zdyNavTitle{
  846. width: 100vw;
  847. height: 44px;
  848. background: #FFFFFF;
  849. text-align: center;
  850. font-size: 34rpx;
  851. line-height: 44px;
  852. }
  853. .topBox{
  854. padding: 24rpx;
  855. }
  856. .top {
  857. height: 100rpx;
  858. background: #FFFFFF;
  859. border-radius: 11rpx;
  860. text-align: center;
  861. line-height: 100rpx;
  862. font-weight: 500;
  863. font-size: 30rpx;
  864. color: #EC0F0A;
  865. line-height: 42rpx;
  866. }
  867. .orderState {
  868. display: flex;
  869. justify-content: center;
  870. align-items: center;
  871. padding-top: 40rpx;
  872. }
  873. /* .SheetState {
  874. display: flex;
  875. justify-content: center;
  876. font-size: 36rpx;
  877. font-weight: 500;
  878. color: #FFFFFF;
  879. margin-left: 15rpx;
  880. }
  881. */
  882. .timeEditImg {
  883. width: 25rpx;
  884. height: 25rpx;
  885. padding-left: 20rpx;
  886. }
  887. .shopBoximg {
  888. width: 40rpx;
  889. height: 40rpx;
  890. }
  891. .shopRightImg {
  892. width: 44rpx;
  893. height: 45rpx;
  894. }
  895. .shopsx {
  896. width: 1px;
  897. height: 50rpx;
  898. background: #EEEEEE;
  899. margin-top: 30rpx;
  900. margin-left: 28rpx;
  901. }
  902. .shopBox {
  903. display: flex;
  904. padding: 30rpx 20rpx;
  905. margin: 0rpx 24rpx;
  906. /* margin-top: -60rpx; */
  907. background-color: #FFFFFF;
  908. border-radius: 10rpx;
  909. }
  910. .shopCont {
  911. width: 405rpx;
  912. padding-left: 20rpx;
  913. }
  914. .shopName {
  915. font-size: 30rpx;
  916. font-weight: bold;
  917. color: #3C3C3C;
  918. line-height: 42rpx;
  919. }
  920. .Address {
  921. color: #999999;
  922. font-size: 24rpx;
  923. margin-top: 10rpx;
  924. }
  925. .shopRihgtTxt {
  926. color: #999999;
  927. font-size: 24rpx;
  928. }
  929. .shopRightBox {
  930. padding-left: 28rpx;
  931. }
  932. .detailedTitle {
  933. padding: 23rpx 20rpx;
  934. display: flex;
  935. text-align: center;
  936. align-content: flex-start;
  937. border-bottom: 1rpx solid #EEEEEE;
  938. font-size: 30rpx;
  939. font-weight: bold;
  940. color: #3C3C3C;
  941. }
  942. .detailedLine {
  943. display: flex;
  944. padding: 16rpx 20rpx;
  945. justify-content: space-between;
  946. align-items: center;
  947. }
  948. .detailedImg {
  949. width: 120rpx;
  950. height: 120rpx;
  951. border-radius: 10rpx;
  952. }
  953. .detailedName {
  954. display: flex;
  955. align-items: center;
  956. }
  957. .code {
  958. font-size: 26rpx;
  959. color: #333333;
  960. font-weight: bold;
  961. width: 180rpx
  962. }
  963. .old {
  964. color: #999999;
  965. font-weight: 400;
  966. text-decoration: line-through;
  967. }
  968. .redPoint {
  969. width: 10rpx;
  970. height: 10rpx;
  971. background: #EC0F0A;
  972. border-radius: 10rpx;
  973. margin-right: 10rpx;
  974. }
  975. .quanState {
  976. font-size: 22rpx;
  977. color: #F19D01;
  978. padding: 0 10rpx;
  979. border: 1rpx solid #F19D01;
  980. border-radius: 4rpx;
  981. margin-left: 20rpx;
  982. }
  983. .quanState2{
  984. font-size: 22rpx;
  985. color: #999999;
  986. padding: 0 10rpx;
  987. border: 1rpx solid #DDDDDD;
  988. border-radius: 4rpx;
  989. margin-left: 20rpx;
  990. }
  991. .information {
  992. background: #FFFFFF;
  993. border-radius: 10rpx;
  994. margin: 20rpx 24rpx;
  995. padding-bottom: 15rpx;
  996. }
  997. .information{
  998. padding: 0 20rpx;
  999. }
  1000. .informationLine {
  1001. display: flex;
  1002. justify-content: space-between;
  1003. padding:20rpx 0rpx;
  1004. border-bottom: 1px solid #EEEEEE;
  1005. color: #222222;
  1006. }
  1007. .informationLine2 {
  1008. display: flex;
  1009. justify-content: space-between;
  1010. font-size: 26rpx;
  1011. padding: 20rpx 0;
  1012. }
  1013. .salePrice {
  1014. font-size: 26rpx;
  1015. font-weight: 500;
  1016. color: #333333;
  1017. line-height: 45rpx;
  1018. }
  1019. .money {
  1020. background: #FFFFFF;
  1021. border-radius: 10rpx;
  1022. margin: 20rpx 24rpx;
  1023. display: flex;
  1024. justify-content: space-between;
  1025. font-size: 26rpx;
  1026. padding: 30rpx 20rpx;
  1027. }
  1028. .informationTxt {
  1029. width: 190rpx;
  1030. font-size: 26rpx;
  1031. color: #999999;
  1032. }
  1033. .line {
  1034. height: 20rpx;
  1035. background-color: #FFFFFF;
  1036. border-bottom: 1rpx solid #EEEEEE;
  1037. }
  1038. .goodsName {
  1039. width: 80%;
  1040. color: #333333;
  1041. font-size: 26rpx;
  1042. }
  1043. .goodsName2{
  1044. padding: 20rpx 20rpx 15rpx;
  1045. color: #333333;
  1046. font-size: 26rpx;
  1047. }
  1048. .informationNum {
  1049. color: #333333;
  1050. font-size: 26rpx;
  1051. text-align: right;
  1052. }
  1053. .codeCopy {
  1054. width: 77rpx;
  1055. height: 36rpx;
  1056. background: #F4F5F7;
  1057. border-radius: 22rpx;
  1058. font-size: 24rpx;
  1059. color: #333333;
  1060. text-align: center;
  1061. line-height: 33rpx;
  1062. padding: 0 15rpx;
  1063. margin-left: 20rpx;
  1064. }
  1065. .orderBottom {
  1066. width: 750rpx;
  1067. height: 98rpx;
  1068. background: #FFFFFF;
  1069. position: fixed;
  1070. left: 0;
  1071. bottom: 0;
  1072. display: flex;
  1073. justify-content: flex-end;
  1074. }
  1075. .bottom {
  1076. display: flex;
  1077. justify-content: flex-end;
  1078. padding: 20rpx;
  1079. background-color: #FFFFFF;
  1080. /* align-items: center; */
  1081. height: 98rpx;
  1082. width: 100vw;
  1083. position: fixed;
  1084. bottom: 0rpx;
  1085. padding-bottom: constant(safe-area-inset-bottom);
  1086. padding-bottom: env(safe-area-inset-bottom);
  1087. }
  1088. .cancel {
  1089. color: #3C3C3C;
  1090. font-size: 28rpx;
  1091. width: 130rpx;
  1092. height: 56rpx;
  1093. border-radius: 8rpx;
  1094. border: 2rpx solid #DDDDDD;
  1095. text-align: center;
  1096. line-height: 56rpx;
  1097. margin-right: 40rpx;
  1098. }
  1099. .defer {
  1100. color: #EC0F0A;
  1101. font-size: 28rpx;
  1102. width: 130rpx;
  1103. height: 56rpx;
  1104. border-radius: 8rpx;
  1105. border: 2rpx solid #EC0F0A;
  1106. text-align: center;
  1107. line-height: 56rpx;
  1108. margin-right: 40rpx;
  1109. }
  1110. .itemBox {
  1111. margin: 20rpx;
  1112. border-radius: 10rpx;
  1113. border: 2rpx solid #EEEEEE;
  1114. }
  1115. .itemTop {
  1116. padding: 18rpx 20rpx;
  1117. padding-right: 0;
  1118. background-color: #FFEFD5;
  1119. display: flex;
  1120. justify-content: space-between;
  1121. align-content: center;
  1122. }
  1123. .topTitle {
  1124. width: 104rpx;
  1125. font-size: 26rpx;
  1126. color: #333333;
  1127. margin-right: 20rpx;
  1128. text-align: right;
  1129. }
  1130. .leftItem {
  1131. font-size: 26rpx;
  1132. color: #333333;
  1133. margin-right: 20rpx;
  1134. flex-grow: 1;
  1135. /* 隐藏文字显示 ...不换行 */
  1136. overflow: hidden;
  1137. text-overflow: ellipsis;
  1138. white-space: nowrap;
  1139. }
  1140. .itemContent {
  1141. padding: 20rpx;
  1142. padding-right: 0;
  1143. background-color: #FFFFFF;
  1144. display: flex;
  1145. justify-content: space-between;
  1146. align-content: center;
  1147. }
  1148. .maBox {
  1149. width: 100%;
  1150. height: 100vh;
  1151. background: rgba(0, 0, 0, 0.4);
  1152. position: fixed;
  1153. left: 0;
  1154. top: 0;
  1155. z-index: 9999;
  1156. }
  1157. .querenMa {
  1158. width: 578;
  1159. height: 640rpx;
  1160. background: #ffffff;
  1161. margin: 0 86rpx;
  1162. margin-top: 50%;
  1163. border-radius: 24rpx;
  1164. }
  1165. .maTop {
  1166. display: flex;
  1167. justify-content: space-between;
  1168. align-items: center;
  1169. padding: 30rpx 20rpx 15rpx;
  1170. }
  1171. .maTitle {
  1172. color: #666666;
  1173. font-size: 26rpx;
  1174. text-align: center;
  1175. padding-left: 100rpx;
  1176. }
  1177. .swiper{
  1178. width: 100%;
  1179. height: 85%;
  1180. background: #FFFFFF;
  1181. }
  1182. .swiper-item{
  1183. width: 100%;
  1184. height: 100%;
  1185. }
  1186. .maCode {
  1187. font-size: 30rpx;
  1188. font-weight: 500;
  1189. color: #333333;
  1190. line-height: 42rpx;
  1191. margin-bottom: 40rpx;
  1192. text-align: center;
  1193. }
  1194. .maBoximg {
  1195. width: 400rpx;
  1196. height: 400rpx;
  1197. margin-left: 86rpx;
  1198. }
  1199. .authorizBox{
  1200. width: 100vw;
  1201. height: 100vh;
  1202. background: rgba(0, 0, 0, 0.5);
  1203. position: fixed;
  1204. top: 0;
  1205. left: 0;
  1206. }
  1207. .authorizCont{
  1208. margin-top: 30vh;
  1209. width: 564rpx;
  1210. height: 408rpx;
  1211. background: #FFFFFF;
  1212. border-radius: 24rpx;
  1213. margin-left: 93rpx;
  1214. position: relative;
  1215. }
  1216. .authorizCloseImg{
  1217. width: 62rpx;
  1218. height: 62rpx;
  1219. }
  1220. .sqLogoBox{
  1221. width: 180rpx;
  1222. height: 180rpx;
  1223. background: #FFFFFF;
  1224. border-radius: 90rpx;
  1225. text-align: center;
  1226. position: absolute;
  1227. top: -50rpx;
  1228. left: 192rpx;
  1229. }
  1230. .authorizName{
  1231. color: #333333;
  1232. line-height: 42rpx;
  1233. font-size: 30rpx;
  1234. text-align: center;
  1235. padding-top: 58rpx;
  1236. }
  1237. .authorizMs{
  1238. color: #999999;
  1239. line-height: 36rpx;
  1240. font-size: 26rpx;
  1241. width: 452rpx;
  1242. padding-top: 24rpx;
  1243. text-align: center;
  1244. margin-left: 56rpx;
  1245. }
  1246. .authorizContbutton{
  1247. width: 422rpx;
  1248. height: 88rpx;
  1249. background: #EC0F0A;
  1250. border-radius: 44rpx;
  1251. line-height: 88rpx;
  1252. text-align: center;
  1253. font-size:30rpx;
  1254. color: #FFFFFF;
  1255. margin-top: 62rpx;
  1256. margin-left:71rpx;
  1257. }
  1258. .tuikuanBox {
  1259. width: 100%;
  1260. height: 100vh;
  1261. background: rgba(0, 0, 0, 0.4);
  1262. position: fixed;
  1263. left: 0;
  1264. top: 0;
  1265. z-index: 999;
  1266. }
  1267. .tuikuan {
  1268. width: 638rpx;
  1269. height: 720rpx;
  1270. background: #ffffff;
  1271. margin: 0 36rpx;
  1272. margin-top: 50%;
  1273. border-radius: 24rpx;
  1274. padding: 30rpx 20rpx;
  1275. }
  1276. .tuiTop {
  1277. display: flex;
  1278. justify-content: space-between;
  1279. margin-bottom: 36rpx;
  1280. }
  1281. .tuiTitle {
  1282. width: 56rpx;
  1283. height: 40rpx;
  1284. font-size: 28rpx;
  1285. font-weight: 500;
  1286. color: #3C3C3C;
  1287. line-height: 40rpx;
  1288. }
  1289. .contLine {
  1290. display: flex;
  1291. justify-content: space-between;
  1292. font-size: 28rpx;
  1293. padding: 30rpx 0;
  1294. border-bottom: 1px solid #EEEEEE;
  1295. }
  1296. .contlineLeft {
  1297. color: #666666;
  1298. line-height: 40rpx;
  1299. align-items: center;
  1300. }
  1301. .star {
  1302. width: 14rpx;
  1303. height: 14rpx;
  1304. padding-bottom: 5rpx;
  1305. }
  1306. .carModel {
  1307. width: 350rpx;
  1308. text-align: left;
  1309. }
  1310. .noColor {
  1311. color: #CCCCCC;
  1312. }
  1313. .carModelRight {
  1314. display: flex;
  1315. justify-content: flex-start;
  1316. align-items: center;
  1317. }
  1318. .contlineRight {
  1319. color: #333333;
  1320. line-height: 40rpx;
  1321. width: 400rpx;
  1322. text-align: right;
  1323. }
  1324. .contlineRightInput {
  1325. color: #333333;
  1326. text-align: left;
  1327. font-size: 28rpx;
  1328. min-height: 182rpx;
  1329. width: 400rpx;
  1330. }
  1331. .contlineRightJt {
  1332. width: 30rpx;
  1333. height: 30rpx;
  1334. }
  1335. .tuiBtns {
  1336. display: flex;justify-content: space-around;
  1337. padding: 40rpx 20rpx 10rpx;
  1338. }
  1339. .btn {
  1340. width: 250rpx;
  1341. height: 70rpx;
  1342. background: #F4F5F7;
  1343. border-radius: 10rpx;
  1344. font-size: 28rpx;
  1345. font-weight: 500;
  1346. color: #3C3C3C;
  1347. line-height: 70rpx;
  1348. text-align: center;
  1349. }
  1350. .btn2 {
  1351. width: 250rpx;
  1352. height: 70rpx;
  1353. background: #3F90F7;
  1354. border-radius: 10rpx;
  1355. font-size: 28rpx;
  1356. font-weight: 500;
  1357. color: #FFFFFF;
  1358. line-height: 70rpx;
  1359. text-align: center;
  1360. }
  1361. .writeoffLine{
  1362. display: flex;justify-content: space-between;
  1363. color: #999999;font-size: 24rpx;
  1364. line-height: 33rpx;padding-top: 8rpx;
  1365. }
  1366. .writeoffLineBox{
  1367. padding: 0 20rpx;
  1368. }
  1369. .detailedLineBox .detailedLine{
  1370. padding-bottom: 0rpx;
  1371. }
  1372. .writeoffXx .informationNum{
  1373. width: 500rpx;
  1374. }
  1375. .detailedLineBox{
  1376. padding-bottom: 10rpx;
  1377. }
  1378. .shuaxin{
  1379. color: #333333;
  1380. height: 72rpx;
  1381. background: #FDF7EB;
  1382. line-height: 72rpx;
  1383. padding-left: 24rpx;
  1384. font-size: 26rpx;
  1385. }
  1386. .newQrcode{
  1387. text-align: center;padding-top: 30rpx;
  1388. }
  1389. .newQrcodeTs{
  1390. font-size: 24rpx;
  1391. color: #222222;
  1392. }
  1393. .jtImg1{
  1394. width: 10rpx;height: 20rpx;
  1395. }
  1396. .newQrcodeTs {
  1397. text-align: center;
  1398. padding-top: 10rpx;
  1399. padding-bottom: 30rpx;
  1400. }
  1401. .ysyBox{
  1402. background: #ffffff;
  1403. border-radius: 16rpx;
  1404. display: flex;
  1405. justify-content: space-between;
  1406. font-size: 26rpx;
  1407. padding: 30rpx 24rpx;
  1408. }
  1409. .copyIcon{
  1410. width: 30rpx;height: 30rpx;
  1411. margin-top: 4rpx;margin-right: 6rpx;
  1412. }
  1413. .newQrcode .swiper-item{
  1414. text-align: center;
  1415. }
  1416. .chahaoIMg{
  1417. width: 22rpx;height: 22rpx;
  1418. margin-top: 4rpx;
  1419. }
  1420. .tkBox{
  1421. position: fixed;
  1422. background: rgba(0, 0, 0, 0.4);
  1423. width: 100%;height: 100%;
  1424. top: 0;
  1425. left: 0;
  1426. }
  1427. .tkContBox{
  1428. width: 750rpx;
  1429. height: 483rpx;
  1430. background: #F8F8F8;
  1431. border-radius: 28rpx 28rpx 0rpx 0rpx;
  1432. position: absolute;
  1433. left: 0;
  1434. bottom: 0;
  1435. padding-bottom: constant(safe-area-inset-bottom);
  1436. padding-bottom: env(safe-area-inset-bottom);
  1437. }
  1438. .tkContBox2{
  1439. width: 750rpx;
  1440. height: 60vh;
  1441. background: #F8F8F8;
  1442. border-radius: 28rpx 28rpx 0rpx 0rpx;
  1443. position: absolute;
  1444. left: 0;
  1445. bottom: 0;
  1446. padding-bottom: constant(safe-area-inset-bottom);
  1447. padding-bottom: env(safe-area-inset-bottom);
  1448. }
  1449. .tkTop{
  1450. display: flex;justify-content: space-between;
  1451. padding: 25rpx 40rpx 40rpx 40rpx;
  1452. font-weight: 500;
  1453. font-size: 28rpx;
  1454. color: #222222;
  1455. }
  1456. .tkLineBox{
  1457. background: #FFFFFF;
  1458. border-radius: 16rpx;
  1459. margin: 0 33rpx;
  1460. }
  1461. .tkLine{
  1462. display: flex;justify-content: space-between;
  1463. font-size: 26rpx;
  1464. padding: 24rpx 30rpx;
  1465. border-bottom: 1px solid #EEEEEE;
  1466. }
  1467. .tklineBox2{
  1468. padding:0 24rpx;
  1469. height: 55vh;
  1470. overflow: scroll;
  1471. }
  1472. .tkline2{
  1473. background: #FFFFFF;
  1474. border-radius: 16rpx;
  1475. padding: 32rpx 24rpx;
  1476. margin-bottom: 20rpx;
  1477. }
  1478. .tklineTop2{
  1479. display: flex;justify-content: space-between;
  1480. }
  1481. .tkZt{
  1482. font-weight: 500;
  1483. font-size: 28rpx;
  1484. color: #222222;
  1485. line-height: 40rpx;
  1486. }
  1487. .tkSeeD{
  1488. font-weight: 400;
  1489. font-size: 26rpx;
  1490. color: #9A9A9A;
  1491. line-height: 40rpx;
  1492. }
  1493. .tkSeeD .jtImg1{
  1494. margin-left: 4rpx;
  1495. }
  1496. .tkRow{
  1497. display: flex;
  1498. font-size: 26rpx;
  1499. padding-top: 18rpx;
  1500. }
  1501. .tlRowLeft{
  1502. color: #9A9A9A;width: 140rpx;
  1503. }
  1504. .zxSj{
  1505. background: #FFFFFF;
  1506. border-radius: 16rpx;
  1507. margin: 0 24rpx;
  1508. display: flex;justify-content: space-between;
  1509. }
  1510. .zxCallImg{
  1511. width: 34rpx;height: 34rpx;
  1512. }
  1513. .zxTitle{
  1514. font-weight: 500;
  1515. font-size: 28rpx;
  1516. color: #222222;
  1517. line-height: 40rpx;
  1518. }
  1519. .zxTitle2{
  1520. font-size: 24rpx;
  1521. color: #9A9A9A;
  1522. padding-top: 12rpx;
  1523. }
  1524. .zxSjleft{
  1525. padding: 32rpx;
  1526. }
  1527. .zxSjRgiht{
  1528. width: 79rpx;
  1529. height: 79rpx;
  1530. border: 2rpx solid #EEEEEE;
  1531. border-radius: 50%;
  1532. display: flex;
  1533. justify-content: center;
  1534. align-items: center;
  1535. margin-top: 32rpx;
  1536. margin-right: 32rpx;
  1537. }
  1538. .zkRefund{
  1539. display: flex;justify-content: center;
  1540. font-size: 24rpx;
  1541. color: #9A9A9A;
  1542. padding-top: 30rpx;
  1543. }
  1544. .zkRefund .jtImg1{
  1545. margin-left: 6rpx;margin-top: 6rpx;
  1546. }
  1547. .detailedTitle2{
  1548. padding: 23rpx 0;
  1549. }
  1550. </style>