|
@@ -196,7 +196,7 @@
|
|
|
|
|
|
<td style="text-align: center;width: 150px;min-width:150px;padding-right: 10px;" class="batch-td">
|
|
|
<div style="width: 46px;display:inline-block">
|
|
|
- <input type="text" class="input-one styleOne" name="speed[]"
|
|
|
+ <input type="text" class="input-one styleOne" 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
|
|
@@ -210,7 +210,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="width: 40px;display:inline-block;">
|
|
|
- <input type="text" class="input-tow styleTow" name="sort[]"
|
|
|
+ <input type="text" class="input-tow styleTow" name="sort[]" autocomplete="off"
|
|
|
value="<?php echo $output['datas'][$provider['provider_id']][$key]['sort']?>"
|
|
|
<?php if($output['datas'][$provider['provider_id']][$key]['has'] == 0){?>
|
|
|
readOnly
|
|
@@ -224,7 +224,7 @@
|
|
|
</div>
|
|
|
</div>
|
|
|
<div style="width: 40px;display:inline-block">
|
|
|
- <input type="text" class="input-three styleTow" name="opened[]"
|
|
|
+ <input type="text" class="input-three styleTow" name="opened[]" autocomplete="off"
|
|
|
value="<?php echo $output['datas'][$provider['provider_id']][$key]['opened']?>"
|
|
|
<?php if($output['datas'][$provider['provider_id']][$key]['has'] == 0){?>
|
|
|
readOnly
|