2022-11-09 12:09 개선 사항 수정
This commit is contained in:
parent
6cb892d19d
commit
0e3dae9083
@ -443,7 +443,7 @@ public class DntServiceImpl implements DntService {
|
||||
, dntVO.getLastUpdusrId()
|
||||
|
||||
, p_adrHstryMgrSeq //, String p_adrHstryMgrSeq
|
||||
, "U" //, String p_useCd I/U/UI/II/RE
|
||||
, "UI" //, String p_useCd I/U/UI/II/RE
|
||||
, "ADR_APP_MGR" //, String p_tableName
|
||||
, " SET SBMT_YN = '"+s_sbmt_yn+"' WHERE ADR_SEQ='"+dntVO.getAdrSeq()+"' AND ADR_SN='"+dntVO.getAdrSn()+"' AND APP_SEQ='"+dntVO.getAppSeq()+"' " //, String p_updateQuery
|
||||
|
||||
|
||||
@ -218,6 +218,12 @@
|
||||
}
|
||||
}
|
||||
|
||||
//결재 팝업이후 처리 내용
|
||||
function fnc_aprvl_pop_ret(param){
|
||||
updtDntSbmt(); //SBMT_YN='Y'로 처리
|
||||
//fncGoList(); //조정진행목록으로
|
||||
}
|
||||
|
||||
//기일통지서제출 일자 업데이트 처리해주기
|
||||
function updtDntSbmt(){
|
||||
|
||||
@ -480,8 +486,9 @@
|
||||
, (기존 기일변경통지서값이 없으면 등록, 있으면 기일변경통지서수정) 그외 상태는 버튼이 안보임. -->
|
||||
<c:if test="${info.statCd== KccadrConstants.ADR_APP_CHG_RETN
|
||||
|| info.statCd== KccadrConstants.ADR_APP_NTC_APPR}">
|
||||
<button class="btnType02" onclick="fnc_aprvl_step_1('204010'); return false;">기일변경 승인 요청</button>
|
||||
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('204010');">기일변경 승인 요청(새로운결재선)</button>
|
||||
<!-- <button class="btnType02" onclick="fnc_aprvl_step_1('204010'); return false;">기일변경 승인 요청</button> -->
|
||||
<!-- <button type="button" class="btnType02" onclick="fnc_aprvl_pop('204010');">기일변경 승인 요청(새로운결재선)</button> -->
|
||||
<button type="button" class="btnType02" onclick="fnc_aprvl_pop('204010');">기일변경 승인 요청</button>
|
||||
<button type="button" class="btnType06" onclick="fncReg()">등록</button>
|
||||
</c:if>
|
||||
<%-- 기일변경 통지서 등록화면이라서 송달정보 입력은 주석처리했음 20220126 --%>
|
||||
|
||||
@ -68,7 +68,7 @@
|
||||
}
|
||||
|
||||
function validation() {
|
||||
|
||||
|
||||
// $('#adrDocCn1').val( $('#rpplEmail01').val()+'@'+$('#rpplEmail02').val() );
|
||||
// $('#rpplPhone').val( $('#rpplPhone01').val()+'-'+$('#rpplPhone02').val()+'-'+$('#rpplPhone03').val() );
|
||||
if (isEmpty($('#adrDocCn1').val())) {
|
||||
@ -194,7 +194,7 @@
|
||||
</th>
|
||||
<td>
|
||||
<label for="adrDocCn1" class="label">답변내용 입력</label>
|
||||
<textarea name="adrDocCn1" id="reqCn4" cols="30" rows="5" cssClass="purpose_text" cssStyle="resize: none;"><c:out value='${info.adrDocCn1}' /></textarea>
|
||||
<textarea name="adrDocCn1" id="adrDocCn1" cols="30" rows="5" cssClass="purpose_text" cssStyle="resize: none;"><c:out value='${info.adrDocCn1}' /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
|
||||
@ -357,7 +357,7 @@ $( document ).ready(function(){
|
||||
</tr>
|
||||
<tr scope="row" class="cop_num" usrTy="02" style="display:${list.rpplUsrTy eq '02' ? '' : 'none'}">
|
||||
<th>
|
||||
<!-- <p class="req_text"><span>필수입력 항목</span>*</p> -->
|
||||
<!-- <p class="req_text"><span>필수입력 항목</span>*</p> -->
|
||||
<p>법인등록번호</p>
|
||||
</th>
|
||||
<td>
|
||||
|
||||
@ -116,6 +116,12 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
//첫번째 피신청인 삭제 버튼 제거
|
||||
//alert($("button.delPerson").length);
|
||||
if ($("button.delPerson").length>0){
|
||||
//$("button.delPerson:eq(0)").hide();
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
|
||||
@ -1,260 +1,260 @@
|
||||
ㅊ <%--
|
||||
대국민 사용자
|
||||
Class Name : adjstReq4Regist.jsp
|
||||
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록
|
||||
Modification Information
|
||||
|
||||
수정일 수정자 수정내용
|
||||
------- -------- ---------------------------
|
||||
2021.08.24 우영두 내용
|
||||
|
||||
author : 우영두
|
||||
since : 2021.08.24
|
||||
|
||||
--%>
|
||||
<%-- 공통 JS 함수 정의 : /jsp/web/com/webLayout.jsp --%>
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>신청취지/원인 등록</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style>
|
||||
input::placeholder{color: #ddd;font-size: 16px;}
|
||||
input:disabled{background-color: #f3f3f3 !important;}
|
||||
textarea:disabled{background-color: #f3f3f3 !important;}
|
||||
.mr15{margin-right: 15px !important;}
|
||||
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
||||
.btn_wrap.btn_layout03 .btnType01{height: 46px}
|
||||
|
||||
@media all and (max-width: 540px){
|
||||
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
|
||||
}
|
||||
</style>
|
||||
<%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%>
|
||||
<script type="text/javaScript" language="javascript">
|
||||
|
||||
$( document ).ready(function(){
|
||||
// 현재 작성단계 셋
|
||||
AdjstReq.STEP = "<c:out value='${adjstReqVO.step}' />";
|
||||
var editData = "<c:out value='${editInfo}'/>";
|
||||
editData = editData.replace(/"/g, '"');
|
||||
if(editData != ""){
|
||||
AdjstReq.EDIT_DATA = eval("("+editData+")");
|
||||
}
|
||||
<%--AdjstReq.STATUS = '${not empty master ? master.statCd : ''}';--%>
|
||||
AdjstReq.STATUS = "<c:out value="${not empty master ? master.statCd : ''}" />";
|
||||
|
||||
// 페이지 로드 업무 프로세스
|
||||
AdjstReq.pageOnload();
|
||||
|
||||
// 파일등록이벤트
|
||||
$(".btn_add_file").on('click', function(){
|
||||
$("#file_temp").click();
|
||||
});
|
||||
|
||||
//첨부파일 보완요청 없을 시 드래그엔 드랍 방지
|
||||
var test = '<%= request.getRequestURL() %>';
|
||||
$('.upload_area').bind("drop dragover", function(e){
|
||||
e.preventDefault();
|
||||
if(AdjstReq.EDIT_DATA.attchFileYn != 'Y' && AdjstReq.EDIT_DATA.attchFileYn != undefined){
|
||||
if(test.indexOf('adjstReqRegistStep3.jsp') != -1){
|
||||
adrstReqRegistStep3EditDataAtchFileYn = 'Y';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
//미리보기 팝업
|
||||
function fn_adjstReq_preview() {
|
||||
<c:choose>
|
||||
<c:when test="${empty fn:trim(master.ccTy)}">
|
||||
// AdjstReq.step3Save(처리구분, 미리보기화면 여부,)
|
||||
AdjstReq.step3Save("<c:out value='${KccadrConstants.ADR_MODE_NEW}' />", 'Y', "<c:out value='${adjstReqVO.adrSeq}' />");
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
// AdjstReq.step3Save(처리구분, 미리보기화면 여부)
|
||||
AdjstReq.step3Save("<c:out value='${KccadrConstants.ADR_MODE_UPT}' />", 'Y', "<c:out value='${adjstReqVO.adrSeq}' />");
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
location.reload();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form:form id="${KccadrConstants.STEP3}" name="${KccadrConstants.STEP3}" commandName="adjstReqVO" method="post">
|
||||
<form:input type="hidden" path="adrSeq" id="adrSeq"/>
|
||||
<form:input type="hidden" path="adrSn" id="adrSn"/>
|
||||
<form:input type="hidden" path="edtSn" id="edtSn"/>
|
||||
<form:input type="hidden" path="edtTy" id="edtTy"/>
|
||||
<form:input type="hidden" path="atchFileId" id="atchFileId" value="${master.atchFileId}"/>
|
||||
<input type="hidden" name="limitcount" value="10" />
|
||||
<!-- cont -->
|
||||
<div class="cont_wrap sub02_1" id="sub">
|
||||
<div class="inner">
|
||||
<div class="cont_tit">
|
||||
<h2>조정신청</h2>
|
||||
</div>
|
||||
<c:import url="/web/kccadr/adjst/none/adjstReqStatusProcess.do"/>
|
||||
<div class="tb_wrap">
|
||||
<div class="tb_top">
|
||||
<p>신청인 취지/원인</p>
|
||||
</div>
|
||||
<table class="tbType01" id="adjstInfo">
|
||||
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보입력</caption>
|
||||
<colgroup>
|
||||
<col style="width: 250px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>저작물종류</p>
|
||||
</th>
|
||||
<td>
|
||||
<label for="ccTy" class="label">저작물종류 선택</label>
|
||||
<kc:select codeId="CC002" name="ccTy" id="ccTy" selectedValue="${not empty master.ccTy? master.ccTy : '01'}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>신청취지</p>
|
||||
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('01'); return false;" title="예문 팝업 열림">예문</button>
|
||||
</th>
|
||||
<td>
|
||||
<label for="reqCn1" class="label">신청취지 입력</label>
|
||||
<textarea name="reqCn1" id="reqCn1" cols="30" rows="5" cssClass="purpose_text"><c:out value='${master.reqCn1}' /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>신청원인</p>
|
||||
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('02'); return false;" title="예문 팝업 열림">예문</button>
|
||||
</th>
|
||||
<td>
|
||||
<label for="reqCn2" class="label">신청원인 입력</label>
|
||||
<textarea name="reqCn2" id="reqCn2" cols="30" rows="10" cssClass="purpose_text"><c:out value='${master.reqCn2}' /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>첨부파일</p>
|
||||
</th>
|
||||
<td id="uploadWarp" class="upload_area">
|
||||
<label for="fileNm" class="label">첨부파일 선택</label>
|
||||
<input type="text" id="fileNm" size="30" class="file_input" readonly><button type="button" class="btnType01 btn_add_file">파일 첨부하기</button>
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none;"/>
|
||||
<div class="file_wrap file_upload_box no_img_box">
|
||||
<table class="tbType02">
|
||||
<caption>첨부파일 리스트 : 파일명, 종류, 크기, 삭제</caption>
|
||||
<colgroup>
|
||||
<col style="width: 60%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 10%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<!-- <th>
|
||||
<input type="checkbox" id="all_check"><label for="all_check"></label>
|
||||
</th> -->
|
||||
<th scope="col">파일 명</th>
|
||||
<th scope="col">종류</th>
|
||||
<th scope="col">크기</th>
|
||||
<th scope="col">삭제</th>
|
||||
</thead>
|
||||
<tbody class="tb_file_before">
|
||||
<tr>
|
||||
<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>
|
||||
<input type="checkbox" id="all_check"><label for="all_check"></label>
|
||||
</th> -->
|
||||
<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}' />">
|
||||
<td class="td_filename">
|
||||
<img src="/direct/img/upload_hwp_img.png" alt="파일" />
|
||||
<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 class="file_del">
|
||||
<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>
|
||||
<p class="cf_text02">제출하신 신청서는 조정조사관이 서류미비시 도움을 드리겠습니다.</p>
|
||||
</div>
|
||||
<!-- 하단 버튼 -->
|
||||
<div class="btn_wrap btn_layout03">
|
||||
<div class="btn_left"><button type="button" class="btnType04 btn_move" onclick="AdjstReq.fncGoPrev();">2단계이동</button></div>
|
||||
<div class="btn_right">
|
||||
<!-- <button type="button" class="btnType06 btn_preview" onclick="alert('준비중입니다.'); return false;">미리보기</button> -->
|
||||
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview(); return false;" title="새창열림">미리보기</button>
|
||||
<%-- <button type="button" class="btnType01" onclick="AdjstReq.stepDelete('${adjstReqVO.adrSeq}'); return false;">신청서 삭제</button> --%>
|
||||
<c:choose>
|
||||
<c:when test="${empty fn:trim(master.ccTy)}">
|
||||
<button type="button" class="btnType01" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_NEW}' />'); return false;">임시저장</button>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType01" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_UPT}' />'); return false;">임시저장</button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<button type="button" class="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- //cont -->
|
||||
</form:form>
|
||||
</body>
|
||||
</html>
|
||||
ㅊ <%--
|
||||
대국민 사용자
|
||||
Class Name : adjstReq4Regist.jsp
|
||||
Description : 조정신청 등록화면4 - 신청취지/원인 정보 등록
|
||||
Modification Information
|
||||
|
||||
수정일 수정자 수정내용
|
||||
------- -------- ---------------------------
|
||||
2021.08.24 우영두 내용
|
||||
|
||||
author : 우영두
|
||||
since : 2021.08.24
|
||||
|
||||
--%>
|
||||
<%-- 공통 JS 함수 정의 : /jsp/web/com/webLayout.jsp --%>
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<%@ taglib prefix="un" uri="http://jakarta.apache.org/taglibs/unstandard-1.0" %>
|
||||
<un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" />
|
||||
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>신청취지/원인 등록</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<style>
|
||||
input::placeholder{color: #ddd;font-size: 16px;}
|
||||
input:disabled{background-color: #f3f3f3 !important;}
|
||||
textarea:disabled{background-color: #f3f3f3 !important;}
|
||||
.mr15{margin-right: 15px !important;}
|
||||
.btn_wrap.btn_layout03 .btn_right{text-align: right}
|
||||
.btn_wrap.btn_layout03 .btnType01{height: 46px}
|
||||
|
||||
@media all and (max-width: 540px){
|
||||
.btn_wrap.btn_layout03 button{min-width: 90px; padding: 0 6px;}
|
||||
}
|
||||
</style>
|
||||
<%-- <un:useConstants var="KccadrConstants" className="kcc.kccadr.cmm.KccadrConstants" /> --%>
|
||||
<script type="text/javaScript" language="javascript">
|
||||
|
||||
$( document ).ready(function(){
|
||||
// 현재 작성단계 셋
|
||||
AdjstReq.STEP = "<c:out value='${adjstReqVO.step}' />";
|
||||
var editData = "<c:out value='${editInfo}'/>";
|
||||
editData = editData.replace(/"/g, '"');
|
||||
if(editData != ""){
|
||||
AdjstReq.EDIT_DATA = eval("("+editData+")");
|
||||
}
|
||||
<%--AdjstReq.STATUS = '${not empty master ? master.statCd : ''}';--%>
|
||||
AdjstReq.STATUS = "<c:out value="${not empty master ? master.statCd : ''}" />";
|
||||
|
||||
// 페이지 로드 업무 프로세스
|
||||
AdjstReq.pageOnload();
|
||||
|
||||
// 파일등록이벤트
|
||||
$(".btn_add_file").on('click', function(){
|
||||
$("#file_temp").click();
|
||||
});
|
||||
|
||||
//첨부파일 보완요청 없을 시 드래그엔 드랍 방지
|
||||
var test = '<%= request.getRequestURL() %>';
|
||||
$('.upload_area').bind("drop dragover", function(e){
|
||||
e.preventDefault();
|
||||
if(AdjstReq.EDIT_DATA.attchFileYn != 'Y' && AdjstReq.EDIT_DATA.attchFileYn != undefined){
|
||||
if(test.indexOf('adjstReqRegistStep3.jsp') != -1){
|
||||
adrstReqRegistStep3EditDataAtchFileYn = 'Y';
|
||||
}
|
||||
}
|
||||
});
|
||||
|
||||
});
|
||||
|
||||
//미리보기 팝업
|
||||
function fn_adjstReq_preview() {
|
||||
<c:choose>
|
||||
<c:when test="${empty fn:trim(master.ccTy)}">
|
||||
// AdjstReq.step3Save(처리구분, 미리보기화면 여부,)
|
||||
AdjstReq.step3Save("<c:out value='${KccadrConstants.ADR_MODE_NEW}' />", 'Y', "<c:out value='${adjstReqVO.adrSeq}' />");
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
// AdjstReq.step3Save(처리구분, 미리보기화면 여부)
|
||||
AdjstReq.step3Save("<c:out value='${KccadrConstants.ADR_MODE_UPT}' />", 'Y', "<c:out value='${adjstReqVO.adrSeq}' />");
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
|
||||
location.reload();
|
||||
}
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<form:form id="${KccadrConstants.STEP3}" name="${KccadrConstants.STEP3}" commandName="adjstReqVO" method="post">
|
||||
<form:input type="hidden" path="adrSeq" id="adrSeq"/>
|
||||
<form:input type="hidden" path="adrSn" id="adrSn"/>
|
||||
<form:input type="hidden" path="edtSn" id="edtSn"/>
|
||||
<form:input type="hidden" path="edtTy" id="edtTy"/>
|
||||
<form:input type="hidden" path="atchFileId" id="atchFileId" value="${master.atchFileId}"/>
|
||||
<input type="hidden" name="limitcount" value="10" />
|
||||
<!-- cont -->
|
||||
<div class="cont_wrap sub02_1" id="sub">
|
||||
<div class="inner">
|
||||
<div class="cont_tit">
|
||||
<h2>조정신청</h2>
|
||||
</div>
|
||||
<c:import url="/web/kccadr/adjst/none/adjstReqStatusProcess.do"/>
|
||||
<div class="tb_wrap">
|
||||
<div class="tb_top">
|
||||
<p>신청인 취지/원인</p>
|
||||
</div>
|
||||
<table class="tbType01" id="adjstInfo">
|
||||
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption>
|
||||
<colgroup>
|
||||
<col style="width: 250px;">
|
||||
<col style="width: auto;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>저작물종류</p>
|
||||
</th>
|
||||
<td>
|
||||
<label for="ccTy" class="label">저작물종류 선택</label>
|
||||
<kc:select codeId="CC002" name="ccTy" id="ccTy" selectedValue="${not empty master.ccTy? master.ccTy : '01'}"/>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>신청취지</p>
|
||||
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('01'); return false;" title="예문 팝업 열림">예문</button>
|
||||
</th>
|
||||
<td>
|
||||
<label for="reqCn1" class="label">신청취지 입력</label>
|
||||
<textarea name="reqCn1" id="reqCn1" cols="30" rows="5" cssClass="purpose_text"><c:out value='${master.reqCn1}' /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>신청이유</p>
|
||||
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExamplePop('02'); return false;" title="예문 팝업 열림">예문</button>
|
||||
</th>
|
||||
<td>
|
||||
<label for="reqCn2" class="label">신청이유 입력</label>
|
||||
<textarea name="reqCn2" id="reqCn2" cols="30" rows="10" cssClass="purpose_text"><c:out value='${master.reqCn2}' /></textarea>
|
||||
</td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>첨부파일</p>
|
||||
</th>
|
||||
<td id="uploadWarp" class="upload_area">
|
||||
<label for="fileNm" class="label">첨부파일 선택</label>
|
||||
<input type="text" id="fileNm" size="30" class="file_input" readonly><button type="button" class="btnType01 btn_add_file">파일 첨부하기</button>(*파일 종류에 제한이 없습니다.)
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none;"/>
|
||||
<div class="file_wrap file_upload_box no_img_box">
|
||||
<table class="tbType02">
|
||||
<caption>첨부파일 리스트 : 파일명, 종류, 크기, 삭제</caption>
|
||||
<colgroup>
|
||||
<col style="width: 60%;">
|
||||
<col style="width: auto;">
|
||||
<col style="width: 20%;">
|
||||
<col style="width: 10%;">
|
||||
</colgroup>
|
||||
<thead>
|
||||
<!-- <th>
|
||||
<input type="checkbox" id="all_check"><label for="all_check"></label>
|
||||
</th> -->
|
||||
<th scope="col">파일 명</th>
|
||||
<th scope="col">종류</th>
|
||||
<th scope="col">크기</th>
|
||||
<th scope="col">삭제</th>
|
||||
</thead>
|
||||
<tbody class="tb_file_before">
|
||||
<tr>
|
||||
<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>
|
||||
<input type="checkbox" id="all_check"><label for="all_check"></label>
|
||||
</th> -->
|
||||
<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}' />">
|
||||
<td class="td_filename">
|
||||
<img src="/direct/img/upload_hwp_img.png" alt="파일" />
|
||||
<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 class="file_del">
|
||||
<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>
|
||||
<p class="cf_text02">제출하신 신청서는 조정조사관이 서류미비시 도움을 드리겠습니다.</p>
|
||||
</div>
|
||||
<!-- 하단 버튼 -->
|
||||
<div class="btn_wrap btn_layout03">
|
||||
<div class="btn_left"><button type="button" class="btnType04 btn_move" onclick="AdjstReq.fncGoPrev();">2단계이동</button></div>
|
||||
<div class="btn_right">
|
||||
<!-- <button type="button" class="btnType06 btn_preview" onclick="alert('준비중입니다.'); return false;">미리보기</button> -->
|
||||
<button type="button" class="btnType06 btn_preview" onclick="fn_adjstReq_preview(); return false;" title="새창열림">미리보기</button>
|
||||
<%-- <button type="button" class="btnType01" onclick="AdjstReq.stepDelete('${adjstReqVO.adrSeq}'); return false;">신청서 삭제</button> --%>
|
||||
<c:choose>
|
||||
<c:when test="${empty fn:trim(master.ccTy)}">
|
||||
<button type="button" class="btnType01" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_NEW}' />'); return false;">임시저장</button>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<button type="button" class="btnType01" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_UPT}' />'); return false;">임시저장</button>
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
<button type="button" class="btnType02 btn_save" onClick="AdjstReq.step3Save('<c:out value='${KccadrConstants.ADR_MODE_SMT}' />'); return false;">조정신청서 제출</button>
|
||||
</div>
|
||||
</div>
|
||||
<!-- //하단 버튼 -->
|
||||
</div>
|
||||
</div>
|
||||
<!-- //cont -->
|
||||
</form:form>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -1,88 +1,88 @@
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<%pageContext.setAttribute("crlf", "\r\n"); %>
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>조정신청 예문보기</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<script type="text/javascript" src="/kccadrPb/usr/script/popup.js"></script>
|
||||
<script type="text/javaScript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
// 레이어팝업 포커싱 이동 수정
|
||||
var popupTit = $(".cont_tit03").text();
|
||||
|
||||
if(popupTit.trim() == "* 신청취지"){
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||
activeTarget.hide();
|
||||
$('[data-tooltip="fee_info_popup"]').eq(0).focus();
|
||||
});
|
||||
}else{
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||
activeTarget.hide();
|
||||
$('[data-tooltip="fee_info_popup"]').eq(1).focus();
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
* 등록버튼 event
|
||||
*/
|
||||
$('#redBtn').on('click', function(){
|
||||
var exmpCd = $("#exmpCd").val();
|
||||
// console.log(exmpCd.replace(/(^0+)/, ""));
|
||||
var perId = '#reqCn'+exmpCd.replace(/(^0+)/, "");
|
||||
console.log('perId : ', perId);
|
||||
$(perId).val($('#exmpCn').text().trim());
|
||||
});
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="popup_wrap fee_info_popup" style="max-width: 580px;" tabindex="0" data-tooltip-con="fee_info_popup" data-focus="fee_info_popup" data-focus-prev="fee_info_popup_close">
|
||||
<input type="hidden" id="exmpCd" name="exmpCd" value="${exmp.exmpCd }"/>
|
||||
<div class="popup_tit">
|
||||
<p>조정신청 예문</p> <button class="btn_popup_close tooltip-close" data-focus="fee_info_popup_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<c:if test="${not empty exmp.exmpCd}">
|
||||
<div class="cont_tit03">
|
||||
* <kc:code codeId="CC040" code="${exmp.exmpCd}"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<table class="popup_tbType01 t_center">
|
||||
<colgroup>
|
||||
<col style="width: 60%;">
|
||||
<col style="width: 40%;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" id="exmpCn" style="line-height: 30px; text-align: left;">
|
||||
<c:choose>
|
||||
<c:when test="${not empty exmp.exmpCn}">
|
||||
<c:out value="${fn:replace(exmp.exmpCn, crlf , '<br/>')}" escapeXml="false" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
등록된 내용이 없습니다.
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btn_wrap">
|
||||
<!-- <button class="btnType01 tooltip-close" data-focus="fee_info_popup_close" data-focus-next="fee_info_popup">닫기</button> -->
|
||||
<button class="btnType01 tooltip-close" id="redBtn">등록</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
<%@ page contentType="text/html; charset=utf-8"%>
|
||||
<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
|
||||
<%@ taglib prefix="ui" uri="http://egovframework.gov/ctl/ui"%>
|
||||
<%@ taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions"%>
|
||||
<%@ taglib prefix="spring" uri="http://www.springframework.org/tags"%>
|
||||
<%@ taglib prefix="form" uri="http://www.springframework.org/tags/form" %>
|
||||
<%@ taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt"%>
|
||||
<%@ taglib prefix="kc" uri="/WEB-INF/tlds/kcc_tld.tld"%>
|
||||
<%pageContext.setAttribute("crlf", "\r\n"); %>
|
||||
<!DOCTYPE html>
|
||||
<html lang="ko">
|
||||
<head>
|
||||
<title>조정신청 예문보기</title>
|
||||
<meta http-equiv="content-type" content="text/html; charset=utf-8">
|
||||
<script type="text/javascript" src="/kccadrPb/usr/script/popup.js"></script>
|
||||
<script type="text/javaScript" language="javascript">
|
||||
$(document).ready(function(){
|
||||
|
||||
// 레이어팝업 포커싱 이동 수정
|
||||
var popupTit = $(".cont_tit03").text();
|
||||
|
||||
if(popupTit.trim() == "* 신청취지"){
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||
activeTarget.hide();
|
||||
$('[data-tooltip="fee_info_popup"]').eq(0).focus();
|
||||
});
|
||||
}else{
|
||||
$(".tooltip-close").click(function(){
|
||||
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||
activeTarget.hide();
|
||||
$('[data-tooltip="fee_info_popup"]').eq(1).focus();
|
||||
});
|
||||
}
|
||||
|
||||
/*
|
||||
* 등록버튼 event
|
||||
*/
|
||||
$('#redBtn').on('click', function(){
|
||||
var exmpCd = $("#exmpCd").val();
|
||||
// console.log(exmpCd.replace(/(^0+)/, ""));
|
||||
var perId = '#reqCn'+exmpCd.replace(/(^0+)/, "");
|
||||
console.log('perId : ', perId);
|
||||
$(perId).val($('#exmpCn').text().trim());
|
||||
});
|
||||
})
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="popup_wrap fee_info_popup" style="max-width: 580px;" tabindex="0" data-tooltip-con="fee_info_popup" data-focus="fee_info_popup" data-focus-prev="fee_info_popup_close">
|
||||
<input type="hidden" id="exmpCd" name="exmpCd" value="${exmp.exmpCd }"/>
|
||||
<div class="popup_tit">
|
||||
<p>조정신청 예문</p> <button class="btn_popup_close tooltip-close" data-focus="fee_info_popup_close" title="팝업 닫기"><i></i></button>
|
||||
</div>
|
||||
<div class="popup_cont">
|
||||
<c:if test="${not empty exmp.exmpCd}">
|
||||
<div class="cont_tit03">
|
||||
* <kc:code codeId="CC040" code="${exmp.exmpCd}"/>
|
||||
</div>
|
||||
</c:if>
|
||||
<table class="popup_tbType01 t_center">
|
||||
<colgroup>
|
||||
<col style="width: 60%;">
|
||||
<col style="width: 40%;">
|
||||
</colgroup>
|
||||
<tbody>
|
||||
<tr>
|
||||
<td colspan="2" id="exmpCn" style="line-height: 30px; text-align: left;">
|
||||
<c:choose>
|
||||
<c:when test="${not empty exmp.exmpCn}">
|
||||
<c:out value="${fn:replace(exmp.exmpCn, crlf , '<br/>')}" escapeXml="false" />
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
등록된 내용이 없습니다.
|
||||
</c:otherwise>
|
||||
</c:choose>
|
||||
</td>
|
||||
</tr>
|
||||
</tbody>
|
||||
</table>
|
||||
<div class="btn_wrap">
|
||||
<!-- <button class="btnType01 tooltip-close" data-focus="fee_info_popup_close" data-focus-next="fee_info_popup">닫기</button> -->
|
||||
<button class="btnType01 tooltip-close" id="redBtn">사용</button>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
||||
|
||||
@ -60,6 +60,12 @@
|
||||
return false;
|
||||
}
|
||||
|
||||
//첫번째 피신청인 삭제 버튼 제거
|
||||
//alert($("button.delPerson").length);
|
||||
if ($("button.delPerson").length>0){
|
||||
//$("button.delPerson:eq(0)").hide();
|
||||
}
|
||||
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
@ -165,7 +171,7 @@
|
||||
</tr>
|
||||
<tr class="cop_reg_num" usrTy="03" style="display: none;">
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<!-- <p class="req_text"><span>필수입력 항목</span>*</p> -->
|
||||
<p>피신청인 사업자 등록번호</p>
|
||||
</th>
|
||||
<td>
|
||||
|
||||
@ -109,7 +109,7 @@ function fncGoList(status) {
|
||||
<p>신청인 취지/원인</p>
|
||||
</div>
|
||||
<table class="tbType01" id="adjstInfo">
|
||||
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보입력</caption>
|
||||
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption>
|
||||
<colgroup>
|
||||
<col style="width: 250px;">
|
||||
<col style="width: auto;">
|
||||
@ -141,11 +141,11 @@ function fncGoList(status) {
|
||||
<tr>
|
||||
<th scope="row">
|
||||
<p class="req_text"><span>필수입력 항목</span>*</p>
|
||||
<p>신청원인</p>
|
||||
<p>신청이유</p>
|
||||
<button class="btnType01 btn_adr_search examBtn" data-tooltip="fee_info_popup" onclick="AdjstReq.openExpExamplePop('02'); return false;" title="예문 팝업 열림">예문</button>
|
||||
</th>
|
||||
<td>
|
||||
<label for="reqCn2" class="label">신청원인 입력</label>
|
||||
<label for="reqCn2" class="label">신청이유 입력</label>
|
||||
<textarea name="reqCn2" id="reqCn2" cols="30" rows="10" cssClass="purpose_text">1)신청인은 아마추어 사진작가로서 틈틈이 여행을 하며 취미삼아 사진을 찍어 개인 홈페이지를 통해 일반에 공개하는 등 사진동호회 활동을 열심히 해오고 있습니다. 신청인은 동호회 활동의 일환으로 2004년 1월 10일에 눈사람스키장 에서 주변 경치를 소재로 사진 5컷을 촬영하여 2004년 1월 15일에 홈페이지에 올려놓았으며, 일주일 뒤에 저작권위원회에 저작권등록(등록번호:C-2004-123456)을 하였습니다.(첨부1, 2 참조).
|
||||
2)피신청인은 스키용품 전문지‘ 월간 스키라이브’책자를 발행하는 출판사로서 본격적인 스키철에 대비하여 신청인의 사진 5컷을 허락 없이 7월에서 9월까지 3달에 걸쳐 ‘월간 스키라이브’ 1면(국배판)에 전면의 약 1/3정도의 크기로 하단부에 게재하였습니다.(첨부3, 4 참조).
|
||||
</textarea>
|
||||
@ -158,7 +158,7 @@ function fncGoList(status) {
|
||||
</th>
|
||||
<td id="uploadWarp" class="upload_area">
|
||||
<label for="fileNm" class="label">첨부파일 선택</label>
|
||||
<input type="text" id="fileNm" size="30" class="file_input read-only" readonly=""><button type="button" class="btnType01 btn_no_add_file">파일 첨부하기</button>
|
||||
<input type="text" id="fileNm" size="30" class="file_input read-only" readonly=""><button type="button" class="btnType01 btn_no_add_file">파일 첨부하기</button>(*파일 종류에 제한이 없습니다.)
|
||||
<input type="file" id="file_temp" name="file_temp" class="uploadFile" style="display:none;">
|
||||
<div class="file_wrap file_upload_box no_img_box" style="display: none;">
|
||||
<table class="tbType02">
|
||||
|
||||
@ -808,10 +808,12 @@ var AdjstReq = {
|
||||
return false;
|
||||
}
|
||||
|
||||
/*
|
||||
if(reqPerson.rpplBizId == ''){
|
||||
alert("법인등록번호을 입력해 주세요.");
|
||||
return false;
|
||||
}
|
||||
*/
|
||||
}else if(reqPerson.rpplUsrTy == "${KccadrConstants.ADR_RPPL_USR_TY3}"){
|
||||
if(reqPerson.rpplNm == ''){
|
||||
alert("이름을 입력해 주세요.");
|
||||
|
||||
@ -65,6 +65,16 @@ var AdjstReq = {
|
||||
onKeyUpBizNo($("input[name^=rpplBizNo]"));
|
||||
},
|
||||
addPersonRow : function(){
|
||||
|
||||
//추가하기 전에 삭제버튼 노출
|
||||
/*
|
||||
alert($("button.delPerson").length);
|
||||
if ($("button.delPerson").length==1){
|
||||
$("button.delPerson:eq(0)").show();
|
||||
}
|
||||
*/
|
||||
|
||||
|
||||
var obj = $(".personWarp");
|
||||
var len = obj.length;
|
||||
if(len >= 5){
|
||||
@ -109,6 +119,15 @@ var AdjstReq = {
|
||||
thisObj.closest(".personWarp").remove();
|
||||
|
||||
AdjstReq.reName();
|
||||
|
||||
|
||||
//삭제후에 삭제버튼 숨기기
|
||||
/*
|
||||
alert($("button.delPerson").length);
|
||||
if ($("button.delPerson").length==1){
|
||||
$("button.delPerson:eq(0)").hide();
|
||||
}
|
||||
*/
|
||||
},
|
||||
reName : function(){
|
||||
var obj = $(".personWarp");
|
||||
@ -341,12 +360,16 @@ var AdjstReq = {
|
||||
});
|
||||
|
||||
var msg = "신청인 취지/원인 정보 등록을 진행하시겠습니까?";
|
||||
var endMsg = "신청인 취지/원인 정보 저장이 완료되었습니다.";
|
||||
var endMsg = "신청인 취지/원인 정보가 저장이 완료되었습니다.";
|
||||
|
||||
if(mode == KccadrConstants.ADR_MODE_UPT){
|
||||
msg = "신청인 취지/원인 정보 수정 하시겠습니까?";
|
||||
msg = "신청인 취지/원인 정보를 수정 하시겠습니까?";
|
||||
endMsg = "신청인 취지/원인 정보가 임시저장이 완료되었습니다.";
|
||||
|
||||
}else if(mode == KccadrConstants.ADR_MODE_SMT){
|
||||
msg = "조정신청서를 최종 제출하시겠습니까?";
|
||||
endMsg = "조정신청서 제출이 완료되었습니다.";
|
||||
|
||||
}
|
||||
|
||||
// 등록 구분 코드 삽입..
|
||||
|
||||
Loading…
Reference in New Issue
Block a user