feat(platform-orders): filter batch activation by run_id

This commit is contained in:
萝卜
2026-03-17 13:10:46 +08:00
parent f837c16bf5
commit ab02e5ca6b
3 changed files with 122 additions and 0 deletions

View File

@@ -471,6 +471,7 @@
<input type="checkbox" name="batch_synced_24h" value="1" @checked(($filters['batch_synced_24h'] ?? '') === '1')>
<span>最近24小时批量同步过</span>
</label>
<input type="text" name="batch_activation_run_id" placeholder="批次号 run_id可选" value="{{ $filters['batch_activation_run_id'] ?? '' }}" class="w-200">
<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>