From fe02f176b512a9d6a4e12437d929e04e99bb7567 Mon Sep 17 00:00:00 2001
From: zs <zhoushuai@zbooksoft.com>
Date: 星期三, 04 二月 2026 16:17:26 +0800
Subject: [PATCH] 报表调整,新增统计图,入库时需要移动附件位置
---
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