czt
2026-02-27 ad0c55f70d780439e81ebd7dde15064e788dd68a
fzzy-igdss-web/src/main/resources/templates/index-topnav.html
@@ -366,6 +366,7 @@
var dept = [[${dept}]];
var deptId = [[${deptId}]];
var showDeptList = [[${showDeptList}]];
var showDeptListTag = false;
if(lockscreen){window.top.location=ctx+"lockscreen";}
// 皮肤缓存
var skin = storage.get("skin");
@@ -418,9 +419,13 @@
 * 弹出切换库区列表
 */
function showDepotAreaSelect() {
    if(showDeptListTag){
        return false;
    }
    if(showDeptList === "N"){
        return false;
    }
    showDeptListTag = true;
    layer.open({
        type: 2,
        title: '选择库区',
@@ -428,7 +433,9 @@
        offset: ['50px', '1350px'],
        shade: 0,
        content: "com.fzzy.igds.SelectDept.d",
        closeBtn: 1
        end: function(){ // 关闭层后的回调
            showDeptListTag = false;
        }
    });
}