feat(admin-dashboard): reconcile mismatch hint includes fix receipt link
This commit is contained in:
@@ -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())
|
||||
|
||||
Reference in New Issue
Block a user