1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639 |
- <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
- <%@include file="/pages/includes/taglibs.jsp"%>
- <head>
- <link rel="stylesheet" type="text/css" media="screen" href="<%=request.getContextPath() %>/resource/plugin/jqgrid/css/ui.jqgrid.css" />
- <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/js/jquery-1.8.3.js" type="text/javascript"></script>
- <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 src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
- <script src="<%=request.getContextPath()%>/resource/js/datePicker/WdatePicker.js" type="text/javascript"></script>
- <style type="text/css">
- <!--
- body {
- margin-left: 0px;
- margin-top: 0px;
- margin-right: 0px;
- margin-bottom: 0px;
- }
- #kg1 {
- position:absolute;
- left:172px;
- top:487px;
- width:201px;
- height:28px;
- z-index:1;
- }
- #Layer2 {
- position:absolute;
- left:172px;
- top:530px;
- width:201px;
- height:34px;
- z-index:2;
- }
- #kg2 {
- position:absolute;
- left:732px;
- top:488px;
- width:201px;
- height:39px;
- z-index:3;
- }
- #Layer4 {
- position:absolute;
- left:733px;
- top:529px;
- width:200px;
- height:38px;
- z-index:4;
- }
- #kg3 {
- position:absolute;
- left:1288px;
- top:491px;
- width:199px;
- height:44px;
- z-index:5;
- }
- #Layer6 {
- position:absolute;
- left:1289px;
- top:535px;
- width:199px;
- height:42px;
- z-index:6;
- }
- -->
- @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: 12px;
- font-weight: bolder;
- }
- .text {
- font-size: 12px;
- font-weight: bold;
- color: #ffffff;
- }
- #bt1 {
- position:absolute;
- left:57px;
- top:542px;
- width:234px;
- height:214px;
- z-index:7;
- }
- #bt2 {
- position: absolute;
- left: 613px;
- top: 542px;
- width: 234px;
- height: 214px;
- z-index: 8;
- }
- #bt3 {
- position: absolute;
- left: 1168px;
- top: 542px;
- width: 234px;
- height: 214px;
- z-index: 9;
- }
- #fdl1 {
- position:absolute;
- left:30px;
- top:777px;
- width:229px;
- height:16px;
- z-index:10;
- }
- #jxss1 {
- position:absolute;
- left:267px;
- top:776px;
- width:230px;
- height:17px;
- z-index:13;
- }
- #gzss1 {
- position:absolute;
- left:31px;
- top:803px;
- width:226px;
- height:15px;
- z-index:11;
- }
- #xdss1 {
- position:absolute;
- left:269px;
- top:801px;
- width:229px;
- height:17px;
- z-index:14;
- }
- #slss1 {
- position:absolute;
- left:31px;
- top:826px;
- width:225px;
- height:16px;
- z-index:12;
- }
- #xnss1 {
- position:absolute;
- left:269px;
- top:826px;
- width:229px;
- height:17px;
- z-index:14;
- }
- #fdl2 {
- position:absolute;
- left:580px;
- top:777px;
- width:229px;
- height:16px;
- z-index:10;
- }
- #jxss2 {
- position:absolute;
- left:817px;
- top:776px;
- width:230px;
- height:17px;
- z-index:13;
- }
- #gzss2 {
- position:absolute;
- left:580px;
- top:803px;
- width:226px;
- height:15px;
- z-index:11;
- }
- #xdss2 {
- position:absolute;
- left:817px;
- top:801px;
- width:229px;
- height:17px;
- z-index:14;
- }
- #slss2 {
- position:absolute;
- left:580px;
- top:826px;
- width:225px;
- height:16px;
- z-index:12;
- }
- #xnss2 {
- position:absolute;
- left:817px;
- top:826px;
- width:229px;
- height:17px;
- z-index:14;
- }
- #fdl3 {
- position:absolute;
- left:1130px;
- top:777px;
- width:229px;
- height:16px;
- z-index:10;
- }
- #jxss3 {
- position:absolute;
- left:1367px;
- top:776px;
- width:230px;
- height:17px;
- z-index:13;
- }
- #gzss3 {
- position:absolute;
- left:1130px;
- top:803px;
- width:226px;
- height:15px;
- z-index:11;
- }
- #xdss3 {
- position:absolute;
- left:1367px;
- top:801px;
- width:229px;
- height:17px;
- z-index:14;
- }
- #slss3 {
- position:absolute;
- left:1130px;
- top:826px;
- width:225px;
- height:16px;
- z-index:12;
- }
- #xnss3 {
- position:absolute;
- left:1367px;
- top:826px;
- width:229px;
- height:17px;
- z-index:14;
- }
- .STYLE1 {color: #000000; font-size: 12px;}
- #Layer16 {
- position:absolute;
- left:372px;
- top:110px;
- width:171px;
- height:24px;
- z-index:16;
- }
- #Layer17 {
- position:absolute;
- left:188px;
- top:110px;
- width:175px;
- height:26px;
- z-index:17;
- }
- </style>
- <script type="text/javascript">
- var chart1;
- var chart2;
- var chart3;
- var chart4;
- var chart5;
- var chart6;
- var options1;
- var options2;
- var options3;
- var options4;
- var options5;
- var options6;
- $(function() {
- var rd = '<s:property value="recorddate"/>';
- /***************************************************************************************************/
- options1 = {
- colors: [
- '#FD0100',//检修
- '#FF7B16', //故障
- '#D201D8',//限电
- '#00ff20', //受累
- '#8085E9' //性能
-
-
- ],
- chart : {
- renderTo : 'bt1',
- height:250,width:400,
- plotBackgroundColor : null,
- plotBorderWidth : null,
- backgroundColor: 'rgba(0,0,0,0)',
- plotShadow : false
- },
- title : {
- text : '损失电量占比'
- },
- tooltip : {
- pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
- },
- plotOptions : {
- pie : {
- allowPointSelect : true,
- cursor : 'pointer',
- dataLabels : {
- enabled : false,
- color : '#000000',
- connectorColor : '#000000',
- format : '<b>{point.name}</b>: {point.percentage:.1f} %'
- },
- showInLegend : true
- }
- },
- legend : {
- layout : 'vertical',
- align : 'right',
- verticalAlign : 'top',
- floating: true
- },
- series : [ {
- type : 'pie',
- name : '占比',
- data : []
- } ]
- }
- /***************************************************************************************************/
- /***************************************************************************************************/
- options2 = {
- colors: [
- '#FD0100',//检修
- '#FF7B16', //故障
- '#D201D8',//限电
- '#00ff20', //受累
- '#8085E9' //性能
-
-
- ],
- chart : {
- renderTo : 'bt2',
- height:250,width:400,
- plotBackgroundColor : null,
- plotBorderWidth : null,
- backgroundColor: 'rgba(0,0,0,0)',
- plotShadow : false
- },
- title : {
- text : '损失电量占比'
- },
- tooltip : {
- pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
- },
- plotOptions : {
- pie : {
- allowPointSelect : true,
- cursor : 'pointer',
- dataLabels : {
- enabled : false,
- color : '#000000',
- connectorColor : '#000000',
- format : '<b>{point.name}</b>: {point.percentage:.1f} %'
- },
- showInLegend : true
- }
- },
- legend : {
- layout : 'vertical',
- align : 'right',
- verticalAlign : 'top',
- floating: true
- },
- series : [ {
- type : 'pie',
- name : '占比',
- data : []
- } ]
- }
- /***************************************************************************************************/
- /***************************************************************************************************/
- options3 = {
- colors: [
- '#FD0100',//检修
- '#FF7B16', //故障
- '#D201D8',//限电
- '#00ff20', //受累
- '#8085E9' //性能
-
-
- ],
- chart : {
- renderTo : 'bt3',
- height:250,width:400,
- plotBackgroundColor : null,
- plotBorderWidth : null,
- backgroundColor: 'rgba(0,0,0,0)',
- plotShadow : false
- },
- title : {
- text : '损失电量占比'
- },
- tooltip : {
- pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
- },
- plotOptions : {
- pie : {
- allowPointSelect : true,
- cursor : 'pointer',
- dataLabels : {
- enabled : false,
- color : '#000000',
- connectorColor : '#000000',
- format : '<b>{point.name}</b>: {point.percentage:.1f} %'
- },
- showInLegend : true
- }
- },
- legend : {
- layout : 'vertical',
- align : 'right',
- verticalAlign : 'top',
- floating: true
- },
- series : [ {
- type : 'pie',
- name : '占比',
- data : []
- } ]
- }
- /***************************************************************************************************/
- /***************************************************************************************************/
- options4 = {
- chart: {
- renderTo : 'bt1',
- height:300,width:300,
- polar: true,
- backgroundColor: 'rgba(0,0,0,0)',
- type: 'area'
- },
-
- title: {
- text: '',
- x: 0
- },
-
- pane: {
- size: '80%'
- },
-
- xAxis: {
- categories: ['北', '北北东', '北东', '东北东','东', '东南东',
- '南东', '南南东', '南','南南西', '南西',
- '西南西', '西', '西北西', '北西','北北西'
- ],
- tickmarkPlacement: 'on',
-
- lineWidth: 0
- },
-
- yAxis: {
- gridLineInterpolation: 'polygon',
- lineWidth: 0,
- min: 0
- },
-
- tooltip: {
- shared: true,
- pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
- },
-
-
- series: [{
- name: 'name1',
- data: [],
- pointPlacement: 'on'
- }]
- }
- /***************************************************************************************************/
- /***************************************************************************************************/
- options5 = {
- chart: {
- renderTo : 'bt2',
- height:300,width:300,
- polar: true,
- backgroundColor: 'rgba(0,0,0,0)',
- type: 'area'
- },
-
- title: {
- text: '',
- x: 0
- },
-
- pane: {
- size: '80%'
- },
-
- xAxis: {
- categories: ['北', '北北东', '北东', '东北东','东', '东南东',
- '南东', '南南东', '南','南南西', '南西',
- '西南西', '西', '西北西', '北西','北北西'
- ],
- tickmarkPlacement: 'on',
- lineWidth: 0
- },
-
- yAxis: {
- gridLineInterpolation: 'polygon',
- lineWidth: 0,
- min: 0
- },
-
- tooltip: {
- shared: true,
- pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
- },
-
-
- series: [{
- name: 'name1',
- data: [],
- pointPlacement: 'on'
- }]
- }
- /***************************************************************************************************/
- /***************************************************************************************************/
- options6 = {
- chart: {
- renderTo : 'bt3',
- height:300,width:300,
- polar: true,
- backgroundColor: 'rgba(0,0,0,0)',
- type: 'area'
- },
-
- title: {
- text: '',
- x: 0
- },
-
- pane: {
- size: '80%'
- },
-
- xAxis: {
- categories: ['北', '北北东', '北东', '东北东','东', '东南东',
- '南东', '南南东', '南','南南西', '南西',
- '西南西', '西', '西北西', '北西','北北西'
- ],
- tickmarkPlacement: 'on',
- lineWidth: 0
- },
-
- yAxis: {
- gridLineInterpolation: 'polygon',
- lineWidth: 0,
- min: 0
- },
-
- tooltip: {
- shared: true,
- pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
- },
-
-
- series: [{
- name: 'name1',
- data: [],
- pointPlacement: 'on'
- }]
- }
- /***************************************************************************************************/
- $("#kv1").val(1);
- $("#kv2").val(1);
- $("#kv3").val(1);
-
- $("#typeid1").val(3);
- $("#typeid2").val(6);
- $("#typeid3").val(9);
-
- showChart();
- })
- function queryData() {
- var recorddate = $("#recorddate").val();
- if ("" == recorddate) {
- alert("请选择查询日期!");
- return false;
- }
- showChart();
- }
- function showChart() {
- var url1;
- var url2;
- var url3;
- var url4;
- var url5;
- var url6;
- var url7;
- var url8;
- var url9;
- var url10;
- var url11;
- var url12;
- var recorddate = $("#recorddate").val();
- var windfarm = $("#windfarm").val();
-
- url1 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+1;
- url2 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+2;
- url3 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+3;
- url4 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+4;
- url5 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+5;
- url6 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+6;
- url7 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+7;
- url8 = "../charts/windtowerAjax.action?windfarm=" + windfarm
- + "&recorddate=" + recorddate + "&typeid="+8;
- url9 = "../charts/windtowerAjax.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid="+9;
-
- url10 = "../charts/dayfzy.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid=3";
- url11 = "../charts/dayfzy.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid=6";
- url12 = "../charts/dayfzy.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid=9";
-
- /***************************************************************************************************/
- $.ajax({
- url : url1,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq1").html(res["rq1"]);
- $("#yq1").html(res["yq1"]);
-
- $("#wd1").html(res["wd1"]);
- //$("#sd1").html(res["sd1"]);
- $("#fs1").html(res["fs1"]);
-
- $("#wpfs1").html(res["wpfs1"]);
-
- }
- })
-
- /***************************************************************************************************/
- $.ajax({
- url : url2,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq2").html(res["rq2"]);
- $("#yq2").html(res["yq2"]);
-
- $("#wd2").html(res["wd2"]);
- //$("#sd2").html(res["sd2"]);
- $("#fs2").html(res["fs2"]);
-
- $("#wpfs2").html(res["wpfs2"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url3,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq3").html(res["rq3"]);
- $("#yq3").html(res["yq3"]);
-
- $("#wd3").html(res["wd3"]);
- //$("#sd3").html(res["sd3"]);
- $("#fs3").html(res["fs3"]);
-
- $("#wpfs3").html(res["wpfs3"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url4,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq4").html(res["rq4"]);
- $("#yq4").html(res["yq4"]);
-
- $("#wd4").html(res["wd4"]);
- //$("#sd4").html(res["sd4"]);
- $("#fs4").html(res["fs4"]);
-
- $("#wpfs4").html(res["wpfs4"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url5,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq5").html(res["rq5"]);
- $("#yq5").html(res["yq5"]);
-
- $("#wd5").html(res["wd5"]);
- //$("#sd5").html(res["sd5"]);
- $("#fs5").html(res["fs5"]);
-
- $("#wpfs5").html(res["wpfs5"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url6,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq6").html(res["rq6"]);
- $("#yq6").html(res["yq6"]);
-
- $("#wd6").html(res["wd6"]);
- //$("#sd6").html(res["sd6"]);
- $("#fs6").html(res["fs6"]);
-
- $("#wpfs6").html(res["wpfs6"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url7,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq7").html(res["rq7"]);
- $("#yq7").html(res["yq7"]);
-
- $("#wd7").html(res["wd7"]);
- //$("#sd7").html(res["sd7"]);
- $("#fs7").html(res["fs7"]);
-
- $("#wpfs7").html(res["wpfs7"]);
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url8,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq8").html(res["rq8"]);
- $("#yq8").html(res["yq8"]);
-
- $("#wd8").html(res["wd8"]);
- //$("#sd8").html(res["sd8"]);
- $("#fs8").html(res["fs8"]);
-
- $("#wpfs8").html(res["wpfs8"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax({
- url : url9,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(res) {
- $("#rq9").html(res["rq9"]);
- $("#yq9").html(res["yq9"]);
-
- $("#wd9").html(res["wd9"]);
- //$("#sd9").html(res["sd9"]);
- $("#fs9").html(res["fs9"]);
-
- $("#wpfs9").html(res["wpfs9"]);
-
- }
- })
- /***************************************************************************************************/
- $.ajax( {
- url : url10,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(result) {
- var data1 = [];
- var jfpl=result.jfpl;
- $.each(result.data, function(m, obj) {
- if (obj.data1 != null) {
- data1.push(parseFloat(obj.data1));
- }
-
- });
- options4.series[0].data = data1;
- options4.series[0].name = jfpl;
- chart4 = new Highcharts.Chart(options4);
- $("#bt1").css("left","137px");
-
- $("#jxss1").css("display","none");
- $("#xdss1").css("display","none");
- $("#xnss1").css("display","none");
- $("#gzss1").css("display","none");
- $("#slss1").css("display","none");
- $("#fdl1").css("display","none");
- }
- });
- /***************************************************************************************************/
- $.ajax( {
- url : url11,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(result) {
- var data1 = [];
- var jfpl=result.jfpl;
- $.each(result.data, function(m, obj) {
- if (obj.data1 != null) {
- data1.push(parseFloat(obj.data1));
- }
-
- });
- options5.series[0].data = data1;
- options5.series[0].name = jfpl;
- chart5 = new Highcharts.Chart(options5);
- $("#bt2").css("left","693px");
-
- $("#jxss2").css("display","none");
- $("#xdss2").css("display","none");
- $("#xnss2").css("display","none");
- $("#gzss2").css("display","none");
- $("#slss2").css("display","none");
- $("#fdl2").css("display","none");
- }
- });
- /***************************************************************************************************/
- $.ajax( {
- url : url11,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(result) {
- var data1 = [];
- var jfpl=result.jfpl;
- $.each(result.data, function(m, obj) {
- if (obj.data1 != null) {
- data1.push(parseFloat(obj.data1));
- }
-
- });
- options6.series[0].data = data1;
- options6.series[0].name = jfpl;
- chart6 = new Highcharts.Chart(options6);
- $("#bt3").css("left","1248px");
-
- $("#jxss3").css("display","none");
- $("#xdss3").css("display","none");
- $("#xnss3").css("display","none");
- $("#gzss3").css("display","none");
- $("#slss3").css("display","none");
- $("#fdl3").css("display","none");
- }
- });
- /***************************************************************************************************/
- }
- function selectKg(obj)
- {
- if(obj=="kg1")
- {
- var kv1=$("#kv1").val();
- if(kv1==0)
- {
- $("#kg1").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
- kv1=1;
- getchart("typeid1");
- }else
- {
- $("#kg1").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
- kv1=0;
- getpiechart("typeid1");
- }
- $("#kv1").val(kv1);
- }else if(obj=="kg2")
- {
- var kv2=$("#kv2").val();
- if(kv2==0)
- {
- $("#kg2").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
- kv2=1;
- getchart("typeid2");
- }else
- {
- $("#kg2").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
- kv2=0;
- getpiechart("typeid2");
- }
- $("#kv2").val(kv2);
- }else if(obj=="kg3")
- {
- var kv3=$("#kv3").val();
- if(kv3==0)
- {
- $("#kg3").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
- kv3=1;
- getchart("typeid3");
- }else
- {
- $("#kg3").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
- kv3=0;
- getpiechart("typeid3");
- }
- $("#kv3").val(kv3);
- }
-
- }
- function getrq(obj)
- {
- if(obj==1)
- {
- $("#typeid1").val(obj);
- var kv=$("#kv1").val();
- if(kv==0)
- {
- getpiechart('typeid1');
- }else
- {
- getchart("typeid1");
- }
- $("#rqimg1").css('display','');
- $("#rqimg2").css('display','none');
- $("#rqimg3").css('display','none');
- }else if(obj==2)
- {
- $("#typeid1").val(obj);
- var kv=$("#kv1").val();
- if(kv==0)
- {
- getpiechart('typeid1');
- }else
- {
- getchart("typeid1");
- }
- $("#rqimg1").css('display','none');
- $("#rqimg2").css('display','');
- $("#rqimg3").css('display','none');
- }else if(obj==3)
- {
- $("#typeid1").val(obj);
- var kv=$("#kv1").val();
- if(kv==0)
- {
- getpiechart('typeid1');
- }else
- {
- getchart("typeid1");
- }
- $("#rqimg1").css('display','none');
- $("#rqimg2").css('display','none');
- $("#rqimg3").css('display','');
- }else if(obj==4)
- {
- $("#typeid2").val(obj);
- var kv=$("#kv2").val();
- if(kv==0)
- {
- getpiechart('typeid2');
- }else
- {
- getchart("typeid2");
- }
- $("#rqimg4").css('display','');
- $("#rqimg5").css('display','none');
- $("#rqimg6").css('display','none');
- }else if(obj==5)
- {
- $("#typeid2").val(obj);
- var kv=$("#kv2").val();
- if(kv==0)
- {
- getpiechart('typeid2');
- }else
- {
- getchart("typeid2");
- }
- $("#rqimg4").css('display','none');
- $("#rqimg5").css('display','');
- $("#rqimg6").css('display','none');
- }else if(obj==6)
- {
- $("#typeid2").val(obj);
- var kv=$("#kv2").val();
- if(kv==0)
- {
- getpiechart('typeid2');
- }else
- {
- getchart("typeid2");
- } $("#rqimg4").css('display','none');
- $("#rqimg5").css('display','none');
- $("#rqimg6").css('display','');
- }else if(obj==7)
- {
- $("#typeid3").val(obj);
- var kv=$("#kv3").val();
- if(kv==0)
- {
- getpiechart('typeid3');
- }else
- {
- getchart("typeid3");
- }
- $("#rqimg7").css('display','');
- $("#rqimg8").css('display','none');
- $("#rqimg9").css('display','none');
- }else if(obj==8)
- {
- $("#typeid3").val(obj);
- var kv=$("#kv3").val();
- if(kv==0)
- {
- getpiechart('typeid3');
- }else
- {
- getchart("typeid3");
- }
- $("#rqimg7").css('display','none');
- $("#rqimg8").css('display','');
- $("#rqimg9").css('display','none');
- }else if(obj==9)
- {
- $("#typeid3").val(obj);
- var kv=$("#kv3").val();
- if(kv==0)
- {
- getpiechart('typeid3');
- }else
- {
- getchart("typeid3");
- }
- $("#rqimg7").css('display','none');
- $("#rqimg8").css('display','none');
- $("#rqimg9").css('display','');
- }
-
- }
- function getchart(obj)
- {
- var recorddate = $("#recorddate").val();
- var windfarm = $("#windfarm").val();
- var typeid = null;
- if(obj=="typeid1")
- {
-
- typeid = $("#typeid1").val();;
- }else if(obj=="typeid2")
- {
- typeid = $("#typeid2").val();;
- }else if(obj=="typeid3")
- {
- typeid = $("#typeid3").val();;
- }
-
- var url = "../charts/dayfzy.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid="+typeid;
- $.ajax( {
- url : url,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(result) {
- var data1 = [];
- var jfpl=result.jfpl;
- $.each(result.data, function(m, obj) {
- if (obj.data1 != null) {
- data1.push(parseFloat(obj.data1));
- }
-
- });
- if(typeid<=3)
- {
- options4.series[0].data = data1;
- options4.series[0].name = jfpl;
- chart4 = new Highcharts.Chart(options4);
- $("#bt1").css("left","137px");
-
- $("#jxss1").css("display","none");
- $("#xdss1").css("display","none");
- $("#xnss1").css("display","none");
- $("#gzss1").css("display","none");
- $("#slss1").css("display","none");
- $("#fdl1").css("display","none");
-
- }else if(typeid<=6)
- {
- options5.series[0].data = data1;
- options5.series[0].name = jfpl;
- chart5 = new Highcharts.Chart(options5);
- $("#bt2").css("left","693px");
-
- $("#jxss2").css("display","none");
- $("#xdss2").css("display","none");
- $("#xnss2").css("display","none");
- $("#gzss2").css("display","none");
- $("#slss2").css("display","none");
- $("#fdl2").css("display","none");
- }else if(typeid<=9)
- {
- options6.series[0].data = data1;
- options6.series[0].name = jfpl;
- chart6 = new Highcharts.Chart(options6);
- $("#bt3").css("left","1248px");
-
- $("#jxss3").css("display","none");
- $("#xdss3").css("display","none");
- $("#xnss3").css("display","none");
- $("#gzss3").css("display","none");
- $("#slss3").css("display","none");
- $("#fdl3").css("display","none");
- }
- }
- });
- }
- function getpiechart(obj)
- {
- var recorddate = $("#recorddate").val();
- var windfarm = $("#windfarm").val();
- var typeid = null;
- if(obj=="typeid1")
- {
-
- typeid = $("#typeid1").val();;
- }else if(obj=="typeid2")
- {
- typeid = $("#typeid2").val();;
- }else if(obj=="typeid3")
- {
- typeid = $("#typeid3").val();;
- }
-
- var url = "../charts/lossPieChart.action?windfarm="+ windfarm
- + "&recorddate=" + recorddate + "&typeid="+typeid;
- $.ajax( {
- url : url,
- type : "post",
- cache : false,
- dataType : "json",
- data : {},
- ifModified : false,
- success : function(result) {
- if (null!=result && result.length != 0) {
- eval(result);
- var xaixs = [];
- for ( var i = 0; i < result.length; i += 1) {
-
- if(result[i].name!="发电量")
- {
- var jsonObj1 = [ result[i].name, result[i].value1 ];
- xaixs.push(jsonObj1);
- }
- }
- if(typeid<=3)
- {
- $("#jxss1").html("计划检修损失:"+result[0].value1);
- $("#xdss1").html("限电损失:"+result[2].value1);
- $("#xnss1").html("性能损失:"+result[4].value1);
- $("#gzss1").html("非计划检修损失:"+result[1].value1);
- $("#slss1").html("受累损失:"+result[3].value1);
- $("#fdl1").html("发电量:"+result[5].value1);
-
- $("#jxss1").css("display","");
- $("#xdss1").css("display","");
- $("#xnss1").css("display","");
- $("#gzss1").css("display","");
- $("#slss1").css("display","");
- $("#fdl1").css("display","");
- options1.series[0].data = xaixs;
- chart1 = new Highcharts.Chart(options1);
- $("#bt1").css("left","57px");
- }else if(typeid<=6)
- {
- $("#jxss2").html("计划检修损失:"+result[0].value1);
- $("#xdss2").html("限电损失:"+result[2].value1);
- $("#xnss2").html("性能损失:"+result[4].value1);
- $("#gzss2").html("非计划检修损失:"+result[1].value1);
- $("#slss2").html("受累损失:"+result[3].value1);
- $("#fdl2").html("发电量:"+result[5].value1);
-
- $("#jxss2").css("display","");
- $("#xdss2").css("display","");
- $("#xnss2").css("display","");
- $("#gzss2").css("display","");
- $("#slss2").css("display","");
- $("#fdl2").css("display","");
- options2.series[0].data = xaixs;
- chart2 = new Highcharts.Chart(options2);
- $("#bt2").css("left","613px");
- }else if(typeid<=9)
- {
- $("#jxss3").html("计划检修损失:"+result[0].value1);
- $("#xdss3").html("限电损失:"+result[2].value1);
- $("#xnss3").html("性能损失:"+result[4].value1);
- $("#gzss3").html("非计划检修损失:"+result[1].value1);
- $("#slss3").html("受累损失:"+result[3].value1);
- $("#fdl3").html("发电量:"+result[5].value1);
-
- $("#jxss3").css("display","");
- $("#xdss3").css("display","");
- $("#xnss3").css("display","");
- $("#gzss3").css("display","");
- $("#slss3").css("display","");
- $("#fdl3").css("display","");
- options3.series[0].data = xaixs;
- chart3 = new Highcharts.Chart(options3);
- $("#bt3").css("left","1168px");
- }
-
-
- }
- }
- });
- }
- function selectWp(obj)
- {
- if(obj=="mhs")
- {
- $("#windfarm").val("MHS_FDC");
- $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs_Selected.jpg")
- $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
- $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
- $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
- $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
-
- }else if(obj=="nss")
- {
- $("#windfarm").val("NSS_FDC");
- $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
- $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh_Selected.jpg")
- $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
- $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
- $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
- }else if(obj=="qs")
- {
- $("#windfarm").val("QS_FDC");
- $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
- $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
- $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs_Selected.jpg")
- $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
- $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
- }else if(obj=="sbq")
- {
- $("#windfarm").val("SBQ_FDC");
- $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
- $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
- $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
- $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq_Selected.jpg")
- $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
- }else if(obj=="xs")
- {
- $("#windfarm").val("XS_FDC");
- $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
- $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
- $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
- $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
- $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs_Selected.jpg")
-
- }
- showChart();
- }
- /***************************************************************************************************/
- </script>
- <body style='overflow: scroll;'>
- <form action="" method="get" id="f1">
- <div onclick="selectKg('kg1')"><img id="kg1" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
- <div onclick="selectKg('kg2')" ><img id="kg2" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
- <div onclick="selectKg('kg3')" ><img id="kg3" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
- <div id="bt1"></div>
- <div id="bt2"></div>
- <div id="bt3"></div>
- <div class="text" id="jxss1">计划检修损失:</div>
- <div class="text" id="xdss1">限电损失: </div>
- <div class="text" id="xnss1">性能损失:</div>
- <div class="text" id="gzss1">非计划检修损失:</div>
- <div class="text" id="slss1">受累损失:</div>
- <div class="text" id="jxss2">计划检修损失:</div>
- <div class="text" id="xdss2">限电损失: </div>
- <div class="text" id="xnss2">性能损失:</div>
- <div class="text" id="gzss2">非计划检修损失:</div>
- <div class="text" id="slss2">受累损失:</div>
- <div class="text" id="jxss3">计划检修损失:</div>
- <div class="text" id="xdss3">限电损失: </div>
- <div class="text" id="xnss3">性能损失:</div>
- <div class="text" id="gzss3">非计划检修损失:</div>
- <div class="text" id="slss3">受累损失:</div>
- <div class="text" id="fdl1">发电量:</div>
- <div class="text" id="fdl2">发电量:</div>
- <div class="text" id="fdl3">发电量:</div>
- <table width="1655" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td height="38" align="left" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_Top_bg.jpg" >
- <table width="500" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td> </td>
- <td height="23" valign="middle" class="text">
- <span class="Text">日期: <s:textfield cssClass="Wdate"
- onFocus="WdatePicker({dateFmt:'yyyy-MM-dd',isShowWeek:true,readOnly:true})"
- id="recorddate" name="recorddate" title="日期" /> <input
- type="button" name="button" id="button" onclick="queryData();"
- value="查询" />
- </span>
- </td>
-
- </tr>
- </table>
- </td>
- </tr>
- </table>
- <table width="1655" border="0" cellspacing="2" cellpadding="0">
- <tr>
- <td onclick="selectWp('mhs')"><img id="mhs"src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs_Selected.jpg" width="328" height="32" /></td>
- <td onclick="selectWp('nss')"><img id="nss" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg" width="327" height="30" /></td>
- <td onclick="selectWp('qs')"><img id="qs" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg" width="327" height="30" /></td>
- <td onclick="selectWp('sbq')"><img id="sbq" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg" width="327" height="30" /></td>
- <td onclick="selectWp('xs')"><img id="xs" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg" width="327" height="30" /></td>
- </tr>
- </table>
- <table width="1655" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td width="552" height="30" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today_Top.jpg" class="text">近期数据</td>
- <td width="552" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_Top.jpg" class="text">公历历史同期</td>
- <td width="551" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_Top.jpg" class="text">农历历史同期</td>
- </tr>
- </table>
- <table width="1655" border="0" cellspacing="0" cellpadding="0">
- <tr>
- <td width="551"><table width="550" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td onclick="getrq(1)" width="181" height="30" align="center" bgcolor="#AAD5FF" class="text"><strong><img id="rqimg1" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq1"></div></strong></td>
- <td onclick="getrq(2)" width="181" align="center" bgcolor="#9ECAE7" class="text"><strong><img id="rqimg2" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq2"></div></strong></td>
- <td onclick="getrq(3)" width="181" align="center" bgcolor="#73B9FF" class="text"><strong><img id="rqimg3" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq3"></div></strong></td>
- </tr>
- <tr>
- <td height="230" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_cft_bg.jpg" bgcolor="#D7EBFF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq1"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd1"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="fs1"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_cft3_bg.jpg" bgcolor="#AAD5FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq2"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd2"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs2"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_cft_bg.jpg" bgcolor="#73B9FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq3"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd3"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="fs3"></div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="100" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_fj_bg.jpg" bgcolor="#D7EBFF" class="text"><div id="wpfs1"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs2"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs3"></div></td>
- </tr>
- </table></td>
- <td width="551"><table width="550" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td onclick="getrq(4)" width="181" height="30" align="center" bgcolor="#AAD5FF" class="text"><img id="rqimg4" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq4"></div> </td>
- <td onclick="getrq(5)" width="181" align="center" bgcolor="#9ECAE7" class="text"><img id="rqimg5" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq5"></div> </td>
- <td onclick="getrq(6)" width="181" align="center" bgcolor="#73B9FF" class="text"><img id="rqimg6" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq6"></div> </td>
- </tr>
- <tr>
- <td height="230" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_cft_bg.jpg" bgcolor="#D7EBFF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq4"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd4"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="fs4"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_cft3_bg.jpg" bgcolor="#AAD5FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq5"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd5"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs5"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_cft_bg.jpg" bgcolor="#73B9FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq6"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd6"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs6"></div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="100" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_fj_bg.jpg" bgcolor="#D7EBFF" class="text"><div id="wpfs4"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs5"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs6"></div></td>
- </tr>
- </table></td>
- <td width="550"><table width="550" border="0" cellspacing="1" cellpadding="0">
- <tr>
- <td onclick="getrq(7)" width="179" height="30" align="center" bgcolor="#AAD5FF" class="text"><strong><img id="rqimg7" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq7"></div></strong></td>
- <td onclick="getrq(8)" width="179" align="center" bgcolor="#9ECAE7" class="text"><strong><img id="rqimg8" style="display: none;" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq8"></div></strong></td>
- <td onclick="getrq(9)" width="179" align="center" bgcolor="#73B9FF" class="text"><strong><img id="rqimg9" src='<%=request.getContextPath()%>/resource/images/system/pictures/location_Mark.png' width='18' height='10' /><div id="rq9"></div></strong></td>
- </tr>
- <tr>
- <td height="230" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_cft_bg.jpg" bgcolor="#D7EBFF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq7"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd7"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs7"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_cft3_bg.jpg" bgcolor="#AAD5FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq8"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd8"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs8"></div></td>
- </tr>
- </table></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_cft_bg.jpg" bgcolor="#73B9FF" class="text"><table width="100%" border="0" cellspacing="0" cellpadding="2">
- <tr>
- <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="yq9"></div></td>
- </tr>
- <tr>
- <td height="30" align="center"><div id="wd9"></div></td>
- </tr>
-
- <tr>
- <td height="30" align="center"><div id="fs9"></div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td height="100" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today2_fj_bg.jpg" bgcolor="#D7EBFF" class="text"><div id="wpfs7"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs8"></div></td>
- <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs9"></div></td>
- </tr>
- </table></td>
- </tr>
- <tr>
- <td width="550" height="387" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today_chart_bg.jpg"> </td>
- <td width="550" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_History_chart_bg.jpg"> </td>
- <td width="550" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_History_chart_bg.jpg"> </td>
- </tr>
- </table>
- <s:hidden id="windfarm" name="windfarm"></s:hidden>
- <s:hidden id="typeid" name="typeid"></s:hidden>
- <s:hidden id="typeid1" name="typeid1"></s:hidden>
- <s:hidden id="typeid2" name="typeid2"></s:hidden>
- <s:hidden id="typeid3" name="typeid3"></s:hidden>
- <s:hidden id="kv1" name="kv1"></s:hidden>
- <s:hidden id="kv2" name="kv2"></s:hidden>
- <s:hidden id="kv3" name="kv3"></s:hidden>
- </form>
- </body>
|