YYC
2026-02-25 e78110a459f5cacb69a101c6e4ad8b83bb0ba4e3
fzzy-igdss-web/src/main/resources/templates/index.html
@@ -204,6 +204,7 @@
    var dept = [[${dept}]];
    var deptId = [[${deptId}]];
    var showDeptList = [[${showDeptList}]];
    var showDeptListTag = false;
    if (lockscreen) {
        window.top.location = ctx + "lockscreen";
    }
@@ -270,9 +271,13 @@
     * 弹出切换库区列表
     */
    function showDepotAreaSelect() {
        if(showDeptListTag){
            return false;
        }
        if(showDeptList === "N"){
            return false;
        }
        showDeptListTag = true;
        layer.open({
            type: 2,
            title: '选择库区',
@@ -280,7 +285,9 @@
            offset: ['50px', '1350px'],
            shade: 0,
            content: "com.fzzy.igds.SelectDept.d",
            closeBtn: 1
            end: function(){ // 关闭层后的回调
                showDeptListTag = false;
            }
        });
    }