13693261870
2024-04-25 57ccf33fdfe6555f89e4192761592c80edff6851
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tooljs/tool.js
@@ -93,6 +93,9 @@
            case "qtyzl":
                qtyzl();
                break;
            case "hsymfx":
                hsymfx();
                break;
        }
    });
    $(".imgx").hover(function () {
@@ -107,7 +110,10 @@
    });
})
//洪水淹没分析
function hsymfx() {
    sgworld.Command.Execute(1044, 0);
}
var url = window.location.href.substring(0, window.location.href.lastIndexOf('/') + 1);
//绘制
@@ -244,7 +250,7 @@
function fzdx() {
    if (fzdxStatus) {
        window.external.createPmDialogDock('tool', url + "tool/DuplicateObjects.html?lang=fzdx", 320, 300, 50, -1, -1, 10);
        window.external.createPmDialogDock('tool', url + "tool/DuplicateObjects.html?lang=fzdx", 320, 260, 50, -1, -1, 10);
        fzdxStatus = false;
    } else {
        window.external.closeDialog("imgSelect");