첨부파일 뷰어에 승인/반려 기능추가
@c9724e7fc487ba25da43d9bd98e3ba0bba09ac2d
--- src/main/java/itn/let/uss/umt/web/EgovMberCmpHstController.java
+++ src/main/java/itn/let/uss/umt/web/EgovMberCmpHstController.java
... | ... | @@ -329,6 +329,10 @@ |
| 329 | 329 |
msg = "오류 : " + e.getMessage(); |
| 330 | 330 |
} |
| 331 | 331 |
|
| 332 |
+ System.out.println("############### 기업회원 승인 ###############");
|
|
| 333 |
+ System.out.println("updtCnt : " + updtCnt);
|
|
| 334 |
+ System.out.println("mberCmpHstVO.getHstType() : " + mberCmpHstVO.getHstType());
|
|
| 335 |
+ |
|
| 332 | 336 |
//심사처리 완료 시 문자 발송 - 회원가입, 기업회원전환 안내만 발송되게 수정 220613 |
| 333 | 337 |
if(updtCnt == 1 && ("01".equals(mberCmpHstVO.getHstType()) || "02".equals(mberCmpHstVO.getHstType()))) {
|
| 334 | 338 |
|
... | ... | @@ -712,6 +716,10 @@ |
| 712 | 716 |
msg = "오류 : " + e.getMessage(); |
| 713 | 717 |
} |
| 714 | 718 |
|
| 719 |
+ System.out.println("############### 기업회원 반려 ###############");
|
|
| 720 |
+ System.out.println("updtCnt : " + updtCnt);
|
|
| 721 |
+ System.out.println("mberCmpHstVO.getHstType() : " + mberCmpHstVO.getHstType());
|
|
| 722 |
+ |
|
| 715 | 723 |
//심사처리 완료 시 문자 발송 - 회원가입, 기업회원전환 안내만 발송되게 수정 220613 |
| 716 | 724 |
if(updtCnt == 1 && ("01".equals(mberCmpHstVO.getHstType()) || "02".equals(mberCmpHstVO.getHstType()))) {
|
| 717 | 725 |
|
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfView.jsp
... | ... | @@ -481,10 +481,10 @@ |
| 481 | 481 |
</thead> |
| 482 | 482 |
</table> |
| 483 | 483 |
<div class="button_box" style="margin-top: 15px;"> |
| 484 |
- <%-- |
|
| 485 |
- <button type="button" class="btnType btnType20" onClick="fn_Update(); return false;" style="background-color: blue;">반려</button> |
|
| 484 |
+ <c:if test="${hstSttus eq '01'}">
|
|
| 485 |
+ <button type="button" class="btnType btnType20" onClick="fn_Update(); return false;" style="background-color: blue;">반려</button> |
|
| 486 |
+ </c:if> |
|
| 486 | 487 |
<button type="button" class="btnType btnType20" onClick="setRejectAreaCall('HIDE'); return false;">취소</button>
|
| 487 |
- --%> |
|
| 488 | 488 |
</div> |
| 489 | 489 |
</form> |
| 490 | 490 |
</div> |
--- src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp
+++ src/main/webapp/WEB-INF/jsp/uss/ion/msg/pdfViewPhone.jsp
... | ... | @@ -322,10 +322,8 @@ |
| 322 | 322 |
<td class="left" style="padding: 10px 0 10px 0; line-height: 1.6em;">${requiredDocuments}</td>
|
| 323 | 323 |
<td style="padding: 10px 0 10px 0; vertical-align: middle;"> |
| 324 | 324 |
<c:if test="${authYn eq 'H'}">
|
| 325 |
- <%-- |
|
| 326 | 325 |
<button class="btnType1" onclick="updateAuthYn('<c:out value='${phmId}'/>', 'Y', '<c:out value='${userId}'/>'); return false;" style="background-color: blue;">인증완료</button>
|
| 327 | 326 |
<button class="btnType1" onclick="setRejectAreaCall('SHOW'); return false;" id="btnReject">반려 OPEN</button>
|
| 328 |
- --%> |
|
| 329 | 327 |
</c:if> |
| 330 | 328 |
</td> |
| 331 | 329 |
</tr> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?