carPlan.vue 9.2 KB

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