|
@@ -226,16 +226,16 @@
|
|
|
<input type="hidden" name="str[]" value="<?php echo "{$provider['provider_id']}-{$amount['type']}-{$amount['amount']}-{$output['datas'][$provider['provider_id']][$key]['has']}"; ?>">
|
|
|
<input type="hidden" name="channel_ctl_model[]" value="<?php echo $output['channel_ctl_model']["{$provider['name']}-{$amount['amount']}-{$amount['type']}"][0] ?? 0; ?>">
|
|
|
<td class="batch-td" data-color="<?php echo $amount['type']; ?>">
|
|
|
- <div class="priority">
|
|
|
- <?php
|
|
|
- $key = "{$provider['name']}-{$amount['amount']}-{$amount['type']}";
|
|
|
- if (array_key_exists($key, $output['channel_ctl_model'])) {
|
|
|
- echo ceil($output['channel_ctl_model'][$key][0]);
|
|
|
- } else {
|
|
|
- echo 0;
|
|
|
- }
|
|
|
- ?>
|
|
|
- </div>
|
|
|
+ <!-- <div class="priority"> -->
|
|
|
+ <?php
|
|
|
+ // $key = "{$provider['name']}-{$amount['amount']}-{$amount['type']}";
|
|
|
+ // if (array_key_exists($key, $output['channel_ctl_model'])) {
|
|
|
+ // echo ceil($output['channel_ctl_model'][$key][0]);
|
|
|
+ // } else {
|
|
|
+ // echo 0;
|
|
|
+ // }
|
|
|
+ ?>
|
|
|
+ <!-- </div> -->
|
|
|
<div class="listNum">
|
|
|
<input type="text" class="input-one styleOne w46" name="speed[]" autocomplete="off" value="<?php echo $output['datas'][$provider['provider_id']][$key]['speed'] ?>" <?php if ($output['datas'][$provider['provider_id']][$key]['has'] == 0) { ?> readOnly style="background-color:#eaeaea;" <?php } ?>>
|
|
|
</div>
|