add dateRetireLaw profile
This commit is contained in:
parent
eb50563dfe
commit
25285af736
1 changed files with 1 additions and 0 deletions
|
|
@ -105,6 +105,7 @@ export class ProfileGovernmentHistoryController extends Controller {
|
|||
positionArea: position == null ? null : position.positionArea, //ด้าน/สาขา
|
||||
positionExecutiveField: position == null ? null : position.positionExecutiveField, //ด้านทางการบริหาร
|
||||
dateLeave: record.birthDate == null ? null : calculateRetireDate(record.birthDate),
|
||||
dateRetireLaw: record.dateRetireLaw ?? null,
|
||||
govAge: record.dateStart == null ? null : calculateAge(record.dateStart),
|
||||
dateAppoint: record.dateAppoint,
|
||||
dateStart: record.dateStart,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue