관리자 문자, 알림톡 전송내역에 지연문자 발송승인, 승인취소 기능 추가
This commit is contained in:
parent
b37eb6a003
commit
ac7ab02c56
@ -731,7 +731,6 @@ function fn_SpamMberUpdt(userId, p_mberSttus, p_smiMemo, p_confirm_msg) {
|
||||
<c:if test="${result.atSmishingYn eq 'Y'}">온</c:if>
|
||||
<c:if test="${result.atSmishingYn eq 'N'}">오프</c:if>[미처리]
|
||||
|
||||
<c:if test="${admId eq 'jsp'}">
|
||||
<c:if test="${result.reserveCYn eq 'N' && result.atDelayYn eq 'Y' && result.atDelayCompleteYn eq 'N'}">
|
||||
<br />
|
||||
<fmt:formatDate value="${now}" pattern="yyyyMMddhhmm" var="nowDate" />
|
||||
@ -742,7 +741,6 @@ function fn_SpamMberUpdt(userId, p_mberSttus, p_smiMemo, p_confirm_msg) {
|
||||
<button type="button" class="fillRed" onclick="kakaoATDelayCancel('<c:out value="${result.msgGroupId}"/>','<c:out value="${result.userId}"/>'); return false;">발송취소</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<span style="color: #0000FF;">
|
||||
|
||||
@ -733,12 +733,7 @@ function fn_SpamMberUpdt(userId, p_mberSttus, p_smiMemo, p_confirm_msg) {
|
||||
<td <c:if test="${result.smishingYn eq 'Y'}">class="smishing"</c:if><c:if test="${result.smishingYn eq 'N'}"></c:if>>
|
||||
<c:choose>
|
||||
<c:when test="${result.adminSmsNoticeYn eq 'Y'}">
|
||||
<c:if test="${admId ne 'jsp'}">
|
||||
온
|
||||
</c:if>
|
||||
<c:if test="${admId eq 'jsp'}">
|
||||
<input type="button" style="margin-left:3px;margin-right:0;vertical-align:top;color:#ffffff !important;" class="btnType1" onclick="setSmsNoticeUpdate('<c:out value="${result.userId}"/>', 'N'); return false;" value="온" />
|
||||
</c:if>
|
||||
<input type="button" style="margin-left:3px;margin-right:0;vertical-align:top;color:#ffffff !important;" class="btnType1" onclick="setSmsNoticeUpdate('<c:out value="${result.userId}"/>', 'N'); return false;" value="온" />
|
||||
</c:when>
|
||||
<c:when test="${result.adminSmsNoticeYn eq 'N'}">
|
||||
오프
|
||||
@ -784,7 +779,6 @@ function fn_SpamMberUpdt(userId, p_mberSttus, p_smiMemo, p_confirm_msg) {
|
||||
<c:when test="${result.delayCompleteYn eq 'N'}">
|
||||
<c:if test="${result.smishingYn eq 'Y'}">온</c:if><c:if test="${result.smishingYn eq 'N'}">오프</c:if>[미처리]
|
||||
|
||||
<c:if test="${admId eq 'jsp'}">
|
||||
<c:if test="${result.reserveCYn eq 'N' && result.delayYn eq 'Y' && result.delayCompleteYn eq 'N'}">
|
||||
<br />
|
||||
<fmt:formatDate value="${now}" pattern="yyyyMMddhhmm" var="nowDate" />
|
||||
@ -795,7 +789,6 @@ function fn_SpamMberUpdt(userId, p_mberSttus, p_smiMemo, p_confirm_msg) {
|
||||
<button type="button" class="fillRed" onclick="fnMsgDelayCancelArray('<c:out value="${result.msgGroupId}"/>','<c:out value="${result.userId}"/>'); return false;">발송취소</button>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:if>
|
||||
</c:when>
|
||||
<c:otherwise>
|
||||
<span style="color: #0000FF;">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user