From 81d5dd38f81d804a131b5e70acbf4a31fa0b88ac Mon Sep 17 00:00:00 2001 From: dsh <15569653818@163.com> Date: Wed, 17 Apr 2024 08:30:38 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B6=89=E5=AF=86=E4=BA=BA=E5=91=98=E7=A6=BB?= =?UTF-8?q?=E8=81=8C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../controller/system/TdLeaveController.java | 4 +- .../resources/templates/system/leave/add.html | 79 ++++++++----------- .../templates/system/leave/edit.html | 60 ++++++-------- .../templates/system/leave/leave.html | 46 +++++------ 4 files changed, 79 insertions(+), 110 deletions(-) diff --git a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdLeaveController.java b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdLeaveController.java index 983aacd..d753627 100644 --- a/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdLeaveController.java +++ b/ruoyi-admin/src/main/java/com/ruoyi/web/controller/system/TdLeaveController.java @@ -76,9 +76,9 @@ public class TdLeaveController extends BaseController * 新增人员离职 */ @GetMapping("/add") - public String add() + public String add( ModelMap mmap) { - + mmap.put("addleave",getSysUser()); return prefix + "/add"; } diff --git a/ruoyi-admin/src/main/resources/templates/system/leave/add.html b/ruoyi-admin/src/main/resources/templates/system/leave/add.html index a5e5a35..fd110c1 100644 --- a/ruoyi-admin/src/main/resources/templates/system/leave/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/leave/add.html @@ -2,80 +2,53 @@ +
-
+
- +
- +
- +
- -
-
-
- -
- +
- -
- -
-
-
- +
- +
- +
-
- - +
+ +
+
- -
- -
-
-
- -
- -
-
-
- +
- +
-
- -
- -
-
+