feat(platform-orders): add bmpa run_id filter for batch tracing
This commit is contained in:
@@ -471,7 +471,8 @@
|
||||
<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">
|
||||
<input type="text" name="batch_activation_run_id" placeholder="批次号 BAS run_id(可选)" value="{{ $filters['batch_activation_run_id'] ?? '' }}" class="w-200">
|
||||
<input type="text" name="batch_bmpa_run_id" placeholder="批次号 BMPA run_id(可选)" value="{{ $filters['batch_bmpa_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