diff --git a/resources/views/admin/site_subscriptions/show.blade.php b/resources/views/admin/site_subscriptions/show.blade.php index e1c1d45..e7e2123 100644 --- a/resources/views/admin/site_subscriptions/show.blade.php +++ b/resources/views/admin/site_subscriptions/show.blade.php @@ -158,7 +158,7 @@ @endphp @if($reconcileMismatchOrders > 0 || $refundInconsistentOrders > 0) -
+
批量同步治理提示
当前订阅下存在 @@ -274,7 +274,7 @@ @php $refundTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp
当前容差:¥{{ number_format($refundTol, 2) }}
@if(((int) ($summaryStats['refund_inconsistent_orders'] ?? 0)) > 0) -
+
退款不一致治理提示
存在退款状态与退款总额不一致订单。 @@ -298,7 +298,7 @@
@php $tol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp @if(((int) ($summaryStats['reconcile_mismatch_orders'] ?? 0)) > 0) -
+
对账不一致治理提示
存在「回执总额 vs 已付金额」不一致订单。 @@ -307,7 +307,7 @@
@elseif(abs($delta) >= $tol) -
+
对账差额提示
差额超过容差(tol={{ number_format($tol, 2) }}),可能存在回执金额与订单已付金额不一致。