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

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

View File

@@ -1117,7 +1117,9 @@
<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', [
'class' => 'btn btn-secondary btn-sm',
'href' => $safeFullUrlWithQuery([
'bmpa_failed_only' => '1', 'bmpa_failed_only' => '1',
// 进入失败集合:不应残留“只看可同步”等互斥开关 // 进入失败集合:不应残留“只看可同步”等互斥开关
'syncable_only' => null, 'syncable_only' => null,
@@ -1127,8 +1129,14 @@
'sync_status' => null, 'sync_status' => null,
'sync_error_keyword' => null, 'sync_error_keyword' => null,
'page' => 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> '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>