admin: 退款不一致行内提示链接直达追加退款面板
This commit is contained in:
@@ -1752,7 +1752,7 @@
|
||||
@endphp
|
||||
@if($refundTotal > 0)
|
||||
@if($isRefundInconsistent)
|
||||
@php $refundFixUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'refund-receipts'); @endphp
|
||||
@php $refundFixUrl = \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $order->id, $selfWithoutBack, 'add-refund-receipt'); @endphp
|
||||
<a class="link text-danger" href="{!! $refundShowUrl !!}">¥{{ number_format($refundTotal, 2) }}</a>
|
||||
<div class="muted text-danger muted-xs">
|
||||
疑似不一致
|
||||
|
||||
Reference in New Issue
Block a user