|
|
@@ -406,12 +406,12 @@
|
|
|
</tui-list-cell>
|
|
|
<!-- 封账退款:不改 realPrice,单独展示;最终金额 = 实际金额 - 封账退款 -->
|
|
|
<tui-list-cell v-if="Number(detailInfo.nextDayTkPrice) > 0" class="line-cell" :hover="false">
|
|
|
- <div class="tui-title" style="color:#e67e22;">封账退款</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx;color:#e67e22;">-¥{{ parseFloat(detailInfo.nextDayTkPrice) }}</div>
|
|
|
+ <div class="tui-title">封账退款</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.nextDayTkPrice) }}</div>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell v-if="Number(detailInfo.nextDayTkPrice) > 0" class="line-cell" :hover="false">
|
|
|
- <div class="tui-title" style="color:#3385FF;font-weight:bold;">最终金额</div>
|
|
|
- <div class="detail-price_box" style="font-size: 34upx;color:#3385FF;font-weight:bold;">¥{{ finalPriceAfterSealRefund }}</div>
|
|
|
+ <div class="tui-title" style="color:#3385FF;">最终金额</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 34upx;color:#3385FF;">¥{{ finalPriceAfterSealRefund }}</div>
|
|
|
</tui-list-cell>
|
|
|
|
|
|
<block v-if="detailInfo.staffFinance==1">
|
|
|
@@ -472,16 +472,16 @@
|
|
|
class="line-cell"
|
|
|
:hover="false"
|
|
|
>
|
|
|
- <div class="tui-title" style="color:#e67e22;">封账退款</div>
|
|
|
- <div class="detail-price_box" style="font-size: 28upx;color:#e67e22;">-¥{{ parseFloat(detailInfo.nextDayTkPrice) }}</div>
|
|
|
+ <div class="tui-title">封账退款</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 28upx;">-¥{{ parseFloat(detailInfo.nextDayTkPrice) }}</div>
|
|
|
</tui-list-cell>
|
|
|
<tui-list-cell
|
|
|
v-if="(detailInfo.status==3 || detailInfo.status==4) && Number(detailInfo.nextDayTkPrice) > 0"
|
|
|
class="line-cell"
|
|
|
:hover="false"
|
|
|
>
|
|
|
- <div class="tui-title" style="font-weight:bold;">最终金额</div>
|
|
|
- <div class="detail-price_box" style="font-size: 32upx;font-weight:bold;">¥{{ finalPriceAfterSealRefund }}</div>
|
|
|
+ <div class="tui-title">最终金额</div>
|
|
|
+ <div class="detail-price_box" style="font-size: 32upx;">¥{{ finalPriceAfterSealRefund }}</div>
|
|
|
</tui-list-cell>
|
|
|
</div>
|
|
|
</view>
|