From 0e9f21b97c6d0d38350586d43c2b4e3e6949bc07 Mon Sep 17 00:00:00 2001
From: admin <qiutairan163@163.com>
Date: 星期五, 12 十二月 2025 11:40:39 +0800
Subject: [PATCH] 库存统计GetDataStockList默认统计去除LotText分组

---
 HTML/views/index.html |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/HTML/views/index.html b/HTML/views/index.html
index a183c6f..d634559 100644
--- a/HTML/views/index.html
+++ b/HTML/views/index.html
@@ -139,6 +139,9 @@
 				});
 			} else {
 				$("#token").text($.cookie('token'));
+
+				const username = localStorage.getItem('keyUserName');
+				document.getElementById('username').textContent = `娆㈣繋锛�${username}`;
 			}
 			var element = layui.element;
 

--
Gitblit v1.8.0