This commit is contained in:
subsub 2023-11-02 14:16:55 +09:00
commit ed4ed3f358
4 changed files with 29 additions and 13 deletions

View File

@ -133,7 +133,7 @@ function openExcelUploadPop() {
<input type="text" id="searchKeyword" name="searchKeyword" class="search_input" placeholder="검색어를 입력하세요" value="<c:out value='${adrPrsctLinkVO.searchKeyword}'/>">
&nbsp;&nbsp;&nbsp;&nbsp;
<p class="tit_text">접수기간</p>
<p class="tit_text">배당일</p>
<div id="sel_date" class="sel_date">
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adrPrsctLinkVO.searchStartDt}" data-datecontrol="true">

View File

@ -33,8 +33,10 @@ var prsctSeq = "${adrPrsctLinkVO.prsctSeq}";
$(document).ready(function () {
if (prsctSeq != null && prsctSeq != "" && prsctSeq != undefined) {
//검찰연계 상세정보
getAdrPrsctLinkDetail()
getAdrPrsctLinkDetail();
}
});
//검찰연계 상세정보
@ -337,9 +339,9 @@ function goList() {
<tr>
<th class="req_text">원고 연락처</th>
<td>
<input type="text" id="plntfPhone1" maxlength="3" size="15" cssClass="number_input"/>
-<input type="text" id="plntfPhone2" maxlength="4" size="15" cssClass="number_input"/>
-<input type="text" id="plntfPhone3" maxlength="4" 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" onkeyup="onlyNumber(this)"/>
-<input type="text" id="plntfPhone3" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
<input type="hidden" id="plntfPhone" name="plntfPhone" />
</td>
</tr>
@ -352,9 +354,9 @@ function goList() {
<tr>
<th class="req_text">피고 연락처</th>
<td>
<input type="text" id="dfndnPhone1" maxlength="3" size="15" cssClass="number_input"/>
-<input type="text" id="dfndnPhone2" maxlength="4" size="15" cssClass="number_input"/>
-<input type="text" id="dfndnPhone3" maxlength="4" 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" onkeyup="onlyNumber(this)"/>
-<input type="text" id="dfndnPhone3" maxlength="4" size="15" cssClass="number_input" onkeyup="onlyNumber(this)"/>
<input type="hidden" id="dfndnPhone" name="dfndnPhone" />
</td>
</tr>

View File

@ -13,6 +13,8 @@
<link href="<c:url value='/'/>css/jstree/themes/default/style.min.css" rel="stylesheet" type="text/css">
<style>
body {overflow: hidden;}
.cont{padding:20px 0;}
.btn_layout01 .area_right{width:100%;text-align:center;}
</style>
<script type="text/javascript" src="<c:url value="/validator.do"/>"></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" />
<!-- cont -->
<div class="cont_wrap">
<div style="float: right; padding-right: 40px;">
<button type="button" class="btnType05" onclick="location.href='/download/prsct/검찰연계_등록양식.xlsx'"><i class="downroad"></i>업로드 양식 다운로드</button>
<div class="summary_box_wrap">
<div class="text_area">
<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 class="cont">
<div class="tbType02">
<table>
@ -179,7 +185,6 @@ function fncGoClose() {
</table>
</div>
<div class="btn_wrap btn_layout01">
<div class="area_left" style="width: 350px;"></div>
<div class="area_right">
<button class="btnType06" onclick="setExcelUploadSave(); return false;">저장</button>
<button type="button" class="btnType03" onclick="fncGoClose();">닫기</button>

View File

@ -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;}
.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;}
@ -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.btn_reset {color:#666;border-color:#d5d5d5;}
.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;}