From 94dcb5fca1682f8aa81c386b1d6719cb3d0c84ce Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Tue, 17 Mar 2026 22:21:21 +0800 Subject: [PATCH] =?UTF-8?q?admin:=20=E5=B9=B3=E5=8F=B0=E8=AE=A2=E5=8D=95?= =?UTF-8?q?=E5=88=97=E8=A1=A8=E5=AF=B9=E8=B4=A6=E5=B7=AE=E9=A2=9D=E7=82=B9?= =?UTF-8?q?=E5=87=BB=E7=9B=B4=E8=BE=BE=E8=A1=A5=E5=9B=9E=E6=89=A7=E9=9D=A2?= =?UTF-8?q?=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/admin/platform_orders/index.blade.php | 2 +- ...atformOrderIndexReconcileRefundDeltaLinksContainBackTest.php | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index e5fd7b4..51f2eb2 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1703,7 +1703,7 @@ @endphp @if($isReconcileMismatchRow) @php $reconcileFixUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-payment-receipt'); @endphp - ¥{{ number_format($rowDelta, 2) }} + ¥{{ number_format($rowDelta, 2) }}
对账不一致 diff --git a/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php b/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php index 3628578..9d27159 100644 --- a/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php +++ b/tests/Feature/AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest.php @@ -76,7 +76,7 @@ class AdminPlatformOrderIndexReconcileRefundDeltaLinksContainBackTest extends Te $reconcileShowUrl = '/admin/platform-orders/' . $order->id . '?' . Arr::query([ 'back' => $indexSelfWithoutBack, - ]) . '#payment-receipts'; + ]) . '#add-payment-receipt'; $reconcileFixUrl = '/admin/platform-orders/' . $order->id . '?' . Arr::query([ 'back' => $indexSelfWithoutBack,