1
13693261870
2024-04-26 fce95773a34c42f36af4372df043b144b72d6438
1
已添加1个文件
已修改4个文件
26 ■■■■ 文件已修改
Terra.YaoGan.Web/Terra.YaoGan.Web/Terra.YaoGan.Web.csproj 1 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Terra.YaoGan.Web/Terra.YaoGan.Web/html/img/报表分析xz.png 补丁 | 查看 | 原始文档 | blame | 历史
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tool.html 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tooljs/menu.js 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tooljs/tool.js 21 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
Terra.YaoGan.Web/Terra.YaoGan.Web/Terra.YaoGan.Web.csproj
@@ -609,6 +609,7 @@
    <Content Include="html\img\截面分析.png" />
    <Content Include="html\img\截面分析xz.png" />
    <Content Include="html\img\报表分析.png" />
    <Content Include="html\img\报表分析xz.png" />
    <Content Include="html\img\报表分析_03.png" />
    <Content Include="html\img\文件树xz.png" />
    <Content Include="html\img\文字标注.png" />
Terra.YaoGan.Web/Terra.YaoGan.Web/html/img/±¨±í·ÖÎöxz.png
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tool.html
@@ -38,7 +38,7 @@
            <td class="td" title="复制对象"><img src="img/leaf.png" class="imgx" data-img="fzdx" /></td>
            <!--<td class="td" title="模型库"><img src="img/坐标.png" class="imgx" data-img="data-lib" /></td>-->
            <td class="td" title="综合统计"><img src="img/报表分析.png" class="imgx" data-img="dataCount" /></td>
        </tr>
    </table>
    <script type="text/javascript" src="tooljs/tool.js"></script>
Terra.YaoGan.Web/Terra.YaoGan.Web/html/tooljs/menu.js
@@ -118,7 +118,6 @@
    });
})
var url = window.location.href.substring(0, window.location.href.lastIndexOf('/') + 1);
//坐标系工具
@@ -133,6 +132,7 @@
        coorsystatus = true;
    }
}
//绘制
function hz(command, param) {
    sgworld.Command.Execute(command, param);
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, 900, 50, 20, -1, -1);
        window.external.createPmDialogDock('showDataCount2', url + "../chart/R1.html", 530, 900, 40, -1, -1, 20);
    } else {
        window.external.closeDialog("showDataCount1");
        window.external.closeDialog("showDataCount2");
    }
}
//洪水淹没分析
function hsymfx() {