carPlan.vue 9.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322
  1. <template>
  2. <view class="show-more">
  3. <view class="more-info">
  4. <view class="flex-row model-title">
  5. <view style="margin-right: 24rpx;"><img style="width: 160rpx;height: 160rpx;border-radius: 16rpx;" :src="params.image" alt=""></view>
  6. <view class="car-model-detail flex-row">
  7. <!-- <priceTool :price="58" :font_size="40"/> -->
  8. <allPrice :amount="(priceAll/100)"/>
  9. <view v-if="params.overdueData.money" style="align-items: baseline;" class="flex-row">
  10. <text>逾期金额:</text>
  11. <allPrice :amount="(params.overdueData.money/100)"/>
  12. </view>
  13. <view v-if="type!=100" class="car-model-price-view">
  14. <text style="margin-right: 12rpx;">已选择{{priceAll}}</text>
  15. <text>{{leaseUnitsResult}}</text>
  16. <text>时长 {{count}}
  17. <text v-if="type==1">日</text>
  18. <text v-if="type==2">月</text>
  19. <text v-if="type==3">年</text>
  20. <text v-if="type==4">时</text>
  21. <text v-if="type==5">分</text>
  22. <text v-if="type==6">周</text>
  23. <text v-if="type==7">季</text>
  24. </text>
  25. <text>共计{{tools.countToDay(count,type)}}天</text>
  26. </view>
  27. <view class="car-model-tip">现车 随时可到店提车</view>
  28. </view>
  29. <view class="close-img">
  30. <image style="width: 24rpx;height: 24rpx;" @tap="closeShowMore"
  31. src="https://qiniu.bms16.com/FoWVlo-Nmx6wTDpsL2Rf9_BamU7L" />
  32. </view>
  33. </view>
  34. <view class="car-plan-view">
  35. <view class="car-plan-title">用车方案</view>
  36. <view class="car-plan-list-view flex-row">
  37. <view v-for="(item,index) in params.rental_setting" :key="index" @tap="tapSelectType" :class="['flex-row' , (type == item.hire_duration_unit ? 'car-plan-list-i' : 'car-plan-list')] "
  38. :data-price="item.hire_price"
  39. :data-select_type="item.hire_duration_unit">
  40. <view :class="(type == item.hire_duration_unit ? 'car-plan-unit-i' : 'car-plan-unit') ">
  41. <text v-if="item.hire_duration_unit==1">日租</text>
  42. <text v-if="item.hire_duration_unit==2">月租</text>
  43. <text v-if="item.hire_duration_unit==3">年租</text>
  44. <text v-if="item.hire_duration_unit==4">时租</text>
  45. <text v-if="item.hire_duration_unit==5">分租</text>
  46. <text v-if="item.hire_duration_unit==6">周租</text>
  47. <text v-if="item.hire_duration_unit==7">季租</text>
  48. </view>
  49. <view :class="(type == item.hire_duration_unit ? 'car-plan-price-i' : 'car-plan-price') ">$<text style="font-size: 48rpx;margin-left: 6rpx;">{{item.hire_price/100}}</text></view>
  50. </view>
  51. <view @tap="tapSelectType" :class="['flex-row' , (type == 100 ? 'car-plan-list-i' : 'car-plan-list') ]"
  52. :data-price="params.sell_price"
  53. :data-select_type="100">
  54. <view :class="(type == 100 ? 'car-plan-unit-i' : 'car-plan-unit') ">购买</view>
  55. <view :class="(type == 100 ? 'car-plan-price-i' : 'car-plan-price') ">$<text style="font-size: 48rpx;margin-left: 6rpx;">{{params.sell_price/100}}</text></view>
  56. </view>
  57. </view>
  58. <!-- 暂时未安排开发 -->
  59. <!-- <view class="free-num-block">
  60. <view class="flex-row flex-between" style="margin-bottom: 24rpx;">
  61. <view class="free-num-left">
  62. <img style="width: 40rpx;height: 40rpx;" src="https://qiniu.bms16.com/Fj_ifr41AqH2PijZBdOBa3SCxADg" alt="">
  63. <text style="margin-left: 16rpx;">免费换电次数</text>
  64. </view>
  65. <view class="free-num">共60次</view>
  66. </view>
  67. <view class="flex-row free-num-tip">本单可享60次免费换电数,超出后需要单独支付换电费用</view>
  68. <view class="flex-row free-num-tip">自费换电:$1/次</view>
  69. </view> -->
  70. <view v-if="type!=100" class="plan-time flex-row flex-between">
  71. <view>租车时长</view>
  72. <view class="quantity-count flex-row flex-between">
  73. <view class="total-time flex-row">
  74. <view style="font-weight: 600;margin: 0 10rpx;">{{tools.countToDay(count,type)}}</view>
  75. <!-- <view style="font-weight: 600;margin: 0 10rpx;">{{tools.countToDay(count,isSelectStatus)}}</view> -->
  76. <text>天</text>
  77. </view>
  78. <!-- <view class="count-btn fbtn" @tap.stop.prevent="bindMinus">-</view> -->
  79. <view @tap.stop.prevent="bindMinus"><img class="count-btn fbtn"
  80. src="https://qiniu.bms16.com/Fm-SCbzVeVHgQK920bmWNvnJnL32" /></view>
  81. <input @input="bindInput" @blur="bindBlur" type="number" :value="count" />
  82. <!-- <view class="count-btn sbtn" @tap.stop.prevent="bindAdd">+</view> -->
  83. <view @tap.stop.prevent="bindAdd"><img class="count-btn sbtn"
  84. src="https://qiniu.bms16.com/FsO-2adBjkUkmk4ENuQco-aK7IyY" /></view>
  85. </view>
  86. </view>
  87. <!-- <view class="car-color-view">
  88. <view>车辆颜色</view>
  89. <view class="flex-row">
  90. <view class="car-color-list car-color-s">白色</view>
  91. <view class="car-color-list car-color-i">白色</view>
  92. <view class="car-color-list car-color-i">白色</view>
  93. <view class="car-color-list car-color-i">白色</view>
  94. </view>
  95. </view> -->
  96. </view>
  97. <view class="lift-btn-view">
  98. <view @tap="checkOrder" class="lift-btn">确认</view>
  99. </view>
  100. </view>
  101. <PayTypeModel @closeShow="isShowToBuy = false" @payToOrder="payToOrder" :free_price="Number(priceAll) + (Number(params.overdueData.money) || 0)" :isShowToBuy="isShowToBuy"/>
  102. </view>
  103. </template>
  104. <script module="tools" lang="wxs" src="@/pages/common/wxs/tools.wxs"></script>
  105. <script module="tools" lang="sjs" src="@/pages/common/wxs/tools.sjs"></script>
  106. <script>
  107. import allPrice from '@/component/allPrice/allPrice';
  108. import {
  109. MAX_LIMITS,LEASE_TYPE_ARR
  110. } from '@/common/constant.js'
  111. import common from '../../common/common';
  112. var config_gyq = require('../../common/config_gyq.js');
  113. var request = require('../../common/request');
  114. import PayTypeModel from '@/component/payTypeModel/payTypeModel';
  115. export default {
  116. data() {
  117. return {
  118. orderInfo:{},
  119. isShowToBuy:false,
  120. priceAll:0,
  121. count:1,
  122. price:0,
  123. duration_unit:'',
  124. type:'',
  125. };
  126. },
  127. computed: {
  128. leaseUnitsResult() {
  129. const result = LEASE_TYPE_ARR.find(v => v.value == this.params.rentalType);
  130. return result ? result.label : '';
  131. }
  132. },
  133. /**
  134. * 组件的属性列表
  135. */
  136. props: {
  137. params:{
  138. type:Object,
  139. default:{}
  140. },
  141. selectType:{
  142. type:String,
  143. default:''
  144. },
  145. },
  146. components: {
  147. allPrice,
  148. PayTypeModel,
  149. },
  150. mounted() {
  151. this.type = this.selectType
  152. },
  153. created: function () {
  154. console.log(this.params,'this.params');
  155. this.setData({
  156. price:this.params.price*100,
  157. })
  158. },
  159. /**
  160. * 组件的方法列表
  161. */
  162. methods: {
  163. async payToOrder(type){
  164. const pay_type = type
  165. var from=''
  166. if(pay_type == 1){
  167. from = 'wx'
  168. }else if(pay_type == 2){
  169. from = 'ali'
  170. }
  171. let {data} = await request.postApi(config_gyq.API_FLK_ORDER_RENEW,{
  172. ...this.orderInfo,
  173. pay_type,
  174. from
  175. })
  176. if(data.code == 200){
  177. common.simpleToast('成功!')
  178. this.isShowToBuy = false
  179. setTimeout(function() {
  180. uni.navigateBack({
  181. delta: 1
  182. });
  183. }, 800);
  184. }else{
  185. common.simpleToast(data.msg)
  186. }
  187. },
  188. tapSelectType(e){
  189. const {select_type,price} = e.currentTarget.dataset
  190. this.type = select_type
  191. this.priceAll = price
  192. this.price = price
  193. this.count = 1
  194. },
  195. closeShowMore(){
  196. this.$emit('closeShowMore')
  197. },
  198. bindMinus() {
  199. if (this.count > 1) {
  200. this.setData({
  201. count: this.count - 1
  202. });
  203. }
  204. this.bindDuration()
  205. },
  206. bindInput(e) {
  207. const num = Number(e.detail.value)
  208. this.bindTipCount(num)
  209. this.bindDuration()
  210. },
  211. bindBlur(e) {
  212. const count = e.detail.value
  213. this.bindTipCount(count)
  214. if (count < 1) {
  215. this.setData({
  216. count: 1
  217. })
  218. }
  219. this.bindDuration()
  220. },
  221. bindAdd() {
  222. const num = this.count - 0 + 1
  223. this.bindTipCount(num)
  224. this.bindDuration()
  225. },
  226. bindTipCount(num) {
  227. const limit = MAX_LIMITS[this.isSelectStatus];
  228. if (limit && num > limit.max) {
  229. common.simpleToast(limit.message);
  230. this.setData({
  231. count: limit.max
  232. })
  233. this.blurHandle()
  234. } else {
  235. this.setData({
  236. count: num
  237. })
  238. }
  239. },
  240. blurHandle() {
  241. this.showInput = false
  242. this.$nextTick(() => {
  243. this.showInput = true
  244. })
  245. },
  246. //计算价格
  247. bindDuration() {
  248. const me = this
  249. //未有显示总价钱的地方
  250. var new_price=0
  251. console.log(me.price)
  252. if(me.type == 100){
  253. new_price=me.params.sell_price
  254. }else{
  255. new_price=Number(me.price)*Number(me.count)
  256. }
  257. this.setData({
  258. priceAll:new_price
  259. })
  260. },
  261. async orderRenewFn(){
  262. // this.overdueData
  263. console.log(this.params)
  264. let current_time = this.params.overdueData.time ? this.params.overdueData.time:parseInt(new Date().getTime() / 1000);
  265. let money = 0
  266. if(this.params.overdueData.time){
  267. money = Number(this.params.overdueData.money)
  268. }
  269. let hire_duration = 0
  270. this.params.rental_setting.map(item=>{
  271. if(item.hire_duration_unit == this.type){
  272. hire_duration = item.hire_duration
  273. }
  274. })
  275. this.orderInfo={
  276. order_sn:this.params.order_sn,
  277. hire_duration,
  278. hire_cycle:this.count,
  279. hire_duration_unit:this.type,
  280. price:this.priceAll + money,
  281. current_time,
  282. currency_code:'CNY'
  283. }
  284. this.isShowToBuy = true
  285. },
  286. checkOrder(){
  287. const params={
  288. ...this.params,
  289. selectType:this.type,
  290. count:this.count,
  291. totalPrice:this.priceAll,
  292. selectUnit:this.type
  293. }
  294. if(this.params.order_sn){
  295. this.orderRenewFn()
  296. }else{
  297. uni.navigateTo({
  298. url: `/pages/purchaseOrder/purchaseOrder?params=${encodeURIComponent(JSON.stringify(params))}`,
  299. })
  300. }
  301. },
  302. }
  303. };
  304. </script>
  305. <style scoped>
  306. @import './carPlan.css';
  307. </style>