화면 진입 시 환급여부 선택에 '환급' 으로 기본값 설정되어 있으나 회사정보 입력칸이 보이지 않음. 환급여부를 비환급 선택했다가 환급 선택해야 회사정보 입력칸이 보임
화면 진입 시 바로 회사정보 입력칸이 보일 수 있도록 변경"
This commit is contained in:
parent
c866fc500a
commit
59e3b417ce
|
|
@ -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; }
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue