Commit 2cf6f506 by sunxin

跟踪页面 移交集团 部门 优化

parent 6091b85e
......@@ -918,7 +918,7 @@
<div id="transferGroup" class="control-group" style="display:none">
<label class="control-label">移交集团:</label>
<div class="controls">
<form:select id="" path="transferGroup" class="input-small required" onchange="getDepartment(value)">
<form:select id="" path="transferGroup" class="input-small required" onchange="getDepartment(value)" cssStyle="width: 280px">
<form:option value="">请选择</form:option>
<form:options items="${fns:getDictList('supplement_group')}" itemLabel="label" itemValue="id"
htmlEscape="false"/></form:select>
......@@ -929,7 +929,7 @@
<div id="selectType" class="control-group" style="display:none">
<label class="control-label">移交部门:</label>
<div class="controls">
<form:select id="transferDepartment" path="transferDepartment" class="input-small required">
<form:select id="transferDepartment" path="transferDepartment" class="input-small required" cssStyle="width: 280px">
<form:option value="">请选择</form:option>
<%-- <form:options items="${fns:getDictList('supplement_type')}" itemLabel="label" itemValue="value"
htmlEscape="false"/>--%>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment