2022-11-09 12:09 개선 사항 수정

This commit is contained in:
myname 2022-11-09 12:10:10 +09:00
parent 6cb892d19d
commit 0e3dae9083
11 changed files with 405 additions and 361 deletions

View File

@ -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

View File

@ -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 --%>

View File

@ -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>

View File

@ -116,6 +116,12 @@
return false;
}
//첫번째 피신청인 삭제 버튼 제거
//alert($("button.delPerson").length);
if ($("button.delPerson").length>0){
//$("button.delPerson:eq(0)").hide();
}
});
</script>
</head>

View File

@ -113,7 +113,7 @@ function fn_adjstReq_preview() {
<p>신청인 취지/원인</p>
</div>
<table class="tbType01" id="adjstInfo">
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청원인, 첨부파일등의 정보입력</caption>
<caption>신청인 취지/원인 정보 : 저작물 종류, 신청취지, 신청이유, 첨부파일등의 정보입력</caption>
<colgroup>
<col style="width: 250px;">
<col style="width: auto;">
@ -143,11 +143,11 @@ function fn_adjstReq_preview() {
<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.openExamplePop('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"><c:out value='${master.reqCn2}' /></textarea>
</td>
</tr>
@ -158,7 +158,7 @@ function fn_adjstReq_preview() {
</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="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">

View File

@ -80,7 +80,7 @@ $(document).ready(function(){
</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>
<button class="btnType01 tooltip-close" id="redBtn">사용</button>
</div>
</div>
</div>

View File

@ -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>

View File

@ -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">

View File

@ -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("이름을 입력해 주세요.");

View File

@ -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 = "조정신청서 제출이 완료되었습니다.";
}
// 등록 구분 코드 삽입..