feat(admin-dashboard): reconcile mismatch hint includes fix receipt link

This commit is contained in:
萝卜
2026-03-16 15:37:15 +08:00
parent a67611f84d
commit f0763638df
2 changed files with 68 additions and 0 deletions

View File

@@ -366,6 +366,8 @@
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>
<span class="muted"></span>
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'payment-receipts') !!}">去对账</a>
<span class="muted"></span>
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'add-payment-receipt') !!}">去补回执</a>
</div>
@endif
@if($po->isRefundInconsistent())