platform orders: add batch bmpa 24h filter

This commit is contained in:
萝卜
2026-03-13 14:13:02 +00:00
parent 96e9b67f64
commit 2e05adf801
3 changed files with 117 additions and 0 deletions

View File

@@ -113,6 +113,10 @@
<input type="checkbox" name="batch_synced_24h" value="1" @checked(($filters['batch_synced_24h'] ?? '') === '1')>
<span>最近24小时批量同步过</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="batch_mark_paid_and_activate_24h" value="1" @checked(($filters['batch_mark_paid_and_activate_24h'] ?? '') === '1')>
<span>最近24小时批量BMPA过</span>
</label>
<label class="form-inline-row">
<input type="checkbox" name="batch_mark_activated_24h" value="1" @checked(($filters['batch_mark_activated_24h'] ?? '') === '1')>
<span>最近24小时批量生效过</span>