Merge branch 'JIWOO' into advc
This commit is contained in:
commit
49a6a68ca0
@ -576,7 +576,9 @@ public class VEEduEndController {
|
||||
// 강사 상세정보
|
||||
VEInstrDetailVO vEInstrDetailVOInfo = new VEInstrDetailVO();
|
||||
vEInstrDetailVOInfo.setInstrDiv("10");
|
||||
vEInstrDetailVOInfo.setUserId(vEEduRprtVO.getUserId());
|
||||
//영상 촬영을 위하여 임시로 로그인 ID 값 사용
|
||||
/*vEInstrDetailVOInfo.setUserId(vEEduRprtVO.getUserId());*/
|
||||
vEInstrDetailVOInfo.setUserId(loginVO.getUniqId());
|
||||
vEInstrDetailVOInfo.setUseYn("Y");
|
||||
vEInstrDetailVOInfo = vEInstrDetailService.selectDetail(vEInstrDetailVOInfo);
|
||||
if (vEInstrDetailVOInfo != null) {
|
||||
@ -708,7 +710,9 @@ public class VEEduEndController {
|
||||
// 강사 상세정보
|
||||
VEInstrDetailVO vEInstrDetailVOInfo = new VEInstrDetailVO();
|
||||
vEInstrDetailVOInfo.setInstrDiv("10");
|
||||
vEInstrDetailVOInfo.setUserId(vEInstrFeeAcmdtVO.getUserId());
|
||||
//영상 촬영을 위하여 임시로 로그인 ID 값 사용
|
||||
/*vEInstrDetailVOInfo.setUserId(vEInstrFeeAcmdtVO.getUserId());*/
|
||||
vEInstrDetailVOInfo.setUserId(loginVO.getUniqId());
|
||||
vEInstrDetailVOInfo.setUseYn("Y");
|
||||
vEInstrDetailVOInfo = vEInstrDetailService.selectDetail(vEInstrDetailVOInfo);
|
||||
if (vEInstrDetailVOInfo != null) {
|
||||
|
||||
@ -496,7 +496,7 @@ public class FndthPrcsAplctPrdMngController {
|
||||
|
||||
vEPrcsDetailVO.setFrstRegisterId(loginVO.getUniqId()); //esntl_id
|
||||
vEPrcsDetailVO.setLctrDivCd("50"); //강의구분코드 VE0011 10-청소년강의, 20-성인강의, 30-체험, 50-기반강화, 60-조건부
|
||||
|
||||
vEPrcsDetailVO.setUseYn("Y");
|
||||
vEPrcsDetailVO.setPrcsAplctPrdOrd(prcsAplctPrdGnrService.getNextStringId()); // 고유ID
|
||||
|
||||
|
||||
|
||||
@ -453,8 +453,6 @@
|
||||
<th scope="row">의뢰상태</th>
|
||||
<td>
|
||||
<ve:select codeId="VEA005" name="reqStateCd" id="reqStateCd" css="class='sel_type1'"
|
||||
selectedText="교육대기" defaultValue="10"
|
||||
defaultText='선택'
|
||||
/>
|
||||
</td>
|
||||
<th scope="row">검사명</th>
|
||||
|
||||
@ -401,7 +401,7 @@
|
||||
</div>
|
||||
<div class="btn_right" class="aplctBtn">
|
||||
<%-- <button type="button" class="btnType04" id="regBtn" data-info="<c:out value="${info.prcsAplctPrdOrd}"/>" data-tooltip="target_confirm_popup" >신청</button> --%>
|
||||
<button type="button" class="btnType04" data-tooltip=""
|
||||
<button type="button" class="btnType04" id="regBtn" data-tooltip=""
|
||||
onclick="fncAplctPopup('<c:out value="${list.prcsAplctPrdOrd}"/>','','','10','select'
|
||||
,'','',''
|
||||
)" title="팝업 열림">신청</button>
|
||||
|
||||
@ -331,7 +331,7 @@
|
||||
<td>
|
||||
<c:if test="${instrInfo.docAtchFileId == null || instrInfo.docAtchFileId == ''}">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 docAtch_btn_add_file">강의계획서 파일찾기</button>
|
||||
<button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 docAtch_btn_add_file">결과보고서 파일찾기</button>
|
||||
<button type="button" onclick="fileSave();" class="btnType01 docAtch_btn_add_file">제출</button>
|
||||
</div>
|
||||
<div id="docAtch"></div><br/>
|
||||
|
||||
@ -317,7 +317,7 @@
|
||||
<td>
|
||||
<c:if test="${instrInfo.docAtchFileId == null || instrInfo.docAtchFileId == ''}">
|
||||
<div class="btn_wrap">
|
||||
<button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 docAtch_btn_add_file">강의계획서 파일찾기</button>
|
||||
<button type="button" onclick="control1.openFileDialogSingle();" class="btnType01 docAtch_btn_add_file">결과보고서 파일찾기</button>
|
||||
<button type="button" onclick="fileSave();" class="btnType01 docAtch_btn_add_file">제출</button>
|
||||
</div>
|
||||
<div id="docAtch"></div><br/>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user