13693261870
2024-04-26 98137eadda9575f61f684ab61c08709f4e26a9f8
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tooljs/tool.js
@@ -96,6 +96,8 @@
            case "hsymfx":
                hsymfx();
                break;
            case "dataCount":
                dataCount(); break;
        }
    });
    $(".imgx").hover(function () {
@@ -103,12 +105,27 @@
        $(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() {