화면 진입 시 환급여부 선택에 '환급' 으로 기본값 설정되어 있으나 회사정보 입력칸이 보이지 않음. 환급여부를 비환급 선택했다가 환급 선택해야 회사정보 입력칸이 보임

화면 진입 시 바로 회사정보 입력칸이 보일 수 있도록 변경"
This commit is contained in:
lch 2021-05-11 01:23:53 +00:00
parent c866fc500a
commit 59e3b417ce
1 changed files with 2 additions and 2 deletions

View File

@ -53,7 +53,7 @@ namespace NP.Model
public PayItem PayItem { get; set; } public PayItem PayItem { get; set; }
public PPLog PPLog { get; set; } public PPLog PPLog { get; set; }
public int selMonth { get; set; } public int? selMonth { get; set; }
public int isCompany { get; set; } public int? isCompany { get; set; }
} }
} }