2024/02/20 웹접근성 : 신청기간이 아닐때 캘린더 숨김

This commit is contained in:
kmg 2024-02-20 09:25:55 +09:00
parent b0fe3452bf
commit b96c0e2790

View File

@ -1112,6 +1112,8 @@ function _chkChasiTime(p_this){
$("input").attr("title","비활성화됨");
$(".selType1").attr("title","비활성화됨");
$(".time_set_btn").remove();
$(".calendar_wrap").remove();
$(".calendar_th").append("신청기간이 아닙니다.");
}else{
$("input[name=rndsOrd]").val(returnData.rndsOrd);