From ff7b32281dd46c2761f54181abd80bca055e8719 Mon Sep 17 00:00:00 2001
From: czt <czt18638530771@163.com>
Date: 星期三, 17 十二月 2025 10:23:50 +0800
Subject: [PATCH] 巡更轨迹页面调整
---
fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html | 16 +++++++++++++---
1 files changed, 13 insertions(+), 3 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 a85257a..e939ae9 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
@@ -18,10 +18,20 @@
<div class="select-list">
<ul>
<li>
- 鎵�灞炲簱鍖猴細<input type="text" name="deptId"/>
+ 鏀跺偍鍏徃锛�<select name="companyId">
+ <option value="all">鎵�鏈�</option>
+ </select>
</li>
<li>
- 鎵�灞炰粨搴擄細<input type="text" name="depotId"/>
+ 鎵�閫夊簱鍖猴細<select name="deptId">
+ <option value="">鎵�鏈�</option>
+ </select>
+ </li>
+ <li class="select-time">
+ <label>浜嬩欢鏃堕棿锛� </label>
+ <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="params[begin]"/>
+ <span>-</span>
+ <input type="text" class="time-input" style="width: 120px;" id="end" placeholder="缁撴潫鏃堕棿" name="params[end]"/>
</li>
<li>
<a class="btn btn-primary btn-rounded btn-sm" onclick="searchRecord()"><i
@@ -39,7 +49,7 @@
</div>
</div>
- <div class="col-sm-12 " style="padding-top: 10px;">
+ <div class="col-sm-12 " style="padding-top: 10px;background: #FFFFFF;margin-top: 10px;">
<!-- 浜嬩欢缃戞牸 -->
<div class="gallery-grid" id="gallery-container">
<!-- 浜嬩欢涓虹┖鏃舵樉绀� -->
--
Gitblit v1.9.3