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/utlStatisticsByUser.jsp |   57 +++++++++++++++++++++++++++++++--------------------------
 1 files changed, 31 insertions(+), 26 deletions(-)

diff --git a/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByUser.jsp b/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByUser.jsp
index b5360c1..3531dfa 100644
--- a/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByUser.jsp
+++ b/src/main/webapp/WEB-INF/view/gh/utlStatistics/utlStatisticsByUser.jsp
@@ -151,19 +151,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,
@@ -213,19 +215,22 @@
                         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