문자전송 새로운 퍼블 적용
This commit is contained in:
parent
69757b28a6
commit
378ffc94cc
@ -2112,10 +2112,8 @@ function fnByteString(contents){
|
|||||||
var adTxtLeng = 0;
|
var adTxtLeng = 0;
|
||||||
var denyTxtLeng = 0;
|
var denyTxtLeng = 0;
|
||||||
var adverTxt = $('.ad_txt').html();
|
var adverTxt = $('.ad_txt').html();
|
||||||
console.log('adverTxt : ', adverTxt);
|
|
||||||
var denyTxt = $('.deny_txt').html();
|
var denyTxt = $('.deny_txt').html();
|
||||||
console.log('denyTxt : ', denyTxt);
|
totRows = tableL.getRows().length;
|
||||||
// totRows = tableL.getRows().length;
|
|
||||||
|
|
||||||
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서)
|
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서)
|
||||||
if(typeof adverTxt !='undefined' && adverTxt != null){
|
if(typeof adverTxt !='undefined' && adverTxt != null){
|
||||||
@ -2261,6 +2259,7 @@ function fnByteString(contents){
|
|||||||
fnReplCell_advc();
|
fnReplCell_advc();
|
||||||
|
|
||||||
}else{
|
}else{
|
||||||
|
console.log('totRows : ', totRows);
|
||||||
var totalPrice = totalPriceSum(totRows);
|
var totalPrice = totalPriceSum(totRows);
|
||||||
$('#totalPrice').text(totalPrice);
|
$('#totalPrice').text(totalPrice);
|
||||||
$('#txtReplYn').val("N");
|
$('#txtReplYn').val("N");
|
||||||
@ -3897,9 +3896,16 @@ function getMjMsgSentListAll(pageNo) {
|
|||||||
<!-- <div class="top_content current" id="tab1_1"> -->
|
<!-- <div class="top_content current" id="tab1_1"> -->
|
||||||
<div class="heading">
|
<div class="heading">
|
||||||
<h2>
|
<h2>
|
||||||
${tabDision eq 'tab01' ? '문자전송' : (tabDision eq 'tab02' ? '대량문자/단체문자 발송' : '')}
|
<c:choose>
|
||||||
|
<c:when test="${tabDision eq 'tab01'}">
|
||||||
|
일반문자 <span class="ad_text"><i>i</i>광고성 메시지는 <a href="#none" onclick="fnMsgExcelDataView()">[대량문자]</a> 탭을 이용해주세요</span>
|
||||||
|
</c:when>
|
||||||
|
<c:otherwise>
|
||||||
|
대량문자(광고문자)
|
||||||
|
<button type="button" class="button info ad_btn" onclick="infoPop('adrvertisement1');" style="right: 128px;"><i></i>광고규정</button>
|
||||||
|
</c:otherwise>
|
||||||
|
</c:choose>
|
||||||
</h2>
|
</h2>
|
||||||
<button type="button" class="button info" onclick="infoPop('adrvertisement1');" style="right: 128px;">광고규정</button>
|
|
||||||
<button type="button" class="button info" onclick="infoPop('selectMsgDataView1');">사용안내</button>
|
<button type="button" class="button info" onclick="infoPop('selectMsgDataView1');">사용안내</button>
|
||||||
</div>
|
</div>
|
||||||
<div class="send_general">
|
<div class="send_general">
|
||||||
|
|||||||
@ -80,15 +80,15 @@
|
|||||||
<!-- tab button -->
|
<!-- tab button -->
|
||||||
<ul class="tabType1">
|
<ul class="tabType1">
|
||||||
<li class="tab ${tabDision eq 'tab01' ? 'active' : ''}">
|
<li class="tab ${tabDision eq 'tab01' ? 'active' : ''}">
|
||||||
<button type="button" onclick="javascript:fnMsgDataView(); return false;">단문 · 장문 · 그림 문자</button>
|
<button type="button" onclick="javascript:fnMsgDataView(); return false;">일반문자</button>
|
||||||
</li>
|
</li>
|
||||||
<li class="tab ${tabDision eq 'tab02' ? 'active' : ''}">
|
<li class="tab ${tabDision eq 'tab02' ? 'active' : ''}">
|
||||||
<button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">대량 문자</button>
|
<button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">대량문자(광고문자)</button>
|
||||||
</li>
|
</li>
|
||||||
</ul><!--// tab button -->
|
</ul><!--// tab button -->
|
||||||
<!-- tab content1 -->
|
<!-- tab content1 -->
|
||||||
<!-- <span id="contentArea"></span> -->
|
<!-- <span id="contentArea"></span> -->
|
||||||
<div class="top_content current contentArea" id="tab1_1" style="min-height: 555px;"></div>
|
<div class="top_content ${tabDision eq 'tab02' ? 'get_excel' : ''} current contentArea" id="tab1_1" style="min-height: 555px;"></div>
|
||||||
|
|
||||||
<!-- tab content2 -->
|
<!-- tab content2 -->
|
||||||
<!-- <span id="contentExcelArea"></span> -->
|
<!-- <span id="contentExcelArea"></span> -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user