订阅详情:退款不一致卡片展示当前金额容差配置
This commit is contained in:
@@ -203,6 +203,8 @@
|
|||||||
退款不一致订单:
|
退款不一致订单:
|
||||||
<a class="link" href="{!! $makePlatformOrderUrl(['site_subscription_id' => $subscription->id, 'refund_inconsistent' => '1']) !!}">{{ $summaryStats['refund_inconsistent_orders'] ?? 0 }}</a>
|
<a class="link" href="{!! $makePlatformOrderUrl(['site_subscription_id' => $subscription->id, 'refund_inconsistent' => '1']) !!}">{{ $summaryStats['refund_inconsistent_orders'] ?? 0 }}</a>
|
||||||
</div>
|
</div>
|
||||||
|
@php $refundTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp
|
||||||
|
<div class="muted muted-xs">当前容差:¥{{ number_format($refundTol, 2) }}</div>
|
||||||
@if(((int) ($summaryStats['refund_inconsistent_orders'] ?? 0)) > 0)
|
@if(((int) ($summaryStats['refund_inconsistent_orders'] ?? 0)) > 0)
|
||||||
<div class="muted muted-xs text-danger">
|
<div class="muted muted-xs text-danger">
|
||||||
提示:存在退款状态与退款总额不一致订单。
|
提示:存在退款状态与退款总额不一致订单。
|
||||||
|
|||||||
Reference in New Issue
Block a user