From b6f52f1dfd97a429fc933c598ffb7d3b361b3211 Mon Sep 17 00:00:00 2001 From: dshclm <3321914460@qq.com> Date: Thu, 31 Oct 2024 17:31:52 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E4=BA=A4=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- ruoyi-admin/src/main/resources/templates/system/leave/add.html | 1 + ruoyi-admin/src/main/resources/templates/system/leave/edit.html | 1 + .../main/resources/templates/system/property/property/add.html | 1 + .../main/resources/templates/system/property/property/edit.html | 1 + ruoyi-admin/src/main/resources/templates/system/train/edit.html | 2 +- 5 files changed, 5 insertions(+), 1 deletion(-) 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 122df9b..b400417 100644 --- a/ruoyi-admin/src/main/resources/templates/system/leave/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/leave/add.html @@ -9,6 +9,7 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content"> <form class="form-horizontal m" id="form-leave-add" th:object="${addleave}"> <input name="userId" type="hidden" th:value="*{userId}" id="userId"/> + <input name="deptId" type="hidden" id="treeId"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">人员姓名:</label> <div class="col-sm-8"> diff --git a/ruoyi-admin/src/main/resources/templates/system/leave/edit.html b/ruoyi-admin/src/main/resources/templates/system/leave/edit.html index 7093518..d369233 100644 --- a/ruoyi-admin/src/main/resources/templates/system/leave/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/leave/edit.html @@ -9,6 +9,7 @@ <form class="form-horizontal m" id="form-leave-edit" th:object="${tdLeave}"> <input name="id" th:field="*{id}" type="hidden"> <input name="userId" type="hidden" th:value="*{userId}" id="userId"/> + <input name="deptId" type="hidden" th:field="*{deptId}" id="treeId"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">人员姓名:</label> <div class="col-sm-8"> diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html index 93684ab..057747e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/add.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/add.html @@ -7,6 +7,7 @@ <body class="white-bg"> <div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app"> <form class="form-horizontal m" id="form-property-add"> + <input name="deptId" type="hidden" id="treeId"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">所属地市:</label> <div class="col-sm-8"> diff --git a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html index 86726e7..41c792e 100644 --- a/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/property/property/edit.html @@ -8,6 +8,7 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app"> <form class="form-horizontal m" id="form-property-edit" th:object="${tdPropertyManager}"> <input name="useId" th:field="*{useId}" type="hidden"> + <input name="deptId" type="hidden" th:field="*{deptId}" id="treeId"/> <div class="form-group"> <label class="col-sm-3 control-label is-required">密品编号:</label> <div class="col-sm-8"> diff --git a/ruoyi-admin/src/main/resources/templates/system/train/edit.html b/ruoyi-admin/src/main/resources/templates/system/train/edit.html index 51b48c5..59272ee 100644 --- a/ruoyi-admin/src/main/resources/templates/system/train/edit.html +++ b/ruoyi-admin/src/main/resources/templates/system/train/edit.html @@ -9,7 +9,7 @@ <div class="wrapper wrapper-content animated fadeInRight ibox-content" id="app"> <form class="form-horizontal m" id="form-train-edit" th:object="${tdTrain}"> <input name="ID" th:field="*{ID}" type="hidden"> -<!-- <input name="deptId" type="hidden" th:field="*{deptId}" id="treeId">--> + <input name="deptId" type="hidden" th:field="*{deptId}" id="treeId"> <div class="row"> <div class="col-sm-6"> <div class="form-group">