12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160 |
- <%@ page language="java" contentType="text/html;charset=utf-8"%>
- <%@include file="/pages/includes/taglibs.jsp"%>
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN">
- <head>
- <script type="text/javascript" src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js"></script>
- <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/jquery.jqGrid.min.js"></script>
- <script type="text/ecmascript" src="<%=request.getContextPath() %>/resource/plugin/jqgrid/js/i18n/grid.locale-cn.js"></script>
- <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
- <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"> </script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
- <script type="text/javascript" src="<%=request.getContextPath() %>/pages/monitor/wtinfo.js"></script>
- <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
- <script type="text/ecmascript" src="<%=request.getContextPath()%>/resource/js/system/jqdatagrid.js"></script>
- <link rel="stylesheet" type="text/css" media="screen" href="<%=request.getContextPath() %>/resource/plugin/jqgrid/css/ui.jqgrid.css" /><meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <style type="text/css">
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- .value_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 14px;
- font-weight: bolder;
- color: #666;
- }
- a:link,a:visited{ /* 超链接正常状态、被访问过的样式 */
- color:#000000;
- padding:4px 10px 4px 10px;
- background-color:#f1f1f1;
- text-decoration:none;
-
- border-top:1px solid #EEEEEE; /* 边框实现阴影效果 */
- border-left:1px solid #EEEEEE;
- border-bottom:1px solid #717171;
- border-right:1px solid #717171;
- }
- a:hover{ /* 鼠标指针经过时的超链接 */
- color:#821818; /* 改变文字颜色 */
- padding:5px 8px 3px 12px; /* 改变文字位置 */
- background-color:#e2c4c9; /* 改变背景色 */
- border-top:1px solid #717171; /* 边框变换,实现“按下去”的效果 */
- border-left:1px solid #717171;
- border-bottom:1px solid #EEEEEE;
- border-right:1px solid #EEEEEE;
- }
- .station_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 14px;
- font-weight: bolder;
- color: #666;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src:
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.eot')
- ;
- src: local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont Regular'
- ),
- local('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.woff')
- format('woff'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.ttf')
- format('truetype'),
- url('<%=request.getContextPath()%>/resource/fonts/DS-DIGIT-webfont.svg#fontName')
- format('svg');
- font-size: 36px;
- font-weight: bolder;
- }
- .item_Name { font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- font-weight: bolder;
- color: #333;
- }
- .unit_Name { font-family: Arial, Helvetica, sans-serif;
- font-size: 12px;
- color: #333;
- }
- valueinfo_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 14px;
- font-weight: bolder;
- color: #183852;
- text-align: center;
- }
- .valueinfo2_Name {
- font-family: "Times New Roman", Times, serif;
- font-size: 12px;
- font-weight: bolder;
- color: #336891;
- text-align: center;
- }
- #apDiv1 {
- position: absolute;
- width: 22px;
- height: 12px;
- z-index: 1;
- left: 741px;
- top: 467px;
- }
- #apDiv2 {
- position: absolute;
- width: 22px;
- height: 12px;
- z-index: 2;
- left: 744px;
- top: 633px;
- }
- #apDiv3 {
- position: absolute;
- left: 817px;
- top: 467px;
- width: 22px;
- height: 12px;
- z-index: 3;
- }
- #apDiv4 {
- position: absolute;
- left: 817px;
- top: 576px;
- width: 22px;
- height: 12px;
- z-index: 4;
- }
- #apDiv5 {
- position: absolute;
- left: 816px;
- top: 687px;
- width: 22px;
- height: 12px;
- z-index: 5;
- }
- #apDiv6 {
- position: absolute;
- left: 879px;
- top: 576px;
- width: 22px;
- height: 12px;
- z-index: 6;
- }
- #apDiv7 {
- position: absolute;
- left: 879px;
- top: 468px;
- width: 22px;
- height: 12px;
- z-index: 7;
- }
- #apDiv8 {
- position: absolute;
- left: 879px;
- top: 687px;
- width: 22px;
- height: 12px;
- z-index: 8;
- }
- #apDiv9 {
- position: absolute;
- left: 912px;
- top: 424px;
- width: 22px;
- height: 12px;
- z-index: 9;
- }
- #apDiv21 {
- position: absolute;
- left: 1812px;
- top: 405px;
- width: 56px;
- height: 106px;
- z-index: 21;
- }
- #apDiv22 {
- position: absolute;
- left: 1812px;
- top: 405px;
- width: 55px;
- height: 102px;
- z-index: 22;
- }
- #apDiv23 {
- position: absolute;
- left: 140px;
- top: 405px;
- width: 53px;
- height: 88px;
- z-index: 21;
- }
- #apDiv24 {
- position: absolute;
- left: 140px;
- top: 405px;
- width: 52px;
- height: 92px;
- z-index: 22;
- }
- #bjjd {
- position: absolute;
- left: 162px;
- top: 604px;
- width: 75px;
- height: 25px;
- z-index: 1;
- }
- #phjd {
- position: absolute;
- left: 138px;
- top: 692px;
- width: 65px;
- height: 25px;
- z-index: 2;
- }
- #dl1 {
- position: absolute;
- left: 159px;
- top: 127px;
- width: 83px;
- height: 16px;
- z-index: 3;
- }
- #dl2 {
- position: absolute;
- left: 159px;
- top: 148px;
- width: 83px;
- height: 16px;
- z-index: 4;
- }
- #apDiv414 {
- position: absolute;
- left: 1683px;
- top: 235px;
- width: 80px;
- height: 18px;
- z-index: 5;
- }
- #dl3 {
- position: absolute;
- left: 159px;
- top: 169px;
- width: 85px;
- height: 16px;
- z-index: 5;
- }
- #dy1 {
- position: absolute;
- left: 159px;
- top: 189px;
- width: 84px;
- height: 18px;
- z-index: 6;
- }
- #dy2 {
- position: absolute;
- left: 159px;
- top: 211px;
- width: 86px;
- height: 16px;
- z-index: 7;
- }
- #dy3 {
- position: absolute;
- left: 159px;
- top: 232px;
- width: 84px;
- height: 15px;
- z-index: 8;
- }
- #fdjzs {
- position: absolute;
- left: 145px;
- top: 305px;
- width: 40px;
- height: 18px;
- z-index: 9;
- }
- #wd1 {
- position: absolute;
- left: 145px;
- top: 323px;
- width: 51px;
- height: 17px;
- z-index: 10;
- }
- #wd2 {
- position: absolute;
- left: 145px;
- top: 344px;
- width: 51px;
- height: 17px;
- z-index: 11;
- }
- #wd3 {
- position: absolute;
- left: 145px;
- top: 363px;
- width: 52px;
- height: 16px;
- z-index: 12;
- }
- #zcwda {
- position: absolute;
- left: 145px;
- top: 380px;
- width: 49px;
- height: 20px;
- z-index: 48;
- }
- #zcwdb {
- position: absolute;
- left: 145px;
- top: 398px;
- width: 47px;
- height: 21px;
- z-index: 49;
- }
- #ylzs {
- position: absolute;
- left: 145px;
- top: 416px;
- width: 37px;
- height: 18px;
- z-index: 13;
- }
- #apDiv424 {
- position: absolute;
- left: -2947px;
- top: 1330px;
- width: 57px;
- height: 20px;
- z-index: 14;
- }
- #apDiv425 {
- position: absolute;
- left: -2947px;
- top: 1362px;
- width: 58px;
- height: 19px;
- z-index: 15;
- }
- #apDiv426 {
- position: absolute;
- left: -2947px;
- top: 1391px;
- width: 58px;
- height: 21px;
- z-index: 16;
- }
- #apDiv427 {
- position: absolute;
- left: 313px;
- top: 678px;
- width: 102px;
- height: 32px;
- z-index: 17;
- }
- #apDiv428 {
- position: absolute;
- left: 593px;
- top: 659px;
- width: 80px;
- height: 19px;
- z-index: 18;
- }
- #apDiv429 {
- position: absolute;
- left: 886px;
- top: 558px;
- width: 90px;
- height: 20px;
- z-index: 19;
- }
- #apDiv436 {
- position: absolute;
- left: 82px;
- top: 68px;
- width: 90px;
- height: 19px;
- z-index: 26;
- }
- #fjbh {
- position: absolute;
- left: 112px;
- top: 041px;
- width: 443px;
- height: 26px;
- z-index: 27;
- }
- #zsxzzdz {
- position: absolute;
- left: 1727px;
- top: 100px;
- width: 101px;
- height: 21px;
- z-index: 31;
- }
- #zsxz {
- position: absolute;
- left: 1727px;
- top: 130px;
- width: 106px;
- height: 25px;
- z-index: 32;
- }
- #container2 {
- position: absolute;
- left: 281px;
- top: 115px;
- width: 142px;
- height: 142px;
- z-index: 33;
- }
- #container3 {
- position: absolute;
- left: 432px;
- top: 116px;
- width: 142px;
- height: 142px;
- z-index: 34;
- }
- #fs {
- position: absolute;
- left: 1727px;
- top: 164px;
- width: 95px;
- height: 25px;
- z-index: 35;
- }
- #gl {
- position: absolute;
- left: 1727px;
- top: 196px;
- width: 96px;
- height: 24px;
- z-index: 36;
- }
- #llgl {
- position: absolute;
- left: 1727px;
- top: 228px;
- width: 95px;
- height: 24px;
- z-index: 37;
- }
- #yfgl {
- position: absolute;
- left: 1727px;
- top: 262px;
- width: 92px;
- height: 23px;
- z-index: 38;
- }
- #wggl {
- position: absolute;
- left: 1727px;
- top: 294px;
- width: 92px;
- height: 23px;
- z-index: 39;
- }
- #glys {
- position: absolute;
- left: 1727px;
- top: 326px;
- width: 85px;
- height: 25px;
- z-index: 40;
- }
- #klyl {
- position: absolute;
- left: 1727px;
- top: 358px;
- width: 90px;
- height: 24px;
- z-index: 41;
- }
- #fx {
- position: absolute;
- left: 1727px;
- top: 394px;
- width: 87px;
- height: 23px;
- z-index: 42;
- }
- #fjpl {
- position: absolute;
- left: 1727px;
- top: 426px;
- width: 91px;
- height: 22px;
- z-index: 43;
- }
- #hjwd {
- position: absolute;
- left: 1727px;
- top: 454px;
- width: 91px;
- height: 23px;
- z-index: 44;
- }
- #jcwd {
- position: absolute;
- left: 1727px;
- top: 487px;
- width: 92px;
- height: 22px;
- z-index: 45;
- }
- #tdwd {
- position: absolute;
- left: 1734px;
- top: 518px;
- width: 88px;
- height: 23px;
- z-index: 46;
- }
- #jcgwd {
- position: absolute;
- left: 1739px;
- top: 550px;
- width: 86px;
- height: 22px;
- z-index: 47;
- }
- #zw1 {
- position: absolute;
- left: 168px;
- top: 475px;
- width: 49px;
- height: 20px;
- z-index: 48;
- }
- #zw2 {
- position: absolute;
- left: 168px;
- top: 506px;
- width: 47px;
- height: 21px;
- z-index: 49;
- }
- #clxwd {
- position: absolute;
- left: 168px;
- top: 533px;
- width: 49px;
- height: 20px;
- z-index: 50;
- }
- #tb {
- position: absolute;
- left: 58px;
- top: 031px;
- width: 38px;
- height: 38px;
- z-index: 51;
- }
- #apDiv10 {
- position: absolute;
- left: 51px;
- top: 228px;
- width: 93px;
- height: 23px;
- z-index: 52;
- }
- #zsxzbt {
- position: absolute;
- left: 1628px;
- top: 106px;
- width: 91px;
- height: 21px;
- z-index: 52;
- color: #6f93b0;
- font-family: "Times New Roman", Times, serif;
- }
- #fxbt {
- position: absolute;
- left: 281px;
- top: 93px;
- width: 141px;
- height: 22px;
- z-index: 53;
- }
- #dfjdbt {
- position: absolute;
- left: 432px;
- top: 92px;
- width: 141px;
- height: 22px;
- z-index: 54;
- }
- /********************************************************************************************/
- #rssdl {
- position: absolute;
- left:315px;
- top: 655px;
- width: 200px;
- height: 30px;
- z-index: 28;
- }
- #rxdss {
- position: absolute;
- left: 615px;
- top: 655px;
- width: 200px;
- height: 30px;
- z-index: 29;
- }
- #rgzss {
- position: absolute;
- left: 915px;
- top: 655px;
- width: 200px;
- height: 30px;
- z-index: 30;
- }
- #djrfdl {
- position: absolute;
- left: 1215px;
- top: 655px;
- width: 200px;
- height: 30px;
- z-index: 23;
- }
- #rlldl {
- position: absolute;
- left: 1515px;
- top: 655px;
- width: 200px;
- height: 30px;
- z-index: 20;
- }
- /********************************************************************************************/
- #rjxss {
- position: absolute;
- left: 315px;
- top: 700px;
- width: 200px;
- height: 30px;
- z-index: 24;
- }
- #rqfss {
- position: absolute;
- left: 615px;
- top: 700px;
- width: 200px;
- height: 30px;
- z-index: 25;
- }
- #rslss {
- position: absolute;
- left: 915px;
- top: 700px;
- width: 200px;
- height: 30px;
- z-index: 25;
- }
- #pjfs {
- position: absolute;
- left: 1215px;
- top: 700px;
- width: 200px;
- height: 30px;
- z-index: 21;
- }
- #rpjgl {
- position: absolute;
- left: 1515px;
- top: 700px;
- width: 200px;
- height: 30px;
- z-index: 23;
- }
- /********************************************************************************************/
- </style>
- <script type="text/javascript">
- var pagenum;
- $(document).ready(function() {
-
- wtvalueinfo('<s:property value="wtName"/>');
-
- chart1 = new Highcharts.Chart(options1);
- chart2 = new Highcharts.Chart(options2);
- });
- function wtloop()
- {
- var wtName=$("#wtName").val();
- wtvalueinfo(wtName);
- }
- function goback()
- {
- $("#f1").attr("action","/matrix/monitormainIndex.action").submit();
- }
- function queryData(){
- $("#gridTable").jqGrid('GridUnload');
- showJqGrid();
- }
- function wtvalueinfo(wtName) {
- /*var wt=$("#wtName").val();
- $("#"+wt).attr("disabled",false);
- $("#wtName").val(wtName);
-
- $("#"+wtName).attr("disabled",true);*/
- if(wtName=='')
- {
- wtName='MG01_01'
- }
- var temp=wtName.substring(wtName.length-3,wtName.length);
- if(!isNaN(temp))
- {
- temp=temp+"号风机";
- }else
- {
- temp=wtName.substring(wtName.length-2,wtName.length)+"号风机";
- }
-
- $.ajax({
- url : "/windfarm/wtrealtimeinfo.action?wtName="+wtName,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- /******************赋值**********************/
- $("#bjjd").html(res["bjjd"] + "");
- $("#phjd").html(res["phjd"] + "");
- $("#dl1").html(res["dl1"] + "");
- $("#dl2").html(res["dl2"] + "");
- $("#dl3").html(res["dl3"] + "");
- $("#dy1").html(res["dy1"] + "");
- $("#dy2").html(res["dy2"] + "");
- $("#dy3").html(res["dy3"] + "");
- $("#fdjzs").html(res["fdjzs"] + "");
- $("#wd1").html(res["wd1"] + "");
- $("#wd2").html(res["wd2"] + "");
- $("#wd3").html(res["wd3"] + "");
- $("#ylzs").html(res["ylzs"] + "");
-
- $("#zcwda").html(res["zcwda"] + "");
- $("#zcwdb").html(res["zcwdb"] + "");
-
- $("#zw1").html(res["zw1"] + "");
- $("#zw2").html(res["zw2"] + "");
- $("#clxwd").html(res["clxwd"] + "");
- $("#gl").html(res["gl"] + "");
- $("#fs").html(res["fs"] + "");
- $("#glys").html(res["glys"] + "");
- $("#hjwd").html(res["hjwd"] + "");
- $("#fx").html(res["fx"] + "");
- $("#fjpl").html(res["fjpl"] + "");
- $("#wggl").html(res["wggl"] + "");
- $("#klyl").html(res["klyl"] + "");
-
- $("#djrfdl").html("日发电量:"+res["rfdl"] + "");
- $("#rgzss").html("日故障损失:"+res["rgzss"] + "");
- $("#rjxss").html("日检修损失:"+res["rjxss"] + "");
- $("#rqfss").html("日性能损失:"+res["rqfss"] + "");
- $("#rxdss").html("日限电损失:"+res["rxdss"] + "");
- $("#rssdl").html("日损失电量:"+res["rssdl"] + "");
- $("#rlldl").html("日理论电量:"+res["rlldl"] + "");
- $("#pjfs").html("日平均风速:"+res["pjfs"] + "");
- $("#rslss").html("日受累损失:"+res["rslss"] + "");
- $("#rpjgl").html("日平均功率:"+res["rpjgl"] + "");
-
- $("#llgl").html(res["llgl"] + "");
- $("#yfgl").html(res["yfgl"] + "");
- $("#jcwwd").html(res["jcwwd"] + "");
- $("#jcwd").html(res["jcwd"] + "");
- $("#tdwd").html(res["tdwd"] + "");
- $("#jcgwd").html(res["jcgwd"] + "");
- $("#dfjd").html(res["dfjd"] + "");
- $("#zsxzzdz").html(res["zsxzzdz"] + "");
- $("#zsxz").html(res["zsxz"] + "");
-
-
-
- var point1 = chart1.series[0].points[0]
- point1.update(res["fx"]);
- var point2 = chart2.series[0].points[0]
- point2.update(res["dfjd"]);
- if(res["dfjd"]==2)
- {
- $("#zsxzbt").html("功率控制限值");
- }else
- {
- $("#zsxzbt").html("转速限值");
- }
- switch(res["fjzt"]){
- case 1:
- $("#fjbh").html(temp+"当前状态为:运行");
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_run.fw.png' width='45' height='45' />");
-
- break;
- case 0:
- $("#fjbh").html(temp+"当前状态为:待机")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_standBy.fw.png' width='45' height='45' />");
-
- break;
- case 4:
- $("#fjbh").html(temp+"当前状态为:检修")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Repair.fw.png' width='45' height='45' />");
-
- break;
- case 2:
- $("#fjbh").html(temp+"当前状态为:停机")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Error.fw.png' width='45' height='45' />");
-
- break;
- case 3:
- $("#fjbh").html(temp+"当前状态为:中断")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_interrupt.fw.png' width='45' height='45' />");
-
- break;
- case 5:
- $("#fjbh").html(temp+"当前状态为:非停机限电")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
-
- break;
- case 6:
- $("#fjbh").html(temp+"当前状态为:停机限电")
- $("#tb").html("<img src='<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_Limit.fw.png' width='45' height='45' />");
-
- break;
- }
- }
- });
- }
- function wpAllInfoAjax() {
- $.ajax( {
- url : "/windfarm/windfarmrealtimeinfo.action?wfName=MHS_FDC",
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#zjrl").html(res["zjrl"] + "");
- $("#zgl").html(res["zgl"] + "");
- $("#pjfs").html(res["pjfs"] + "");
- $("#rfdl").html(res["rfdl"] + "");
- $("#yfdl").html(res["yfdl"] + "");
- $("#nfdl").html(res["nfdl"] + "");
- $("#yxts").html(res["yxts"] + "");
- $("#djts").html(res["djts"] + "");
- $("#whts").html(res["whts"] + "");
- $("#gzts").html(res["gzts"] + "");
- $("#lxts").html(res["lxts"] + "");
- $("#xdts").html(res["xdts"] + "");
- $("#jrts").html(res["jrts"] + "");
- $("#wd").html(res["wd"] + "");
- }
- });
- }
- function windfarm()
- {
- $("#f1").attr("action","/windfarm/mhsindex.action?wfName=MHS_FDC").submit();
- }
- function tower()
- {
- $("#f1").attr("action","/windfarm/mhswindtower.action?windfarm=MHS_FDC").submit();
- }
- function powerfirst()
- {
- $("#f1").attr("action","/windfarm/mhspowerfirst.action?wfName=MHS_FDC").submit();
- }
- function wtinfo()
- {
- $("#f1").attr("action","/windfarm/mhswtindex.action?wfName=MHS_FDC").submit();
- }
- function power()
- {
- $("#f1").attr("action","/windfarm/mhspowerindex.action?wfName=MHS_FDC").submit();
- }
- function fjpb()
- {
- $("#f1").attr("action","/windfarm/mhsstation1.action?wfName=MHS01_GC").submit();
- }
- var state='zm';
- function leftover()
- {
- $("#apDiv23").css("display", "none");
- $("#apDiv24").css("display", "");
- }
- function leftout()
- {
- if(state=='jz')
- {
- $("#apDiv23").css("display", "");
- $("#apDiv24").css("display", "none");
- }
-
- }
- function leftclick()
- {
- $("#apDiv21").css("display", "");
- $("#apDiv22").css("display", "none");
- $("#apDiv23").css("display", "none");
- $("#apDiv24").css("display", "none");
-
- $("#container4").css("display", "none");
- $("#container5").css("display", "");
- $("#bjjd").css("display", "");
- $("#phjd").css("display", "");
- $("#dl1").css("display", "");
- $("#dl2").css("display", "");
- $("#dl3").css("display", "");
- $("#dy1").css("display", "");
- $("#dy2").css("display", "");
- $("#dy3").css("display", "");
- $("#fdjzs").css("display", "");
- $("#wd1").css("display", "");
- $("#wd2").css("display", "");
- $("#wd3").css("display", "");
- $("#ylzs").css("display", "");
-
- $("#zcwda").css("display", "");
- $("#zcwdb").css("display", "");
-
- $("#zw1").css("display", "");
- $("#zw2").css("display", "");
- $("#clxwd").css("display", "");
- $("#gl").css("display", "");
- $("#fs").css("display", "");
- $("#glys").css("display", "");
- $("#hjwd").css("display", "");
- $("#fx").css("display", "");
- $("#fjpl").css("display", "");
- $("#wggl").css("display", "");
- $("#djrfdl").css("display", "");
- $("#klyl").css("display", "");
-
- $("#fjpl").css("display", "");
- $("#rgzss").css("display", "");
- $("#rjxss").css("display", "");
- $("#rqfss").css("display", "");
- $("#rxdss").css("display", "");
- $("#rssdl").css("display", "");
- $("#llgl").css("display", "");
- $("#yfgl").css("display", "");
- $("#rlldl").css("display", "");
- $("#rpjgl").css("display", "");
- $("#rslss").css("display", "");
- $("#pjfs").css("display", "");
- $("#jcwwd").css("display", "");
- $("#jcwd").css("display", "");
- $("#tdwd").css("display", "");
- $("#jcgwd").css("display", "");
- $("#dfjd").css("display", "");
- $("#zsxzzdz").css("display", "");
- $("#zsxz").css("display", "");
-
- $("#zsxzbt").css("display", "");
- $("#fxbt").css("display", "");
- $("#dfjdbt").css("display", "");
- $("#container2").css("display", "");
- $("#container3").css("display", "");
-
- state='zm';
- }
- function rightover()
- {
- $("#apDiv21").css("display", "none");
- $("#apDiv22").css("display", "");
- }
- function rightout()
- {
- if(state=='zm')
- {
- $("#apDiv21").css("display", "");
- $("#apDiv22").css("display", "none");
- }
-
- }
- function rightclick()
- {
- $("#apDiv21").css("display", "none");
- $("#apDiv22").css("display", "none");
- $("#apDiv23").css("display", "");
- $("#apDiv24").css("display", "none");
-
- $("#container4").css("display", "");
- $("#container5").css("display", "none");
- $("#bjjd").css("display", "none");
- $("#phjd").css("display", "none");
- $("#dl1").css("display", "none");
- $("#dl2").css("display", "none");
- $("#dl3").css("display", "none");
- $("#dy1").css("display", "none");
- $("#dy2").css("display", "none");
- $("#dy3").css("display", "none");
- $("#fdjzs").css("display", "none");
- $("#wd1").css("display", "none");
- $("#wd2").css("display", "none");
- $("#wd3").css("display", "none");
- $("#ylzs").css("display", "none");
-
- $("#zcwda").css("display", "none");
- $("#zcwdb").css("display", "none");
-
- $("#zw1").css("display", "none");
- $("#zw2").css("display", "none");
- $("#clxwd").css("display", "none");
- $("#gl").css("display", "none");
- $("#fs").css("display", "none");
- $("#glys").css("display", "none");
- $("#hjwd").css("display", "none");
- $("#fx").css("display", "none");
- $("#fjpl").css("display", "none");
- $("#rgzss").css("display", "none");
- $("#rjxss").css("display", "none");
- $("#rqfss").css("display", "none");
- $("#rxdss").css("display", "none");
- $("#rssdl").css("display", "none");
- $("#llgl").css("display", "none");
- $("#yfgl").css("display", "none");
- $("#rlldl").css("display", "none");
- $("#rpjgl").css("display", "none");
- $("#rslss").css("display", "none");
- $("#pjfs").css("display", "none");
- $("#jcwwd").css("display", "none");
- $("#jcwd").css("display", "none");
- $("#tdwd").css("display", "none");
- $("#jcgwd").css("display", "none");
- $("#dfjd").css("display", "none");
- $("#zsxzzdz").css("display", "none");
- $("#zsxz").css("display", "none");
-
- $("#zsxzbt").css("display", "none");
- $("#fxbt").css("display", "none");
- $("#dfjdbt").css("display", "none");
- $("#container2").css("display", "none");
- $("#container3").css("display", "none"); $("#wggl").css("display", "none");
- $("#wggl").css("display", "none");
- $("#djrfdl").css("display", "none");
- $("#klyl").css("display", "none");
-
- //queryData();
- state='jz';
- }
- </script>
- </head>
- <body>
- <form action="" id="f1" method="post" style="width: 1883px">
- <div class="value_Name" id="fjbh">风机信息</div>
- <s:hidden id="wtName" ></s:hidden>
- <s:hidden id="pagenums" value="1"></s:hidden>
- <div id="bjjd"></div>
- <div id="phjd"></div>
- <div id="dl1"></div>
- <div id="dl2"></div>
- <div id="dl3"></div>
- <div id="dy1"></div>
- <div id="dy2"></div>
- <div id="dy3"></div>
- <div id="fdjzs"></div>
- <div id="wd1"></div>
- <div id="wd2"></div>
- <div id="wd3"></div>
- <div id="ylzs"></div>
- <div id="zcwda"></div>
- <div id="zcwdb"></div>
- <div class="value_Name" id="apDiv436">风机信息</div>
- <div class="station_Name" id="fjbh"></div>
- <div id="zsxzzdz"></div>
- <div id="zsxz"></div>
- <div id="container2"></div>
- <div id="container3"></div>
- <div id="fs"></div>
- <div id="gl"></div>
- <div id="llgl"></div>
- <div id="yfgl"></div>
- <div id="wggl"></div>
- <div id="glys"></div>
- <div id="klyl"></div>
- <div id="fx"></div>
- <div id="fjpl"></div>
- <div id="hjwd"></div>
- <div id="jcwd"></div>
- <div id="tdwd"></div>
- <div id="jcgwd"></div>
- <div id="zw1"></div>
- <div id="zw2"></div>
- <div id="clxwd"></div>
- <div id="rssdl" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rxdss" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rgzss" style="color: #274d6b;font-weight: bold;"></div>
- <div id="djrfdl" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rlldl" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rjxss" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rqfss" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rslss" style="color: #274d6b;font-weight: bold;"></div>
- <div id="pjfs" style="color: #274d6b;font-weight: bold;"></div>
- <div id="rpjgl" style="color: #274d6b;font-weight: bold;"></div>
- <div id="tb"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/windtrueLight_run.fw.png" width="45" height="45" /></div>
- <div class="valueinfo2_Name" id="zsxzbt">转速限值</div>
- <div class="valueinfo2_Name" id="fxbt">风向</div>
- <div class="valueinfo2_Name" id="dfjdbt">对风角度</div>
- <table width="1880" border="0" align="center" cellpadding="0" cellspacing="0">
- <tr>
- <td height="58px"></td>
- <td width="1863" height="766" align="center" valign="top"><table width="1840" height="766" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="30" align="left" class="station_Name"><div id="container1"></div>
- </td>
- </tr>
- <tr>
- <td id="container5" width="1840" height="706" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/fj.fw.png"></td>
- <td id="container4" height="706" align="center" style="display: none"><br/><br/><table id='gridTable' ></table></td>
- </tr>
- </table></td>
- </tr>
- </table>
- </form>
- </body>
|