Commit 95eb9429 by sunxin

多选下拉框请选择去掉

parent 27a6bb43
...@@ -869,7 +869,7 @@ ...@@ -869,7 +869,7 @@
<form:option value="">请选择02</form:option> <form:option value="">请选择02</form:option>
</form:select>--%> </form:select>--%>
<form:select id="supplementType" path="supplementType" class="input-small required" onchange="getBusCategory();" multiple="true" cssStyle="width: 280px"> <form:select id="supplementType" path="supplementType" class="input-small required" onchange="getBusCategory();" multiple="true" cssStyle="width: 280px">
<form:option value="">请选择</form:option> <%-- <form:option value="">请选择</form:option>--%>
</form:select> </form:select>
<%--<options items="${ctBbtcRegionList}" itemLabel="name" itemValue="id"--%> <%--<options items="${ctBbtcRegionList}" itemLabel="name" itemValue="id"--%>
<%--htmlEscape="false"/></select>--%> <%--htmlEscape="false"/></select>--%>
...@@ -881,7 +881,7 @@ ...@@ -881,7 +881,7 @@
<label class="control-label">业务类别:</label> <label class="control-label">业务类别:</label>
<div class="controls"> <div class="controls">
<form:select id="supplementCategory" path="supplementCategory" class="input-small required" onchange="resetPageNo();" multiple="true" cssStyle="width: 280px"> <form:select id="supplementCategory" path="supplementCategory" class="input-small required" onchange="resetPageNo();" multiple="true" cssStyle="width: 280px">
<form:option value="">请选择</form:option> <%-- <form:option value="">请选择</form:option>--%>
</form:select> </form:select>
<%--<options items="${ctBbtcRegionList}" itemLabel="name" itemValue="id"--%> <%--<options items="${ctBbtcRegionList}" itemLabel="name" itemValue="id"--%>
<%--htmlEscape="false"/></select>--%> <%--htmlEscape="false"/></select>--%>
......
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