2023 10 16 재전송 버튼 추가 및 상세보기 팝업

This commit is contained in:
kmg 2023-10-16 10:21:49 +09:00
parent 4094fe485a
commit ce19b147d0
4 changed files with 7 additions and 6 deletions

View File

@ -3197,7 +3197,7 @@ function checkNumber(event) {
</div>
</div>
<!-- 재전송 : 상세내용 팝업 -->
<!-- 2023 10 16 재전송 : 상세내용 팝업 -->
<div class="tooltip-wrap" style="z-index:110;">
<div class="popup-com adr_layer rev_popup01" tabindex="0" data-tooltip-con="rev_popup01"
data-focus="rev_popup01" data-focus-prev="rev_popup01-close" style="width: 440px;">
@ -3236,9 +3236,9 @@ function checkNumber(event) {
</div>
</div>
</div>
<!--// 재전송 : 상세내용 팝업 -->
<!--// 2023 10 16 재전송 : 상세내용 팝업 -->
<!-- 재전송 팝업 -->
<!-- 2023 10 16 재전송 팝업 -->
<div class="tooltip-wrap">
<div class="popup-com import_layer popup05" tabindex="0" data-tooltip-con="popup05" data-focus="popup05" data-focus-prev="popup05-close">
<div class="popup_heading">
@ -3331,7 +3331,7 @@ function checkNumber(event) {
</div>
</div>
</div>
<!--// 재전송 팝업 -->
<!--// 2023 10 16 재전송 팝업 -->
<div class="tooltip-wrap">

View File

@ -186,7 +186,7 @@ $(document).ready(function(){
</td>
<td>
<button class="btnType btnType20" data-tooltip="rev_popup01" onClick="javascript:fnRevDetailPop('${resultAllSentList.msgGroupId}','${resultAllSentList.msgId}','${resultAllSentList.fileCnt}'); return false;">상세보기</button>
<button class="btnType btnType24" type="button">재전송</button> <!-- 버튼추가 -->
<button class="btnType btnType24" type="button">재전송</button> <!-- 2023 10 16 재전송 버튼추가 -->
</td>
<td>
<c:choose>

View File

@ -80,7 +80,7 @@ textarea:-ms-input-placeholder {font-family: 'Noto Sans KR', sans-serif; font-we
.btnType22 {height:28px;padding:0 12px;font-size:14px;color:#222;background-color:#f8bd0e; font-weight:500;}
.btnType22:hover {background-color:#eea301;}
.btnType23 {background:#6a6c72; color:#fff; border-radius: 5px; font-size:14px; font-weight: 400; padding:4px 13px; margin:0 3px;} /*api에 사용*/
.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼*/
.btnType24 {background:#fff; border: 1px solid #8697c2; color: #002c9a; height: 28px; width: 70px; font-size: 14px; font-weight: 400; line-height: 1.5; margin:3px 0;} /*재사용 버튼 추가*/
/* 기타 반복 사용 */
/* 기타 버튼 타입 */

View File

@ -141,6 +141,7 @@ function tooltip() {
customPopup();
}else{}
/* 상세보기 버튼 클릭 시 레이어팝업*/
// 팝업이 보이고 있으면 마스크 노출/미노출
// 레이어 팝업 2개 뜰 경우
if($(".popup-com").is(":visible") !== true){