From 878b6958363308a7d07b7b8197dc19662f3e1198 Mon Sep 17 00:00:00 2001
From: sgj <1442489573@qq.com>
Date: 星期五, 27 三月 2026 15:40:22 +0800
Subject: [PATCH] 获取出入库id,逻辑优化调整
---
fzzy-igdss-web/src/main/resources/templates/group/index.html | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/fzzy-igdss-web/src/main/resources/templates/group/index.html b/fzzy-igdss-web/src/main/resources/templates/group/index.html
index 668638a..230f996 100644
--- a/fzzy-igdss-web/src/main/resources/templates/group/index.html
+++ b/fzzy-igdss-web/src/main/resources/templates/group/index.html
@@ -258,14 +258,14 @@
<div class="lb-wrap">
<div class="lb-body">
<ul class="right-topInfo-jg">
- <li>
+ <li style="width: 100%">
<p id="foodSum">0</p>
<h3>鏁g伯 (鍚�)</h3>
</li>
- <li>
- <p id="packFoodSum">0</p>
- <h3>鎴愬搧 (鍚�)</h3>
- </li>
+<!-- <li>-->
+<!-- <p id="packFoodSum">0</p>-->
+<!-- <h3>鎴愬搧 (鍚�)</h3>-->
+<!-- </li>-->
</ul>
</div>
</div><!-- lb-wrap end -->
--
Gitblit v1.9.3