From 8a405535c8015f3127ae1f7033cf76b4ecf89f22 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Fri, 13 Mar 2026 16:20:48 +0000 Subject: [PATCH] =?UTF-8?q?=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95=E8=AF=A6?= =?UTF-8?q?=E6=83=85=EF=BC=9A=E5=B1=95=E7=A4=BA=E5=BD=93=E5=89=8D=E9=87=91?= =?UTF-8?q?=E9=A2=9D=E5=AE=B9=E5=B7=AE=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/show.blade.php | 3 +++ 1 file changed, 3 insertions(+) diff --git a/resources/views/admin/platform_orders/show.blade.php b/resources/views/admin/platform_orders/show.blade.php index 1c57d22..a6ed533 100644 --- a/resources/views/admin/platform_orders/show.blade.php +++ b/resources/views/admin/platform_orders/show.blade.php @@ -59,9 +59,12 @@ if ($refundCount <= 0) { $refundCount = count($refundReceiptsRaw); } + + $amountTol = (float) config('saasshop.amounts.tolerance', 0.01); @endphp 回执数 / 回执总额{{ $receiptCount }} / ¥{{ number_format($receiptTotal, 2) }} 退款笔数 / 退款总额{{ $refundCount }} / ¥{{ number_format($refundTotal, 2) }} + 金额容差¥{{ number_format($amountTol, 2) }}