系统用户与系统角色在系统中尚未使用的字段属性使用隐藏域缺省值,不显示在界面中。

Signed-off-by: zhangwei <zhangwei@intranet.com>
This commit is contained in:
zhangwei
2018-07-10 16:43:19 +08:00
parent ad2e448e41
commit 73917c8a28
3 changed files with 29 additions and 26 deletions

View File

@@ -106,13 +106,13 @@
</div>
<span class="help-inline"><font color="red">*</font> </span>
</div>
<div class="form-group">
<input type="hidden" name="roleType" value="user"/>
<%-- <div class="form-group">
<label class="col-md-3 control-label"><spring:message code="role_type"/>:</label>
<div class="col-md-4"><%--
<div class="col-md-4">
<form:input path="roleType" htmlEscape="false" maxlength="50" class="required"/>
<span class="help-inline" title="activiti有3种预定义的组类型security-role、assignment、user 如果使用Activiti Explorer需要security-role才能看到manage页签需要assignment才能claim任务">
工作流组用户组类型security-role管理员、assignment可进行任务分配、user普通用户</span> --%>
工作流组用户组类型security-role管理员、assignment可进行任务分配、user普通用户</span>
<form:select path="roleType" class="form-control">
<form:option value="assignment"><spring:message code="task_allot"/></form:option>
<form:option value="security-role"><spring:message code="manager"/></form:option>
@@ -122,7 +122,7 @@
<spring:message code="role_type_info"/></span>
</div>
</div>
--%>
<div class="form-group">
<label class="col-md-3 control-label"><spring:message code="data_range"/>:</label>
@@ -130,7 +130,7 @@
<form:select path="dataScope" class="form-control">
<form:options items="${fns:getDictList('SYS_DATA_SCOPE')}" itemLabel="itemValue" itemValue="itemCode" htmlEscape="false"/>
</form:select>
<span class="help-inline"><spring:message code="data_range_info"/></span>
<%-- <span class="help-inline"><spring:message code="data_range_info"/></span> --%>
</div>
</div>
<div class="form-group">