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} --%>