平台订单详情:BMPA禁用提示增加就地引导链接(补回执/核对退款)
This commit is contained in:
@@ -185,9 +185,17 @@
|
||||
</form>
|
||||
|
||||
@if($markPaidBlockedByRefund)
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">提示:当前订单已存在退款记录/退款汇总,建议先核对退款轨迹与状态后再进行「标记支付并生效」。</div>
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">
|
||||
提示:当前订单已存在退款记录/退款汇总,建议先核对退款轨迹与状态后再进行「标记支付并生效」。
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="#refund-receipts">去核对退款</a>
|
||||
</div>
|
||||
@elseif($markPaidBlockedByReceiptMismatch)
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">提示:当前订单已存在支付回执,但回执总额与订单金额不一致,建议先补齐/修正回执后再进行「标记支付并生效」。</div>
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">
|
||||
提示:当前订单已存在支付回执,但回执总额与订单金额不一致,建议先补齐/修正回执后再进行「标记支付并生效」。
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="#add-payment-receipt">去补回执</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
<form method="post" action="/admin/platform-orders/{{ $order->id }}/activate-subscription" onsubmit="return confirm('确认同步订阅?将根据该订单创建/续期订阅');">
|
||||
|
||||
Reference in New Issue
Block a user