첨부파일 뷰어에 승인/반려 기능추가

This commit is contained in:
itn 2023-08-07 14:04:29 +09:00
parent ed838e9a7b
commit c9724e7fc4
3 changed files with 11 additions and 5 deletions

View File

@ -329,6 +329,10 @@ public class EgovMberCmpHstController {
msg = "오류 : " + e.getMessage();
}
System.out.println("############### 기업회원 승인 ###############");
System.out.println("updtCnt : " + updtCnt);
System.out.println("mberCmpHstVO.getHstType() : " + mberCmpHstVO.getHstType());
//심사처리 완료 문자 발송 - 회원가입, 기업회원전환 안내만 발송되게 수정 220613
if(updtCnt == 1 && ("01".equals(mberCmpHstVO.getHstType()) || "02".equals(mberCmpHstVO.getHstType()))) {
@ -712,6 +716,10 @@ public class EgovMberCmpHstController {
msg = "오류 : " + e.getMessage();
}
System.out.println("############### 기업회원 반려 ###############");
System.out.println("updtCnt : " + updtCnt);
System.out.println("mberCmpHstVO.getHstType() : " + mberCmpHstVO.getHstType());
//심사처리 완료 문자 발송 - 회원가입, 기업회원전환 안내만 발송되게 수정 220613
if(updtCnt == 1 && ("01".equals(mberCmpHstVO.getHstType()) || "02".equals(mberCmpHstVO.getHstType()))) {

View File

@ -481,10 +481,10 @@ function fn_Update() {
</thead>
</table>
<div class="button_box" style="margin-top: 15px;">
<%--
<button type="button" class="btnType btnType20" onClick="fn_Update(); return false;" style="background-color: blue;">반려</button>
<c:if test="${hstSttus eq '01'}">
<button type="button" class="btnType btnType20" onClick="fn_Update(); return false;" style="background-color: blue;">반려</button>
</c:if>
<button type="button" class="btnType btnType20" onClick="setRejectAreaCall('HIDE'); return false;">취소</button>
--%>
</div>
</form>
</div>

View File

@ -322,10 +322,8 @@ function setRejectAreaHide() {
<td class="left" style="padding: 10px 0 10px 0; line-height: 1.6em;">${requiredDocuments}</td>
<td style="padding: 10px 0 10px 0; vertical-align: middle;">
<c:if test="${authYn eq 'H'}">
<%--
<button class="btnType1" onclick="updateAuthYn('<c:out value='${phmId}'/>', 'Y', '<c:out value='${userId}'/>'); return false;" style="background-color: blue;">인증완료</button>
<button class="btnType1" onclick="setRejectAreaCall('SHOW'); return false;" id="btnReject">반려 OPEN</button>
--%>
</c:if>
</td>
</tr>