orderStatus.vue 35 KB

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