修复订单退租失败问题
This commit is contained in:
@@ -219,7 +219,7 @@
|
||||
<view class="info-item">
|
||||
<view class="item-lable">设备型号</view>
|
||||
<view class="item-content">
|
||||
<text>{{ equipment.batteryModel }}</text>
|
||||
<text>{{ equipmentGoods.batteryModel }}</text>
|
||||
</view>
|
||||
</view>
|
||||
|
||||
@@ -295,13 +295,13 @@
|
||||
<view class="info-item">
|
||||
<view class="item-lable">保险到期时间</view>
|
||||
<view class="item-content">
|
||||
<text></text>
|
||||
<text>{{ order.insuranceExpireDate }}</text>
|
||||
</view>
|
||||
</view>
|
||||
<view class="info-item">
|
||||
<view class="item-lable">设备编号</view>
|
||||
<view class="item-content">
|
||||
<text>{{ equipment.equipmentCode }}</text>
|
||||
<text>{{ equipmentGoods.equipmentCode }}</text>
|
||||
<view class="act-copy" @click="handleCopy(equipment.equipmentCode)">
|
||||
<text>复制</text>
|
||||
</view>
|
||||
@@ -330,16 +330,16 @@
|
||||
<view class="info-item">
|
||||
<view class="item-lable">保险到期时间</view>
|
||||
<view class="item-content">
|
||||
<text></text>
|
||||
<text>{{ order.insuranceExpireDate }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</block>
|
||||
<view class="info-item">
|
||||
<!-- <view class="info-item">
|
||||
<view class="item-lable">订单备注</view>
|
||||
<view class="item-content">
|
||||
<text>{{ order.buyerRemark ? order.buyerRemark : '--' }}</text>
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
</view>
|
||||
|
||||
|
||||
@@ -519,7 +519,7 @@
|
||||
v-if="order.equipmentGoods.equipmentCategory != '10' && order.receiptStatus == 21 && !orderEnd">取消退租</view>
|
||||
|
||||
<view class="btn-item" @click="handleHireEquipment(order.orderId)"
|
||||
v-if="order.equipmentGoods.equipmentCategory != '10' && order.receiptStatus != 30 && order.receiptStatus != 21 && !orderEnd && order.orderId >= 28804">我要续费</view>
|
||||
v-if="order.equipmentGoods.equipmentCategory != '10' && order.receiptStatus != 30 && order.receiptStatus != 21 && !orderEnd && order.orderId >= 28804 && order.deliveryStatus == 40">我要续费</view>
|
||||
|
||||
<block v-if="order.orderStatus == OrderStatusEnum.COMPLETED.value && order.isComment == 0">
|
||||
<view class="btn-item" v-if="order.equipmentGoods.equipmentCategory == '40' && order.deliveryStatus == DeliveryStatusEnum.ACCEPT.value"
|
||||
|
||||
Reference in New Issue
Block a user