You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

598 lines
12 KiB
HTML

<!DOCTYPE html>
<html lang="zh-CN">
<head>
<meta charset="utf-8">
<title>抽水蓄能电站智能化状态监测系统</title>
<link href="__PUBLIC__/style/bootstrap.css" rel="stylesheet">
<link href="__PUBLIC__/style/font-awesome.css" rel="stylesheet">
<link href="__PUBLIC__/style/weather-icons.css" rel="stylesheet">
<!--Beyond styles-->
<link id="beyond-link" href="__PUBLIC__/style/beyond.css" rel="stylesheet" type="text/css">
<link href="__PUBLIC__/style/demo.css" rel="stylesheet">
<link href="__PUBLIC__/style/typicons.css" rel="stylesheet">
<link href="__PUBLIC__/style/animate.css" rel="stylesheet">
<script src="__PUBLIC__/style/jquery_002.js"></script>
<script src="__PUBLIC__/style/bootstrap.js"></script>
<script src="__PUBLIC__/style/jquery.js"></script>
<!--Beyond Scripts-->
<script src="__PUBLIC__/style/beyond.js"></script>
<style>
.btn{background-color: #00796a; color:#fff;}
.btn:hover{background-color: #eee ;color:#000033;}
</style>
</head>
<body>
<!--<h1>默认</h1>-->
<form class="form-horizontal" role="form" action="" method="post">
<table class="table table-hover table-striped table-bordered">
<thead class="bordered-blueberry">
<tr>
<th style="font-weight: normal;width:200px;text-align: right">
<span style="font-size:16px; margin-left:50px;line-height:32px;">逻辑设备:</span>
</th>
<th style="font-weight: normal;" colspan="3">
<select id="select1" name="para" style="font-size:14px; width: 260px;padding: 5px 0;">
<option value="" >请逻辑选择设备</option>
{volist name="menu" id="m"}
<option value="{$m.paramindex}" {if condition="$m.eqmid eq $d"}selected {/if}>{$m.paramindex}</option>
{/volist}
</select>
</th>
</tr>
</thead>
<tbody>
<tr>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">局放告警:</td>
<td><div id="padschalm" class="dowebok" >
<select name="padschalm" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v.paramindex}" {if condition="$v.colname eq 'padschalm' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">动作计数器:</td>
<td><div id="opcnt" class="dowebok">
<select name="opcnt" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'opcnt' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
</tr>
<tr>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">脉冲个数:</td>
<td><div id="plsnum" class="dowebok">
<select name="plsnum" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'plsnum' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">局放类型:</td>
<td><div id="padschtype" class="dowebok" >
<select name="padschtype" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'padschtype' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
</tr>
<tr>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">局放声学水平:</td>
<td><div id="acupadsch" class="dowebok">
<select name="acupadsch" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'acupadsch' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">视在局放放电量,峰值:</td>
<td><div id="apppadsch" class="dowebok" >
<select name="apppadsch" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'apppadsch' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
</tr>
<tr>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">平均放电电流:</td>
<td><div id="nqs" class="dowebok" >
<select name="nqs" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'nqs' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">局放UHF水平:</td>
<td><div id="uhfpadsch" class="dowebok" >
<select name="uhfpadsch" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'uhfpadsch' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
</tr>
<tr>
<td style="width:200px;text-align: right;font-size:16px;margin-left:50px;line-height:30px;">相位:</td>
<td colspan="3"><div id="phase" class="dowebok" >
<select name="phase" style="width:175px;">
<option value="" >请选择参数</option>
{volist name="date" id="v"}
<option value="{$v['paramindex']}" {if condition="$v.colname eq 'phase' and $v.eqmid eq $d"}selected {/if}>{$v.paramindex}</option>
{/volist}
</select>
</div></td>
</tr>
</tbody>
<tfoot>
<tr>
<td colspan="4">
<span><button type="submit" class="btn">保存</button></span>
</td>
</tr>
</tfoot>
</table>
</form>
<script>
$(function() {
//$('select').comboSelect();
$('#select1').change(function(){
var para = $(this).val();
//alert(para);
$.ajax({
type: "POST",
url: "{:url('SITE_URL./admin/Paramindexinfo/ajax1')}",
dataType:"json",
data: 'para='+para,
success: function(data){
// console.log(data );
var nums=data.length;
//alert(nums);
var ch4ppm ='<select name="padschalm" style="width:175px;"> <option value="" >请选择参数</option>';
for(var i=0;i<nums;i++) {
var date = data[i];
ch4ppm += "<option value='"+date.paramindex+"'";
if( date.colname =='padschalm' )
{
ch4ppm += "selected" ;
}
ch4ppm += ">"+date.paramindex+"</option>";
}
ch4ppm += '</select>';
$('#padschalm').html(ch4ppm);
var c2h4ppm ='<select name="opcnt" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
c2h4ppm += "<option value='"+date.paramindex+"'";
if( date.colname =='opcnt' )
{
c2h4ppm += "selected" ;
}
c2h4ppm += ">"+date.paramindex+"</option>";
}
c2h4ppm += '</select>';
$('#opcnt').html(c2h4ppm);
var c2h6ppm ='<select name="plsnum" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
c2h6ppm += "<option value='"+date.paramindex+"'";
if( date.colname =='plsnum' )
{
c2h6ppm += "selected" ;
}
c2h6ppm += ">"+date.paramindex+"</option>";
}
c2h6ppm += '</select>';
$('#plsnum').html(c2h6ppm);
var htmllc1 ='<select name="padschtype" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmllc1 += "<option value='"+date.paramindex+"'";
if( date.colname =='padschtype' )
{
htmllc1 += "selected" ;
}
htmllc1 += ">"+date.paramindex+"</option>";
}
htmllc1 += '</select>';
$('#padschtype').html(htmllc1);
var htmllc2 ='<select name="acupadsch" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmllc2 += "<option value='"+date.paramindex+"'";
if( date.colname =='acupadsch' )
{
htmllc2 += "selected" ;
}
htmllc2 += ">"+date.paramindex+"</option>";
}
htmllc2 += '</select>';
$('#acupadsch').html(htmllc2);
var htmllc3 ='<select name="apppadsch" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmllc3 += "<option value='"+date.paramindex+"'";
if( date.colname =='apppadsch' )
{
htmllc3 += "selected" ;
}
htmllc3 += ">"+date.paramindex+"</option>";
}
htmllc3 += '</select>';
$('#apppadsch').html(htmllc3);
var htmlrc1 ='<select name="nqs" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmlrc1 += "<option value='"+date.paramindex+"'";
if( date.colname =='nqs' )
{
htmlrc1 += "selected" ;
}
htmlrc1 += ">"+date.paramindex+"</option>";
}
htmlrc1 += '</select>';
$('#nqs').html(htmlrc1);
var htmlrc2 ='<select name="uhfpadsch" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmlrc2 += "<option value='"+date.paramindex+"'";
if( date.colname =='uhfpadsch ' )
{
htmlrc2 += "selected" ;
}
htmlrc2 += ">"+date.paramindex+"</option>";
}
htmlrc2 += '</select>';
$('#uhfpadsch').html(htmlrc2);
var htmlrc3 ='<select name="phase" style="width:175px;"> <option value="" >请选择参数</option>';
for(var j=0;j<nums;j++) {
var date = data[j];
htmlrc3 += "<option value='"+ date.paramindex +"'";
if( date.colname =='phase' )
{
htmlrc3 += "selected" ;
}
htmlrc3 += ">"+date.paramindex+"</option>";
}
htmlrc3 += '</select>';
$('#phase').html(htmlrc3);
}
});
});
});
</script>
</body>
</html>