|
@@ -1,55 +1,60 @@
|
|
|
<template>
|
|
|
- <view class="container-view">
|
|
|
- <view class="return-info">
|
|
|
- <view class="h5">车辆信息</view>
|
|
|
-
|
|
|
- <view v-if="overdueMoney" class="return-top flex-row flex-between">
|
|
|
- <view style="align-items: baseline;" class="flex-row">逾期费用:
|
|
|
- <allPrice :amount="(overdueMoney/100)" />
|
|
|
+ <view class="">
|
|
|
+ <navBar name="我的订单" left="0"></navBar>
|
|
|
+ <view class="container-view">
|
|
|
+ <view class="return-info">
|
|
|
+ <view class="h5">车辆信息</view>
|
|
|
+
|
|
|
+ <view v-if="overdueMoney" class="return-top flex-row flex-between">
|
|
|
+ <view style="align-items: baseline;" class="flex-row">逾期费用:
|
|
|
+ <allPrice :amount="(overdueMoney/100)" />
|
|
|
+ </view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>车辆编号:{{car_sn}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>车辆名称:{{carInfoData.car_name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>车型:{{carInfoData.model_name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>续航:{{carInfoData.endurance}}m</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>重量:{{carInfoData.weight}}kg</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row ">
|
|
|
+ <view>照片:</view>
|
|
|
+ <image class="img" :src="carInfoData.model_images" mode="aspectFill"></image>
|
|
|
</view>
|
|
|
</view>
|
|
|
-
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>车辆编号:{{car_sn}}</view>
|
|
|
- </view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>车辆名称:{{carInfoData.car_name}}</view>
|
|
|
- </view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>车型:{{carInfoData.model_name}}</view>
|
|
|
- </view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>续航:{{carInfoData.endurance}}m</view>
|
|
|
- </view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>重量:{{carInfoData.weight}}kg</view>
|
|
|
- </view>
|
|
|
- <view class="return-top flex-row ">
|
|
|
- <view>照片:</view>
|
|
|
- <image class="img" :src="carInfoData.model_images" mode="aspectFill"></image>
|
|
|
- </view>
|
|
|
- </view>
|
|
|
- <view v-if="shopInfo.shop_name" class="return-info">
|
|
|
- <view class="h5">门店信息</view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>门店名称:{{shopInfo.shop_name}}</view>
|
|
|
+ <view v-if="shopInfo.shop_name" class="return-info">
|
|
|
+ <view class="h5">门店信息</view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>门店名称:{{shopInfo.shop_name}}</view>
|
|
|
+ </view>
|
|
|
+ <view class="return-top flex-row flex-between">
|
|
|
+ <view>门店地址:{{shopInfo.address}}</view>
|
|
|
+ </view>
|
|
|
</view>
|
|
|
- <view class="return-top flex-row flex-between">
|
|
|
- <view>门店地址:{{shopInfo.address}}</view>
|
|
|
+ <view class="pictures-info">
|
|
|
+ <view>车辆照片</view>
|
|
|
+ <!-- <view>这里是关于激活车辆照片的文案描述,这里是关于激活车辆照片的文案描述</view> -->
|
|
|
+ <uploaders :max="Number(shopList.flk_hire_car_img_num)" :car_info="car_imgs"
|
|
|
+ @update-car-images="handleCarImagesUpdate"></uploaders>
|
|
|
+ <view v-if="isReturnCar" @tap="submitReturn" class="pictures-btn">归还车辆</view>
|
|
|
+ <view v-else @tap="submitEnabled" class="pictures-btn">激活车辆</view>
|
|
|
</view>
|
|
|
+
|
|
|
+ <PayTypeModel @closeShow="()=>isShowToBuy=false" @payToOrder="payToOrder" :free_price="totalPrice"
|
|
|
+ :isShowToBuy="isShowToBuy" />
|
|
|
</view>
|
|
|
- <view class="pictures-info">
|
|
|
- <view>车辆照片</view>
|
|
|
- <!-- <view>这里是关于激活车辆照片的文案描述,这里是关于激活车辆照片的文案描述</view> -->
|
|
|
- <uploaders :max="shopList.flk_hire_car_img_num" :car_info="car_imgs"
|
|
|
- @update-car-images="handleCarImagesUpdate"></uploaders>
|
|
|
- <view v-if="isReturnCar" @tap="submitReturn" class="pictures-btn">归还车辆</view>
|
|
|
- <view v-else @tap="submitEnabled" class="pictures-btn">激活车辆</view>
|
|
|
- </view>
|
|
|
-
|
|
|
- <PayTypeModel @closeShow="()=>isShowToBuy=false" @payToOrder="payToOrder" :free_price="totalPrice"
|
|
|
- :isShowToBuy="isShowToBuy" />
|
|
|
+
|
|
|
</view>
|
|
|
+
|
|
|
+
|
|
|
</template>
|
|
|
|
|
|
<script>
|
|
@@ -233,7 +238,8 @@
|
|
|
|
|
|
submitEnabled() {
|
|
|
const me = this
|
|
|
- const _image_list = this.car_imgs.map(item => item.img_url)
|
|
|
+ console.log(this.car_imgs)
|
|
|
+ const _image_list = this.car_imgs.map(item => item.url)
|
|
|
if (_image_list.length < 1) return common.simpleToast('请上传车辆照片')
|
|
|
const pData = {
|
|
|
car_sn: this.car_sn,
|