선거문자 20건 분할발송 선거필수문구입력 버튼 텍스트 변경
- 필수문구 입력되어 있으면 버튼에 삭제 문구로 표시, 필수문구 없으면 입력 문구로 나오도록 변경
This commit is contained in:
parent
e9bb09cbee
commit
4148d99357
@ -3354,6 +3354,7 @@ function advMsgInsert(){
|
||||
|
||||
advMsgSts = true;
|
||||
$("#send_adYn").val("Y");
|
||||
$("#btnSendAd").text("선거필수문구삭제");
|
||||
|
||||
}else{ //선거문자 필수문구 삭제하기
|
||||
|
||||
@ -3367,6 +3368,7 @@ function advMsgInsert(){
|
||||
|
||||
advMsgSts = false;
|
||||
$("#send_adYn").val("N");
|
||||
$("#btnSendAd").text("선거필수문구입력");
|
||||
|
||||
}
|
||||
|
||||
@ -4251,7 +4253,7 @@ function getMjMsgSentListAll(pageNo) {
|
||||
</div>
|
||||
</div>
|
||||
<div class="btn_popup_wrap convers_wrap">
|
||||
<button type="button" class="btnType btnType7" onclick="advMsgInsert();">선거필수문구입력</button>
|
||||
<button type="button" class="btnType btnType7" id="btnSendAd" onclick="advMsgInsert();">선거필수문구입력</button>
|
||||
<!-- <button type="button" class="btnType btnType7" onclick="miniPopup(this)">특정문구 일괄변환<i class="qmMark"></i></button>
|
||||
<div class="send_miniPop convers">
|
||||
<div>
|
||||
|
||||
Loading…
Reference in New Issue
Block a user