#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> </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> <title>사건관련문서 등록</title>
</head> </head>
<body> <body>
@ -280,157 +290,138 @@ function fn_testPageAlert(){
<!-- //list_top --> <!-- //list_top -->
<!-- list --> <!-- list -->
<div class="list tbType01"> <div class="list tbType01">
<table class="pop_tbType01"> <table>
<caption>사건문서 등록 : 신청인, 피신청인, 관리자가 사건에 관련된 첨부파일을 등록한다.</caption> <colgroup>
<colgroup> <col style="width:15%">
<col style="width: 200px;"> <col style="width:20%">
<col style="width: auto;"> <col style="width:auto">
</colgroup> <col style="width:10%">
<tbody> </colgroup>
<tr> <thead>
<th scope="row"> <tr>
<p>문서 구분</p> <th>일자</th>
</th> <th>유형</th>
<td> <th>문서</th>
<p> <th>삭제</th>
<kc:select codeId="CC044" id="adrDocTy" name="adrDocTy" onChange="docTypeDiv(this.value);"/> </tr>
</p> </thead>
</td> <tbody>
</tr> <tr>
<td>
<tr> <div class="sel_date">
<th scope="row"> <input type="text" class="startDate inp" title="검색시작일" id="startDate01" name="searchStartDt" value="${adjReqMgrOffLineVO.searchStartDt}" data-datecontrol="true">
<p>사건문서 등록인 구분</p> <div class="calendar_in" id="calendarName_startDate" style="z-index: 9;">
</th> <button type="button" value="달력 팝업 열기" onclick="return calendarOpen('startDate01-lry','',this)" class="btn_cal"></button>
<td> <div id="startDate01-lry" class="calendarPop" style="display: none;">
<p> <iframe id="startDate01-ifrm" name="startDate01-ifrm" class="calendar-frame" src="/kccadrPb/adm/calendar.html" title=" 달력 팝업" frameborder="0" scrolling="no"></iframe>
<select name="rpplSeq" id="rpplSeq" class="subSearch"> </div>
<c:forEach var="info" items="${rpplList}" varStatus="status"> </div>
<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> </div>
</c:forEach> </td>
<option name="30" value="${adrAdminInfo.adrAdmId}">${adrAdminInfo.adrAdmNm} (조정조사관)</option> <td>
</select> <select name="regiType" id="regiType">
</p> <option value="">선택</option>
</td> <option value="">신청서</option>
</tr> <option value="">답변서</option>
<tr> <option value="">피신청인 경정신청서</option>
<th scope="row" class="req_text"> </select>
<p>내용</p> </td>
</th> <td>
<td> <textarea name="" id="" rows="3"></textarea>
<label for="adrDocCn1" class="label">답변내용 입력</label> </td>
<textarea name="adrDocCn1" id="adrDocCn1" cols="30" rows="5" cssClass="purpose_text" cssStyle="resize: none;"><c:out value='${info.adrDocCn1}' /></textarea> <td><button type="button" class="btnType04 btn_del reqPerDel">삭제</button></td>
</td> </tr>
</tr> <tr>
<tr> <td colspan="4" class="upload_area">
<th scope="row" class="req_text"> <input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" />
<p>첨부서류</p> <button type="button" id="filebutton" class="btnType01 btn_add_file">파일 첨부하기</button>
</th> <div class="file_wrap file_upload_box no_img_box">
<td class="upload_area"> <table class="tbType02">
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display: none" /> <colgroup>
<button type="button" id="filebutton" class="btnType01 btn_add_file">파일찾기</button> <col style="width: 60%;">
<p style="font-size: 16px; float: right; margin-top: 16px; color: #666;">* 첨부파일을 등록해 주세요. (최대3개)</p> <col style="width: auto;">
<div class="file_wrap file_upload_box no_img_box"> <col style="width: 20%;">
<table class="tbType02"> <col style="width: 10%;">
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption> </colgroup>
<colgroup> <thead>
<col style="width: 60%;"> <th scope="col">파일 명</th>
<col style="width: auto;"> <th scope="col">종류</th>
<col style="width: 20%;"> <th scope="col">크기</th>
<col style="width: 10%;"> <th scope="col">삭제</th>
</colgroup> </thead>
<thead> <tbody class="tb_file_before">
<th scope="col">파일 명</th> <tr>
<th scope="col">종류</th> <td colspan="4">
<th scope="col">크기</th> <p>
<th scope="col">삭제</th> 첨부하실 파일을
</thead> <span>마우스로 끌어서</span>
<tbody class="tb_file_before"> 넣어주세요.
<tr> </p>
<td colspan="4">
<p>
첨부하실 파일을
<span>마우스로 끌어서</span>
넣어주세요.
</p>
</td>
</tr>
</tbody>
</table>
</div>
<div class="file_wrap fileAfter file_list_div">
<table class="tbType02">
<caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
<colgroup>
<col style="width: 60%">
<col style="width: 10%">
<col style="width: 20%">
<col style="width: 10%">
</colgroup>
<thead>
<th scope="col">파일 명</th>
<th scope="col">종류</th>
<th scope="col">크기</th>
<th scope="col">삭제</th>
</thead>
<tbody id="tbody_fiielist" class="tb_file_after">
<c:forEach var="fileList" items="${fileList}" varStatus="status">
<tr class="item_<c:out value='${fileList.atchFileId}' />_<c:out value='${fileList.fileSn}' /> uploaded_obj">
<input type="hidden" name="fileSize" class="item_file_size" value="<c:out value='${fileList.fileSize}' />">
<input type="hidden" name="limitcount" value="3" />
<td class="td_filename">
<span class="file_name_text"><c:out value='${fileList.orignlFileNm}' /></span>
</td>
<td class="td_filesort">
<span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>">
<c:out value="${fileList.fileExtsn}" />
</span>
</td>
<td class="td_filesize">
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>">
<c:out value="${fileList.fileMg}" />
</span>
</td>
<td>
<button type="button" class="btn_del" onclick="delAtchFile('<c:out value='${fileList.atchFileId}' />', '<c:out value='${fileList.fileSn}' />'); return false;" title="파일${status.count} 삭제">
<i></i>
</button>
</td> </td>
</tr> </tr>
</c:forEach> </tbody>
</tbody> </table>
</table> </div>
</div> <div class="file_wrap fileAfter file_list_div">
</td> <table class="tbType02">
</tr> <caption>첨부파일 추가 리스트 : 파일명, 종류, 크기, 삭제</caption>
<tr> <colgroup>
<th> <col style="width: 60%">
<p>상대방공개여부</p> <col style="width: 10%">
</th> <col style="width: 20%">
<td> <col style="width: 10%">
<div class="radio_wrap"> </colgroup>
<span> <thead>
<input value="Y" type="radio" name="openYn" id="openYn_Y" checked="checked"> <th scope="col">파일 명</th>
<label for="openYn_Y">공개</label> <th scope="col">종류</th>
</span> <th scope="col">크기</th>
<span> <th scope="col">삭제</th>
<input value="N" type="radio" name="openYn" id="openYn_N" onclick="notiOpenYn()"> </thead>
<label for="openYn_N">제한공개</label> <tbody id="tbody_fiielist" class="tb_file_after">
</span> <c:forEach var="fileList" items="${fileList}" varStatus="status">
</div> <tr class="item_<c:out value='${fileList.atchFileId}' />_<c:out value='${fileList.fileSn}' /> uploaded_obj">
</td> <input type="hidden" name="fileSize" class="item_file_size" value="<c:out value='${fileList.fileSize}' />">
</tr> <input type="hidden" name="limitcount" value="3" />
</tbody> <td class="td_filename">
</table> <span class="file_name_text"><c:out value='${fileList.orignlFileNm}' /></span>
<!-- 하단 버튼 --> </td>
<div class="btn_wrap btn_layout04"> <td class="td_filesort">
<button class="btnType06 btn_edit" onclick="fncReg();">등록</button> <span class="file_filesort_text" value="<c:out value="${fileList.fileExtsn}"/>">
<button class="btnType06 btn_list" onclick="fncClose();">취소</button> <c:out value="${fileList.fileExtsn}" />
</div> </span>
<!-- //하단 버튼 --> </td>
<td class="td_filesize">
<span class="file_size_text" value="<c:out value="${fileList.fileMg}"/>">
<c:out value="${fileList.fileMg}" />
</span>
</td>
<td>
<button type="button" class="btn_del" onclick="delAtchFile('<c:out value='${fileList.atchFileId}' />', '<c:out value='${fileList.fileSn}' />'); return false;" title="파일${status.count} 삭제">
<i></i>
</button>
</td>
</tr>
</c:forEach>
</tbody>
</table>
</div>
</td>
</tr>
</tbody>
</table>
</div> </div>
<!-- //list --> <!-- //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> </div>
</div> </div>
@ -440,33 +431,6 @@ function fn_testPageAlert(){
</body> </body>
</html> </html>
<%-- <div class="cont_wrap"> <%-- <div class="cont_wrap">
<div class="box"> <div class="box">