admin: 平台订单列表对账差额点击直达补回执面板

This commit is contained in:
萝卜
2026-03-17 22:21:21 +08:00
parent 23c4b356cd
commit 94dcb5fca1
2 changed files with 2 additions and 2 deletions

View File

@@ -1703,7 +1703,7 @@
@endphp
@if($isReconcileMismatchRow)
@php $reconcileFixUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-payment-receipt'); @endphp
<a class="link text-danger" href="{!! $reconcileShowUrl !!}">¥{{ number_format($rowDelta, 2) }}</a>
<a class="link text-danger" href="{!! $reconcileFixUrl !!}">¥{{ number_format($rowDelta, 2) }}</a>
<div class="muted text-danger muted-xs">
对账不一致
<span class="muted"></span>

View File

@@ -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,