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>
</td>
<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}">
<a href="javascript:goPage('edit','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
</c:when>
<c:otherwise>
<a href="javascript:goPage('view','${list.cfrncNo}', '${list.statePro}');">${list.conferenceNames}</a>
</c:otherwise>
</c:choose>
</c:choose> --%>
</td>
<td style="">${list.memberName}</td>
<td>${list.endmtrCnt}</td>