feat(platform-orders): filter batch activation by run_id
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user