重构: 收口BMPA治理提示链接组件

This commit is contained in:
萝卜
2026-03-18 19:45:41 +08:00
parent 370a9a58e5
commit 79d14c0f41

View File

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