From 5ffc5c22b0833d8f569e99eb775d08ca28676c7d Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期一, 19 一月 2026 14:37:16 +0800
Subject: [PATCH] 细节调整2

---
 fzzy-igdss-web/src/main/resources/templates/index.html |   24 +++++++++++++++++++++---
 1 files changed, 21 insertions(+), 3 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/index.html b/fzzy-igdss-web/src/main/resources/templates/index.html
index ef4180d..ba46527 100644
--- a/fzzy-igdss-web/src/main/resources/templates/index.html
+++ b/fzzy-igdss-web/src/main/resources/templates/index.html
@@ -101,8 +101,8 @@
                     </a>
                 </div>
                 <ul class="nav navbar-top-links navbar-right welcome-message">
-                    <li style="background-color: #03703a;"><a data-toggle="tooltip" data-trigger="hover" data-placement="bottom" th:title="${dept.deptName}"
-                                                              href="javascript:;"><i class="fa fa-map-o"></i> [[${#strings.defaultString(dept.deptName,
+                    <li style="background-color: #03703a;"><a onclick="showDepotAreaSelect()" data-toggle="tooltip" data-trigger="hover" data-placement="bottom" title="搴撳尯閫夋嫨"
+                                                              href="javascript:;"><i class="fa fa-refresh"></i> [[${#strings.defaultString(dept.deptName,
                         '-')}]]</a></li>
 <!--                    <li><a data-toggle="tooltip" data-trigger="hover" data-placement="bottom" title="寮�鍙戞枃妗�"-->
 <!--                           href="https://fzzygf-company.feishu.cn/wiki/ZgS5wQuyMi2uDKk9xN6cx8jlnuf" target="_blank"><i class="fa fa-question-circle"></i>-->
@@ -152,7 +152,7 @@
             </button>
             <nav class="page-tabs menuTabs">
                 <div class="page-tabs-content">
-                    <a th:href="@{/index}" class="active menuTab" th:data-id="${welcomeUrl}">娆㈣繋</a>
+                    <a href="javascript:void(0);" class="active menuTab" th:data-id="${welcomeUrl}">娆㈣繋</a>
                 </div>
             </nav>
             <button class="roll-nav roll-right tabRight">
@@ -256,6 +256,24 @@
         return true;
     }
 
+    /**
+     * 寮瑰嚭鍒囨崲搴撳尯鍒楄〃
+     */
+    function showDepotAreaSelect() {
+        if(showDeptList === "N"){
+            return false;
+        }
+        layer.open({
+            type: 2,
+            title: '閫夋嫨搴撳尯',
+            area: ['400px', '650px'],
+            offset: ['50px', '1350px'],
+            shade: 0,
+            content: "com.fzzy.igds.SelectDept.d",
+            closeBtn: 1
+        });
+    }
+
     /** 鍒锋柊鏃惰闂矾寰勯〉绛� */
     function applyPath(url) {
         $('a[href$="' + decodeURI(url) + '"]').click();

--
Gitblit v1.9.3