검찰연계 관리 수정
This commit is contained in:
parent
224e0d1df0
commit
de36eb9aab
@ -33,6 +33,13 @@
|
|||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
|
|
||||||
|
//엔터 이벤트
|
||||||
|
$("#searchKeyword").on("keyup",function(key){
|
||||||
|
if(key.keyCode==13) {
|
||||||
|
linkPage(1);
|
||||||
|
}
|
||||||
|
});
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
||||||
@ -123,7 +130,7 @@ function openExcelUploadPop() {
|
|||||||
<option value="5" ${adrPrsctLinkVO.searchCondition eq '5' ? 'selected' : '' }>배당일</option>
|
<option value="5" ${adrPrsctLinkVO.searchCondition eq '5' ? 'selected' : '' }>배당일</option>
|
||||||
</select>
|
</select>
|
||||||
|
|
||||||
<input type="text" id=searchKeyword name="searchKeyword" class="search_input" placeholder="검색어를 입력하세요" value="<c:out value='${adrPrsctLinkVO.searchKeyword}'/>">
|
<input type="text" id="searchKeyword" name="searchKeyword" class="search_input" placeholder="검색어를 입력하세요" value="<c:out value='${adrPrsctLinkVO.searchKeyword}'/>">
|
||||||
|
|
||||||
|
|
||||||
<p class="tit_text">접수기간</p>
|
<p class="tit_text">접수기간</p>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user