diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java index d14ce21..95ad447 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/count/SysFilenumController.java @@ -60,7 +60,7 @@ public class SysFilenumController extends BaseController { TdFileProvide tdFileProvide = tdFileProvideService.selectTdFileProvideByFileId(fileId); mmap.put("tdFileReceives", tdFileReceives); mmap.put("tdFileProvide", tdFileProvide); - mmap.put("sysuser", getSysUser().getDeptId()); + mmap.put("sysuser", getSysUser()); return prefix + "/print"; } } diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html index 566549b..f7946f0 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/filenum.html @@ -1,10 +1,126 @@ - + - - Title + - + +
+
+
+
+
+
    +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • + + +
  • +
  • +  搜索 +  重置 +
  • +
+
+
+
+ +
+
+
+
+
+ + - \ No newline at end of file + diff --git a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html index 566549b..637d79e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html +++ b/ruoyi-admin/src/main/resources/templates/system/fileprovide/filenum/print.html @@ -1,10 +1,792 @@ - - + + + + - - Title + + + + + + + + + + - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ + +
[[${sysuser.dept.deptName}]]涉密文件信息表
单位:[[${sysuser.dept.deptName}]]
所属地市所属区县接收单位文件数量
+ [[${tdFileProvide.frameworkId}]] + + [[${tdFileProvide.areaid}]] + + [[${tdFileProvide.targetDepart}]] + [[${tdFileProvide.provideCount}]]
文件名称文件号发文人员发文日期
+ [[${propertynum.fileName}]] + + [[${tdFileProvide.fileNum}]] + + [[${tdFileProvide.provideUserid}]] + [[${tdFileProvide.provideDate}]]
+ + - \ No newline at end of file + +