2023/10/12 조정신청 3단계 팝업 수정
This commit is contained in:
parent
4c80d659d3
commit
1ac3341e07
@ -27,7 +27,7 @@ $(document).ready(function(){
|
|||||||
}else{
|
}else{
|
||||||
$(".tooltip-close").click(function(){
|
$(".tooltip-close").click(function(){
|
||||||
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||||
activeTarget.hide();
|
activeTarget.remove();
|
||||||
$('[data-tooltip="fee_info_popup"]').eq(1).focus();
|
$('[data-tooltip="fee_info_popup"]').eq(1).focus();
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
@ -41,6 +41,10 @@ $(document).ready(function(){
|
|||||||
var perId = '#reqCn'+exmpCd.replace(/(^0+)/, "");
|
var perId = '#reqCn'+exmpCd.replace(/(^0+)/, "");
|
||||||
console.log('perId : ', perId);
|
console.log('perId : ', perId);
|
||||||
$(perId).val($('#exmpCn').text().trim());
|
$(perId).val($('#exmpCn').text().trim());
|
||||||
|
|
||||||
|
var activeTarget = $('[data-tooltip-con="fee_info_popup"]');
|
||||||
|
activeTarget.remove();
|
||||||
|
$(".mask").hide();
|
||||||
});
|
});
|
||||||
|
|
||||||
$(".popup_wrap").draggable();
|
$(".popup_wrap").draggable();
|
||||||
@ -81,7 +85,7 @@ $(document).ready(function(){
|
|||||||
</table>
|
</table>
|
||||||
<div class="btn_wrap">
|
<div class="btn_wrap">
|
||||||
<!-- <button class="btnType01 tooltip-close" data-focus="fee_info_popup_close" data-focus-next="fee_info_popup">닫기</button> -->
|
<!-- <button class="btnType01 tooltip-close" data-focus="fee_info_popup_close" data-focus-next="fee_info_popup">닫기</button> -->
|
||||||
<button class="btnType01 tooltip-close" id="redBtn" data-focus-next="fee_info_popup">사용</button>
|
<button class="btnType01" id="redBtn" data-focus-next="fee_info_popup">사용</button>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user