이지우 - 협의회관리 모든 권한도 수정 화면으로 이동

This commit is contained in:
JIWOO 2025-01-03 15:17:58 +09:00
parent e4345b2680
commit f42b9ac58b

View File

@ -228,14 +228,16 @@ function clipCall(crfNm){
</c:choose> </c:choose>
</td> </td>
<td style=""> <td style="">
<c:choose> <!-- 250103 - 고객 요청으로 인하여 모든 권한이 기안, 수정 가능하게 변경 -->
<a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
<%-- <c:choose>
<c:when test="${ (memberId eq list.regId or memberPosition eq '0911000000') or memberPosition eq '0915000000' and 'N' eq list.caseEnd}"> <c:when test="${ (memberId eq list.regId or memberPosition eq '0911000000') or memberPosition eq '0915000000' and 'N' eq list.caseEnd}">
<a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a> <a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
</c:when> </c:when>
<c:otherwise> <c:otherwise>
<a href="javascript:goPage('view','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a> <a href="javascript:goPage('view','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
</c:otherwise> </c:otherwise>
</c:choose> </c:choose> --%>
</td> </td>
<td style="">${list.memberName}</td> <td style="">${list.memberName}</td>
<td>${list.endmtrCnt}</td> <td>${list.endmtrCnt}</td>