|
@@ -87,7 +87,7 @@
|
|
|
<input type="radio" name="allClub" value="1" checked>自定义机构
|
|
|
</div>
|
|
|
</div>
|
|
|
-<div id="tableFrom" style="display: none">
|
|
|
+<div id="tableFrom" >
|
|
|
<form:form id="searchForm" modelAttribute="newCmClub" action="${ctx}/autoType/findClubAddPage" method="post"
|
|
|
class="breadcrumb form-search">
|
|
|
<input id="pageNo" name="pageNo" type="hidden" value="${page.pageNo}"/>
|
|
@@ -96,7 +96,7 @@
|
|
|
<label>机构ID:</label>
|
|
|
<form:input path="clubID" htmlEscape="false" maxlength="11" class="input-mini"/>
|
|
|
<label>机构名称:</label>
|
|
|
- <form:input path="searchName" htmlEscape="false" maxlength="100" class="input-medium"/>
|
|
|
+ <form:input path="name" htmlEscape="false" maxlength="100" class="input-medium"/>
|
|
|
 <input id="btnSubmit" class="btn btn-primary" type="submit" value="搜索"/>
|
|
|
<div class="clearfix"></div>
|
|
|
</div>
|