From 2c7f0f8bc83624fa5fc7092b7bdb361b867fbcf2 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期五, 09 一月 2026 17:41:10 +0800
Subject: [PATCH] 料位总览提交3-调试优化

---
 fzzy-igdss-web/src/main/resources/templates/security/height-all.html |   11 ++++++++++-
 1 files changed, 10 insertions(+), 1 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/height-all.html b/fzzy-igdss-web/src/main/resources/templates/security/height-all.html
index f2ad532..5c3e6e0 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/height-all.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/height-all.html
@@ -155,6 +155,8 @@
 </div>
 <script th:src="@{/ajax/libs/layui/layui.js}"></script>
 <script th:src="@{/js/jquery.min.js}"></script>
+<script th:src="@{/ruoyi/js/ry-ui.js?v=4.7.8}"></script>
+<script th:src="@{/ruoyi/js/common.js?v=4.7.8}"></script>
 <script th:inline="javascript">
     //鏂欎綅鍒楄〃
     var listDepot = [[${listDepot}]];
@@ -171,7 +173,7 @@
                 html += '<li><div class="con"><div class="box"><div class="top"><div class="ll">';
                 html += '<div class="num">' + (depot.name == null ? "" : depot.name) + '</div>';
                 html += '<div class="tit">' + (depot.foodVarietyName == null ? "--" : depot.foodVarietyName) + '</div></div>';
-                html += '<a href="../../basic/grain/view-check3?depotId=' + depot.id + '" class="more">璇︽儏 &gt;</a></div>';
+                html += '<a onclick="toPage()" href="javaScript:;" class="more">璇︽儏 &gt;</a></div>';
                 html += '<div class="picbox"><div class="pic"><img src="/img/web/grain/height-all.png" alt=""></div>';
                 html += '<div class="heat"><div class="line">';
                 html += '<div class="sline" style="height: ' + (item.heightPer == null ? "--" : item.heightPer) + '%;">';
@@ -223,6 +225,13 @@
         }
         return fmt;
     }
+
+
+    /* 鐢ㄦ埛绠$悊-閲嶇疆瀵嗙爜 */
+    function toPage() {
+        var url = '/com.fzzy.igds.QuantityData.d';
+        $.modal.openTab("鏁伴噺妫�娴嬫姤琛�", url);
+    }
 </script>
 </body>
 

--
Gitblit v1.9.3