订单详情:同步订阅治理提示与直达入口
This commit is contained in:
@@ -157,6 +157,17 @@
|
||||
<button type="submit" @disabled(! $canActivate || $alreadySynced)>{{ $alreadySynced ? '已同步' : '同步订阅' }}</button>
|
||||
</form>
|
||||
|
||||
@if($order->isReconcileMismatch())
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">提示:当前订单命中「对账不一致」,建议先补齐支付回执并核对金额差额后再同步订阅。
|
||||
<a class="link" href="/admin/platform-orders/{{ $order->id }}#add-payment-receipt">去补回执</a>
|
||||
</div>
|
||||
@endif
|
||||
@if($order->isRefundInconsistent())
|
||||
<div class="muted text-danger" style="margin-top:6px; width:100%;">提示:当前订单命中「退款不一致」,建议先核对退款轨迹/状态后再同步订阅。
|
||||
<a class="link" href="/admin/platform-orders/{{ $order->id }}#refund-receipts">去核对退款</a>
|
||||
</div>
|
||||
@endif
|
||||
|
||||
@if($order->siteSubscription)
|
||||
@php
|
||||
$subBack = '/admin/platform-orders/' . $order->id;
|
||||
|
||||
Reference in New Issue
Block a user