#2747
과거사건등록 - 사건관련문서 등록 페이지 작업
This commit is contained in:
HappyITN 2022-09-26 14:38:02 +09:00
parent 37e8a48b87
commit ee375cd616

View File

@ -233,6 +233,16 @@ function fn_testPageAlert(){
}
</script>
<style type="text/css">
.calendarPop {left:-165px;}
.cont .list {min-height:auto;border-bottom:0 none;}
.cont .list.tbType01 tbody tr td {padding:10px 15px;}
.cont .list.tbType01 tbody tr td .sel_date {position:relative;}
.cont .list.tbType01 tbody tr td .sel_date .startDate {width:100%;box-sizing:border-box;}
.cont .list.tbType01 tbody tr td .sel_date .calendar_in {position:absolute;right:0;top:8px;}
.cont .list.tbType01 tbody tr td.upload_area {text-align:left;}
.cont .list.tbType01 tbody tr td.upload_area .btnType01 {height:36px;padding:0 11px;font-size:15px;}
</style>
<title>사건관련문서 등록</title>
</head>
<body>
@ -280,57 +290,51 @@ function fn_testPageAlert(){
<!-- //list_top -->
<!-- list -->
<div class="list tbType01">
<table class="pop_tbType01">
<caption>사건문서 등록 : 신청인, 피신청인, 관리자가 사건에 관련된 첨부파일을 등록한다.</caption>
<table>
<colgroup>
<col style="width: 200px;">
<col style="width: auto;">
<col style="width:15%">
<col style="width:20%">
<col style="width:auto">
<col style="width:10%">
</colgroup>
<thead>
<tr>
<th>일자</th>
<th>유형</th>
<th>문서</th>
<th>삭제</th>
</tr>
</thead>
<tbody>
<tr>
<th scope="row">
<p>문서 구분</p>
</th>
<td>
<p>
<kc:select codeId="CC044" id="adrDocTy" name="adrDocTy" onChange="docTypeDiv(this.value);"/>
</p>
<div class="sel_date">
<input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adjReqMgrOffLineVO.searchStartDt}" data-datecontrol="true">
<div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
<button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate01-lry','',this)" class="btn_cal"></button>
<div id="startDate01-lry" class="calendarPop" style="display: none;">
<iframe id="startDate01-ifrm" name="startDate01-ifrm" class="calendar-frame" src="/kccadrPb/adm/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
</div>
</div>
</div>
</td>
</tr>
<tr>
<th scope="row">
<p>사건문서 등록인 구분</p>
</th>
<td>
<p>
<select name="rpplSeq" id="rpplSeq" class="subSearch">
<c:forEach var="info" items="${rpplList}" varStatus="status">
<option name="${info.assPstUsrTy}" value="${info.assPstSeq}" <c:if test="${status.count==2}">selected="selected"</c:if>>${info.assPstUsrNm} (<kc:code codeId="CC005" code="${info.assPstUsrTy}"/>)</option>
</c:forEach>
<option name="30" value="${adrAdminInfo.adrAdmId}">${adrAdminInfo.adrAdmNm} (조정조사관)</option>
<select name="regiType" id="regiType">
<option value="">선택</option>
<option value="">신청서</option>
<option value="">답변서</option>
<option value="">피신청인 경정신청서</option>
</select>
</p>
</td>
</tr>
<tr>
<th scope="row" class="req_text">
<p>내용</p>
</th>
<td>
<label for="adrDocCn1" class="label">답변내용 입력</label>
<textarea name="adrDocCn1" id="adrDocCn1" cols="30" rows="5" cssClass="purpose_text" cssStyle="resize: none;"><c:out value='${info.adrDocCn1}' /></textarea>
<textarea name="" id="" rows="3"></textarea>
</td>
<td><button type="button" class="btnType04 btn_del reqPerDel">삭제</button></td>
</tr>
<tr>
<th scope="row" class="req_text">
<p>첨부서류</p>
</th>
<td class="upload_area">
<td colspan="4" class="upload_area">
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일찾기</button>
<p style="font-size: 16px; float: right; margin-top: 16px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p>
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
<div class="file_wrap file_upload_box no_img_box">
<table class="tbType02">
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
@ -404,33 +408,20 @@ function fn_testPageAlert(){
</div>
</td>
</tr>
<tr>
<th>
<p>상대방공개여부</p>
</th>
<td>
<div class="radio_wrap">
<span>
<input value="Y" type="radio" name="openYn" id="openYn_Y" checked="checked">
<label for="openYn_Y">공개</label>
</span>
<span>
<input value="N" type="radio" name="openYn" id="openYn_N" onclick="notiOpenYn()">
<label for="openYn_N">제한공개</label>
</span>
</div>
</td>
</tr>
</tbody>
</table>
<!-- 하단 버튼 -->
<div class="btn_wrap btn_layout04">
<button class="btnType06 btn_edit" onclick="fncReg();">등록</button>
<button class="btnType06 btn_list" onclick="fncClose();">취소</button>
</div>
<!-- //하단 버튼 -->
</div>
<!-- //list -->
<!-- 하단 버튼 -->
<div class="btn_wrap btn_layout01">
<div class="area_left">
<button type="button" class="btnType04">&lt; 이전단계 이동</button>
</div>
<div class="area_right">
<button type="button" class="btnType06">사건관련문서 저장 &gt;</button>
</div>
</div>
<!-- //하단 버튼 -->
</div>
</div>
</div>
@ -440,33 +431,6 @@ function fn_testPageAlert(){
</body>
</html>
<%-- <div class="cont_wrap">
<div class="box">