admin: 详情页退款治理入口直达追加退款面板

This commit is contained in:
萝卜
2026-03-17 21:29:49 +08:00
parent 5164078f82
commit a3e151b0c2
6 changed files with 9 additions and 9 deletions

View File

@@ -275,7 +275,7 @@
<div>
原因:当前订单已存在退款记录/退款汇总。
<span class="muted"></span>
<a class="btn btn-secondary btn-sm" href="#refund-receipts">去核对退款</a>
<a class="btn btn-secondary btn-sm" href="#add-refund-receipt">去核对退款</a>
</div>
@endif
@if($markPaidBlockedByMissingSubscriptionOnRenewal)
@@ -360,7 +360,7 @@
@endif
@if($order->isRefundInconsistent())
@php
$fixRefundUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $orderShowSelf, 'refund-receipts');
$fixRefundUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $orderShowSelf, 'add-refund-receipt');
@endphp
<a class="btn btn-secondary btn-sm" href="{!! $fixRefundUrl !!}">去核对退款</a>
@endif