admin: 平台订单列表对账差额点击直达补回执面板
This commit is contained in:
@@ -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>
|
||||
|
||||
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user