--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -2112,10 +2112,8 @@ |
| 2112 | 2112 |
var adTxtLeng = 0; |
| 2113 | 2113 |
var denyTxtLeng = 0; |
| 2114 | 2114 |
var adverTxt = $('.ad_txt').html();
|
| 2115 |
- console.log('adverTxt : ', adverTxt);
|
|
| 2116 | 2115 |
var denyTxt = $('.deny_txt').html();
|
| 2117 |
- console.log('denyTxt : ', denyTxt);
|
|
| 2118 |
-// totRows = tableL.getRows().length; |
|
| 2116 |
+ totRows = tableL.getRows().length; |
|
| 2119 | 2117 |
|
| 2120 | 2118 |
//광고문자 상단 문구 줄바꿈 처리하기(문자길이 바이트수 계산을 위해서) |
| 2121 | 2119 |
if(typeof adverTxt !='undefined' && adverTxt != null){
|
... | ... | @@ -2261,6 +2259,7 @@ |
| 2261 | 2259 |
fnReplCell_advc(); |
| 2262 | 2260 |
|
| 2263 | 2261 |
}else{
|
| 2262 |
+ console.log('totRows : ', totRows);
|
|
| 2264 | 2263 |
var totalPrice = totalPriceSum(totRows); |
| 2265 | 2264 |
$('#totalPrice').text(totalPrice);
|
| 2266 | 2265 |
$('#txtReplYn').val("N");
|
... | ... | @@ -3895,12 +3894,19 @@ |
| 3895 | 3894 |
<input type="hidden" id="send_adYn" name="send_adYn" value="${tabDision eq 'tab02' ? 'Y' : 'N'}"/>
|
| 3896 | 3895 |
|
| 3897 | 3896 |
<!-- <div class="top_content current" id="tab1_1"> --> |
| 3898 |
- <div class="heading"> |
|
| 3899 |
- <h2> |
|
| 3900 |
- ${tabDision eq 'tab01' ? '문자전송' : (tabDision eq 'tab02' ? '대량문자/단체문자 발송' : '')}
|
|
| 3897 |
+ <div class="heading"> |
|
| 3898 |
+ <h2> |
|
| 3899 |
+ <c:choose> |
|
| 3900 |
+ <c:when test="${tabDision eq 'tab01'}">
|
|
| 3901 |
+ 일반문자 <span class="ad_text"><i>i</i>광고성 메시지는 <a href="#none" onclick="fnMsgExcelDataView()">[대량문자]</a> 탭을 이용해주세요</span> |
|
| 3902 |
+ </c:when> |
|
| 3903 |
+ <c:otherwise> |
|
| 3904 |
+ 대량문자(광고문자) |
|
| 3905 |
+ <button type="button" class="button info ad_btn" onclick="infoPop('adrvertisement1');" style="right: 128px;"><i></i>광고규정</button>
|
|
| 3906 |
+ </c:otherwise> |
|
| 3907 |
+ </c:choose> |
|
| 3901 | 3908 |
</h2> |
| 3902 |
- <button type="button" class="button info" onclick="infoPop('adrvertisement1');" style="right: 128px;">광고규정</button>
|
|
| 3903 |
- <button type="button" class="button info" onclick="infoPop('selectMsgDataView1');">사용안내</button>
|
|
| 3909 |
+ <button type="button" class="button info" onclick="infoPop('selectMsgDataView1');">사용안내</button>
|
|
| 3904 | 3910 |
</div> |
| 3905 | 3911 |
<div class="send_general"> |
| 3906 | 3912 |
<div class="send_left"> |
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataView.jsp
... | ... | @@ -80,15 +80,15 @@ |
| 80 | 80 |
<!-- tab button --> |
| 81 | 81 |
<ul class="tabType1"> |
| 82 | 82 |
<li class="tab ${tabDision eq 'tab01' ? 'active' : ''}">
|
| 83 |
- <button type="button" onclick="javascript:fnMsgDataView(); return false;">단문 · 장문 · 그림 문자</button> |
|
| 83 |
+ <button type="button" onclick="javascript:fnMsgDataView(); return false;">일반문자</button> |
|
| 84 | 84 |
</li> |
| 85 | 85 |
<li class="tab ${tabDision eq 'tab02' ? 'active' : ''}">
|
| 86 |
- <button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">대량 문자</button> |
|
| 86 |
+ <button type="button" onclick="javascript:fnMsgExcelDataView(); return false;">대량문자(광고문자)</button> |
|
| 87 | 87 |
</li> |
| 88 | 88 |
</ul><!--// tab button --> |
| 89 | 89 |
<!-- tab content1 --> |
| 90 | 90 |
<!-- <span id="contentArea"></span> --> |
| 91 |
- <div class="top_content current contentArea" id="tab1_1" style="min-height: 555px;"></div> |
|
| 91 |
+ <div class="top_content ${tabDision eq 'tab02' ? 'get_excel' : ''} current contentArea" id="tab1_1" style="min-height: 555px;"></div>
|
|
| 92 | 92 |
|
| 93 | 93 |
<!-- tab content2 --> |
| 94 | 94 |
<!-- <span id="contentExcelArea"></span> --> |
Add a comment
Delete comment
Once you delete this comment, you won't be able to recover it. Are you sure you want to delete this comment?