| | |
| | | case "hsymfx": |
| | | hsymfx(); |
| | | break; |
| | | case "dataCount": |
| | | dataCount(); break; |
| | | } |
| | | }); |
| | | $(".imgx").hover(function () { |
| | |
| | | $(this).attr("src", dd); |
| | | $(this).focus(); |
| | | }, function () { |
| | | if($(this).attr("data-sel") == "f"){ |
| | | if ($(this).attr("data-sel") == "f") { |
| | | var mr = $(this).attr("data-mr"); |
| | | $(this).attr("src", mr); |
| | | } |
| | | }); |
| | | }) |
| | | }); |
| | | |
| | | // 综合统计 |
| | | var showDataCount = false; |
| | | |
| | | function dataCount() { |
| | | showDataCount = !showDataCount; |
| | | if (showDataCount) { |
| | | // TBAX.createBorderDialog("左上", url, lT.width, lT.height, lT.top, lT.left, lT.bottom, lT.right); |
| | | window.external.createPmDialogDock('showDataCount1', url + "../chart/L1.html", 530, 850, 100, 20, -1, -1); |
| | | window.external.createPmDialogDock('showDataCount2', url + "../chart/R1.html", 530, 850, 100, -1, -1, 20); |
| | | } else { |
| | | window.external.closeDialog("showDataCount1"); |
| | | window.external.closeDialog("showDataCount2"); |
| | | } |
| | | } |
| | | |
| | | //洪水淹没分析 |
| | | function hsymfx() { |