|
@@ -58,7 +58,7 @@
|
|
|
<tr class="noborder">
|
|
|
<td colspan="2" class="required"><label class="mleft" for="name">状态码:</label>
|
|
|
<?php foreach ($output['card_state'] as $key => $value) { ?>
|
|
|
- <?php if ($value != '实号') { ?>
|
|
|
+ <?php if ($value != '实号' && $key != 1) { ?>
|
|
|
<label>
|
|
|
<input type="checkbox" name="card_states[]" value="<?php echo $key; ?>"
|
|
|
<?php if (!empty($output['intercept']['card_states']) && in_array($key, $output['intercept']['card_states'])) {
|
|
@@ -104,24 +104,7 @@
|
|
|
<td colspan="2" class="required"><label class="validation">高价补充条件:</label></td>
|
|
|
</tr>
|
|
|
<tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label class="mleft" for="name">开启状态:</label>
|
|
|
- <label>
|
|
|
- <input type="radio" class="open" name="opened"
|
|
|
- value="1" <?php if ($output['retry_times']['opened'] === true) {
|
|
|
- echo 'checked';
|
|
|
- } ?>>开启
|
|
|
- </label>
|
|
|
- <label>
|
|
|
- <input type="radio" class="open" name="opened"
|
|
|
- value="0" <?php if ($output['retry_times']['opened'] === false) {
|
|
|
- echo 'checked';
|
|
|
- } ?>>关闭
|
|
|
- </label>
|
|
|
- </td>
|
|
|
- </tr>
|
|
|
-
|
|
|
- <tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">成功率不低于:</label>
|
|
|
+ <td colspan="2" class="required"><label style="margin-left: 45px; " for="name">成功率不低于:</label>
|
|
|
<label for="success"></label><input type="text" name="ratio"
|
|
|
value="<?php echo $output['retry_times']['lower_ratio']['ratio'] ?? 0; ?>" id="success">
|
|
|
|
|
@@ -147,7 +130,7 @@
|
|
|
</tr>
|
|
|
|
|
|
<tr class="noborder">
|
|
|
- <td colspan="2" class="required"><label style="margin-left: 45px;" for="name">利润率低于:</label>
|
|
|
+ <td colspan="2" class="required"><label style="margin-left: 45px;display: inline-block;width: 84px" for="name">利润率低于:</label>
|
|
|
<label>
|
|
|
<input type="text" name="profit_ratio"
|
|
|
value="<?php echo $output['retry_times']['profit_ratio'] ?? 0;?>"
|