feat: show hint on subscription page when refund inconsistent orders exist

This commit is contained in:
萝卜
2026-03-11 06:13:54 +00:00
parent 3f1bbc01ca
commit 7c06ea2330
3 changed files with 95 additions and 1 deletions

View File

@@ -203,6 +203,9 @@
退款不一致订单:
<a class="link" href="{!! $makePlatformOrderUrl(['site_subscription_id' => $subscription->id, 'refund_inconsistent' => '1']) !!}">{{ $summaryStats['refund_inconsistent_orders'] ?? 0 }}</a>
</div>
@if(((int) ($summaryStats['refund_inconsistent_orders'] ?? 0)) > 0)
<div class="muted muted-xs text-danger">提示:存在退款状态与退款总额不一致订单。建议先进入列表逐单核对退款轨迹,再在订单详情页使用「退款状态治理」修正状态(仅修口径,不会自动生成回执/退款回执)。</div>
@endif
</div>
<div class="card">