orderStatus.vue 40 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105
  1. <template>
  2. <view class="container-view">
  3. <view class="time-info">
  4. <navBar bgColor="transparent" left="0"></navBar>
  5. <view>
  6. <view v-if="orderInfo.pay_status!=2">
  7. <view class="get-time-view flex-row" v-if="orderInfo.pay_status == 0">{{ $t('待支付') }}</view>
  8. <view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 1">{{ $t('支付中') }}</view>
  9. <view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 3">{{ $t('支付失败') }}</view>
  10. <view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 4">{{ $t('支付取消') }}</view>
  11. <view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 5">{{ $t('线下待审核') }}</view>
  12. <view class="get-time-view flex-row" v-else-if="orderInfo.pay_status == 6">{{ $t('线下审核拒绝') }}</view>
  13. </view>
  14. <block v-if="orderInfo.pay_status == 2">
  15. <view :class="['get-time-view', 'flex-row', 'blue-text']" v-if="orderInfo.order_status == 3">{{ $t('使用中') }}...
  16. </view>
  17. <view :class="['get-time-view', 'flex-row', 'red-text']" v-if="orderInfo.order_status == 4">{{ $t('已逾期') }}
  18. </view>
  19. <view class="get-time-view flex-row" v-if="orderInfo.order_status == 2">{{ $t('请上传车辆图片激活车辆') }}</view>
  20. <view class="get-time-view flex-row" v-if="orderInfo.order_status == 5">{{ $t('待门店确认') }}</view>
  21. <view class="get-time-view flex-row" v-if="orderInfo.order_status == 6">{{ $t('还车中') }},{{ $t('等待门店取车') }}</view>
  22. <view class="get-time-view flex-row" v-if="orderInfo.order_status == 7">{{ $t('已完成') }}</view>
  23. <view class="get-time-view flex-row"
  24. v-if="orderInfo.order_status == 8||orderInfo.order_status == 9">{{ $t('已取消') }}</view>
  25. <view class="get-time-view flex-row" v-if="orderInfo.order_status == 1 "><text>{{ $t('请于') }}</text><text
  26. class="get-car-time">{{tools.formatTimeSecond( orderInfo.pick_up_time)}}</text><text>{{ $t('到门店取车') }}</text>
  27. </view>
  28. <view v-if="orderInfo.order_status == 10">{{ $t('已完结') }}</view>
  29. </block>
  30. </view>
  31. <view class="time-money">
  32. <view v-if="orderInfo.order_type != 3" class="flex-row flex-between">
  33. <view class="money-item">
  34. <view :class="orderInfo.order_status == 4?'red-status':''">
  35. <block v-if="orderInfo.hire_duration_time&&orderInfo.hire_duration_time>0">{{orderInfo.hire_duration_time}}</block>
  36. <block v-else>{{Number(orderInfo.hire_cycle) * (orderInfo.hire_duration)}}</block>
  37. </view>
  38. <view>{{((orderInfo.order_status == 2) || orderInfo.order_status == 3)?$t('租期剩余'):(orderInfo.order_status == 4 ? $t('逾期时长'):$t('租借周期'))}}·<text style="opacity: 0.4;">{{leaseUnits(orderInfo.hire_duration_unit)}}</text></view>
  39. <!-- <view v-if="(orderInfo.order_status == 2&&orderInfo.hire_type==2) || orderInfo.order_status == 3">
  40. {{ $t('租期剩余') }}·{{ $t('天') }}</view>
  41. <view v-else-if="orderInfo.order_status == 4 " class="red-status">{{ $t('逾期时长') }}·{{ $t('天') }}</view>
  42. <view v-else>{{ $t('租借周期') }}·{{ $t('天') }}</view> -->
  43. </view>
  44. <view v-if="orderInfo.order_status != 4||orderInfo.overdue_money==0" class="money-item">
  45. <view>
  46. {{((orderInfo.hire_money + orderInfo.deposit) / 100).toFixed(2)}}
  47. </view>
  48. <view>{{ $t('订单金额') }}<text style="opacity: 0.4;">·$</text></view>
  49. </view>
  50. <view v-if="orderInfo.order_status == 4&&orderInfo.overdue_money!=0" class="money-item">
  51. <view style="color:#F95151" class="red-status">
  52. {{(orderInfo.money / 100).toFixed(2)}}
  53. <!-- {{(orderInfo.overdue_money / 100).toFixed(2)}} -->
  54. </view>
  55. <view style="color:#F95151">{{ $t('逾期金额') }}·$</view>
  56. </view>
  57. <view @tap="bindExpanded">
  58. <text>{{isExpanded?$t('收起'): $t('展开')}}</text>
  59. <img
  60. :src="isExpanded?'https://qiniu.bms16.com/FvRah8ro91B_TUVEmInBq6n69W2f':'https://qiniu.bms16.com/FtbxPP0aXYG8hyJTEJfNTXa_Puuc'" />
  61. </view>
  62. </view>
  63. <view v-if="orderInfo.order_type == 3" class="flex-row flex-between">
  64. <view class="money-item">
  65. <view>{{$t('购买')}}</view>
  66. <view>{{ $t('租借周期') }}:</view>
  67. </view>
  68. <view class="money-item">
  69. <view :class="orderInfo.order_status == 4?'red-status':''">
  70. {{orderInfo.order_status == 4?tools.toFix(over_fee/100):tools.toFix(orderInfo.money / 100)}}<text>{{ $t('元') }}</text>
  71. </view>
  72. <view>{{ $t('订单金额') }}</view>
  73. </view>
  74. <view @tap="bindExpanded">
  75. <text>{{isExpanded?$t('收起'):$t('展开')}}</text>
  76. <img
  77. :src="isExpanded?'https://qiniu.bms16.com/FvRah8ro91B_TUVEmInBq6n69W2f':'https://qiniu.bms16.com/FtbxPP0aXYG8hyJTEJfNTXa_Puuc'" />
  78. </view>
  79. </view>
  80. <view v-if="isExpanded" class="dashed-border"></view>
  81. <view v-if="isExpanded">
  82. <view class="big-text">{{ $t('订单信息') }}</view>
  83. <view class="sn-content flex-row flex-between">
  84. <view class="sn-title">{{ $t('订单编号') }}</view>
  85. <view class="sn-text">{{orderInfo.sub_sn}}</view>
  86. </view>
  87. <view class="sn-content flex-row flex-between">
  88. <view class="sn-title">{{ $t('下单时间') }}</view>
  89. <view class="sn-text">{{tools.formatTime(orderInfo.ctime)}}</view>
  90. </view>
  91. <view v-if="orderInfo.pay_time" class="sn-content flex-row flex-between">
  92. <view class="sn-title">{{ $t('支付时间') }}</view>
  93. <view class="sn-text">{{tools.formatTime(orderInfo.pay_time)}}</view>
  94. </view>
  95. <view class="sn-content flex-row flex-between">
  96. <view class="sn-title">{{ $t('支付方式') }}</view>
  97. <view v-if="orderInfo.pay_type == 0" class="sn-text">{{ $t('微信支付') }}</view>
  98. <view v-if="orderInfo.pay_type == 1" class="sn-text">{{ $t('线下支付') }}</view>
  99. <view v-if="orderInfo.pay_type == 2" class="sn-text">{{ $t('支付宝支付') }}</view>
  100. <view v-if="orderInfo.pay_type == 9" class="sn-text">{{ $t('钱包余额支付') }}</view>
  101. </view>
  102. <view v-if="orderInfo.order_type != 3" class="sn-content flex-row flex-between">
  103. <view class="sn-title">{{ $t('租车金额') }}</view>
  104. <view class="sn-text">$ {{tools.toFix(orderInfo.hire_money/100)}}</view>
  105. </view>
  106. <view v-if="orderInfo.order_type != 3" class="sn-content flex-row flex-between">
  107. <view class="sn-title">{{ $t('租车押金') }}</view>
  108. <view class="sn-text"><text class="grey-text"></text> $
  109. {{tools.toFix(orderInfo.deposit/100)}}
  110. </view>
  111. </view>
  112. </view>
  113. </view>
  114. </view>
  115. <view class="car-info">
  116. <view class="flex-row flex-between" style="margin-bottom: 40rpx;">
  117. <text>{{ $t('自行去门店取还') }}</text>
  118. <text class="distance-num">{{orderInfo.distance}}m</text>
  119. </view>
  120. <view class="flex-row store-img-view">
  121. <img src="https://qiniu.bms16.com/FrwDlFZdSMiBgqnqDjB19PiDUmuu" alt="">
  122. <view style="width: calc(100% - 180rpx);margin-left: 24rpx;">
  123. <view class="store-name">{{orderInfo.shop_name}}</view>
  124. <view class="store-name-address">{{orderInfo.address || $t('未知地址')}}</view>
  125. <view class="flex-row flex-between align-center">
  126. <view class="flex-row time-style align-center">
  127. <img v-if="orderInfo.work_begin_time && orderInfo.work_end_time"
  128. style="width: 40rpx;height: 40rpx;"
  129. src="https://qiniu.bms16.com/Fp-G1pdXxnTV-G3qFbgS453AuqcU" alt="">
  130. <text
  131. v-if="orderInfo.work_begin_time && orderInfo.work_end_time">{{orderInfo.work_begin_time}}-{{orderInfo.work_end_time}}</text>
  132. </view>
  133. <img @click="navToCabinet" style="width: 112rpx;height: 64rpx;"
  134. src="https://qiniu.bms16.com/Fts38M35doVjK09GfOza5qD-wwkK" alt="">
  135. </view>
  136. </view>
  137. </view>
  138. </view>
  139. <view class="car-info">
  140. <view>{{ $t('车辆信息') }}</view>
  141. <view class="car-top flex-row flex-between">
  142. <view>
  143. <view class="top-flex">
  144. <view>{{orderInfo.model_name}}</view>
  145. <view>
  146. {{ $t('续航') }}{{(orderInfo.endurance /1000).toFixed(0)}}km|{{ $t('重量') }}{{(orderInfo.weight / 1000).toFixed(0)}}kg
  147. </view>
  148. </view>
  149. <!-- //{{ $t('配套服务') }} -->
  150. <view class="serviceList">
  151. <view v-for="(item,index) of orderInfo.service_list" :key="index" class="tag">
  152. {{item}}
  153. </view>
  154. </view>
  155. </view>
  156. <image mode="aspectFit" v-if="orderInfo.model_images" :src="orderInfo.model_images"></image>
  157. <image v-else src="https://qiniu.bms16.com/FhEvnKUckAHPtWaC04mi2s53IEVj" mode=""></image>
  158. </view>
  159. <!-- <view class="exchange-info">
  160. <view class="flex-row flex-between">
  161. <view class="exchange-info-title flex-row align-center">
  162. <img style="width: 40rpx;height: 40rpx;" src="https://qiniu.bms16.com/Fj_ifr41AqH2PijZBdOBa3SCxADg" alt="">
  163. <text style="margin-left: 16rpx;">{{ $t('换电信息') }}</text>
  164. </view>
  165. <view @tap="navToExchange" class="flex-row" style="margin-bottom: 28rpx;">
  166. <view class="exchange-button">{{ $t('共') }}3{{ $t('次') }}</view>
  167. <image src="https://qiniu.bms16.com/FpIN7AVzFU75slFlX-SIdnSEmn1k" style="width: 28rpx;height: 28rpx;" />
  168. </view>
  169. </view>
  170. <view class="exchange-content">{{ $t('本单可享') }}3{{ $t('次免费换电数,超出后需单独支付') }}</view>
  171. <view class="exchange-content">{{ $t('自费换电') }}:S1/{{ $t('次') }}</view> -->
  172. <!-- <view class="exchange-content">{{ $t('本单您可享受') }}{{orderInfo.gift_exchange_num}}{{ $t('次免费换电,') }}
  173. {{ $t('当前免费换电剩余') }}{{(orderInfo.gift_exchange_num - orderInfo.used_exchange_num) > 0 ? (orderInfo.gift_exchange_num - orderInfo.used_exchange_num) : '0' }}{{ $t('次,超出后需要单独支付换电费用') }}
  174. </view> -->
  175. <!-- </view> -->
  176. </view>
  177. <view v-if="(orderInfo.hire_begin_time!=0&&orderInfo.hire_end_time!=0)||orderInfo.order_type!=3" class="return-info">
  178. <view class="return-top flex-row flex-between">
  179. <view>{{ $t('取还时间') }}</view>
  180. <view>
  181. <!-- {{ $t('共') }}3{{ $t('天') }}{{orderInfo.hire_return_time.day > 0 ? orderInfo.hire_return_time.day :'' }}<text
  182. v-if="orderInfo.hire_return_time.day>0">{{ $t('日') }}</text>{{orderInfo.hire_return_time.hour > 0 ? orderInfo.hire_return_time.hour :'' }}<text
  183. v-if="orderInfo.hire_return_time.hour>0">{{ $t('小时') }}</text>{{orderInfo.hire_return_time.minute > 0 ? orderInfo.hire_return_time.minute :'' }}<text
  184. v-if="orderInfo.hire_return_time.minute>0">{{ $t('分') }}</text> -->
  185. {{ $t('共') }}{{hireDurationUnitsFn(orderInfo.total_hire_time,orderInfo.hire_duration_unit)}}{{leaseUnits(orderInfo.hire_duration_unit)}}
  186. </view>
  187. </view>
  188. <view class="return-bottom flex-row">
  189. <view>{{orderInfo.hire_begin_times}}</view>
  190. <img src="https://qiniu.bms16.com/FoXmBbj7YGWmjyeuVEY35nzieqnx" />
  191. <view>{{orderInfo.hire_end_times}}</view>
  192. <!-- <view>{{tools.formatTimeDate(orderInfo.hire_begin_time)}}</view>
  193. <img src="https://qiniu.bms16.com/FoXmBbj7YGWmjyeuVEY35nzieqnx" />
  194. <view>{{tools.formatTimeDate(orderInfo.hire_end_time)}}</view> -->
  195. </view>
  196. </view>
  197. <view v-if="orderInfo.order_status==2||orderInfo.order_status==3||orderInfo.order_status==4"
  198. class="overdue-info">
  199. <view>{{ $t('逾期规则') }}</view>
  200. <view class="overdue-one">
  201. <view>1. {{ $t('逾期后还可用车吗') }}?</view>
  202. <view>{{ $t('如果逾期将触发智能锁车逻辑,可能导致您无法正常用车,请及时续费或联系商家处理。') }}</view>
  203. </view>
  204. <view class="overdue-two">
  205. <view>2. {{ $t('逾期费计算标准是什么') }}?</view>
  206. <view>{{ $t('小时租逾期费') }}={{ $t('每小时费用') }}*{{ $t('逾期小时;当日还') }}/{{ $t('日') }}/{{ $t('周') }}/{{ $t('月') }}/{{ $t('季租逾期费') }}={{ $t('每天费用') }}*{{ $t('逾期天数;如果不满') }}1{{ $t('小时按') }}1{{ $t('小时算,不满') }}1{{ $t('天按') }}1{{ $t('天算,最终收取的逾期费以门店确认的费用为准') }}</view>
  207. </view>
  208. <view class="overdue-thr">
  209. <view>3. {{ $t('逾期后续租如何收费') }}?</view>
  210. <view>{{ $t('逾期后及时续租不收取逾期费,逾期时长将从续租订单的用车时间中抵扣') }}</view>
  211. </view>
  212. </view>
  213. <view class="inset-bottom"></view>
  214. <block v-if="orderInfo.pay_status != 2">
  215. <view class="payment-info flex-row">
  216. <view
  217. v-if="(orderInfo.order_status == 0 ||orderInfo.order_status == 1 || orderInfo.pay_status == 5 || orderInfo.pay_status == 0) && orderInfo.order_type != 3"
  218. class="cancel" @tap="clickCancel">{{$t('结束订单')}}</view>
  219. <view @tap="callStorePhone" class="link-phone-btn">{{$t('联系门店')}}</view>
  220. </view>
  221. </block>
  222. <block v-if="orderInfo.pay_status == 2">
  223. <view class="payment-info flex-row">
  224. <!-- 待激活 待取车-->
  225. <view class="grow_1" v-if="orderInfo.order_status == 0 ||orderInfo.order_status == 1">
  226. <view
  227. v-if="(orderInfo.order_status == 0 ||orderInfo.order_status == 1 || orderInfo.pay_status == 5 || orderInfo.pay_status == 0) && orderInfo.order_type != 3"
  228. class="cancel" @tap="clickCancel">{{$t('结束订单')}}</view>
  229. <view @tap="callStorePhone" class="deposit-btn">{{$t('联系门店')}}</view>
  230. <view v-if="orderInfo.order_status == 1" @tap="navToScan" class="sesame-btn ">{{$t('扫码绑定')}}</view>
  231. <view v-if="orderInfo.order_status == 2" @tap="navToScan" class="sesame-btn ">{{$t('去上传')}}</view>
  232. </view>
  233. <!-- 使用中、已逾期 -->
  234. <view class="grow_1" v-if="(orderInfo.order_status == 3||orderInfo.order_status == 4) && orderInfo.order_type != 3 && orderInfo.pay_status != 5">
  235. <view @tap="callStorePhone" class="cancel">{{$t('联系门店')}}</view>
  236. <view @tap="tapReturnCar" class="deposit-btn">{{$t('到店还车')}}</view>
  237. <view @tap="bindRenew" class="sesame-btn">{{$t('续租')}}</view>
  238. </view>
  239. <!-- 待门店确认、已取消、已完成 -->
  240. <view class="grow_1" v-if="(orderInfo.order_status == 5||orderInfo.order_status == 6||orderInfo.order_status == 7||orderInfo.order_status == 8||orderInfo.order_status == 9)">
  241. <view @tap="callStorePhone" class="link-phone-btn">{{$t('联系门店')}}</view>
  242. </view>
  243. </view>
  244. </block>
  245. <!-- <view class="payment-info flex-row flex-between">
  246. <view v-if="orderInfo.order_status == 1 || orderInfo.pay_status == 5" class="flex-row">
  247. <view v-if="orderInfo.order_type != 3"
  248. class="cancel" @tap="clickCancel">{{ $t('结束订单') }}
  249. </view>
  250. <view @tap="callStorePhone" class="deposit-btn ">{{ $t('联系门店') }}</view>
  251. </view>
  252. <view v-if="orderInfo.order_status == 1" class="flex-row">
  253. <view @tap="callStorePhone" class="deposit-btn ">{{ $t('联系门店') }}</view>
  254. <view @tap="navToScan" class="sesame-btn ">{{ $t('扫码绑定') }}</view>
  255. </view>
  256. <view v-if="orderInfo.order_status == 2" class="flex-row">
  257. <view @tap="callStorePhone" class="deposit-btn ">{{ $t('联系门店') }}</view>
  258. <view @tap="navToScan" class="sesame-btn ">{{ $t('去上传') }}</view>
  259. </view>
  260. <view
  261. v-else-if="(orderInfo.order_status == 3||orderInfo.order_status == 4) && orderInfo.order_type != 3 && orderInfo.pay_status != 5"
  262. class="flex-row">
  263. <view @tap="callStorePhone" class="cancel">{{ $t('联系门店') }}</view>
  264. <view @tap="tapReturnCar" class="deposit-btn">{{ $t('到店还车') }}</view>
  265. <view @tap="bindRenew" class="sesame-btn">{{ $t('续租') }}</view>
  266. </view>
  267. <view v-else-if="orderInfo.order_status == 5||orderInfo.order_status == 6" @tap="callStorePhone"
  268. class="pay-btn">
  269. {{ $t('联系门店') }}</view>
  270. <view v-else-if="orderInfo.order_status == 7" @tap="callStorePhone" class="pay-btn">{{ $t('联系门店') }}</view>
  271. <view v-if="orderInfo.order_type == 3 && (orderInfo.order_status == 3||orderInfo.order_status == 4)"
  272. @tap="callStorePhone" class="pay-btn">{{ $t('联系门店') }}</view>
  273. </view> -->
  274. <view v-if="isShowCancel" class="cancel-b">
  275. <view class="cancel-box">
  276. <view class="cancel-title flex-row flex-between">
  277. <view>{{ $t('选择取消原因') }}</view>
  278. <view @tap="isShowCancel = false" style="font-size: 60rpx;">×</view>
  279. </view>
  280. <view @click="reason = $t('行程变更无需用车')" class="cancel-item flex-row flex-between">
  281. <view>{{ $t('行程变更无需用车') }}</view>
  282. <img :src="reason == $t('行程变更无需用车') ? 'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/Fh0JH6_QbiXYmVy7FNYnDkVIGvLC'" />
  283. </view>
  284. <view @click="reason = $t('修改订单信息')" class="cancel-item flex-row flex-between">
  285. <view>{{ $t('修改订单信息') }}</view>
  286. <img
  287. :src="reason == $t('修改订单信息') ?'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/Fh0JH6_QbiXYmVy7FNYnDkVIGvLC'" />
  288. </view>
  289. <view @click="reason = $t('不想要了')" class="cancel-item flex-row flex-between">
  290. <view>{{ $t('不想要了') }}</view>
  291. <img
  292. :src="reason == $t('不想要了') ?'https://qiniu.bms16.com/FhWimtmWybKlYMB6mgIReVWArbfq':'https://qiniu.bms16.com/Fh0JH6_QbiXYmVy7FNYnDkVIGvLC'" />
  293. </view>
  294. <view @click="bindCancel" class="cancel_btn">{{ $t('确认取消') }}</view>
  295. </view>
  296. </view>
  297. <returnCar :isShowReturnCar="isShowReturnCar" @closeShowReturnCarBtn="()=>isShowReturnCar=false"
  298. @navStoreBtn="navStoreBtn" @immediatelyReturnBtn="immediatelyReturnBtn" />
  299. <carPlan :isBuy='false' @payToOrder='payReturn' v-if="showCarPlan" @changeSelectType="changeSelectType"
  300. @closeShowMore="showCarPlan = false" :params="params" :selectType="selectType" />
  301. <PayTypeModel @closeShow="()=>isShowToBuy=false" @payToOrder="payToOrder" :free_price="totalPrice"
  302. :isShowToBuy="isShowToBuy" />
  303. </view>
  304. </template>
  305. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  306. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  307. <script>
  308. var config_gyq = require('../../common/config_gyq.js');
  309. var config = require('../../common/config.js');
  310. var request = require('../../common/request');
  311. var common = require('../../common/common.js');
  312. var http = require('../../common/http.js');
  313. var storage = require('../../common/storage.js');
  314. var user = require('../../common/user.js');
  315. //
  316. import {
  317. getRemainingTime
  318. } from '@/utils/util';
  319. import {
  320. MAX_LIMITS,LEASE_TYPE_ARR
  321. } from '@/common/constant.js'
  322. var appWhiteListFilter = require('../../common/appWhiteListFilter.js');
  323. import allPrice from '@/component/allPrice/allPrice';
  324. import ReturnCar from '@/component/returnCar/returnCar';
  325. import carPlan from '@/component/carPlan/carPlan';
  326. import PayTypeModel from '@/component/payTypeModel/payTypeModel';
  327. import dayjs from 'dayjs'
  328. import duration from 'dayjs/plugin/duration'
  329. dayjs.extend(duration);
  330. export default {
  331. components: {
  332. allPrice,
  333. ReturnCar,
  334. PayTypeModel,
  335. carPlan
  336. },
  337. data() {
  338. return {
  339. overdueData: {},
  340. select_type: '',
  341. car_detail: {},
  342. showCarPlan: false,
  343. return_imgs: {},
  344. charge_standard: {},
  345. isShowCancel: false,
  346. order_sn: '',
  347. reason: this.$t('行程变更无需用车'),
  348. orderInfo: {},
  349. shop_image: [],
  350. isExpanded: false,
  351. isShowPrice: false,
  352. timer: '',
  353. isSelectStatus: 1,
  354. price_list: [], //车辆价格 hire_duration_unit 1 日 4 小时 6 周
  355. insurance_status: 0,
  356. over_fee: 0, //逾期金额
  357. plate_number: '',
  358. isScanCondeRentalCar: '',
  359. isShowReturnCar: false,
  360. isShowToBuy: false,
  361. totalPrice: 0, //逾期支付金额
  362. };
  363. },
  364. /**
  365. * 生命周期函数--监听页面加载
  366. */
  367. onLoad: function(options) {
  368. this.sub_sn = options.sub_sn || ''
  369. this.bindOrderInfo()
  370. },
  371. /**
  372. * 生命周期函数--监听页面显示
  373. */
  374. onShow: function(e) {
  375. if (this.sub_sn && this.orderInfo.sub_sn) {
  376. this.bindOrderInfo()
  377. }
  378. },
  379. onUnload: function() {},
  380. computed: {},
  381. methods: {
  382. getAddressName(latitude, longitude) {
  383. const pData = {
  384. lng: longitude,
  385. lat: latitude,
  386. pi: "wx_index"
  387. }
  388. const that = this
  389. http.postApi(config.API_MAP_REGEO, pData, (resp) => {
  390. if (resp.data.code === 200) {
  391. that.orderInfo.address = resp.data.data.data.address
  392. } else {
  393. common.simpleToast(resp.data.msg)
  394. }
  395. })
  396. },
  397. leaseUnits(type){
  398. const result = LEASE_TYPE_ARR.find(v => v.value == type);
  399. return result ? result.unit : '';
  400. },
  401. leaseUnitsResult(type) {
  402. const result = LEASE_TYPE_ARR.find(v => v.value == type);
  403. return result ? result.label : '';
  404. },
  405. payReturn() {},
  406. //逾期费用计算
  407. async overdueMoneyFn(car_sn) {
  408. let {
  409. data
  410. } = await request.postApi(config_gyq.API_FLK_CAR_OVERDUE_MONEY, {
  411. car_sn
  412. })
  413. if (data.code == 200) {
  414. this.overdueData = data.data
  415. } else {
  416. common.simpleToast(data.msg)
  417. }
  418. },
  419. payToOrder() {},
  420. async loadCarInfo(model_id) {
  421. const me = this
  422. http.postApi(config.API_FLK_INDEX_CAR_MODEL_DETAIL, {
  423. model_id,
  424. }, (resp) => {
  425. if (resp.data.code === 200) {
  426. const pData = {
  427. ...this.car_detail,
  428. price: this.price
  429. }
  430. me.setData({
  431. car_detail: resp.data.data,
  432. params: {
  433. order_sn: this.orderInfo.order_sn,
  434. ...resp.data.data,
  435. price: (resp.data.data.rental_setting[0].hire_price / 100).toFixed(2)
  436. }
  437. })
  438. } else {
  439. common.simpleToast(resp.data.msg);
  440. }
  441. })
  442. },
  443. changeSelectType(select_type, price) {
  444. this.setData({
  445. selectType: select_type,
  446. price: (price / 100).toFixed(2)
  447. })
  448. },
  449. async carDetFn(car_sn) {
  450. let {
  451. data
  452. } = await request.postApi(config.API_FLK_CAR_DETAIL, {
  453. car_sn
  454. })
  455. if (data.code === 200) {
  456. if (data.data.model_id == this.orderInfo.model_id) {
  457. return true
  458. } else {
  459. common.simpleToast(this.$t('车型不匹配!'))
  460. return false
  461. }
  462. if (data.data.is_hire == 1) {
  463. return true
  464. } else {
  465. common.simpleToast(this.$t('车辆已被租售!'))
  466. return false
  467. }
  468. if (data.data.is_display == 1) {
  469. return true
  470. } else {
  471. common.simpleToast(this.$t('车辆未展示!'))
  472. return false
  473. }
  474. } else {
  475. common.simpleToast(this.$t('请扫描正确的二维码!'))
  476. return false
  477. }
  478. return false
  479. },
  480. async navToScan() {
  481. let car_sn = this.orderInfo.car_sn || ''
  482. if (!car_sn) {
  483. let res = await uni.scanCode({
  484. onlyFromCamera: true,
  485. scanType: ['qrCode'],
  486. });
  487. if (res[0]) return
  488. car_sn = res[1].result
  489. if (!await this.carDetFn(car_sn)) return
  490. }
  491. uni.showLoading({
  492. title: '识别中....',
  493. mask: true
  494. })
  495. setTimeout(() => {
  496. uni.hideLoading();
  497. uni.navigateTo({
  498. url: `/pages/activation/activation?model_id=${this.orderInfo.model_id}&sub_sn=${this.sub_sn}&car_sn=${car_sn}`
  499. })
  500. }, 1000);
  501. },
  502. navToCabinet() {
  503. const {
  504. latitude,
  505. longitude,
  506. cityname,
  507. address,
  508. shop_name
  509. } = this.orderInfo
  510. uni.openLocation({
  511. latitude: latitude - 0,
  512. longitude: longitude - 0,
  513. scale: 15,
  514. name: shop_name,
  515. address: address,
  516. success: function(res) {}
  517. });
  518. },
  519. hireDurationUnitFn(type) {
  520. if (type == 1) {
  521. return this.$t('天')
  522. } else if (type == 2) {
  523. return this.$t('月')
  524. } else if (type == 3) {
  525. return this.$t('年')
  526. } else if (type == 4) {
  527. return this.$t('小时')
  528. } else if (type == 5) {
  529. return this.$t('分钟')
  530. } else if (type == 6) {
  531. return this.$t('周')
  532. } else if (type == 7) {
  533. return this.$t('季')
  534. }
  535. },
  536. hireDurationUnitsFn(time, type) {
  537. if (type == 1) {
  538. return Math.ceil(time / 60 / 60 / 24)
  539. } else if (type == 2) {
  540. return Math.ceil(time / 60 / 60 / 24 / 30)
  541. } else if (type == 3) {
  542. return Math.ceil(time / 60 / 60 / 24 / 30 / 365)
  543. } else if (type == 4) {
  544. return Math.ceil(time / 60 / 60)
  545. } else if (type == 5) {
  546. return Math.ceil(time / 60)
  547. } else if (type == 6) {
  548. return Math.ceil(time / 60 / 60 / 24 / 7)
  549. } else if (type == 7) {
  550. return Math.ceil(time / 60 / 60 / 24 / 30 / 3)
  551. }
  552. },
  553. async bindOrderInfo() {
  554. const me = this
  555. const locationStr = uni.getStorageSync('user_current_location');
  556. // if (locationStr) {
  557. // this.myLocation = locationStr;
  558. // }
  559. http.postApi(config.API_FLK_ORDER_INFO, {
  560. sub_sn: me.sub_sn,
  561. latitude: locationStr.latitude,
  562. longitude: locationStr.longitude,
  563. }, (resp) => {
  564. if (resp.data.code === 200) {
  565. me.orderInfo = resp.data.data.order_info
  566. me.orderInfo.model_images = me.orderInfo.model_images.split(',')[0]
  567. me.getAddressName(this.orderInfo.latitude,this.orderInfo.longitude)
  568. //
  569. if (resp.data.data.order_info.model_id) {
  570. me.loadCarInfo(resp.data.data.order_info.model_id)
  571. }
  572. let distance = common.getFlatternDistance(locationStr.longitude, locationStr.latitude,
  573. me
  574. .orderInfo.longitude, me.orderInfo.latitude)
  575. resp.data.data.order_info.distance = distance
  576. // 取还时间展示
  577. // me.orderInfo.hire_return_time = common.getTimeToDay(Math.ceil(me.orderInfo
  578. // .hire_end_time - me.orderInfo.hire_begin_time) / 60)
  579. me.orderInfo.hire_return_time = getRemainingTime(me.orderInfo
  580. .hire_begin_time, me
  581. .orderInfo.hire_end_time)
  582. me.orderInfo.hire_begin_times = me.orderInfo.hire_begin_time ? dayjs(me
  583. .orderInfo
  584. .hire_begin_time * 1000).format(
  585. 'YY-MM-DD') : 0
  586. me.orderInfo.hire_end_times = me.orderInfo.hire_end_time ? dayjs(me
  587. .orderInfo
  588. .hire_end_time * 1000).format(
  589. 'YY-MM-DD') : 0
  590. console.log(me.orderInfo.order_status == 1);
  591. let other_time = 0
  592. // 剩余租期判断
  593. //订单状态 0 默认 1 待取车 2 待激活 3 使用中 4 已逾期 5 还车申请中 6 还车中 7 车辆已归还 8 订单已支付,已取消 9 订单未支付已取消
  594. if (me.orderInfo.order_status == 1) {
  595. me.orderInfo.hire_duration_time = common.countToDay(me.orderInfo.hire_cycle * me
  596. .orderInfo.hire_duration, me.orderInfo.hire_duration_unit)
  597. } else if ((me.orderInfo.hire_type == 2 && me.orderInfo.order_status == 2) || me
  598. .orderInfo.order_status == 3) {
  599. // me.orderInfo.hire_duration_time = common.timestampToDays(Math.ceil(me.orderInfo
  600. // .hire_end_time - Math.floor(new Date()) / 1000))
  601. me.orderInfo.hire_duration_time = common.formatTimeDifference(me.orderInfo
  602. .hire_end_time * 1000)
  603. } else {
  604. if (me.orderInfo.order_status == 4) {
  605. me.overdueMoneyFn(me.orderInfo.car_sn)
  606. // me.orderInfo.hire_duration_time = common.timestampToDays(Math.ceil(Math.floor(
  607. // new Date()) / 1000 - me.orderInfo.hire_end_time))
  608. me.orderInfo.hire_duration_time = common.formatTimeDifference(me.orderInfo
  609. .hire_end_time * 1000)
  610. } else {
  611. me.orderInfo.hire_duration_time = common.timestampToDays(Math.ceil(me.orderInfo
  612. .hire_begin_time - me.orderInfo.hire_end_time))
  613. }
  614. }
  615. } else {
  616. // 默认返回上一个页面再提示报错
  617. uni.navigateBack({
  618. delta: 1
  619. })
  620. common.simpleToast(resp.data.msg)
  621. }
  622. })
  623. },
  624. navStoreBtn() {
  625. const {
  626. latitude,
  627. longitude,
  628. address,
  629. shop_name
  630. } = this.orderInfo
  631. uni.openLocation({
  632. latitude: latitude - 0,
  633. longitude: longitude - 0,
  634. scale: 15,
  635. name: shop_name,
  636. address: address,
  637. success: function(res) {}
  638. });
  639. },
  640. tapReturnCar() {
  641. this.setData({
  642. isShowReturnCar: true
  643. })
  644. },
  645. immediatelyReturnBtn() {
  646. //到店还车 判断逾期状态 如果逾期要交逾期费用 跳转到上传车辆图片再支付逾期费用还车
  647. const isOverdue = this.orderInfo.order_status == 4
  648. const {
  649. car_sn,
  650. shop_id,
  651. overdue_money
  652. } = this.orderInfo
  653. const returnCarParams = {
  654. car_sn,
  655. shop_id,
  656. overdue_money,
  657. isReturnCar: true,
  658. }
  659. //提交还车图片
  660. uni.navigateTo({
  661. url: `/pages/activation/activation?isReturnCar=true&model_id=${this.orderInfo.model_id}&sub_sn=${this.sub_sn}&car_sn=${this.orderInfo.car_sn}&isOverdue=${isOverdue}&overdueMoney=${this.overdueData.money}&overdueTime=${this.overdueData.time}&type=index`
  662. });
  663. // if (isOverdue) {
  664. // this.setData({
  665. // totalPrice: this.overdueData.money,
  666. // isShowToBuy: true
  667. // })
  668. // } else {
  669. // //提交还车图片
  670. // uni.navigateTo({
  671. // url: `/pages/activation/activation?isReturnCar=true,model_id=${this.orderInfo.model_id}&sub_sn=${this.sub_sn}&car_sn=${this.orderInfo.car_sn}&isOverdue=${isOverdue}&overdueMoney=${this.overdueData.money}&overdueTime=${this.overdueData.time}`
  672. // });
  673. // }
  674. },
  675. callStorePhone() {
  676. const phone = this.orderInfo.link_phone
  677. common.callPhone(phone)
  678. },
  679. async clickCancel() {
  680. this.isShowCancel = true
  681. },
  682. async bindCancel() {
  683. const me = this
  684. let res = await uni.showModal({
  685. title: this.$t('取消订单'),
  686. content: this.$t('您是否需要取消该订单'),
  687. confirmText: this.$t('是'),
  688. confirmColor: '#0074FF',
  689. cancelText: this.$t('否'),
  690. cancelColor: '#191D23',
  691. });
  692. if (res[1].confirm) {
  693. let {
  694. data
  695. } = await request.postApi(config.API_DAYHIRE_HIRE_CANCEL_ORDER, {
  696. sub_sn: this.sub_sn,
  697. remark: this.reason
  698. })
  699. if (data.code == 200) {
  700. common.simpleToast(data.msg)
  701. this.isShowCancel = false
  702. this.bindOrderInfo()
  703. } else {
  704. common.simpleToast(data.msg)
  705. }
  706. }
  707. },
  708. bindToNav() {
  709. console.log(111);
  710. const {
  711. address,
  712. latitude,
  713. longitude,
  714. shop_name
  715. } = this.shopInfo
  716. uni.openLocation({
  717. latitude: latitude - 0,
  718. longitude: longitude - 0,
  719. scale: 15,
  720. name: shop_name,
  721. address: address,
  722. success: function(res) {},
  723. })
  724. },
  725. bindToHome() {
  726. uni.reLaunch({
  727. url: '/pages/index/index',
  728. success: function(res) {},
  729. fail: function(res) {},
  730. complete: function(res) {}
  731. });
  732. },
  733. callPhone() {
  734. const me = this
  735. const phone = me.shopInfo.link_phone
  736. uni.showModal({
  737. content: `您是否要拨打电话${phone}?`,
  738. confirmText: this.$t('确定'),
  739. success: (res) => {
  740. if (res.confirm) {
  741. uni.makePhoneCall({
  742. phoneNumber: phone,
  743. success() {},
  744. fail() {}
  745. })
  746. }
  747. },
  748. fail: (res) => {}
  749. })
  750. },
  751. bindRenew() {
  752. this.params.overdueData = this.overdueData
  753. this.showCarPlan = true
  754. // this.isReturnHome = false
  755. // let isRenew = true
  756. // uni.navigateTo({
  757. // url: '/pages/carIntroduce/carIntroduce?plate_number=' + this.orderInfo
  758. // .license_plate_number +
  759. // '&isRenew=' + isRenew +
  760. // '&order_sn=' + this.order_sn,
  761. // success: function(res) {},
  762. // fail: function(res) {},
  763. // complete: function(res) {}
  764. // });
  765. },
  766. bindBattery() {
  767. this.isReturnHome = false
  768. uni.navigateTo({
  769. url: '/pages/battery/battery?plate_number=' + this.orderInfo.license_plate_number,
  770. success: function(res) {},
  771. fail: function(res) {},
  772. complete: function(res) {}
  773. });
  774. },
  775. bindExpanded() {
  776. this.isExpanded = !this.isExpanded
  777. },
  778. navToInput() {
  779. this.isReturnHome = false
  780. uni.navigateTo({
  781. url: '/pages/inputLicensePlate/inputLicensePlate?order_sn=' + this.orderInfo
  782. .order_sn,
  783. success: function(res) {},
  784. fail: function(res) {},
  785. complete: function(res) {}
  786. });
  787. },
  788. // 激活车辆
  789. navToActive() {
  790. this.isReturnHome = false
  791. const me = this
  792. if (this.orderInfo.hire_type == 1) { // 预约
  793. if (me.isScanCondeRentalCar) {
  794. uni.scanCode({
  795. onlyFromCamera: true,
  796. success: function(res) {
  797. me.loadScanCode(res.result)
  798. },
  799. fail: function(res) {},
  800. complete: function(res) {},
  801. })
  802. } else {
  803. uni.navigateTo({
  804. url: '/pages/inputLicensePlate/inputLicensePlate?order_sn=' + this
  805. .order_sn + '&order_model_id=' + this.orderInfo.model_id,
  806. success: function(res) {},
  807. fail: function(res) {},
  808. complete: function(res) {}
  809. });
  810. }
  811. } else { // 非预约
  812. const isJumpReturn = false
  813. uni.navigateTo({
  814. url: '/pages/activation/activation?order_sn=' + this.order_sn +
  815. '&plate_number=' + this
  816. .orderInfo.license_plate_number + '&isJumpReturn=' + isJumpReturn,
  817. success: function(res) {},
  818. fail: function(res) {},
  819. complete: function(res) {}
  820. });
  821. }
  822. },
  823. loadScanCode(battery_sn) {
  824. const pData = {
  825. longitude: this.longitude,
  826. latitude: this.latitude,
  827. battery_sn: battery_sn
  828. }
  829. const me = this
  830. http.postApi(config.API_DAYHIRE_CAR_CAR_INFO, pData, (resp) => {
  831. uni.hideLoading()
  832. if (resp.data.code === 200) {
  833. const timestamp = Date.now(); // 获取当前时间戳(毫秒)
  834. const isOffline = (Math.floor(timestamp / 1000) - resp.data.data
  835. .last_comm_time) > 1800
  836. me.plate_number = resp.data.data.license_plate_number
  837. if (resp.data.data.last_comm_time === 0 || isOffline) {
  838. common.simpleToast(this.$t('此车辆已离线,请选择其他车辆'))
  839. } else {
  840. let carInfo = JSON.stringify(resp.data.data)
  841. const car_model = resp.data.data.model_info.car_model
  842. const model_images = resp.data.data.model_info.model_images.split(',')
  843. const return_imgs = resp.data.data.return_imgs
  844. var model_id = resp.data.data.model_info.model_id
  845. if (resp.data.data.has_owner) { //车辆正在被使用
  846. if (resp.data.data.is_mine) { //是本人在使用
  847. wx.showModal({
  848. title: this.$t('提示'),
  849. content: '已有正在使用的车辆,是否跳转至车辆详情页?',
  850. cancelText: this.$t('取消'),
  851. confirmText: this.$t('确定'),
  852. success: function(res) {
  853. this.isReturnHome = false
  854. uni.navigateTo({
  855. url: '/pages/battery/battery?plate_number=' +
  856. this.plate_number
  857. });
  858. },
  859. fail: function(res) {},
  860. complete: function(res) {},
  861. })
  862. } else {
  863. common.simpleToast(this.$t('此车辆正在被使用'))
  864. }
  865. } else {
  866. if (me.order_sn && me.order_sn != '') {
  867. if (this.orderInfo.model_id != model_id) { // 预租车型与之前预约车型不一致
  868. common.simpleToast(this.$t('与预约车型不符'))
  869. } else {
  870. this.isReturnHome = false
  871. uni.navigateTo({
  872. url: '/pages/activation/activation?plate_number=' +
  873. this.plate_number + '&order_sn=' + this
  874. .order_sn +
  875. '&car_model=' + car_model + '&model_image=' +
  876. model_images[0] + '&return_imgs=' + JSON
  877. .stringify(
  878. return_imgs),
  879. fail() {}
  880. })
  881. }
  882. } else {
  883. this.isReturnHome = false
  884. uni.navigateTo({
  885. url: '/pages/carIntroduce/carIntroduce?carInfo=' +
  886. encodeURIComponent(carInfo) + '&plate_number=' +
  887. this.plate_number,
  888. fail() {}
  889. })
  890. }
  891. }
  892. }
  893. } else {
  894. common.simpleToast(resp.data.msg)
  895. }
  896. })
  897. },
  898. bindToPay() {
  899. const me = this
  900. //#ifdef MP-ALIPAY
  901. const _from = 'ali'
  902. const _pay_type = 2
  903. //#endif
  904. //#ifdef MP-WEIXIN
  905. const _from = 'wx'
  906. const _pay_type = 0
  907. //#endif
  908. http.postApi(config.API_DAYHIRE_HIRE_CONTINUE_PAY, {
  909. order_sn: me.order_sn,
  910. from: _from,
  911. pay_type: _pay_type
  912. }, (resp) => {
  913. common.loading()
  914. if (resp.data.code === 200) {
  915. uni.hideLoading()
  916. //#ifdef MP-ALIPAY
  917. my.tradePay({
  918. tradeNO: resp.data.data.trade_no,
  919. success: function(res) {
  920. if (res.resultCode == 9000) {
  921. common.simpleToast(this.$t('支付成功'));
  922. }
  923. setTimeout(function() {
  924. me.bindOrderInfo()
  925. }, 1000)
  926. },
  927. fail: function(res) {
  928. common.simpleToast(this.$t('支付失败,请重试'))
  929. },
  930. })
  931. //#endif
  932. //#ifdef MP-WEIXIN
  933. var payParams = JSON.parse(resp.data.data.payParams);
  934. user.wxPay(me.order_sn, payParams, function(isSuccess) {
  935. if (isSuccess) {
  936. common.simpleToast(this.$t('支付成功'))
  937. setTimeout(function() {
  938. me.bindOrderInfo()
  939. }, 1000)
  940. } else {
  941. common.simpleToast(this.$t('支付失败,请重试'))
  942. }
  943. });
  944. //#endif
  945. } else {
  946. uni.hideLoading()
  947. common.simpleToast(resp.data.msg)
  948. }
  949. })
  950. },
  951. // 计算拖车说明收费价格
  952. calculateFare(distance, charge_list) {
  953. let fare = 0
  954. if (distance <= charge_list.start_mil) {
  955. fare = charge_list.start_price / 100
  956. } else {
  957. // actual_start_mil:实际距离单位米
  958. // over_start_price:向上取整的公里数*超出首公里的费用
  959. var actual_start_mil = distance - charge_list.start_mil
  960. var over_start_price = (Math.ceil(actual_start_mil / charge_list.step_mil)) * charge_list
  961. .step_price
  962. fare = (charge_list.start_price + over_start_price) / 100
  963. }
  964. const fareArray = fare.toFixed(2).split('.'); //将价格拆分为整数部分和小数部分
  965. const price_list = {
  966. start_mil: (charge_list.start_mil / 1000).toFixed(2),
  967. start_price: (charge_list.start_price / 100).toFixed(2),
  968. step_mil: (charge_list.step_mil / 1000).toFixed(2),
  969. step_price: (charge_list.step_price / 100).toFixed(2),
  970. actual_start_mil: actual_start_mil ? (actual_start_mil / 1000).toFixed(2) : 0,
  971. over_start_price: over_start_price ? (over_start_price / 100).toFixed(2) : 0,
  972. fare: fare.toFixed(2), // 保留两位小数
  973. fareArray: fareArray //将价格拆分为整数部分和小数部分
  974. }
  975. return price_list
  976. },
  977. bindChangeStatus(e) {
  978. const {
  979. status,
  980. unit
  981. } = e.currentTarget.dataset
  982. this.setData({
  983. isSelectStatus: unit,
  984. selectIndex: status
  985. })
  986. // this.bindDuration()
  987. },
  988. //计算价格
  989. // bindDuration(){
  990. // const me = this
  991. // var _insurance_price //保险金
  992. // const unit_price=(me.price_list[0].hire_price/100) * me.leaseTime //租金
  993. // // insurance_setting 保险
  994. // if (me.insurance_setting!=null) { // 有保险的时候
  995. // // isSelectDeposit==0为免押 isOpenNoDeposit为是否成功开通免押 total_money为总金额
  996. // // unit_price 租金 insurance_setting.price 保险金 deposit 押金
  997. // if (me.duration_unit == 4) { // 时
  998. // _insurance_price = (me.insurance_setting.price - 0) * 1
  999. // } else if(me.duration_unit == 6) { // 周
  1000. // _insurance_price = (me.insurance_setting.price - 0) * 7 * me.leaseTime
  1001. // } else { //天
  1002. // _insurance_price = (me.insurance_setting.price - 0) * me.leaseTime
  1003. // }
  1004. // } else { // 无保险
  1005. // _insurance_price = 0
  1006. // }
  1007. // if (me.isOpenNoDeposit) {
  1008. // // 金额=(周期数*周期价格)+保险金
  1009. // me.amount = ((me.leaseTime * me.price_list[0].hire_price -0) + (_insurance_price - 0)) / 100
  1010. // } else {
  1011. // // 金额=(周期数*周期价格)+押金+保险金
  1012. // me.amount = ((me.leaseTime * me.price_list[0].hire_price -0) + (me.modelInfo.deposit -0) + (_insurance_price - 0)) / 100
  1013. // }
  1014. // },
  1015. loadEnd() {
  1016. this.bindOrderInfo()
  1017. },
  1018. navToExchange() {
  1019. console.log(this.$t('跳转换电记录'));
  1020. uni.navigateTo({
  1021. url: '/pages/exchangeRecord/exchangeRecord' +
  1022. '?order_sn=' + this.orderInfo.order_sn
  1023. })
  1024. }
  1025. }
  1026. };
  1027. </script>
  1028. <style>
  1029. @import './orderStatus.css';
  1030. .cancel_btn {
  1031. width: 702rpx;
  1032. height: 80rpx;
  1033. background: #060809;
  1034. border-radius: 40rpx;
  1035. font-family: PingFangSC, PingFang SC;
  1036. font-weight: 500;
  1037. font-size: 32rpx;
  1038. color: #FFFFFF;
  1039. display: flex;
  1040. align-items: center;
  1041. justify-content: center;
  1042. }
  1043. </style>