Browse Source

小需求优化V1.3.13

kaick 1 year ago
parent
commit
5de25c7b0d

+ 2 - 2
src/main/webapp/WEB-INF/views/modules/autoType/autoTypeRecordClubAdd.jsp

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