From 84c31cd5ebd0afe955978e0edc6b4f190712cb69 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Sat, 14 Mar 2026 00:51:02 +0000 Subject: [PATCH] =?UTF-8?q?=E6=A0=B7=E5=BC=8F=E6=94=B6=E6=95=9B=EF=BC=9A?= =?UTF-8?q?=E8=AE=A2=E9=98=85=E8=AF=A6=E6=83=85=E6=B2=BB=E7=90=86=E6=8F=90?= =?UTF-8?q?=E7=A4=BA=E5=9D=97=E6=94=B9=E7=94=A8=20mt/mb=20=E5=B7=A5?= =?UTF-8?q?=E5=85=B7=E7=B1=BB=E5=8E=BB=E9=99=A4=20inline?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/site_subscriptions/show.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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) }}),可能存在回执金额与订单已付金额不一致。