重构: 收口BMPA治理提示链接组件
This commit is contained in:
@@ -1117,18 +1117,26 @@
|
|||||||
<div class="muted governance-block-body">
|
<div class="muted governance-block-body">
|
||||||
当前筛选包含「批量标记支付并生效失败/失败原因」范围。建议先补齐回执/核对退款/修正状态后,再切到「可BMPA处理」集合重试批量标记支付。
|
当前筛选包含「批量标记支付并生效失败/失败原因」范围。建议先补齐回执/核对退款/修正状态后,再切到「可BMPA处理」集合重试批量标记支付。
|
||||||
<div class="mt-6 actions gap-10">
|
<div class="mt-6 actions gap-10">
|
||||||
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery([
|
@include('admin.platform_orders._summary_text_link', [
|
||||||
'bmpa_failed_only' => '1',
|
'class' => 'btn btn-secondary btn-sm',
|
||||||
// 进入失败集合:不应残留“只看可同步”等互斥开关
|
'href' => $safeFullUrlWithQuery([
|
||||||
'syncable_only' => null,
|
'bmpa_failed_only' => '1',
|
||||||
'synced_only' => null,
|
// 进入失败集合:不应残留“只看可同步”等互斥开关
|
||||||
// 从同步失败上下文切到 BMPA 失败集合时,需清理冲突开关
|
'syncable_only' => null,
|
||||||
'fail_only' => null,
|
'synced_only' => null,
|
||||||
'sync_status' => null,
|
// 从同步失败上下文切到 BMPA 失败集合时,需清理冲突开关
|
||||||
'sync_error_keyword' => null,
|
'fail_only' => null,
|
||||||
'page' => null,
|
'sync_status' => null,
|
||||||
]) !!}">进入批量标记支付失败集合</a>
|
'sync_error_keyword' => null,
|
||||||
<a class="btn btn-secondary btn-sm" href="{!! $safeFullUrlWithQuery(['bmpa_processable_only' => '1', 'bmpa_failed_only' => null, 'page' => null]) !!}">切到可BMPA处理(用于重试)</a>
|
'page' => null,
|
||||||
|
]),
|
||||||
|
'label' => '进入批量标记支付失败集合',
|
||||||
|
])
|
||||||
|
@include('admin.platform_orders._summary_text_link', [
|
||||||
|
'class' => 'btn btn-secondary btn-sm',
|
||||||
|
'href' => $safeFullUrlWithQuery(['bmpa_processable_only' => '1', 'bmpa_failed_only' => null, 'page' => null]),
|
||||||
|
'label' => '切到可BMPA处理(用于重试)',
|
||||||
|
])
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user