gaday.jsp 19 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809
  1. <%@ page language="java" contentType="text/html;charset=utf-8"%>
  2. <%@include file="/pages/includes/taglibs.jsp"%>
  3. <head>
  4. <script type="text/javascript"
  5. src="<%=request.getContextPath()%>/resource/js/jquery-1.8.3.js">
  6. </script>
  7. <link rel="stylesheet"
  8. href="<%=request.getContextPath()%>/resource/css/ztree/zTreeStyle.css"
  9. type="text/css">
  10. <script
  11. src="<%=request.getContextPath()%>/resource/js/ztree/jquery.ztree.all.min.js"
  12. type="text/javascript">
  13. </script>
  14. <script
  15. src="<%=request.getContextPath()%>/resource/js/datePicker/WdatePicker.js"
  16. type="text/javascript">
  17. </script>
  18. <script type="text/ecmascript"
  19. src="<%=request.getContextPath()%>/resource/plugin/jqgrid/js/jquery.jqGrid.min.js">
  20. </script>
  21. <script type="text/ecmascript"
  22. src="<%=request.getContextPath()%>/resource/plugin/jqgrid/js/i18n/grid.locale-cn.js">
  23. </script>
  24. <script type="text/ecmascript"
  25. src="<%=request.getContextPath()%>/resource/js/system/jqdatagrid.js">
  26. </script>
  27. <link rel="stylesheet" type="text/css"
  28. href="<%=request.getContextPath()%>/resource/plugin/jqueryui/css/custom-theme/jquery-ui-1.9.2.custom.css" />
  29. <link rel="stylesheet" type="text/css" media="screen"
  30. href="<%=request.getContextPath()%>/resource/plugin/jqgrid/css/ui.jqgrid.css" />
  31. <script
  32. src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts.src.js"
  33. type="text/javascript">
  34. </script>
  35. <script
  36. src="<%=request.getContextPath()%>/resource/js/highcharts/highcharts-more.js">
  37. </script>
  38. <script type="text/javascript"
  39. src="<%=request.getContextPath()%>/resource/plugin/highslide/highslide-with-html.js">
  40. </script>
  41. <link rel="stylesheet" type="text/css"
  42. href="<%=request.getContextPath()%>/resource/plugin/highslide/highslide.css" />
  43. <style type="text/css">
  44. .normal {
  45. border-right-style: solid;
  46. border-bottom-style: solid;
  47. border-left-style: solid;
  48. border-top-style: solid;
  49. border-top-color: #ffffff;
  50. border-left-color: #f1f1f1;
  51. border-right-color: #f1f1f1;
  52. border-bottom-color: #f1f1f1;
  53. border-width: 1px;
  54. width: 100px;
  55. height: 28px;
  56. float: left;
  57. margin-top: -1px;
  58. cursor: pointer;
  59. text-align: center;
  60. line-height: 28px;
  61. overflow: hidden;
  62. font-weight: bold;
  63. font-size: 12px;
  64. font-family: tahoma, arial, verdana, sans-serif;
  65. }
  66. .disable {
  67. border-right-style: solid;
  68. border-bottom-style: solid;
  69. border-left-style: solid;
  70. border-top-style: solid;
  71. border-top-color: #f1f1f1;
  72. border-left-color: #f1f1f1;
  73. border-right-color: #f1f1f1;
  74. border-bottom-color: #f1f1f1;
  75. border-width: 1px;
  76. width: 100px;
  77. height: 25px;
  78. float: left;
  79. margin-top: -1px;
  80. cursor: pointer;
  81. text-align: center;
  82. background-color: #e1e1e1;
  83. line-height: 25px;
  84. overflow: hidden;
  85. font-weight: bold;
  86. font-size: 12px;
  87. font-family: tahoma, arial, verdana, sans-serif;
  88. }
  89. .panelcontainer {
  90. width: 100%;
  91. height: 70px;
  92. border-style: solid;
  93. border-color: #f1f1f1;
  94. border-width: 1px;
  95. }
  96. .panelquery {
  97. width: 100%;
  98. height: 25px;
  99. background-color: #f1f1f1;
  100. line-height: 25px;
  101. }
  102. .panelquerytext {
  103. margin-left: 3px;
  104. font-weight: bold;
  105. font-size: 12px;
  106. font-family: tahoma, arial, verdana, sans-serif;
  107. }
  108. .querycondcontainer {
  109. line-height: 39px;
  110. padding: 3px;
  111. float: left;
  112. font-size: 12px;
  113. }
  114. a { /* 统一设置所以样式 */
  115. font-family: Arial;
  116. font-size: 12px;
  117. text-align: center;
  118. margin: 3px;
  119. }
  120. a:link,a:visited { /* 超链接正常状态、被访问过的样式 */
  121. color: #000000;
  122. padding: 4px 10px 4px 10px;
  123. background-color: #f1f1f1;
  124. text-decoration: none;
  125. border-top: 1px solid #EEEEEE; /* 边框实现阴影效果 */
  126. border-left: 1px solid #EEEEEE;
  127. border-bottom: 1px solid #717171;
  128. border-right: 1px solid #717171;
  129. }
  130. a:hover { /* 鼠标指针经过时的超链接 */
  131. color: #821818; /* 改变文字颜色 */
  132. padding: 5px 8px 3px 12px; /* 改变文字位置 */
  133. background-color: #e2c4c9; /* 改变背景色 */
  134. border-top: 1px solid #717171; /* 边框变换,实现“按下去”的效果 */
  135. border-left: 1px solid #717171;
  136. border-bottom: 1px solid #EEEEEE;
  137. border-right: 1px solid #EEEEEE;
  138. }
  139. </style>
  140. <script type="text/javascript">
  141. hs.graphicsDir = '<%=request.getContextPath()%>/resource/plugin/highslide/graphics/';
  142. hs.outlineType = 'rounded-white';
  143. hs.wrapperClassName = 'draggable-header';
  144. var options2;
  145. var chart2;
  146. function showDiv() {
  147. var hc = $("#container");
  148. return hs.htmlExpand(hc[0], {
  149. contentId : "showDiv",
  150. width : 640,
  151. height : 480,
  152. align : 'center',
  153. headingText : ' 日单机等级信息对比'
  154. });
  155. }
  156. function getCheatName(gaid1, gaid2) {
  157. var url = 'chartqName.action?pid=' + gaid1;
  158. $.ajax( {
  159. type : "post",
  160. url : url,
  161. dataType : "json",
  162. success : function(data) {
  163. if (data.length != 0) {
  164. options2.xAxis.categories = eval(data);
  165. createPolarChat(gaid1, gaid2);
  166. }
  167. }
  168. });
  169. }
  170. function createPolarChat(gaid1, gaid2) {
  171. var url = "/gradeassessday/chartqData.action?pid=" + gaid1;
  172. $.ajax( {
  173. url : url,
  174. type : "post",
  175. cache : false,
  176. dataType : "json",
  177. data : {},
  178. ifModified : false,
  179. success : function(result) {
  180. var value1 = [];
  181. if (result != null) {
  182. $.each(result, function(m, obj) {
  183. if (obj.value != null) {
  184. value1.push(parseFloat(obj.value));
  185. }
  186. });
  187. if (null != options2.series[0]) {
  188. options2.series[0].data = value1;
  189. url = "/gradeassessday/chartqData.action?pid=" + gaid2;
  190. $.ajax( {
  191. url : url,
  192. type : "post",
  193. cache : false,
  194. dataType : "json",
  195. data : {},
  196. ifModified : false,
  197. success : function(result) {
  198. var value1 = [];
  199. if (result != null) {
  200. $.each(result, function(m, obj) {
  201. if (obj.value != null) {
  202. value1.push(parseFloat(obj.value));
  203. }
  204. });
  205. if (null != options2.series[1]) {
  206. options2.series[1].data = value1;
  207. chart2 = new Highcharts.Chart(options2);
  208. }
  209. }
  210. }
  211. });
  212. }
  213. }
  214. }
  215. });
  216. }
  217. function contrast() {
  218. var arr = $("#gridTable").jqGrid('getGridParam', 'selarrrow');
  219. var i = 0;
  220. var gaid1, gaid2;
  221. $.each(arr, function(n, value) {
  222. var temp = $("#gridTable").jqGrid('getCell', value, 'wtid');
  223. var tempgaid = $("#gridTable").jqGrid('getCell', value, 'id');
  224. if (i == 0) {
  225. wt1 = temp;
  226. gaid1 = tempgaid;
  227. options2.series[0].name = wt1;
  228. } else if (i == 1) {
  229. gaid2 = tempgaid;
  230. wt2 = temp;
  231. options2.series[1].name = wt2;
  232. }
  233. i++;
  234. })
  235. if (i > 2) {
  236. alert("一次最多能选择两台风机!");
  237. return false;
  238. } else if (i < 2) {
  239. alert("请选择两台风机!");
  240. return false;
  241. }
  242. getCheatName(gaid1, gaid2);
  243. showDiv();
  244. }
  245. var queryType = "fc";
  246. var setting = {
  247. check : {
  248. enable : true,
  249. chkStyle : "radio"
  250. },
  251. view : {
  252. dblClickExpand : false
  253. },
  254. data : {
  255. simpleData : {
  256. enable : true
  257. }
  258. },
  259. callback : {
  260. beforeClick : beforeClickWindfarm,
  261. onCheck : selectWindfarm
  262. },
  263. async : {
  264. enable : true,
  265. url : "/power/windfarmAjax.action",
  266. dataType : "json"
  267. }
  268. };
  269. function beforeClickWindfarm(treeId, treeNode) {
  270. var zTree = $.fn.zTree.getZTreeObj(treeId);
  271. zTree.checkNode(treeNode, !treeNode.checked, null, true);
  272. return false;
  273. }
  274. function showWindfarm() {
  275. var cityObj = $("#windfarm");
  276. var cityOffset = $("#windfarm").offset();
  277. $("#menuWindfarm").css( {
  278. left : cityOffset.left + "px",
  279. top : cityOffset.top + cityObj.outerHeight() + "px"
  280. }).slideDown("fast");
  281. $("body").bind("mousedown", onBodyDown);
  282. changeFc();
  283. }
  284. function showLine() {
  285. if (wpids == "") {
  286. alert("请选择风场!");
  287. return;
  288. }
  289. var setting1 = {
  290. check : {
  291. enable : true,
  292. chkStyle : "radio"
  293. },
  294. view : {
  295. dblClickExpand : false
  296. },
  297. data : {
  298. simpleData : {
  299. enable : true
  300. }
  301. },
  302. callback : {
  303. beforeClick : beforeClickWindfarm,
  304. onCheck : selectXl
  305. },
  306. async : {
  307. enable : true,
  308. url : "/power/lineAjax.action?wpIds=" + wpids,
  309. dataType : "json"
  310. }
  311. };
  312. $.fn.zTree.init($("#treeXl"), setting1);
  313. var cityObj = $("#line");
  314. var cityOffset = $("#line").offset();
  315. $("#menuXl").css( {
  316. left : cityOffset.left + "px",
  317. top : cityOffset.top + cityObj.outerHeight() + "px"
  318. }).slideDown("fast");
  319. $("body").bind("mousedown", onBodyDown);
  320. lines = '';
  321. $("#line").val("");
  322. changeFc();
  323. //$("#menuWindfarm").fadeOut("fas
  324. }
  325. function showProject() {
  326. if (wpids == "") {
  327. alert("请选择风场!");
  328. return;
  329. }
  330. var setting3 = {
  331. check : {
  332. enable : true,
  333. chkStyle : "radio"
  334. },
  335. view : {
  336. dblClickExpand : false
  337. },
  338. data : {
  339. simpleData : {
  340. enable : true
  341. }
  342. },
  343. callback : {
  344. beforeClick : beforeClickWindfarm,
  345. onCheck : selectPj
  346. },
  347. async : {
  348. enable : true,
  349. url : "/power/projectAjax.action?wpIds=" + wpids,
  350. dataType : "json"
  351. }
  352. };
  353. $.fn.zTree.init($("#treePj"), setting3);
  354. var cityObj = $("#project");
  355. var cityOffset = $("#project").offset();
  356. $("#menuPj").css( {
  357. left : cityOffset.left + "px",
  358. top : cityOffset.top + cityObj.outerHeight() + "px"
  359. }).slideDown("fast");
  360. $("body").bind("mousedown", onBodyDown);
  361. pjIds = '';
  362. $("#project").val("");
  363. changeFc();
  364. }
  365. function hideMenuWindfarm() {
  366. $("#menuWindfarm").fadeOut("fast");
  367. }
  368. var wpids = "";
  369. function selectWindfarm(e, treeId, treeNode) {
  370. var zTree = $.fn.zTree.getZTreeObj("treeWindfarm"), nodes = zTree
  371. .getCheckedNodes(true);
  372. v = "";
  373. d = "";
  374. for ( var i = 0, l = nodes.length; i < l; i++) {
  375. v += nodes[i].name + ",";
  376. d += nodes[i].id + ",";
  377. }
  378. if (v.length > 0)
  379. v = v.substring(0, v.length - 1);
  380. if (d.length > 0)
  381. d = d.substring(0, d.length - 1);
  382. wpids = d;
  383. var cityObj = $("#windfarm");
  384. cityObj.attr("value", v);
  385. lines = '';
  386. pjIds = '';
  387. $("#project").val("");
  388. $("#line").val("");
  389. changeFc();
  390. //$("#menuWindfarm").fadeOut("fast");
  391. }
  392. var lines = "";
  393. function selectXl(e, treeId, treeNode) {
  394. var zTree = $.fn.zTree.getZTreeObj("treeXl"), nodes = zTree
  395. .getCheckedNodes(true);
  396. v = "";
  397. d = "";
  398. for ( var i = 0, l = nodes.length; i < l; i++) {
  399. v += nodes[i].name + ",";
  400. d += nodes[i].id + ",";
  401. }
  402. if (v.length > 0)
  403. v = v.substring(0, v.length - 1);
  404. if (d.length > 0)
  405. d = d.substring(0, d.length - 1);
  406. lines = d;
  407. var cityObj = $("#line");
  408. cityObj.attr("value", v);
  409. changeFc();
  410. //$("#menuXl").fadeOut("fast");
  411. }
  412. var pjIds = "";
  413. function selectPj(e, treeId, treeNode) {
  414. var zTree = $.fn.zTree.getZTreeObj("treePj"), nodes = zTree
  415. .getCheckedNodes(true);
  416. v = "";
  417. d = "";
  418. for ( var i = 0, l = nodes.length; i < l; i++) {
  419. v += nodes[i].name + ",";
  420. d += nodes[i].id + ",";
  421. }
  422. if (v.length > 0)
  423. v = v.substring(0, v.length - 1);
  424. if (d.length > 0)
  425. d = d.substring(0, d.length - 1);
  426. pjIds = d;
  427. var cityObj = $("#project");
  428. cityObj.attr("value", v);
  429. changeFc();
  430. //$("#menuXl").fadeOut("fast");
  431. }
  432. function hideMenuPj() {
  433. $("#menuPj").fadeOut("fast");
  434. }
  435. function hideMenuXl() {
  436. $("#menuXl").fadeOut("fast");
  437. }
  438. $(document).ready(
  439. function() {
  440. $.fn.zTree.init($("#treeWindfarm"), setting);
  441. initial();
  442. var recorddate = $("#recorddate").val();
  443. var tid = $("#tid").val();
  444. var url = 'daybacklist.action?tid=' + tid + '&wpid=' + wpids
  445. + '&pjid=' + pjIds + '&lnid=' + lines + '&recorddate=' + recorddate;
  446. getCol(url);
  447. });
  448. function getCol(url) {
  449. getColNames(url);
  450. }
  451. function getColNames(url1) {
  452. var recorddate = $("#recorddate").val();
  453. var tid = $("#tid").val();
  454. var url = 'dayColNames.action?tid=' + tid + '&wpid=' + wpids + '&pjid='
  455. + pjIds + '&lnid=' + lines + '&recorddate=' + recorddate ;
  456. $.ajax( {
  457. type : "post",
  458. url : url,
  459. dataType : "json",
  460. success : function(data) {
  461. if (data.length != 0) {
  462. getColModel(eval(data), url1)
  463. }
  464. }
  465. });
  466. }
  467. function getColModel(name, url1) {
  468. var recorddate = $("#recorddate").val();
  469. var tid = $("#tid").val();
  470. var url = 'dayColModel.action?tid=' + tid + '&wpid=' + wpids + '&pjid='
  471. + pjIds + '&lnid=' + lines + '&recorddate=' + recorddate ;
  472. $.ajax( {
  473. type : "post",
  474. url : url,
  475. dataType : "json",
  476. success : function(data) {
  477. if (data.length != 0) {
  478. eval(data);
  479. showJqGrid(url1, name, eval(data));
  480. }
  481. }
  482. });
  483. }
  484. function onBodyDown(event) {
  485. if ((event.target.id != "windfarm" && event.target.id != "menuWindfarm" && $(
  486. event.target).parents("#menuWindfarm").length <= 0)) {
  487. hideMenuWindfarm();
  488. }
  489. if (!(event.target.id == "line" || event.target.id == "menuXl" || $(
  490. event.target).parents("#menuXl").length > 0)) {
  491. hideMenuXl();
  492. }
  493. if (!(event.target.id == "project" || event.target.id == "menuPj" || $(
  494. event.target).parents("#menuPj").length > 0)) {
  495. hideMenuPj();
  496. }
  497. }
  498. function queryApData() {
  499. $("#gridTable").jqGrid('GridUnload');
  500. var recorddate = $("#recorddate").val();
  501. var tid = $("#tid").val();
  502. if (wpids == "") {
  503. alert("请选择风场!");
  504. return;
  505. }
  506. if (tid == "") {
  507. alert("请选择指标体系!");
  508. return;
  509. }
  510. if (recorddate == "") {
  511. alert("请选择日期!");
  512. return;
  513. }
  514. var url = 'daylist.action?tid=' + tid + '&wpid=' + wpids + '&pjid='
  515. + pjIds + '&lnid=' + lines + '&recorddate=' + recorddate ;
  516. getCol(url);
  517. }
  518. function showJqGrid(url, name, model) {
  519. var id = 'gridTable';
  520. var datatype = 'json';
  521. var colNames = name;
  522. var colModel = model;
  523. var caption = ' 日单机等级评估列表';
  524. var sortname = 'wtid';
  525. var gridPagerID = 'gridPager';
  526. var sortorder = 'desc';
  527. var height = 'auto';
  528. var width = 'auto';
  529. var rownumbers = true;
  530. var multiselect = true;
  531. myJqGrid(id, url, datatype, colNames, colModel, caption, sortname,
  532. gridPagerID, sortorder, height, width, multiselect, rownumbers);
  533. }
  534. function initial() {
  535. $("#recorddate").val("<s:property value='recorddate'/>");
  536. $("#windfarm").val("${wpname}");
  537. wpids='<s:property value='wpid'/>';
  538. $("#project").val("${pjname}");
  539. pjIds='<s:property value='pjid'/>';
  540. $("#line").val("${lnname}");
  541. lines='<s:property value='lnid'/>';
  542. changeFc();
  543. $("#tid").val("<s:property value='tid'/>");
  544. /******************************************玫瑰图1***********************************************/
  545. options2 = {
  546. chart: {
  547. renderTo : 'fzy1',
  548. polar: true,
  549. type: 'area'
  550. },
  551. title: {
  552. text: '',
  553. x: 0
  554. },
  555. pane: {
  556. size: '80%'
  557. },
  558. xAxis: {
  559. categories: [],
  560. tickmarkPlacement: 'on',
  561. lineWidth: 0
  562. },
  563. yAxis: {
  564. gridLineInterpolation: 'polygon',
  565. lineWidth: 0,
  566. min: 0
  567. },
  568. tooltip: {
  569. shared: true,
  570. pointFormat: '<span style="color:{series.color}"> <b>{point.y:,.0f}</b><br/>'
  571. },
  572. series: [{
  573. name: '',
  574. data: [],
  575. pointPlacement: 'on'
  576. },{
  577. name: '',
  578. data: [],
  579. pointPlacement: 'on'
  580. }]
  581. }
  582. /******************************************玫瑰图1***********************************************/
  583. }
  584. function changeFc(){
  585. var url1 = '/gradeassessday/tsAjax.action?wpid=' + wpids+ '&pjid=' + pjIds+ '&lnid=' + lines;
  586. $.ajax({
  587. type:"post",
  588. url:url1,
  589. dataType:"json",
  590. success: function(data){
  591. if(data.length != 0){
  592. eval(data);
  593. $("#tid").empty();
  594. //$("#tid").append("<option value=''>请选择</option>");
  595. for(var i=0; i<data.length; i++){
  596. $("#tid").append("<option value='"+data[i].id+"'>"+data[i].name+"</option>");
  597. }
  598. }else{
  599. $("#tid").empty();
  600. //$("#tid").append("<option value=''>请选择</option>");
  601. }
  602. }
  603. });
  604. }
  605. function displaybuttons(cellvalue, options, rawObject) {
  606. var mr = "<input type='button' value='定量指标' onclick=mr('"
  607. + rawObject.id + "')>";
  608. var nr = "<input type='button' value='定性指标' onclick=nr('"
  609. + rawObject.id + "')>";
  610. return "&nbsp;&nbsp;&nbsp;\t" + mr + "&nbsp;&nbsp;&nbsp;\t"
  611. + nr;
  612. };
  613. function mr(pid) {
  614. $("#f1").attr("action", "/gradeassessday/gadaymrindex.action?pid="+pid+'&wpid=' + wpids+ '&pjid=' + pjIds+ '&lnid=' + lines
  615. ).submit();
  616. }
  617. function nr(pid) {
  618. $("#f1").attr("action", "/gradeassessday/gadaynrindex.action?pid="+pid+'&wpid=' + wpids+ '&pjid=' + pjIds+ '&lnid=' + lines
  619. ).submit();
  620. }
  621. </script>
  622. </head>
  623. <body>
  624. <form action="" method="post" id="f1" style="width: 1620px;">
  625. <div class="panelcontainer" style="width: 1620px;">
  626. <div class="panelquery">
  627. <span class="panelquerytext"> 日单机等级评估</span>
  628. </div>
  629. <div class="querycondcontainer">
  630. 风场:
  631. <input id="windfarm" type="text" readonly value=""
  632. style="width: 150px;" onclick="showWindfarm();" />
  633. </div>
  634. <div id="pjpanel" class="querycondcontainer">
  635. 项目:
  636. <input id="project" type="text" readonly value=""
  637. style="width: 150px;" onclick="showProject();" />
  638. </div>
  639. <div id="xlpanel" class="querycondcontainer">
  640. 线路:
  641. <input id="line" type="text" readonly value="" style="width: 150px;"
  642. onclick="showLine();" />
  643. </div>
  644. <div id="targetpanel" class="querycondcontainer">
  645. 指标模型:
  646. <s:select list="tsls" listKey="id" listValue="name" id="tid"
  647. name="tid"></s:select>
  648. </div>
  649. <div class="querycondcontainer">
  650. 日期:
  651. <input type="text" style="width: 150px;" class="Wdate"
  652. onFocus="WdatePicker({dateFmt:'yyyy-mm-dd',isShowWeek:true,readOnly:true})"
  653. id="recorddate" name="recorddate" />
  654. </div>
  655. <div
  656. style="float: left; line-height: 39px; margin-left: 20px; width: 80px;">
  657. </div>
  658. <div
  659. style="float: left; line-height: 39px; margin-left: 20px; width: 80px;">
  660. <input type="button" value="评估" onClick="queryApData()" />
  661. </div>
  662. <div
  663. style="float: left; line-height: 39px; margin-left: 20px; width: 80px;">
  664. <input type="button" value="对比" onClick="contrast()" />
  665. </div>
  666. </div>
  667. <div id="menuWindfarm" class="menuContent"
  668. style="overflow-y: scroll; overflow-x: auto; z-index: 9999; border: 1px solid #617775; background: #f0f6e4; display: none; position: absolute;">
  669. <ul id="treeWindfarm" class="ztree"
  670. style="margin-top: 0; width: 180px; height: 300px;"></ul>
  671. </div>
  672. <div id="menuPj" class="menuContent"
  673. style="overflow-y: scroll; overflow-x: auto; z-index: 9999; border: 1px solid #617775; background: #f0f6e4; display: none; position: absolute;">
  674. <ul id="treePj" class="ztree"
  675. style="margin-top: 0; width: 180px; height: 300px;"></ul>
  676. </div>
  677. <div id="menuXl" class="menuContent"
  678. style="overflow-y: scroll; overflow-x: auto; z-index: 9999; border: 1px solid #617775; background: #f0f6e4; display: none; position: absolute;">
  679. <ul id="treeXl" class="ztree"
  680. style="margin-top: 0; width: 180px; height: 300px;"></ul>
  681. </div>
  682. <table id='gridTable'>
  683. </table>
  684. <div class="highslide-html-content" id="showDiv" style="width: 640;height: 480">
  685. <div class="highslide-header">
  686. <ul>
  687. <li class="highslide-move">
  688. <a href="#" onclick="return false">Move</a>
  689. </li>
  690. <li class="highslide-close" style="width: 18px;height: 0px;">
  691. <a href="#" onclick="return hs.close(this)" style="width: 0px;height: 5px;"></a>
  692. </li>
  693. </ul>
  694. </div>
  695. <div class="highslide-body" id="container" style="width: 600px;height: 480">
  696. <div id="fzy1" ></div>
  697. </div>
  698. </div>
  699. </form>
  700. </body>