From e356555905a02466a25206bae8f9bc66f3432d4f Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期三, 07 一月 2026 14:20:09 +0800
Subject: [PATCH] 报表优化修改

---
 fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html |   15 +++++++--------
 1 files changed, 7 insertions(+), 8 deletions(-)

diff --git a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
index 3879d24..2b8b546 100644
--- a/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
+++ b/fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html
@@ -20,8 +20,9 @@
                     <ul>
                         <li>
                             鏀跺偍鍏徃锛�<select  class="form-control"  name="key">
-                            <option value="">鎵�鏈�</option>
-                            <option th:each="company : ${companyList}" th:value="${company.id}" th:text="${company.dwmc}">
+                            <option th:each="company : ${companyList}" th:value="${company.id}"
+                                    th:text="${company.dwmc}"
+                                    th:selected="${company.id == defaultCompany}">
                             </option>
                         </select>
                         </li>
@@ -31,6 +32,10 @@
                             <option th:each="dept : ${deptList}" th:value="${dept.id}" th:text="${dept.kqmc}">
                             </option>
                         </select>
+                        </li>
+                        <li th:if="${viewType == '1'}" style="display: flex">
+                            <label>浜嬩欢鍚嶇О锛�</label>
+                            <input class="form-control"  type="text" name="name" placeholder="璇疯緭鍏ヤ簨浠跺悕绉�">
                         </li>
                         <li class="select-time">
                             <label>浜嬩欢鏃堕棿锛� </label>
@@ -47,11 +52,6 @@
                     </ul>
                 </div>
             </form>
-            <div class="btn-group-sm" role="group">
-                <a class="btn btn-success">
-                    <i class="fa fa-plus"></i> 浜嬩欢閰嶇疆
-                </a>
-            </div>
         </div>
 
         <div class="col-sm-12 " style="padding-top: 10px;background: #FFFFFF;margin-top: 10px;">
@@ -142,7 +142,6 @@
     var deptList = [[${deptList}]];
     var bizTypeList = [[${bizTypeList}]];
     var companyList = [[${companyList}]];
-
     var currentPage = [[${currentPage}]];
     var totalItems = [[${totalItems}]];
     var pageSize = [[${pageSize}]];

--
Gitblit v1.9.3