From 385a783e76b2765d55d03430f064700d12991b6b Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期一, 05 一月 2026 16:40:10 +0800
Subject: [PATCH] 入库通知单添加银行填写

---
 fzzy-igdss-web/src/main/resources/templates/security/eventInfo/eventInfo.html |    9 ++++-----
 1 files changed, 4 insertions(+), 5 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 c913678..9a4d36c 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
@@ -32,6 +32,10 @@
                             </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>
                             <input type="text" class="time-input" style="width: 120px;" id="start" placeholder="寮�濮嬫椂闂�" name="start"/>
@@ -47,11 +51,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;">

--
Gitblit v1.9.3