orderStatus.vue 33 KB

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