1
13693261870
2024-04-03 430ca426af0002e5b81bffb04ed5a21209ea8dbb
Terra.YaoGan.Web/Terra.YaoGan.Web/js/Gis/callback.js
@@ -118,7 +118,6 @@
}
function fenX(type) {
   // debugger;
    var modleSigle = localStorage.getItem("type");
    if (modleSigle == "" | modleSigle == null) {
        return false;
@@ -230,21 +229,36 @@
    }
}
function Orangin() {
    TBAX.setFullBtnVisibility("a5", "true");
    TBAX.setFullBtnVisibility("a6", "false");
    TBAX.closeDialog("右上");
}
function OranginOne() {
    TBAX.setFullBtnVisibility("a5", "true");
    TBAX.setFullBtnVisibility("a6", "false");
}
function kjcx(param) {
    showHtml("空间查询", mainUrl + "Resources/SpatialQuery/SpatialQuery.html", 20, 120, 420, 285);
}
function tjfx(param) {
    showHtml("统计分析", mainUrl + "Resources/SpatialQuery/SpatialQuery.html", 20, 120, 420, 285);
}
function showHtml(tile, url, left, top, width, height) {
    if (sgworld.Window.GetPopupByCaption(tile) != null) {
        sgworld.Window.RemovePopupByCaption(tile);
    }
    var popup = sgworld.Creator.CreatePopupMessage(tile, url, left, top, width, height);
    popup.AllowResize = true;
    popup.ShowCaption = true;
    popup.AllowDrag = true;
    popup.Width = width;
    popup.Height = height;
    sgworld.Window.ShowPopup(popup);
}