orderStatus.vue 33 KB

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