관리자 알림톡 상세화면 템플릿 정보 분기 처리

- 친구톡 상세내용 표시에서 템플릿 상세 팝업 버튼 안나오도록 처리
This commit is contained in:
rosewiper 2024-01-22 12:37:01 +09:00
parent 01dbe37db5
commit c6c05ddd71
2 changed files with 22 additions and 16 deletions

View File

@ -358,6 +358,8 @@ function fnTemplateDetail(templateCode){
<c:out value="${mjonKakaoATDetailVO.yellowId}"/> <c:out value="${mjonKakaoATDetailVO.yellowId}"/>
</td> </td>
</tr> </tr>
<c:if test="${not empty mjonKakaoATDetailVO.msgNoticetalkTmpKey}">
<!-- 알림톡 템플릿 상세 팝업 호출 -->
<tr> <tr>
<th><span class="reqArea">템플릿명</span></th> <th><span class="reqArea">템플릿명</span></th>
<td colspan="3"> <td colspan="3">
@ -366,6 +368,7 @@ function fnTemplateDetail(templateCode){
</div> </div>
</td> </td>
</tr> </tr>
</c:if>
<%-- <tr> <%-- <tr>
<th><span class="reqArea">발신번호</span></th> <th><span class="reqArea">발신번호</span></th>
<td colspan="3"> <td colspan="3">

View File

@ -358,6 +358,8 @@ function fnTemplateDetail(templateCode){
<c:out value="${mjonKakaoATDetailVO.yellowId}"/> <c:out value="${mjonKakaoATDetailVO.yellowId}"/>
</td> </td>
</tr> </tr>
<c:if test="${not empty mjonKakaoATDetailVO.msgNoticetalkTmpKey}">
<!-- 알림톡 템플릿 상세 팝업 호출 -->
<tr> <tr>
<th><span class="reqArea">템플릿명</span></th> <th><span class="reqArea">템플릿명</span></th>
<td colspan="3"> <td colspan="3">
@ -366,6 +368,7 @@ function fnTemplateDetail(templateCode){
</div> </div>
</td> </td>
</tr> </tr>
</c:if>
<%-- <tr> <%-- <tr>
<th><span class="reqArea">발신번호</span></th> <th><span class="reqArea">발신번호</span></th>
<td colspan="3"> <td colspan="3">