From 73917c8a28e9311d0384a94a48e791127ba58a7c Mon Sep 17 00:00:00 2001 From: zhangwei Date: Tue, 10 Jul 2018 16:43:19 +0800 Subject: [PATCH] =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E7=94=A8=E6=88=B7=E4=B8=8E?= =?UTF-8?q?=E7=B3=BB=E7=BB=9F=E8=A7=92=E8=89=B2=E5=9C=A8=E7=B3=BB=E7=BB=9F?= =?UTF-8?q?=E4=B8=AD=E5=B0=9A=E6=9C=AA=E4=BD=BF=E7=94=A8=E7=9A=84=E5=AD=97?= =?UTF-8?q?=E6=AE=B5=E5=B1=9E=E6=80=A7=E4=BD=BF=E7=94=A8=E9=9A=90=E8=97=8F?= =?UTF-8?q?=E5=9F=9F=E7=BC=BA=E7=9C=81=E5=80=BC=EF=BC=8C=E4=B8=8D=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=9C=A8=E7=95=8C=E9=9D=A2=E4=B8=AD=E3=80=82?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangwei --- .../webapp/WEB-INF/views/sys/roleForm.jsp | 12 +++++----- .../webapp/WEB-INF/views/sys/userForm.jsp | 23 +++++++++++-------- .../webapp/WEB-INF/views/sys/userList.jsp | 20 ++++++++-------- 3 files changed, 29 insertions(+), 26 deletions(-) diff --git a/src/main/webapp/WEB-INF/views/sys/roleForm.jsp b/src/main/webapp/WEB-INF/views/sys/roleForm.jsp index 3e449aa7a..db80533f5 100644 --- a/src/main/webapp/WEB-INF/views/sys/roleForm.jsp +++ b/src/main/webapp/WEB-INF/views/sys/roleForm.jsp @@ -106,13 +106,13 @@ * - -
+ + <%--
-
<%-- +
- 工作流组用户组类型(security-role:管理员、assignment:可进行任务分配、user:普通用户) --%> + 工作流组用户组类型(security-role:管理员、assignment:可进行任务分配、user:普通用户) @@ -122,7 +122,7 @@
- + --%>
@@ -130,7 +130,7 @@ - + <%-- --%>
diff --git a/src/main/webapp/WEB-INF/views/sys/userForm.jsp b/src/main/webapp/WEB-INF/views/sys/userForm.jsp index 34dadb129..2f0a1011e 100644 --- a/src/main/webapp/WEB-INF/views/sys/userForm.jsp +++ b/src/main/webapp/WEB-INF/views/sys/userForm.jsp @@ -12,12 +12,12 @@ $("#inputForm").validate({ rules: { loginId: {remote: "${ctx}/sys/user/checkLoginName?oldLoginId=" + encodeURIComponent('${user.loginId}')}, - 'office.name': {officeIsValid: true }, + // 'office.name': {officeIsValid: true }, 'entity.name': {required: true } }, messages: { loginId: {remote: ""}, - 'office.name': {officeIsValid: ""}, + // 'office.name': {officeIsValid: ""}, confirmNewPassword: {equalTo: ""} }, submitHandler: function(form){ @@ -121,7 +121,10 @@
*
-
+ + + + <%--
-
+
--%>
@@ -169,8 +172,8 @@
* - -
+ + <%--
@@ -180,15 +183,15 @@
-
- -
+
--%> + + <%--
* -
+
--%>
diff --git a/src/main/webapp/WEB-INF/views/sys/userList.jsp b/src/main/webapp/WEB-INF/views/sys/userList.jsp index 135528e94..bf9e7371f 100644 --- a/src/main/webapp/WEB-INF/views/sys/userList.jsp +++ b/src/main/webapp/WEB-INF/views/sys/userList.jsp @@ -95,7 +95,7 @@
-
+ <%--
@@ -118,7 +118,7 @@ notAllowSelectParent="true"/>
-
+
--%>
@@ -167,12 +167,12 @@ class="table table-striped table-bordered table-condensed"> - - + <%-- + --%> - - + <%-- --%> + <%-- --%> <%--角色 --%> @@ -183,12 +183,12 @@ - ${user.company.name} - ${fns:getOfficeDesc(user.office.id)} + <%-- ${user.company.name} + ${fns:getOfficeDesc(user.office.id)} --%> ${user.loginId} ${user.name} - ${user.identity eq 1 ?'管理人员':'普通人员'} - ${user.email} + <%-- ${user.identity eq 1 ?'管理人员':'普通人员'} --%> + <%-- ${user.email} --%>