From 9d38f2354b3a7267a2486d937bb7d256fcb949c1 Mon Sep 17 00:00:00 2001
From: lty <876263681@qq.com>
Date: 星期五, 13 六月 2025 08:15:48 +0800
Subject: [PATCH] #增加生产日期,到期日期字段,增加库存明细超期库存检索

---
 src/main/webapp/static/js/locDetlStatis/locDetlStatis.js |    3 +++
 1 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
index 9e80d36..c4fb55e 100644
--- a/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
+++ b/src/main/webapp/static/js/locDetlStatis/locDetlStatis.js
@@ -10,6 +10,9 @@
     arrRemove(detlCols, "field", "threeCode");
     arrRemove(detlCols, "field", "deadTime");
     arrRemove(detlCols, "field", "batch");
+    arrRemove(detlCols, "field", "proddate");
+    arrRemove(detlCols, "field", "deadline");
+
     cols.push.apply(cols, detlCols);
     // cols.push({field: 'anfme', align: 'center',title: '鏁伴噺', style: 'font-weight: bold'}
     // )

--
Gitblit v1.9.1