This commit is contained in:
myname 2025-01-03 16:52:45 +09:00
commit 6dd19e4cb6

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>