windtower.jsp 48 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579158015811582158315841585158615871588158915901591159215931594159515961597159815991600160116021603160416051606160716081609161016111612161316141615161616171618161916201621162216231624162516261627162816291630163116321633163416351636163716381639
  1. <%@ page language="java" import="java.util.*" pageEncoding="utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <head>
  4. <link rel="stylesheet" type="text/css" media="screen" href="<%=request.getContextPath() %>/resource/plugin/jqgrid/css/ui.jqgrid.css" />
  5. <link rel="stylesheet" type="text/css" href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  6. <script src="<%=request.getContextPath() %>/resource/js/jquery-1.8.3.js" type="text/javascript"></script>
  7. <script src="<%=request.getContextPath() %>/resource/plugin/jqueryui/js/jquery-ui-1.9.2.custom.js" type="text/javascript"></script>
  8. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js" type="text/javascript"></script>
  9. <script src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js"></script>
  10. <script src="<%=request.getContextPath()%>/resource/js/highcharts/modules/solid-gauge.src.js"></script>
  11. <script src="<%=request.getContextPath()%>/resource/js/datePicker/WdatePicker.js" type="text/javascript"></script>
  12. <style type="text/css">
  13. <!--
  14. body {
  15. margin-left: 0px;
  16. margin-top: 0px;
  17. margin-right: 0px;
  18. margin-bottom: 0px;
  19. }
  20. #kg1 {
  21. position:absolute;
  22. left:172px;
  23. top:487px;
  24. width:201px;
  25. height:28px;
  26. z-index:1;
  27. }
  28. #Layer2 {
  29. position:absolute;
  30. left:172px;
  31. top:530px;
  32. width:201px;
  33. height:34px;
  34. z-index:2;
  35. }
  36. #kg2 {
  37. position:absolute;
  38. left:732px;
  39. top:488px;
  40. width:201px;
  41. height:39px;
  42. z-index:3;
  43. }
  44. #Layer4 {
  45. position:absolute;
  46. left:733px;
  47. top:529px;
  48. width:200px;
  49. height:38px;
  50. z-index:4;
  51. }
  52. #kg3 {
  53. position:absolute;
  54. left:1288px;
  55. top:491px;
  56. width:199px;
  57. height:44px;
  58. z-index:5;
  59. }
  60. #Layer6 {
  61. position:absolute;
  62. left:1289px;
  63. top:535px;
  64. width:199px;
  65. height:42px;
  66. z-index:6;
  67. }
  68. -->
  69. @font-face {
  70. font-family: 'fontNameRegular';
  71. src: url('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont.eot');
  72. src: local('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont Regular'),
  73. local('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont'),
  74. url('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont.woff') format('woff'),
  75. url('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont.ttf') format('truetype'),
  76. url('<%=request.getContextPath() %>/resource/fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
  77. font-size: 12px;
  78. font-weight: bolder;
  79. }
  80. .text {
  81. font-size: 12px;
  82. font-weight: bold;
  83. color: #ffffff;
  84. }
  85. #bt1 {
  86. position:absolute;
  87. left:57px;
  88. top:542px;
  89. width:234px;
  90. height:214px;
  91. z-index:7;
  92. }
  93. #bt2 {
  94. position: absolute;
  95. left: 613px;
  96. top: 542px;
  97. width: 234px;
  98. height: 214px;
  99. z-index: 8;
  100. }
  101. #bt3 {
  102. position: absolute;
  103. left: 1168px;
  104. top: 542px;
  105. width: 234px;
  106. height: 214px;
  107. z-index: 9;
  108. }
  109. #fdl1 {
  110. position:absolute;
  111. left:30px;
  112. top:777px;
  113. width:229px;
  114. height:16px;
  115. z-index:10;
  116. }
  117. #jxss1 {
  118. position:absolute;
  119. left:267px;
  120. top:776px;
  121. width:230px;
  122. height:17px;
  123. z-index:13;
  124. }
  125. #gzss1 {
  126. position:absolute;
  127. left:31px;
  128. top:803px;
  129. width:226px;
  130. height:15px;
  131. z-index:11;
  132. }
  133. #xdss1 {
  134. position:absolute;
  135. left:269px;
  136. top:801px;
  137. width:229px;
  138. height:17px;
  139. z-index:14;
  140. }
  141. #slss1 {
  142. position:absolute;
  143. left:31px;
  144. top:826px;
  145. width:225px;
  146. height:16px;
  147. z-index:12;
  148. }
  149. #xnss1 {
  150. position:absolute;
  151. left:269px;
  152. top:826px;
  153. width:229px;
  154. height:17px;
  155. z-index:14;
  156. }
  157. #fdl2 {
  158. position:absolute;
  159. left:580px;
  160. top:777px;
  161. width:229px;
  162. height:16px;
  163. z-index:10;
  164. }
  165. #jxss2 {
  166. position:absolute;
  167. left:817px;
  168. top:776px;
  169. width:230px;
  170. height:17px;
  171. z-index:13;
  172. }
  173. #gzss2 {
  174. position:absolute;
  175. left:580px;
  176. top:803px;
  177. width:226px;
  178. height:15px;
  179. z-index:11;
  180. }
  181. #xdss2 {
  182. position:absolute;
  183. left:817px;
  184. top:801px;
  185. width:229px;
  186. height:17px;
  187. z-index:14;
  188. }
  189. #slss2 {
  190. position:absolute;
  191. left:580px;
  192. top:826px;
  193. width:225px;
  194. height:16px;
  195. z-index:12;
  196. }
  197. #xnss2 {
  198. position:absolute;
  199. left:817px;
  200. top:826px;
  201. width:229px;
  202. height:17px;
  203. z-index:14;
  204. }
  205. #fdl3 {
  206. position:absolute;
  207. left:1130px;
  208. top:777px;
  209. width:229px;
  210. height:16px;
  211. z-index:10;
  212. }
  213. #jxss3 {
  214. position:absolute;
  215. left:1367px;
  216. top:776px;
  217. width:230px;
  218. height:17px;
  219. z-index:13;
  220. }
  221. #gzss3 {
  222. position:absolute;
  223. left:1130px;
  224. top:803px;
  225. width:226px;
  226. height:15px;
  227. z-index:11;
  228. }
  229. #xdss3 {
  230. position:absolute;
  231. left:1367px;
  232. top:801px;
  233. width:229px;
  234. height:17px;
  235. z-index:14;
  236. }
  237. #slss3 {
  238. position:absolute;
  239. left:1130px;
  240. top:826px;
  241. width:225px;
  242. height:16px;
  243. z-index:12;
  244. }
  245. #xnss3 {
  246. position:absolute;
  247. left:1367px;
  248. top:826px;
  249. width:229px;
  250. height:17px;
  251. z-index:14;
  252. }
  253. .STYLE1 {color: #000000; font-size: 12px;}
  254. #Layer16 {
  255. position:absolute;
  256. left:372px;
  257. top:110px;
  258. width:171px;
  259. height:24px;
  260. z-index:16;
  261. }
  262. #Layer17 {
  263. position:absolute;
  264. left:188px;
  265. top:110px;
  266. width:175px;
  267. height:26px;
  268. z-index:17;
  269. }
  270. </style>
  271. <script type="text/javascript">
  272. var chart1;
  273. var chart2;
  274. var chart3;
  275. var chart4;
  276. var chart5;
  277. var chart6;
  278. var options1;
  279. var options2;
  280. var options3;
  281. var options4;
  282. var options5;
  283. var options6;
  284. $(function() {
  285. var rd = '<s:property value="recorddate"/>';
  286. /***************************************************************************************************/
  287. options1 = {
  288. colors: [
  289. '#FD0100',//检修
  290. '#FF7B16', //故障
  291. '#D201D8',//限电
  292. '#00ff20', //受累
  293. '#8085E9' //性能
  294. ],
  295. chart : {
  296. renderTo : 'bt1',
  297. height:250,width:400,
  298. plotBackgroundColor : null,
  299. plotBorderWidth : null,
  300. backgroundColor: 'rgba(0,0,0,0)',
  301. plotShadow : false
  302. },
  303. title : {
  304. text : '损失电量占比'
  305. },
  306. tooltip : {
  307. pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
  308. },
  309. plotOptions : {
  310. pie : {
  311. allowPointSelect : true,
  312. cursor : 'pointer',
  313. dataLabels : {
  314. enabled : false,
  315. color : '#000000',
  316. connectorColor : '#000000',
  317. format : '<b>{point.name}</b>: {point.percentage:.1f} %'
  318. },
  319. showInLegend : true
  320. }
  321. },
  322. legend : {
  323. layout : 'vertical',
  324. align : 'right',
  325. verticalAlign : 'top',
  326. floating: true
  327. },
  328. series : [ {
  329. type : 'pie',
  330. name : '占比',
  331. data : []
  332. } ]
  333. }
  334. /***************************************************************************************************/
  335. /***************************************************************************************************/
  336. options2 = {
  337. colors: [
  338. '#FD0100',//检修
  339. '#FF7B16', //故障
  340. '#D201D8',//限电
  341. '#00ff20', //受累
  342. '#8085E9' //性能
  343. ],
  344. chart : {
  345. renderTo : 'bt2',
  346. height:250,width:400,
  347. plotBackgroundColor : null,
  348. plotBorderWidth : null,
  349. backgroundColor: 'rgba(0,0,0,0)',
  350. plotShadow : false
  351. },
  352. title : {
  353. text : '损失电量占比'
  354. },
  355. tooltip : {
  356. pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
  357. },
  358. plotOptions : {
  359. pie : {
  360. allowPointSelect : true,
  361. cursor : 'pointer',
  362. dataLabels : {
  363. enabled : false,
  364. color : '#000000',
  365. connectorColor : '#000000',
  366. format : '<b>{point.name}</b>: {point.percentage:.1f} %'
  367. },
  368. showInLegend : true
  369. }
  370. },
  371. legend : {
  372. layout : 'vertical',
  373. align : 'right',
  374. verticalAlign : 'top',
  375. floating: true
  376. },
  377. series : [ {
  378. type : 'pie',
  379. name : '占比',
  380. data : []
  381. } ]
  382. }
  383. /***************************************************************************************************/
  384. /***************************************************************************************************/
  385. options3 = {
  386. colors: [
  387. '#FD0100',//检修
  388. '#FF7B16', //故障
  389. '#D201D8',//限电
  390. '#00ff20', //受累
  391. '#8085E9' //性能
  392. ],
  393. chart : {
  394. renderTo : 'bt3',
  395. height:250,width:400,
  396. plotBackgroundColor : null,
  397. plotBorderWidth : null,
  398. backgroundColor: 'rgba(0,0,0,0)',
  399. plotShadow : false
  400. },
  401. title : {
  402. text : '损失电量占比'
  403. },
  404. tooltip : {
  405. pointFormat : '{series.name}: <b>{point.percentage:.1f}%</b>'
  406. },
  407. plotOptions : {
  408. pie : {
  409. allowPointSelect : true,
  410. cursor : 'pointer',
  411. dataLabels : {
  412. enabled : false,
  413. color : '#000000',
  414. connectorColor : '#000000',
  415. format : '<b>{point.name}</b>: {point.percentage:.1f} %'
  416. },
  417. showInLegend : true
  418. }
  419. },
  420. legend : {
  421. layout : 'vertical',
  422. align : 'right',
  423. verticalAlign : 'top',
  424. floating: true
  425. },
  426. series : [ {
  427. type : 'pie',
  428. name : '占比',
  429. data : []
  430. } ]
  431. }
  432. /***************************************************************************************************/
  433. /***************************************************************************************************/
  434. options4 = {
  435. chart: {
  436. renderTo : 'bt1',
  437. height:300,width:300,
  438. polar: true,
  439. backgroundColor: 'rgba(0,0,0,0)',
  440. type: 'area'
  441. },
  442. title: {
  443. text: '',
  444. x: 0
  445. },
  446. pane: {
  447. size: '80%'
  448. },
  449. xAxis: {
  450. categories: ['北', '北北东', '北东', '东北东','东', '东南东',
  451. '南东', '南南东', '南','南南西', '南西',
  452. '西南西', '西', '西北西', '北西','北北西'
  453. ],
  454. tickmarkPlacement: 'on',
  455. lineWidth: 0
  456. },
  457. yAxis: {
  458. gridLineInterpolation: 'polygon',
  459. lineWidth: 0,
  460. min: 0
  461. },
  462. tooltip: {
  463. shared: true,
  464. pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
  465. },
  466. series: [{
  467. name: 'name1',
  468. data: [],
  469. pointPlacement: 'on'
  470. }]
  471. }
  472. /***************************************************************************************************/
  473. /***************************************************************************************************/
  474. options5 = {
  475. chart: {
  476. renderTo : 'bt2',
  477. height:300,width:300,
  478. polar: true,
  479. backgroundColor: 'rgba(0,0,0,0)',
  480. type: 'area'
  481. },
  482. title: {
  483. text: '',
  484. x: 0
  485. },
  486. pane: {
  487. size: '80%'
  488. },
  489. xAxis: {
  490. categories: ['北', '北北东', '北东', '东北东','东', '东南东',
  491. '南东', '南南东', '南','南南西', '南西',
  492. '西南西', '西', '西北西', '北西','北北西'
  493. ],
  494. tickmarkPlacement: 'on',
  495. lineWidth: 0
  496. },
  497. yAxis: {
  498. gridLineInterpolation: 'polygon',
  499. lineWidth: 0,
  500. min: 0
  501. },
  502. tooltip: {
  503. shared: true,
  504. pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
  505. },
  506. series: [{
  507. name: 'name1',
  508. data: [],
  509. pointPlacement: 'on'
  510. }]
  511. }
  512. /***************************************************************************************************/
  513. /***************************************************************************************************/
  514. options6 = {
  515. chart: {
  516. renderTo : 'bt3',
  517. height:300,width:300,
  518. polar: true,
  519. backgroundColor: 'rgba(0,0,0,0)',
  520. type: 'area'
  521. },
  522. title: {
  523. text: '',
  524. x: 0
  525. },
  526. pane: {
  527. size: '80%'
  528. },
  529. xAxis: {
  530. categories: ['北', '北北东', '北东', '东北东','东', '东南东',
  531. '南东', '南南东', '南','南南西', '南西',
  532. '西南西', '西', '西北西', '北西','北北西'
  533. ],
  534. tickmarkPlacement: 'on',
  535. lineWidth: 0
  536. },
  537. yAxis: {
  538. gridLineInterpolation: 'polygon',
  539. lineWidth: 0,
  540. min: 0
  541. },
  542. tooltip: {
  543. shared: true,
  544. pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
  545. },
  546. series: [{
  547. name: 'name1',
  548. data: [],
  549. pointPlacement: 'on'
  550. }]
  551. }
  552. /***************************************************************************************************/
  553. $("#kv1").val(1);
  554. $("#kv2").val(1);
  555. $("#kv3").val(1);
  556. $("#typeid1").val(3);
  557. $("#typeid2").val(6);
  558. $("#typeid3").val(9);
  559. showChart();
  560. })
  561. function queryData() {
  562. var recorddate = $("#recorddate").val();
  563. if ("" == recorddate) {
  564. alert("请选择查询日期!");
  565. return false;
  566. }
  567. showChart();
  568. }
  569. function showChart() {
  570. var url1;
  571. var url2;
  572. var url3;
  573. var url4;
  574. var url5;
  575. var url6;
  576. var url7;
  577. var url8;
  578. var url9;
  579. var url10;
  580. var url11;
  581. var url12;
  582. var recorddate = $("#recorddate").val();
  583. var windfarm = $("#windfarm").val();
  584. url1 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  585. + "&recorddate=" + recorddate + "&typeid="+1;
  586. url2 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  587. + "&recorddate=" + recorddate + "&typeid="+2;
  588. url3 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  589. + "&recorddate=" + recorddate + "&typeid="+3;
  590. url4 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  591. + "&recorddate=" + recorddate + "&typeid="+4;
  592. url5 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  593. + "&recorddate=" + recorddate + "&typeid="+5;
  594. url6 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  595. + "&recorddate=" + recorddate + "&typeid="+6;
  596. url7 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  597. + "&recorddate=" + recorddate + "&typeid="+7;
  598. url8 = "../charts/windtowerAjax.action?windfarm=" + windfarm
  599. + "&recorddate=" + recorddate + "&typeid="+8;
  600. url9 = "../charts/windtowerAjax.action?windfarm="+ windfarm
  601. + "&recorddate=" + recorddate + "&typeid="+9;
  602. url10 = "../charts/dayfzy.action?windfarm="+ windfarm
  603. + "&recorddate=" + recorddate + "&typeid=3";
  604. url11 = "../charts/dayfzy.action?windfarm="+ windfarm
  605. + "&recorddate=" + recorddate + "&typeid=6";
  606. url12 = "../charts/dayfzy.action?windfarm="+ windfarm
  607. + "&recorddate=" + recorddate + "&typeid=9";
  608. /***************************************************************************************************/
  609. $.ajax({
  610. url : url1,
  611. type : "post",
  612. cache : false,
  613. dataType : "json",
  614. data : {},
  615. ifModified : false,
  616. success : function(res) {
  617. $("#rq1").html(res["rq1"]);
  618. $("#yq1").html(res["yq1"]);
  619. $("#wd1").html(res["wd1"]);
  620. //$("#sd1").html(res["sd1"]);
  621. $("#fs1").html(res["fs1"]);
  622. $("#wpfs1").html(res["wpfs1"]);
  623. }
  624. })
  625. /***************************************************************************************************/
  626. $.ajax({
  627. url : url2,
  628. type : "post",
  629. cache : false,
  630. dataType : "json",
  631. data : {},
  632. ifModified : false,
  633. success : function(res) {
  634. $("#rq2").html(res["rq2"]);
  635. $("#yq2").html(res["yq2"]);
  636. $("#wd2").html(res["wd2"]);
  637. //$("#sd2").html(res["sd2"]);
  638. $("#fs2").html(res["fs2"]);
  639. $("#wpfs2").html(res["wpfs2"]);
  640. }
  641. })
  642. /***************************************************************************************************/
  643. $.ajax({
  644. url : url3,
  645. type : "post",
  646. cache : false,
  647. dataType : "json",
  648. data : {},
  649. ifModified : false,
  650. success : function(res) {
  651. $("#rq3").html(res["rq3"]);
  652. $("#yq3").html(res["yq3"]);
  653. $("#wd3").html(res["wd3"]);
  654. //$("#sd3").html(res["sd3"]);
  655. $("#fs3").html(res["fs3"]);
  656. $("#wpfs3").html(res["wpfs3"]);
  657. }
  658. })
  659. /***************************************************************************************************/
  660. $.ajax({
  661. url : url4,
  662. type : "post",
  663. cache : false,
  664. dataType : "json",
  665. data : {},
  666. ifModified : false,
  667. success : function(res) {
  668. $("#rq4").html(res["rq4"]);
  669. $("#yq4").html(res["yq4"]);
  670. $("#wd4").html(res["wd4"]);
  671. //$("#sd4").html(res["sd4"]);
  672. $("#fs4").html(res["fs4"]);
  673. $("#wpfs4").html(res["wpfs4"]);
  674. }
  675. })
  676. /***************************************************************************************************/
  677. $.ajax({
  678. url : url5,
  679. type : "post",
  680. cache : false,
  681. dataType : "json",
  682. data : {},
  683. ifModified : false,
  684. success : function(res) {
  685. $("#rq5").html(res["rq5"]);
  686. $("#yq5").html(res["yq5"]);
  687. $("#wd5").html(res["wd5"]);
  688. //$("#sd5").html(res["sd5"]);
  689. $("#fs5").html(res["fs5"]);
  690. $("#wpfs5").html(res["wpfs5"]);
  691. }
  692. })
  693. /***************************************************************************************************/
  694. $.ajax({
  695. url : url6,
  696. type : "post",
  697. cache : false,
  698. dataType : "json",
  699. data : {},
  700. ifModified : false,
  701. success : function(res) {
  702. $("#rq6").html(res["rq6"]);
  703. $("#yq6").html(res["yq6"]);
  704. $("#wd6").html(res["wd6"]);
  705. //$("#sd6").html(res["sd6"]);
  706. $("#fs6").html(res["fs6"]);
  707. $("#wpfs6").html(res["wpfs6"]);
  708. }
  709. })
  710. /***************************************************************************************************/
  711. $.ajax({
  712. url : url7,
  713. type : "post",
  714. cache : false,
  715. dataType : "json",
  716. data : {},
  717. ifModified : false,
  718. success : function(res) {
  719. $("#rq7").html(res["rq7"]);
  720. $("#yq7").html(res["yq7"]);
  721. $("#wd7").html(res["wd7"]);
  722. //$("#sd7").html(res["sd7"]);
  723. $("#fs7").html(res["fs7"]);
  724. $("#wpfs7").html(res["wpfs7"]);
  725. }
  726. })
  727. /***************************************************************************************************/
  728. $.ajax({
  729. url : url8,
  730. type : "post",
  731. cache : false,
  732. dataType : "json",
  733. data : {},
  734. ifModified : false,
  735. success : function(res) {
  736. $("#rq8").html(res["rq8"]);
  737. $("#yq8").html(res["yq8"]);
  738. $("#wd8").html(res["wd8"]);
  739. //$("#sd8").html(res["sd8"]);
  740. $("#fs8").html(res["fs8"]);
  741. $("#wpfs8").html(res["wpfs8"]);
  742. }
  743. })
  744. /***************************************************************************************************/
  745. $.ajax({
  746. url : url9,
  747. type : "post",
  748. cache : false,
  749. dataType : "json",
  750. data : {},
  751. ifModified : false,
  752. success : function(res) {
  753. $("#rq9").html(res["rq9"]);
  754. $("#yq9").html(res["yq9"]);
  755. $("#wd9").html(res["wd9"]);
  756. //$("#sd9").html(res["sd9"]);
  757. $("#fs9").html(res["fs9"]);
  758. $("#wpfs9").html(res["wpfs9"]);
  759. }
  760. })
  761. /***************************************************************************************************/
  762. $.ajax( {
  763. url : url10,
  764. type : "post",
  765. cache : false,
  766. dataType : "json",
  767. data : {},
  768. ifModified : false,
  769. success : function(result) {
  770. var data1 = [];
  771. var jfpl=result.jfpl;
  772. $.each(result.data, function(m, obj) {
  773. if (obj.data1 != null) {
  774. data1.push(parseFloat(obj.data1));
  775. }
  776. });
  777. options4.series[0].data = data1;
  778. options4.series[0].name = jfpl;
  779. chart4 = new Highcharts.Chart(options4);
  780. $("#bt1").css("left","137px");
  781. $("#jxss1").css("display","none");
  782. $("#xdss1").css("display","none");
  783. $("#xnss1").css("display","none");
  784. $("#gzss1").css("display","none");
  785. $("#slss1").css("display","none");
  786. $("#fdl1").css("display","none");
  787. }
  788. });
  789. /***************************************************************************************************/
  790. $.ajax( {
  791. url : url11,
  792. type : "post",
  793. cache : false,
  794. dataType : "json",
  795. data : {},
  796. ifModified : false,
  797. success : function(result) {
  798. var data1 = [];
  799. var jfpl=result.jfpl;
  800. $.each(result.data, function(m, obj) {
  801. if (obj.data1 != null) {
  802. data1.push(parseFloat(obj.data1));
  803. }
  804. });
  805. options5.series[0].data = data1;
  806. options5.series[0].name = jfpl;
  807. chart5 = new Highcharts.Chart(options5);
  808. $("#bt2").css("left","693px");
  809. $("#jxss2").css("display","none");
  810. $("#xdss2").css("display","none");
  811. $("#xnss2").css("display","none");
  812. $("#gzss2").css("display","none");
  813. $("#slss2").css("display","none");
  814. $("#fdl2").css("display","none");
  815. }
  816. });
  817. /***************************************************************************************************/
  818. $.ajax( {
  819. url : url11,
  820. type : "post",
  821. cache : false,
  822. dataType : "json",
  823. data : {},
  824. ifModified : false,
  825. success : function(result) {
  826. var data1 = [];
  827. var jfpl=result.jfpl;
  828. $.each(result.data, function(m, obj) {
  829. if (obj.data1 != null) {
  830. data1.push(parseFloat(obj.data1));
  831. }
  832. });
  833. options6.series[0].data = data1;
  834. options6.series[0].name = jfpl;
  835. chart6 = new Highcharts.Chart(options6);
  836. $("#bt3").css("left","1248px");
  837. $("#jxss3").css("display","none");
  838. $("#xdss3").css("display","none");
  839. $("#xnss3").css("display","none");
  840. $("#gzss3").css("display","none");
  841. $("#slss3").css("display","none");
  842. $("#fdl3").css("display","none");
  843. }
  844. });
  845. /***************************************************************************************************/
  846. }
  847. function selectKg(obj)
  848. {
  849. if(obj=="kg1")
  850. {
  851. var kv1=$("#kv1").val();
  852. if(kv1==0)
  853. {
  854. $("#kg1").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
  855. kv1=1;
  856. getchart("typeid1");
  857. }else
  858. {
  859. $("#kg1").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
  860. kv1=0;
  861. getpiechart("typeid1");
  862. }
  863. $("#kv1").val(kv1);
  864. }else if(obj=="kg2")
  865. {
  866. var kv2=$("#kv2").val();
  867. if(kv2==0)
  868. {
  869. $("#kg2").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
  870. kv2=1;
  871. getchart("typeid2");
  872. }else
  873. {
  874. $("#kg2").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
  875. kv2=0;
  876. getpiechart("typeid2");
  877. }
  878. $("#kv2").val(kv2);
  879. }else if(obj=="kg3")
  880. {
  881. var kv3=$("#kv3").val();
  882. if(kv3==0)
  883. {
  884. $("#kg3").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png");
  885. kv3=1;
  886. getchart("typeid3");
  887. }else
  888. {
  889. $("#kg3").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sunshi_Button.png");
  890. kv3=0;
  891. getpiechart("typeid3");
  892. }
  893. $("#kv3").val(kv3);
  894. }
  895. }
  896. function getrq(obj)
  897. {
  898. if(obj==1)
  899. {
  900. $("#typeid1").val(obj);
  901. var kv=$("#kv1").val();
  902. if(kv==0)
  903. {
  904. getpiechart('typeid1');
  905. }else
  906. {
  907. getchart("typeid1");
  908. }
  909. $("#rqimg1").css('display','');
  910. $("#rqimg2").css('display','none');
  911. $("#rqimg3").css('display','none');
  912. }else if(obj==2)
  913. {
  914. $("#typeid1").val(obj);
  915. var kv=$("#kv1").val();
  916. if(kv==0)
  917. {
  918. getpiechart('typeid1');
  919. }else
  920. {
  921. getchart("typeid1");
  922. }
  923. $("#rqimg1").css('display','none');
  924. $("#rqimg2").css('display','');
  925. $("#rqimg3").css('display','none');
  926. }else if(obj==3)
  927. {
  928. $("#typeid1").val(obj);
  929. var kv=$("#kv1").val();
  930. if(kv==0)
  931. {
  932. getpiechart('typeid1');
  933. }else
  934. {
  935. getchart("typeid1");
  936. }
  937. $("#rqimg1").css('display','none');
  938. $("#rqimg2").css('display','none');
  939. $("#rqimg3").css('display','');
  940. }else if(obj==4)
  941. {
  942. $("#typeid2").val(obj);
  943. var kv=$("#kv2").val();
  944. if(kv==0)
  945. {
  946. getpiechart('typeid2');
  947. }else
  948. {
  949. getchart("typeid2");
  950. }
  951. $("#rqimg4").css('display','');
  952. $("#rqimg5").css('display','none');
  953. $("#rqimg6").css('display','none');
  954. }else if(obj==5)
  955. {
  956. $("#typeid2").val(obj);
  957. var kv=$("#kv2").val();
  958. if(kv==0)
  959. {
  960. getpiechart('typeid2');
  961. }else
  962. {
  963. getchart("typeid2");
  964. }
  965. $("#rqimg4").css('display','none');
  966. $("#rqimg5").css('display','');
  967. $("#rqimg6").css('display','none');
  968. }else if(obj==6)
  969. {
  970. $("#typeid2").val(obj);
  971. var kv=$("#kv2").val();
  972. if(kv==0)
  973. {
  974. getpiechart('typeid2');
  975. }else
  976. {
  977. getchart("typeid2");
  978. } $("#rqimg4").css('display','none');
  979. $("#rqimg5").css('display','none');
  980. $("#rqimg6").css('display','');
  981. }else if(obj==7)
  982. {
  983. $("#typeid3").val(obj);
  984. var kv=$("#kv3").val();
  985. if(kv==0)
  986. {
  987. getpiechart('typeid3');
  988. }else
  989. {
  990. getchart("typeid3");
  991. }
  992. $("#rqimg7").css('display','');
  993. $("#rqimg8").css('display','none');
  994. $("#rqimg9").css('display','none');
  995. }else if(obj==8)
  996. {
  997. $("#typeid3").val(obj);
  998. var kv=$("#kv3").val();
  999. if(kv==0)
  1000. {
  1001. getpiechart('typeid3');
  1002. }else
  1003. {
  1004. getchart("typeid3");
  1005. }
  1006. $("#rqimg7").css('display','none');
  1007. $("#rqimg8").css('display','');
  1008. $("#rqimg9").css('display','none');
  1009. }else if(obj==9)
  1010. {
  1011. $("#typeid3").val(obj);
  1012. var kv=$("#kv3").val();
  1013. if(kv==0)
  1014. {
  1015. getpiechart('typeid3');
  1016. }else
  1017. {
  1018. getchart("typeid3");
  1019. }
  1020. $("#rqimg7").css('display','none');
  1021. $("#rqimg8").css('display','none');
  1022. $("#rqimg9").css('display','');
  1023. }
  1024. }
  1025. function getchart(obj)
  1026. {
  1027. var recorddate = $("#recorddate").val();
  1028. var windfarm = $("#windfarm").val();
  1029. var typeid = null;
  1030. if(obj=="typeid1")
  1031. {
  1032. typeid = $("#typeid1").val();;
  1033. }else if(obj=="typeid2")
  1034. {
  1035. typeid = $("#typeid2").val();;
  1036. }else if(obj=="typeid3")
  1037. {
  1038. typeid = $("#typeid3").val();;
  1039. }
  1040. var url = "../charts/dayfzy.action?windfarm="+ windfarm
  1041. + "&recorddate=" + recorddate + "&typeid="+typeid;
  1042. $.ajax( {
  1043. url : url,
  1044. type : "post",
  1045. cache : false,
  1046. dataType : "json",
  1047. data : {},
  1048. ifModified : false,
  1049. success : function(result) {
  1050. var data1 = [];
  1051. var jfpl=result.jfpl;
  1052. $.each(result.data, function(m, obj) {
  1053. if (obj.data1 != null) {
  1054. data1.push(parseFloat(obj.data1));
  1055. }
  1056. });
  1057. if(typeid<=3)
  1058. {
  1059. options4.series[0].data = data1;
  1060. options4.series[0].name = jfpl;
  1061. chart4 = new Highcharts.Chart(options4);
  1062. $("#bt1").css("left","137px");
  1063. $("#jxss1").css("display","none");
  1064. $("#xdss1").css("display","none");
  1065. $("#xnss1").css("display","none");
  1066. $("#gzss1").css("display","none");
  1067. $("#slss1").css("display","none");
  1068. $("#fdl1").css("display","none");
  1069. }else if(typeid<=6)
  1070. {
  1071. options5.series[0].data = data1;
  1072. options5.series[0].name = jfpl;
  1073. chart5 = new Highcharts.Chart(options5);
  1074. $("#bt2").css("left","693px");
  1075. $("#jxss2").css("display","none");
  1076. $("#xdss2").css("display","none");
  1077. $("#xnss2").css("display","none");
  1078. $("#gzss2").css("display","none");
  1079. $("#slss2").css("display","none");
  1080. $("#fdl2").css("display","none");
  1081. }else if(typeid<=9)
  1082. {
  1083. options6.series[0].data = data1;
  1084. options6.series[0].name = jfpl;
  1085. chart6 = new Highcharts.Chart(options6);
  1086. $("#bt3").css("left","1248px");
  1087. $("#jxss3").css("display","none");
  1088. $("#xdss3").css("display","none");
  1089. $("#xnss3").css("display","none");
  1090. $("#gzss3").css("display","none");
  1091. $("#slss3").css("display","none");
  1092. $("#fdl3").css("display","none");
  1093. }
  1094. }
  1095. });
  1096. }
  1097. function getpiechart(obj)
  1098. {
  1099. var recorddate = $("#recorddate").val();
  1100. var windfarm = $("#windfarm").val();
  1101. var typeid = null;
  1102. if(obj=="typeid1")
  1103. {
  1104. typeid = $("#typeid1").val();;
  1105. }else if(obj=="typeid2")
  1106. {
  1107. typeid = $("#typeid2").val();;
  1108. }else if(obj=="typeid3")
  1109. {
  1110. typeid = $("#typeid3").val();;
  1111. }
  1112. var url = "../charts/lossPieChart.action?windfarm="+ windfarm
  1113. + "&recorddate=" + recorddate + "&typeid="+typeid;
  1114. $.ajax( {
  1115. url : url,
  1116. type : "post",
  1117. cache : false,
  1118. dataType : "json",
  1119. data : {},
  1120. ifModified : false,
  1121. success : function(result) {
  1122. if (null!=result && result.length != 0) {
  1123. eval(result);
  1124. var xaixs = [];
  1125. for ( var i = 0; i < result.length; i += 1) {
  1126. if(result[i].name!="发电量")
  1127. {
  1128. var jsonObj1 = [ result[i].name, result[i].value1 ];
  1129. xaixs.push(jsonObj1);
  1130. }
  1131. }
  1132. if(typeid<=3)
  1133. {
  1134. $("#jxss1").html("计划检修损失:"+result[0].value1);
  1135. $("#xdss1").html("限电损失:"+result[2].value1);
  1136. $("#xnss1").html("性能损失:"+result[4].value1);
  1137. $("#gzss1").html("非计划检修损失:"+result[1].value1);
  1138. $("#slss1").html("受累损失:"+result[3].value1);
  1139. $("#fdl1").html("发电量:"+result[5].value1);
  1140. $("#jxss1").css("display","");
  1141. $("#xdss1").css("display","");
  1142. $("#xnss1").css("display","");
  1143. $("#gzss1").css("display","");
  1144. $("#slss1").css("display","");
  1145. $("#fdl1").css("display","");
  1146. options1.series[0].data = xaixs;
  1147. chart1 = new Highcharts.Chart(options1);
  1148. $("#bt1").css("left","57px");
  1149. }else if(typeid<=6)
  1150. {
  1151. $("#jxss2").html("计划检修损失:"+result[0].value1);
  1152. $("#xdss2").html("限电损失:"+result[2].value1);
  1153. $("#xnss2").html("性能损失:"+result[4].value1);
  1154. $("#gzss2").html("非计划检修损失:"+result[1].value1);
  1155. $("#slss2").html("受累损失:"+result[3].value1);
  1156. $("#fdl2").html("发电量:"+result[5].value1);
  1157. $("#jxss2").css("display","");
  1158. $("#xdss2").css("display","");
  1159. $("#xnss2").css("display","");
  1160. $("#gzss2").css("display","");
  1161. $("#slss2").css("display","");
  1162. $("#fdl2").css("display","");
  1163. options2.series[0].data = xaixs;
  1164. chart2 = new Highcharts.Chart(options2);
  1165. $("#bt2").css("left","613px");
  1166. }else if(typeid<=9)
  1167. {
  1168. $("#jxss3").html("计划检修损失:"+result[0].value1);
  1169. $("#xdss3").html("限电损失:"+result[2].value1);
  1170. $("#xnss3").html("性能损失:"+result[4].value1);
  1171. $("#gzss3").html("非计划检修损失:"+result[1].value1);
  1172. $("#slss3").html("受累损失:"+result[3].value1);
  1173. $("#fdl3").html("发电量:"+result[5].value1);
  1174. $("#jxss3").css("display","");
  1175. $("#xdss3").css("display","");
  1176. $("#xnss3").css("display","");
  1177. $("#gzss3").css("display","");
  1178. $("#slss3").css("display","");
  1179. $("#fdl3").css("display","");
  1180. options3.series[0].data = xaixs;
  1181. chart3 = new Highcharts.Chart(options3);
  1182. $("#bt3").css("left","1168px");
  1183. }
  1184. }
  1185. }
  1186. });
  1187. }
  1188. function selectWp(obj)
  1189. {
  1190. if(obj=="mhs")
  1191. {
  1192. $("#windfarm").val("MHS_FDC");
  1193. $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs_Selected.jpg")
  1194. $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
  1195. $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
  1196. $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
  1197. $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
  1198. }else if(obj=="nss")
  1199. {
  1200. $("#windfarm").val("NSS_FDC");
  1201. $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
  1202. $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh_Selected.jpg")
  1203. $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
  1204. $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
  1205. $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
  1206. }else if(obj=="qs")
  1207. {
  1208. $("#windfarm").val("QS_FDC");
  1209. $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
  1210. $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
  1211. $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs_Selected.jpg")
  1212. $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
  1213. $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
  1214. }else if(obj=="sbq")
  1215. {
  1216. $("#windfarm").val("SBQ_FDC");
  1217. $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
  1218. $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
  1219. $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
  1220. $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq_Selected.jpg")
  1221. $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg")
  1222. }else if(obj=="xs")
  1223. {
  1224. $("#windfarm").val("XS_FDC");
  1225. $("#mhs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs.jpg")
  1226. $("#nss").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg")
  1227. $("#qs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg")
  1228. $("#sbq").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg")
  1229. $("#xs").attr("src","<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs_Selected.jpg")
  1230. }
  1231. showChart();
  1232. }
  1233. /***************************************************************************************************/
  1234. </script>
  1235. <body style='overflow: scroll;'>
  1236. <form action="" method="get" id="f1">
  1237. <div onclick="selectKg('kg1')"><img id="kg1" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
  1238. <div onclick="selectKg('kg2')" ><img id="kg2" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
  1239. <div onclick="selectKg('kg3')" ><img id="kg3" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_fengxiang_Button.png" width="191" height="42" /></div>
  1240. <div id="bt1"></div>
  1241. <div id="bt2"></div>
  1242. <div id="bt3"></div>
  1243. <div class="text" id="jxss1">计划检修损失:</div>
  1244. <div class="text" id="xdss1">限电损失: </div>
  1245. <div class="text" id="xnss1">性能损失:</div>
  1246. <div class="text" id="gzss1">非计划检修损失:</div>
  1247. <div class="text" id="slss1">受累损失:</div>
  1248. <div class="text" id="jxss2">计划检修损失:</div>
  1249. <div class="text" id="xdss2">限电损失: </div>
  1250. <div class="text" id="xnss2">性能损失:</div>
  1251. <div class="text" id="gzss2">非计划检修损失:</div>
  1252. <div class="text" id="slss2">受累损失:</div>
  1253. <div class="text" id="jxss3">计划检修损失:</div>
  1254. <div class="text" id="xdss3">限电损失: </div>
  1255. <div class="text" id="xnss3">性能损失:</div>
  1256. <div class="text" id="gzss3">非计划检修损失:</div>
  1257. <div class="text" id="slss3">受累损失:</div>
  1258. <div class="text" id="fdl1">发电量:</div>
  1259. <div class="text" id="fdl2">发电量:</div>
  1260. <div class="text" id="fdl3">发电量:</div>
  1261. <table width="1655" border="0" cellspacing="0" cellpadding="0">
  1262. <tr>
  1263. <td height="38" align="left" valign="middle" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_Top_bg.jpg" >
  1264. <table width="500" border="0" cellspacing="0" cellpadding="0">
  1265. <tr>
  1266. <td>&nbsp;</td>
  1267. <td height="23" valign="middle" class="text">
  1268. <span class="Text">日期: <s:textfield cssClass="Wdate"
  1269. onFocus="WdatePicker({dateFmt:'yyyy-MM-dd',isShowWeek:true,readOnly:true})"
  1270. id="recorddate" name="recorddate" title="日期" /> <input
  1271. type="button" name="button" id="button" onclick="queryData();"
  1272. value="查询" />
  1273. </span>
  1274. </td>
  1275. </tr>
  1276. </table>
  1277. </td>
  1278. </tr>
  1279. </table>
  1280. <table width="1655" border="0" cellspacing="2" cellpadding="0">
  1281. <tr>
  1282. <td onclick="selectWp('mhs')"><img id="mhs"src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_mhs_Selected.jpg" width="328" height="32" /></td>
  1283. <td onclick="selectWp('nss')"><img id="nss" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_nsh.jpg" width="327" height="30" /></td>
  1284. <td onclick="selectWp('qs')"><img id="qs" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_qs.jpg" width="327" height="30" /></td>
  1285. <td onclick="selectWp('sbq')"><img id="sbq" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sbq.jpg" width="327" height="30" /></td>
  1286. <td onclick="selectWp('xs')"><img id="xs" src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_xs.jpg" width="327" height="30" /></td>
  1287. </tr>
  1288. </table>
  1289. <table width="1655" border="0" cellspacing="1" cellpadding="0">
  1290. <tr>
  1291. <td width="552" height="30" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today_Top.jpg" class="text">近期数据</td>
  1292. <td width="552" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_Top.jpg" class="text">公历历史同期</td>
  1293. <td width="551" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history_Top.jpg" class="text">农历历史同期</td>
  1294. </tr>
  1295. </table>
  1296. <table width="1655" border="0" cellspacing="0" cellpadding="0">
  1297. <tr>
  1298. <td width="551"><table width="550" border="0" cellspacing="1" cellpadding="0">
  1299. <tr>
  1300. <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>
  1301. <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>
  1302. <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>
  1303. </tr>
  1304. <tr>
  1305. <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">
  1306. <tr>
  1307. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1308. </tr>
  1309. <tr>
  1310. <td height="30" align="center"><div id="yq1"></div></td>
  1311. </tr>
  1312. <tr>
  1313. <td height="30" align="center"><div id="wd1"></div></td>
  1314. </tr>
  1315. <tr>
  1316. <td height="30" align="center"><div id="fs1"></div></td>
  1317. </tr>
  1318. </table></td>
  1319. <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">
  1320. <tr>
  1321. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1322. </tr>
  1323. <tr>
  1324. <td height="30" align="center"><div id="yq2"></div></td>
  1325. </tr>
  1326. <tr>
  1327. <td height="30" align="center"><div id="wd2"></div></td>
  1328. </tr>
  1329. <tr>
  1330. <td height="30" align="center"><div id="fs2"></div></td>
  1331. </tr>
  1332. </table></td>
  1333. <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">
  1334. <tr>
  1335. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1336. </tr>
  1337. <tr>
  1338. <td height="30" align="center"><div id="yq3"></div></td>
  1339. </tr>
  1340. <tr>
  1341. <td height="30" align="center"><div id="wd3"></div></td>
  1342. </tr>
  1343. <tr>
  1344. <td height="30" align="center"><div id="fs3"></div></td>
  1345. </tr>
  1346. </table></td>
  1347. </tr>
  1348. <tr>
  1349. <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>
  1350. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs2"></div></td>
  1351. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs3"></div></td>
  1352. </tr>
  1353. </table></td>
  1354. <td width="551"><table width="550" border="0" cellspacing="1" cellpadding="0">
  1355. <tr>
  1356. <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>
  1357. <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>
  1358. <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>
  1359. </tr>
  1360. <tr>
  1361. <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">
  1362. <tr>
  1363. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1364. </tr>
  1365. <tr>
  1366. <td height="30" align="center"><div id="yq4"></div></td>
  1367. </tr>
  1368. <tr>
  1369. <td height="30" align="center"><div id="wd4"></div></td>
  1370. </tr>
  1371. <tr>
  1372. <td height="30" align="center"><div id="fs4"></div></td>
  1373. </tr>
  1374. </table></td>
  1375. <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">
  1376. <tr>
  1377. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1378. </tr>
  1379. <tr>
  1380. <td height="30" align="center"><div id="yq5"></div></td>
  1381. </tr>
  1382. <tr>
  1383. <td height="30" align="center"><div id="wd5"></div></td>
  1384. </tr>
  1385. <tr>
  1386. <td height="30" align="center"><div id="fs5"></div></td>
  1387. </tr>
  1388. </table></td>
  1389. <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">
  1390. <tr>
  1391. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1392. </tr>
  1393. <tr>
  1394. <td height="30" align="center"><div id="yq6"></div></td>
  1395. </tr>
  1396. <tr>
  1397. <td height="30" align="center"><div id="wd6"></div></td>
  1398. </tr>
  1399. <tr>
  1400. <td height="30" align="center"><div id="fs6"></div></td>
  1401. </tr>
  1402. </table></td>
  1403. </tr>
  1404. <tr>
  1405. <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>
  1406. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs5"></div></td>
  1407. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs6"></div></td>
  1408. </tr>
  1409. </table></td>
  1410. <td width="550"><table width="550" border="0" cellspacing="1" cellpadding="0">
  1411. <tr>
  1412. <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>
  1413. <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>
  1414. <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>
  1415. </tr>
  1416. <tr>
  1417. <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">
  1418. <tr>
  1419. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1420. </tr>
  1421. <tr>
  1422. <td height="30" align="center"><div id="yq7"></div></td>
  1423. </tr>
  1424. <tr>
  1425. <td height="30" align="center"><div id="wd7"></div></td>
  1426. </tr>
  1427. <tr>
  1428. <td height="30" align="center"><div id="fs7"></div></td>
  1429. </tr>
  1430. </table></td>
  1431. <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">
  1432. <tr>
  1433. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1434. </tr>
  1435. <tr>
  1436. <td height="30" align="center"><div id="yq8"></div></td>
  1437. </tr>
  1438. <tr>
  1439. <td height="30" align="center"><div id="wd8"></div></td>
  1440. </tr>
  1441. <tr>
  1442. <td height="30" align="center"><div id="fs8"></div></td>
  1443. </tr>
  1444. </table></td>
  1445. <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">
  1446. <tr>
  1447. <td align="center"><img src="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_sun.png" width="78" height="71" /></td>
  1448. </tr>
  1449. <tr>
  1450. <td height="30" align="center"><div id="yq9"></div></td>
  1451. </tr>
  1452. <tr>
  1453. <td height="30" align="center"><div id="wd9"></div></td>
  1454. </tr>
  1455. <tr>
  1456. <td height="30" align="center"><div id="fs9"></div></td>
  1457. </tr>
  1458. </table></td>
  1459. </tr>
  1460. <tr>
  1461. <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>
  1462. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_history3_fj_bg.jpg" bgcolor="#AAD5FF" class="text"><div id="wpfs8"></div></td>
  1463. <td align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today3_fj_bg.jpg" bgcolor="#73B9FF" class="text"><div id="wpfs9"></div></td>
  1464. </tr>
  1465. </table></td>
  1466. </tr>
  1467. <tr>
  1468. <td width="550" height="387" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_today_chart_bg.jpg">&nbsp;</td>
  1469. <td width="550" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_History_chart_bg.jpg">&nbsp;</td>
  1470. <td width="550" align="center" background="<%=request.getContextPath()%>/resource/images/system/pictures/Lstq_History_chart_bg.jpg">&nbsp;</td>
  1471. </tr>
  1472. </table>
  1473. <s:hidden id="windfarm" name="windfarm"></s:hidden>
  1474. <s:hidden id="typeid" name="typeid"></s:hidden>
  1475. <s:hidden id="typeid1" name="typeid1"></s:hidden>
  1476. <s:hidden id="typeid2" name="typeid2"></s:hidden>
  1477. <s:hidden id="typeid3" name="typeid3"></s:hidden>
  1478. <s:hidden id="kv1" name="kv1"></s:hidden>
  1479. <s:hidden id="kv2" name="kv2"></s:hidden>
  1480. <s:hidden id="kv3" name="kv3"></s:hidden>
  1481. </form>
  1482. </body>