parent
84a238b254
commit
0f0de6161e
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in New Issue