검찰연계 목록 수정
This commit is contained in:
parent
35a233f8a0
commit
224e0d1df0
@ -152,15 +152,27 @@ function openExcelUploadPop() {
|
|||||||
</div>
|
</div>
|
||||||
<!-- //list_top -->
|
<!-- //list_top -->
|
||||||
|
|
||||||
<!-- list_top -->
|
<!-- list_top -->
|
||||||
<div class="list_top">
|
<div class="list_top">
|
||||||
<div class="list_util">
|
<p>총 건수 :
|
||||||
<div class="btn_wrap right">
|
<span>
|
||||||
<%--
|
<c:out value="${paginationInfo.totalRecordCount}" />
|
||||||
<button type="button" class="btn_down_excel" onclick="fncExcel(); return false;">엑셀 다운로드</button>
|
</span>
|
||||||
--%>
|
</p>
|
||||||
<button type="button" class="btn_down_excel" onclick="openExcelUploadPop(); return false;">엑셀 업로드</button>
|
<div class="list_util">
|
||||||
</div>
|
<div class="btn_wrap right">
|
||||||
|
<%--
|
||||||
|
<button type="button" class="btn_down_excel" onclick="fncExcel(); return false;" style="height: 40px; margin-top: 0px; margin-right: 5px;">엑셀 다운로드</button>
|
||||||
|
--%>
|
||||||
|
<button type="button" class="btn_down_excel" onclick="openExcelUploadPop(); return false;" style="height: 40px; margin-top: 0px; margin-right: 5px;">엑셀 업로드</button>
|
||||||
|
|
||||||
|
<select class="sel2" name="pageUnit" id="pageUnit" onchange="linkPage(1);" title="줄 선택" style="width: 140px">
|
||||||
|
<option value='10' <c:if test="${adrPrsctLinkVO.pageUnit == '10' or adrPrsctLinkVO.pageUnit == ''}">selected</c:if>>10줄</option>
|
||||||
|
<option value='20' <c:if test="${adrPrsctLinkVO.pageUnit == '20'}">selected</c:if>>20줄</option>
|
||||||
|
<option value='30' <c:if test="${adrPrsctLinkVO.pageUnit == '30'}">selected</c:if>>30줄</option>
|
||||||
|
<option value='100' <c:if test="${adrPrsctLinkVO.pageUnit == '100'}">selected</c:if>>100줄</option>
|
||||||
|
</select>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<!-- //list_top -->
|
<!-- //list_top -->
|
||||||
|
|||||||
@ -92,6 +92,9 @@ function setAdrPrsctLinkShow(result) {
|
|||||||
$("#dfndnPhone3").val(dfndnPhone[2]);
|
$("#dfndnPhone3").val(dfndnPhone[2]);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
//버튼명 수정
|
||||||
|
$("#btnRegister").html("수정");
|
||||||
}
|
}
|
||||||
|
|
||||||
//등록화면 Clear
|
//등록화면 Clear
|
||||||
@ -372,7 +375,7 @@ function goList(){
|
|||||||
<div class="area_left">
|
<div class="area_left">
|
||||||
</div>
|
</div>
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button type="button" class="btnType06" onclick="setAdrPrsctLinkSaveConfirm(); return false;">등록</button>
|
<button class="btnType06" onclick="setAdrPrsctLinkSaveConfirm(); return false;" id="btnRegister">등록</button>
|
||||||
<button class="btnType04" onclick="goList(); return false;">목록</button>
|
<button class="btnType04" onclick="goList(); return false;">목록</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user