|
|
@@ -89,7 +89,7 @@
|
|
|
<view
|
|
|
v-if="Number(item.nextDayTkPrice) > 0"
|
|
|
class="next-day-refund"
|
|
|
- >结后退款 ¥{{ parseFloat(item.nextDayTkPrice) }},实付 ¥{{ afterNextDayPayPrice }}</view>
|
|
|
+ >封账后退款 ¥{{ parseFloat(item.nextDayTkPrice) }},实付 ¥{{ afterNextDayPayPrice }}</view>
|
|
|
</view>
|
|
|
<!-- 点击备注区域编辑,阻止冒泡避免进入订单详情 -->
|
|
|
<view
|
|
|
@@ -386,7 +386,7 @@ export default {
|
|
|
},
|
|
|
computed: {
|
|
|
/**
|
|
|
- * 扣除结后退款后的实付款:actPrice - nextDayTkPrice
|
|
|
+ * 扣除封账后退款后的实付款:actPrice - nextDayTkPrice
|
|
|
* 隔天售后不改 actPrice,列表用差值让店员看到净实付
|
|
|
*/
|
|
|
afterNextDayPayPrice() {
|