이지우 - 저작권 체험교실 대시보드 운영계획/서류제출 순서 변경

This commit is contained in:
jiwoo 2023-10-17 12:39:30 +09:00
parent 5b8ebdd05a
commit 928cf2c45f
8 changed files with 11 additions and 11 deletions

View File

@ -530,9 +530,7 @@ public class ExprnClsrmAplctController {
}
if("1".equals(Type)) { //type1 - 신청정보
return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnAplctDashboard";
}else if("2".equals(Type)) { //type2 - 운영계획
return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnPlanDashboard";
}else if("3".equals(Type)) { //type3 - 거래선
}else if("2".equals(Type)) { //type2 - 서류제출
//거래선 파일 정보 가져오기
FileVO fileVO = new FileVO();
fileVO.setAtchFileId(vEEduAplctVO.getTransAtchFileId());
@ -552,6 +550,8 @@ public class ExprnClsrmAplctController {
model.addAttribute("planFileList", result);
model.addAttribute("planFileListCnt", result.size());
return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnDocumentDashboard";
}else if("3".equals(Type)) { //type3 - 운영계획
return "/web/ve/aplct/cpyrgExprnClsrm/exprnClsrmInfo/exprnPlanDashboard";
}else if("4".equals(Type)) { //type4 - 결과보고
FileVO fileVO = new FileVO();
if(vEEduAplctVO.getOrgnlRsltAtchFileId() != null){

View File

@ -422,7 +422,7 @@
</c:if>
<!-- 교육 확정인 경우 관리자만 수정 가능 하도록 -->
<%-- <c:if test="${info.aprvlCd eq '60'}"> --%>
<button type="button" class="btn_type01" onclick="fncGoEdit();">변경</button>
<button type="button" class="btn_type01" onclick="fncGoEdit();">수정</button>
<%-- </c:if> --%>
</div>
<div class="btn_right">

View File

@ -276,7 +276,7 @@
</c:if>
</div>
<div class="btn_right">
<button type="button" class="btnType05" onclick="nextTab('2');">운영계획으로 이동</button>
<button type="button" class="btnType05" onclick="nextTab('2');">서류제출로 이동</button>
</div>
</div>
</div>

View File

@ -68,8 +68,8 @@
<!-- 체험교실 프로세스 -->
<ul class="ex_process">
<li class="p_1"><a href="#" id="p_1" onclick="tabLoad(this,'1');">신청정보</a></li>
<li class="p_2"><a href="#" onclick="tabLoad(this,'2');">운영계획</a></li>
<li class="p_3"><a href="#" onclick="tabLoad(this,'3');">서류 제출</a></li>
<li class="p_2"><a href="#" onclick="tabLoad(this,'2');">서류 제출</a></li>
<li class="p_3"><a href="#" onclick="tabLoad(this,'3');">운영계획</a></li>
<li class="p_4"><a href="#" onclick="tabLoad(this,'4');">결과보고</a></li>
<li class="p_5"><a href="#" onclick="tabLoad(this,'5');">최종결과</a></li>
</ul>

View File

@ -20,7 +20,7 @@
function openPop(){
//if(!checkAplctPsbl()) return;
if(${detailVO == null}){
alert("등록된 운영신청 안내가 없습니다.");
alert("신청기간이 아닙니다.");
return false;
}
commonPopLayeropen(

View File

@ -124,7 +124,7 @@
<div class="btn_center">
</div>
<div class="btn_right">
<button type="button" class="btnType05" onclick="nextTab('4');">결과보고로 이동</button>
<button type="button" class="btnType05" onclick="nextTab('3');">운영계획으로 이동</button>
</div>
</div>
</div>

View File

@ -179,7 +179,7 @@
</c:if>
</div>
<div class="btn_right">
<button type="button" class="btnType05" onclick="nextTab('3');">서류 제출로 이동</button>
<button type="button" class="btnType05" onclick="nextTab('4');">결과보고로 이동</button>
</div>
</div>
</div>

View File

@ -705,7 +705,7 @@
<div class="btn_center">
<button type="button" class="btnType04" onclick="fncGoLctrAplctReg();">교육콘텐츠 신청</button>
<c:if test="${info.exprnAprvlCd ne '10'}">
<button type="button" class="btnType05" onclick="fncGoRslt();">결과보고제출</button>
<button type="button" class="btnType05" onclick="nextTab('4');;">결과보고제출</button>
</c:if>
</div>
<div class="btn_right">