+ 교육신청

환급여부-환급선택시 iscompany 체크 오류 수정
This commit is contained in:
lch 2021-06-22 05:08:41 +00:00
parent 84a238b254
commit 0f0de6161e
1 changed files with 2 additions and 2 deletions

View File

@ -427,9 +427,9 @@
if ($(this).val() == "1") {
$(".div-isCompany").hide();
$(".div-rbankInfo").show();
$(".div-companyInfo").show();
$("input:radio[name='isCompany'][value='1']").click();
$(".uduty").show();
$(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req");
$(".div-companyInfo").find(".clsTable").find("tr th.offreq").addClass("req");
}
else {
$(".div-isCompany").show();