admin: 平台订单列表退款不一致治理链接直达追加退款面板

This commit is contained in:
萝卜
2026-03-17 21:18:50 +08:00
parent bf73f6dcae
commit 545063fa42
3 changed files with 5 additions and 4 deletions

View File

@@ -1785,7 +1785,7 @@
$needReconcileFix = (bool) $order->isReconcileMismatch();
$needRefundFix = (bool) $order->isRefundInconsistent();
$reconcileFixUrlCompact = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-payment-receipt');
$refundFixUrlCompact = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'refund-receipts');
$refundFixUrlCompact = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-refund-receipt');
@endphp
@if($needReconcileFix || $needRefundFix)