Merge branch 'master' of http://subsub8729@vcs.iten.co.kr:9999/hylee/kcc_adr_advc_git
This commit is contained in:
commit
ed4ed3f358
@ -133,7 +133,7 @@ function openExcelUploadPop() {
|
|||||||
<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>
|
||||||
|
|
||||||
<div id="sel_date" class="sel_date">
|
<div id="sel_date" class="sel_date">
|
||||||
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adrPrsctLinkVO.searchStartDt}" data-datecontrol="true">
|
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adrPrsctLinkVO.searchStartDt}" data-datecontrol="true">
|
||||||
|
|||||||
@ -33,8 +33,10 @@ var prsctSeq = "${adrPrsctLinkVO.prsctSeq}";
|
|||||||
$(document).ready(function () {
|
$(document).ready(function () {
|
||||||
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
|
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
|
||||||
//검찰연계 상세정보
|
//검찰연계 상세정보
|
||||||
getAdrPrsctLinkDetail()
|
getAdrPrsctLinkDetail();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
//검찰연계 상세정보
|
//검찰연계 상세정보
|
||||||
@ -337,9 +339,9 @@ function goList() {
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="req_text">원고 연락처</th>
|
<th class="req_text">원고 연락처</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="plntfPhone1" maxlength="3" size="15" cssClass="number_input"/>
|
<input type="text" id="plntfPhone1" maxlength="3" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
-<input type="text" id="plntfPhone2" maxlength="4" size="15" cssClass="number_input"/>
|
-<input type="text" id="plntfPhone2" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
-<input type="text" id="plntfPhone3" maxlength="4" size="15" cssClass="number_input"/>
|
-<input type="text" id="plntfPhone3" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
<input type="hidden" id="plntfPhone" name="plntfPhone" />
|
<input type="hidden" id="plntfPhone" name="plntfPhone" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
@ -352,9 +354,9 @@ function goList() {
|
|||||||
<tr>
|
<tr>
|
||||||
<th class="req_text">피고 연락처</th>
|
<th class="req_text">피고 연락처</th>
|
||||||
<td>
|
<td>
|
||||||
<input type="text" id="dfndnPhone1" maxlength="3" size="15" cssClass="number_input"/>
|
<input type="text" id="dfndnPhone1" maxlength="3" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
-<input type="text" id="dfndnPhone2" maxlength="4" size="15" cssClass="number_input"/>
|
-<input type="text" id="dfndnPhone2" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
-<input type="text" id="dfndnPhone3" maxlength="4" size="15" cssClass="number_input"/>
|
-<input type="text" id="dfndnPhone3" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
|
||||||
<input type="hidden" id="dfndnPhone" name="dfndnPhone" />
|
<input type="hidden" id="dfndnPhone" name="dfndnPhone" />
|
||||||
</td>
|
</td>
|
||||||
</tr>
|
</tr>
|
||||||
|
|||||||
@ -13,6 +13,8 @@
|
|||||||
<link href="<c:url value='/'/>css/jstree/themes/default/style.min.css" rel="stylesheet" type="text/css">
|
<link href="<c:url value='/'/>css/jstree/themes/default/style.min.css" rel="stylesheet" type="text/css">
|
||||||
<style>
|
<style>
|
||||||
body {overflow: hidden;}
|
body {overflow: hidden;}
|
||||||
|
.cont{padding:20px 0;}
|
||||||
|
.btn_layout01 .area_right{width:100%;text-align:center;}
|
||||||
</style>
|
</style>
|
||||||
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
|
<script type="text/javascript" src="<c:url value="/validator.do"/>"></script>
|
||||||
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
<script type="text/javascript" src="<c:url value='/js/EgovMultiFile.js'/>"></script>
|
||||||
@ -98,11 +100,15 @@ function fncGoClose() {
|
|||||||
<input type="hidden" name="limitcount" value="1" />
|
<input type="hidden" name="limitcount" value="1" />
|
||||||
<!-- cont -->
|
<!-- cont -->
|
||||||
<div class="cont_wrap">
|
<div class="cont_wrap">
|
||||||
|
<div class="summary_box_wrap">
|
||||||
<div style="float: right; padding-right: 40px;">
|
<div class="text_area">
|
||||||
<button type="button" class="btnType05" onclick="location.href='/download/prsct/검찰연계_등록양식.xlsx'"><i class="downroad"></i>업로드 양식 다운로드</button>
|
<p>1. "업로드 양식 다운로드"를 통해 양식을 다운로드</p>
|
||||||
|
<p>2. 양식에 맞춰 데이터를 입력하고 파일을 첨부</p>
|
||||||
|
</div>
|
||||||
|
<div class="btn_wrap">
|
||||||
|
<button type="button" class="btnType05 btn_excel" onclick="location.href='/download/prsct/검찰연계_등록양식.xlsx'"><i class="downroad"></i>업로드 양식 다운로드</button>
|
||||||
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div class="cont">
|
<div class="cont">
|
||||||
<div class="tbType02">
|
<div class="tbType02">
|
||||||
<table>
|
<table>
|
||||||
@ -179,7 +185,6 @@ function fncGoClose() {
|
|||||||
</table>
|
</table>
|
||||||
</div>
|
</div>
|
||||||
<div class="btn_wrap btn_layout01">
|
<div class="btn_wrap btn_layout01">
|
||||||
<div class="area_left" style="width: 350px;"></div>
|
|
||||||
<div class="area_right">
|
<div class="area_right">
|
||||||
<button class="btnType06" onclick="setExcelUploadSave(); return false;">저장</button>
|
<button class="btnType06" onclick="setExcelUploadSave(); return false;">저장</button>
|
||||||
<button type="button" class="btnType03" onclick="fncGoClose();">닫기</button>
|
<button type="button" class="btnType03" onclick="fncGoClose();">닫기</button>
|
||||||
|
|||||||
@ -1,3 +1,5 @@
|
|||||||
|
.btn_excel{border:1px solid #129738;color:#129738;}
|
||||||
|
|
||||||
.area_popup{z-index: 10; background-color: #fff; padding: 40px 30px; box-sizing: border-box;}
|
.area_popup{z-index: 10; background-color: #fff; padding: 40px 30px; box-sizing: border-box;}
|
||||||
.cont_popup .tit_text{font-size: 20px; font-weight: 500;}
|
.cont_popup .tit_text{font-size: 20px; font-weight: 500;}
|
||||||
.cont_popup .tb_tit{font-size: 18px; font-weight: 400; margin-bottom: 10px; padding-left: 0;}
|
.cont_popup .tb_tit{font-size: 18px; font-weight: 400; margin-bottom: 10px; padding-left: 0;}
|
||||||
@ -172,3 +174,10 @@
|
|||||||
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button {float:left;height:31px;margin:0 0 0 8px;padding:0 10px;font-size:15px;line-height:29px;text-align:center;color:#ea5404;border:1px solid #ea5404;background:#fff;border-radius:5px;box-sizing:border-box;}
|
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button {float:left;height:31px;margin:0 0 0 8px;padding:0 10px;font-size:15px;line-height:29px;text-align:center;color:#ea5404;border:1px solid #ea5404;background:#fff;border-radius:5px;box-sizing:border-box;}
|
||||||
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button.btn_reset {color:#666;border-color:#d5d5d5;}
|
.appreq_menu_wrap .appreq_list li .appreq_box .list_box dl dd .button_box button.btn_reset {color:#666;border-color:#d5d5d5;}
|
||||||
.appreq_menu_wrap + .btn_wrap button.btnType01 {font-size:18px;}
|
.appreq_menu_wrap + .btn_wrap button.btnType01 {font-size:18px;}
|
||||||
|
|
||||||
|
.summary_box_wrap{display:flex;width:100%;border:2px solid #e5e5e5;border-radius:5px;box-sizing:border-box;padding:10px 20px;align-items:center;justify-content:space-between;}
|
||||||
|
.summary_box_wrap .text_area{width:70%;color:#666;font-weight:400;}
|
||||||
|
.summary_box_wrap .text_area p{margin:0 0 5px 0;}
|
||||||
|
.summary_box_wrap .text_area p:last-child{margin:0 0 0 0;}
|
||||||
|
.summary_box_wrap .btn_wrap{width:30%;margin:0 0 0 0;}
|
||||||
|
.summary_box_wrap .btn_wrap button{height:35px;font-size:15px;}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user