From 63211c7592b9c7b814de2756d338ffd33ac0c58f Mon Sep 17 00:00:00 2001
From: zhai <1528081232@qq.com>
Date: 星期一, 19 一月 2026 16:37:38 +0800
Subject: [PATCH] 1、提交验收按钮新增判断是否关联附件 2、借阅暂存添加不可外借新增提醒 3、成果表单借阅管理修改为借阅记录 4、合格资料模块,导出文件按钮需要添加日志 5、装盒按钮调整:需要一个确认按钮并且可以更改盒号,调整盒号时能同步展示盒号容量 6、对接斑马打印机 7、利用用户修改

---
 src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByDept.jsp |   28 +++++++++++++++-------------
 1 files changed, 15 insertions(+), 13 deletions(-)

diff --git a/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByDept.jsp b/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByDept.jsp
index 92dc860..eb1d6ac 100644
--- a/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByDept.jsp
+++ b/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByDept.jsp
@@ -167,19 +167,21 @@
                     field: 'borrowItemCount',
                     title: '鍊熼槄浠舵暟',
                     width: 100,
-                }, {
-                    field: 'process',
-                    title: '鍔犲伐浜烘',
-                    width: 100,
-                }, {
-                    field: 'processFileCount',
-                    title: '鍔犲伐浠芥暟',
-                    width: 100,
-                }, {
-                    field: 'processItemCount',
-                    title: '鍔犲伐浠舵暟',
-                    width: 100,
-                }, {
+                },
+                // {
+                //     field: 'process',
+                //     title: '鍔犲伐浜烘',
+                //     width: 100,
+                // }, {
+                //     field: 'processFileCount',
+                //     title: '鍔犲伐浠芥暟',
+                //     width: 100,
+                // }, {
+                //     field: 'processItemCount',
+                //     title: '鍔犲伐浠舵暟',
+                //     width: 100,
+                // },
+                {
                     field: 'physical',
                     title: '瀹炵墿鍒╃敤浜烘',
                     width: 100,

--
Gitblit v1.9.1