chore(admin-dashboard): dedupe BackUrl fragment links for recent order hints
This commit is contained in:
@@ -454,7 +454,7 @@
|
||||
<span class="muted muted-xs">原因过长</span>
|
||||
@endif
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'sync-failed') !!}">查看失败详情</a>
|
||||
<a class="link" href="{!! $scanGoSyncFailedUrl !!}">查看失败详情</a>
|
||||
</div>
|
||||
@endif
|
||||
@if($bmpaErrMsg !== '')
|
||||
@@ -470,7 +470,7 @@
|
||||
<span class="muted muted-xs">原因过长</span>
|
||||
@endif
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'bmpa-failed') !!}">查看失败详情</a>
|
||||
<a class="link" href="{!! $scanGoBmpaFailedUrl !!}">查看失败详情</a>
|
||||
</div>
|
||||
@endif
|
||||
@if((string) $po->status === 'pending' && (string) $po->payment_status === 'paid' && $po->isReconcileMismatch())
|
||||
@@ -482,9 +482,9 @@
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $reconcileMismatchUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'payment-receipts') !!}">去对账</a>
|
||||
<a class="link" href="{!! $scanGoReconcileUrl !!}">去对账</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'add-payment-receipt') !!}">去补回执</a>
|
||||
<a class="link" href="{!! $fixReceiptUrl !!}">去补回执</a>
|
||||
</div>
|
||||
@endif
|
||||
@if($po->isRefundInconsistent())
|
||||
@@ -496,7 +496,7 @@
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $refundInconsistentUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'refund-receipts') !!}">去核对退款</a>
|
||||
<a class="link" href="{!! $scanGoRefundUrl !!}">去核对退款</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'add-refund-receipt') !!}">去补退款记录</a>
|
||||
</div>
|
||||
@@ -510,7 +510,7 @@
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! $renewalMissingSubscriptionUrl !!}">进入集合</a>
|
||||
<span class="muted">|</span>
|
||||
<a class="link" href="{!! \App\Support\BackUrl::withBackAndFragment('/admin/platform-orders/' . $po->id, $selfWithoutBack, 'relation-subscription') !!}">去关联订阅</a>
|
||||
<a class="link" href="{!! $scanGoRelationUrl !!}">去关联订阅</a>
|
||||
</div>
|
||||
@endif
|
||||
</td>
|
||||
|
||||
Reference in New Issue
Block a user