온라인/혼합 신청 시에도 '직위' 숨김 (오프라인-환급 때만 출력)

This commit is contained in:
lch 2021-05-06 03:29:30 +00:00
parent 5a688cee61
commit 31e8f91b50
1 changed files with 3 additions and 0 deletions

View File

@ -468,12 +468,15 @@
if (model.cm.cshape == 0) {
$(".companyInfo").hide();
$(".isCompany").show();
$(".uduty").hide();
} else if (model.cm.cshape == 1) {
$(".companyInfo").show();
$(".isCompany").hide();
$(".uduty").show();
} else if (model.cm.cshape == 2) {
$(".companyInfo").hide();
$(".isCompany").show();
$(".uduty").hide();
}
if (model.pplog.isaccommodation != null) {