Merge branch '4875_발송_페이지_로딩_속도개선' - 선택버튼 수정
@2d756d0d14900a85a14425138890312302e00d6c
--- src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
+++ src/main/webapp/WEB-INF/jsp/web/msgdata/MsgDataSMLView.jsp
... | ... | @@ -231,10 +231,10 @@ |
| 231 | 231 |
resultList.forEach(function(item, index) {
|
| 232 | 232 |
let listItem = |
| 233 | 233 |
'<li id="latestLi">' + |
| 234 |
- '<input type="checkbox" id="bokAddrChk_' + (index + 1) + '" name="bookAddrChk" value="' + item.addrPhoneNo + '">' + |
|
| 235 |
- '<label for="bokAddrChk_' + (index + 1) + '" class="label">최근 전송내역</label>' + |
|
| 236 |
- '<p>' + item.addrPhoneNo + '</p>' + |
|
| 237 |
- '<button type="button" id="bookMarkAddrDel">' + |
|
| 234 |
+ '<input type="checkbox" id="addrChk_' + (index + 1) + '" name="latAddrChk" value="' + item.callTo + '">' + |
|
| 235 |
+ '<label for="addrChk_' + (index + 1) + '" class="label">최근 전송내역</label>' + |
|
| 236 |
+ '<p>' + item.callTo + '</p>' + |
|
| 237 |
+ '<button type="button" id="latestAddrDel">' + |
|
| 238 | 238 |
'<img src="/publish/images/popup/close3.png" alt="전화번호 삭제">' + |
| 239 | 239 |
'</button>' + |
| 240 | 240 |
'</li>'; |
... | ... | @@ -281,8 +281,8 @@ |
| 281 | 281 |
console.log(item.addrPhoneNo + " : " + item.addrPhoneNo); |
| 282 | 282 |
let listItem = |
| 283 | 283 |
'<li id="bookMarkLi">' + |
| 284 |
- '<input type="checkbox" id="addrChk_' + (index + 1) + '" name="latAddrChk" value="' + item.addrPhoneNo + '">' + |
|
| 285 |
- '<label for="addrChk_' + (index + 1) + '" class="label">최근 전송내역</label>' + |
|
| 284 |
+ '<input type="checkbox" id="bokAddrChk_' + (index + 1) + '" name="bookAddrChk" value="' + item.addrPhoneNo + '">' + |
|
| 285 |
+ '<label for="bokAddrChk_' + (index + 1) + '" class="label">최근 전송내역</label>' + |
|
| 286 | 286 |
'<p>' + item.addrPhoneNo + '</p>' + |
| 287 | 287 |
'<button type="button" id="bookMarkAddrDel">' + |
| 288 | 288 |
'<img src="/publish/images/popup/close3.png" alt="전화번호 삭제">' + |
... | ... | @@ -3595,7 +3595,9 @@ |
| 3595 | 3595 |
<input type="checkbox" id="addrChk_${status.count}" name="latAddrChk" value="<c:out value='${latestMsgList.callTo}'/>">
|
| 3596 | 3596 |
<label for="addrChk_${status.count}" class="label">최근 전송내역</label>
|
| 3597 | 3597 |
<p><c:out value="${latestMsgList.callTo}"/></p>
|
| 3598 |
- <button type="button" id="latestAddrDel"><img src="/publish/images/popup/close3.png" alt="전화번호 삭제"></button> |
|
| 3598 |
+ <button type="button" id="latestAddrDel"> |
|
| 3599 |
+ <img src="/publish/images/popup/close3.png" alt="전화번호 삭제"> |
|
| 3600 |
+ </button> |
|
| 3599 | 3601 |
</li> |
| 3600 | 3602 |
</c:forEach> |
| 3601 | 3603 |
</c:when> |
... | ... | @@ -3617,6 +3619,9 @@ |
| 3617 | 3619 |
<div class="history_cont hascont"> |
| 3618 | 3620 |
<div class="histroy_trans" id="bookMarkMsgArea"> |
| 3619 | 3621 |
<ul id="bookMsgUl"> |
| 3622 |
+ <li> |
|
| 3623 |
+ <p>데이터 로딩중입니다.</p> |
|
| 3624 |
+ </li> |
|
| 3620 | 3625 |
<%-- <c:choose> |
| 3621 | 3626 |
<c:when test="${not empty resultBookMarkMsgList}">
|
| 3622 | 3627 |
<c:forEach var="bookMarkMsgList" items="${resultBookMarkMsgList}" varStatus="status">
|
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?