style(admin): platform order tools actions use btn components
This commit is contained in:
@@ -730,7 +730,7 @@
|
||||
</label>
|
||||
|
||||
<div class="muted mb-8">提示:建议先筛选「待处理 + 未支付」后再执行,避免误操作。</div>
|
||||
<button type="submit">批量标记支付并生效(含订阅同步)(当前筛选范围)</button>
|
||||
<button class="btn btn-sm" type="submit">批量标记支付并生效(含订阅同步)(当前筛选范围)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/batch-mark-paid-and-activate" onsubmit="return confirm('确认对全部订单执行批量标记支付并生效(含订阅同步)?该操作仍只处理“待处理+未支付”的订单,但范围可能很大。');" class="mb-10">
|
||||
@@ -746,7 +746,7 @@
|
||||
<input type="number" name="limit" value="50" min="1" max="500" class="w-90">
|
||||
<span>条(安全阀)</span>
|
||||
</label>
|
||||
<button type="submit">批量标记支付并生效(含订阅同步)(全部订单)</button>
|
||||
<button class="btn btn-sm" type="submit">批量标记支付并生效(含订阅同步)(全部订单)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/batch-mark-activated" onsubmit="return confirm('确认批量将当前筛选范围内“已支付+待处理”的订单标记为已生效?(不修改支付状态,不自动同步订阅)');" class="mb-10">
|
||||
@@ -781,7 +781,7 @@
|
||||
</label>
|
||||
|
||||
<div class="muted mb-8">提示:建议先用快捷筛选「待生效」(已支付+待处理)锁定范围,再执行批量生效。</div>
|
||||
<button type="submit">批量仅标记为已生效(当前筛选范围)</button>
|
||||
<button class="btn btn-sm" type="submit">批量仅标记为已生效(当前筛选范围)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/batch-mark-activated" onsubmit="return confirm('确认对全部订单执行批量仅标记为已生效?该操作仍只处理“已支付+待处理”的订单,但范围可能很大。');" class="mb-10">
|
||||
@@ -797,7 +797,7 @@
|
||||
<input type="number" name="limit" value="50" min="1" max="500" class="w-90">
|
||||
<span>条(安全阀)</span>
|
||||
</label>
|
||||
<button type="submit">批量仅标记为已生效(全部订单)</button>
|
||||
<button class="btn btn-sm" type="submit">批量仅标记为已生效(全部订单)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/clear-sync-errors" onsubmit="return confirm('确认清除当前筛选范围内命中的订单的“同步失败”标记?');" class="mb-10">
|
||||
@@ -824,7 +824,7 @@
|
||||
<input type="hidden" name="bmpa_error_keyword" value="{{ $filters['bmpa_error_keyword'] ?? '' }}">
|
||||
<input type="hidden" name="reconcile_mismatch" value="{{ $filters['reconcile_mismatch'] ?? '' }}">
|
||||
<input type="hidden" name="refund_inconsistent" value="{{ $filters['refund_inconsistent'] ?? '' }}">
|
||||
<button type="submit">清除同步失败标记(当前筛选范围)</button>
|
||||
<button class="btn btn-danger btn-sm" type="submit">清除同步失败标记(当前筛选范围)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/clear-sync-errors" onsubmit="return confirm('确认清除全部订单的“同步失败”标记?该操作不可逆(仅清理 meta 标记),请谨慎。');" class="mb-10">
|
||||
@@ -837,7 +837,7 @@
|
||||
<span>(必须输入 YES 才会执行)</span>
|
||||
</label>
|
||||
|
||||
<button type="submit">清除同步失败标记(全部订单)</button>
|
||||
<button class="btn btn-danger btn-sm" type="submit">清除同步失败标记(全部订单)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/clear-bmpa-errors" onsubmit="return confirm('确认清除当前筛选范围内命中的订单的“批量标记支付失败”标记?');" class="mb-10">
|
||||
@@ -864,7 +864,7 @@
|
||||
<input type="hidden" name="bmpa_error_keyword" value="{{ $filters['bmpa_error_keyword'] ?? '' }}">
|
||||
<input type="hidden" name="reconcile_mismatch" value="{{ $filters['reconcile_mismatch'] ?? '' }}">
|
||||
<input type="hidden" name="refund_inconsistent" value="{{ $filters['refund_inconsistent'] ?? '' }}">
|
||||
<button type="submit">清除批量标记支付失败标记(当前筛选范围)</button>
|
||||
<button class="btn btn-danger btn-sm" type="submit">清除批量标记支付失败标记(当前筛选范围)</button>
|
||||
</form>
|
||||
|
||||
<form method="post" action="/admin/platform-orders/clear-bmpa-errors" onsubmit="return confirm('确认清除全部订单的“批量标记支付失败”标记?该操作不可逆(仅清理 meta 标记),请谨慎。');">
|
||||
@@ -877,7 +877,7 @@
|
||||
<span>(必须输入 YES 才会执行)</span>
|
||||
</label>
|
||||
|
||||
<button type="submit">清除批量标记支付失败标记(全部订单)</button>
|
||||
<button class="btn btn-danger btn-sm" type="submit">清除批量标记支付失败标记(全部订单)</button>
|
||||
</form>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user