修复订单详情中续费问题
This commit is contained in:
@@ -41,8 +41,6 @@
|
||||
v-else-if="order.receiptStatus == 30 || ( order.equipmentGoods.equipmentCategory != 10 && order.currPeriods >= order.periods)">已完成</text>
|
||||
</block>
|
||||
|
||||
|
||||
|
||||
<!-- <text>{{ order.stateText }}</text> -->
|
||||
</view>
|
||||
</view>
|
||||
@@ -520,7 +518,7 @@
|
||||
<view class="btn-item" @click="handleRentingOut(order)"
|
||||
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>
|
||||
|
||||
<block v-if="order.orderStatus == OrderStatusEnum.COMPLETED.value && order.isComment == 0">
|
||||
|
||||
Reference in New Issue
Block a user