From 29e9f3dd15c4f9daadd1ad09b9f7509372d93f86 Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Tue, 16 Apr 2024 15:58:16 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E4=BA=BA=E5=91=98=E6=89=93?= =?UTF-8?q?=E5=8D=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../system/SysUserExamineController.java | 1 - .../system/user/userexamine/examineprint.html | 1145 +++++++++++++++++ .../system/user/userexamine/userexamine.html | 10 +- 3 files changed, 1150 insertions(+), 6 deletions(-) create mode 100644 ruoyi-admin/src/main/resources/templates/system/user/userexamine/examineprint.html diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserExamineController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserExamineController.java index 96d1723..b58841a 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserExamineController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/SysUserExamineController.java @@ -95,7 +95,6 @@ public class SysUserExamineController extends BaseController { @RequiresPermissions("system:userexamine:examineprint") @Log(title = "用户审核", businessType = BusinessType.PRINT) @GetMapping("/examineprint/{userId}") - @ResponseBody public String paint(@PathVariable("userId") Long userId,ModelMap mmap) { List roles = roleService.selectRolesByUserId(userId); diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examineprint.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examineprint.html new file mode 100644 index 0000000..5f1440d --- /dev/null +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/examineprint.html @@ -0,0 +1,1145 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +
+ +
+ +
经管国家秘密人员注册备案表
单位:[[${user.dept.deptName}]]
姓名[[${user.userName}]]性别[[${user.sex}]]出生年月[[${user.birthday}]]
曾用名[[${user.userName}]]学历[[${user.graduate}]]政治面貌[[${user.politics}]]
工作岗位[[${posts}]]
联系方式[[${user.phonenumber}]]
经营涉密载体的
种类、范围
岗位培训情况
(时间、地点)
资格证书号码
单 位

意 见
经研究已批准该同志上岗,并于                                  日与本人签订《保密承诺书》。
建议本岗位脱密期为          (月)
                                                                                 盖章:
                                                                                  日期:
保 密

行 政

管 理

部 门

意 见
经核准,予以注册备案。本岗位脱密期核定为                 ( 月)。
                                                                                 盖章:
                                                                                 日期:
备注
说明:此表一式二份。经保密行政管理部门注册备案后,一份退回本单位组织人事部门存档,一份由保密行政管理部门留存。
+ + + + + diff --git a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html index e6abd0b..49d45ca 100644 --- a/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html +++ b/ruoyi-admin/src/main/resources/templates/system/user/userexamine/userexamine.html @@ -113,10 +113,10 @@ var actions = []; if(row.examine !== '2'){ actions.push('审核 '); - actions.push('打印 '); + actions.push('打印 '); }else{ actions.push('审核 '); - actions.push('打印 '); + actions.push('打印 '); } return actions.join(''); } @@ -128,9 +128,9 @@ var url ='/system/userexamine/examine/' + id; $.modal.openTab("涉密人员审核", url); } - function download(id){ - var url ='/system/userexamine/examine/' + id; - $.modal.openTab("涉密人员审核", url); + function examineprint(id){ + var url ='system/userexamine/examineprint/' + id; + $.modal.openTab("打印", url); }