From 79d14c0f412bb898ab68a0df2ea9d811fd3601e1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=90=9D=E5=8D=9C?= Date: Wed, 18 Mar 2026 19:45:41 +0800 Subject: [PATCH] =?UTF-8?q?=E9=87=8D=E6=9E=84:=20=E6=94=B6=E5=8F=A3BMPA?= =?UTF-8?q?=E6=B2=BB=E7=90=86=E6=8F=90=E7=A4=BA=E9=93=BE=E6=8E=A5=E7=BB=84?= =?UTF-8?q?=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../admin/platform_orders/index.blade.php | 32 ++++++++++++------- 1 file changed, 20 insertions(+), 12 deletions(-) diff --git a/resources/views/admin/platform_orders/index.blade.php b/resources/views/admin/platform_orders/index.blade.php index af94559..6c1609b 100644 --- a/resources/views/admin/platform_orders/index.blade.php +++ b/resources/views/admin/platform_orders/index.blade.php @@ -1117,18 +1117,26 @@
当前筛选包含「批量标记支付并生效失败/失败原因」范围。建议先补齐回执/核对退款/修正状态后,再切到「可BMPA处理」集合重试批量标记支付。
- 进入批量标记支付失败集合 - 切到可BMPA处理(用于重试) + @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处理(用于重试)', + ])