修复订单详情中续费问题

This commit is contained in:
geng.tang@qq.com
2024-01-26 16:54:43 +08:00
parent 3b5615eeef
commit 7d2668267a

View File

@@ -41,8 +41,6 @@
v-else-if="order.receiptStatus == 30 || ( order.equipmentGoods.equipmentCategory != 10 && order.currPeriods >= order.periods)">已完成</text> v-else-if="order.receiptStatus == 30 || ( order.equipmentGoods.equipmentCategory != 10 && order.currPeriods >= order.periods)">已完成</text>
</block> </block>
<!-- <text>{{ order.stateText }}</text> --> <!-- <text>{{ order.stateText }}</text> -->
</view> </view>
</view> </view>
@@ -520,7 +518,7 @@
<view class="btn-item" @click="handleRentingOut(order)" <view class="btn-item" @click="handleRentingOut(order)"
v-if="order.equipmentGoods.equipmentCategory != '10' && order.receiptStatus == 21 && !orderEnd">取消退租</view> v-if="order.equipmentGoods.equipmentCategory != '10' && order.receiptStatus == 21 && !orderEnd">取消退租</view>
<view class="btn-item" @click="handleTargetDetail(item.orderId)" <view class="btn-item" @click="handleHireEquipment(item.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">我要续费</view>
<block v-if="order.orderStatus == OrderStatusEnum.COMPLETED.value && order.isComment == 0"> <block v-if="order.orderStatus == OrderStatusEnum.COMPLETED.value && order.isComment == 0">