add dateRetireLaw profile

This commit is contained in:
AdisakKanthawilang 2024-05-17 13:35:36 +07:00
parent eb50563dfe
commit 25285af736

View file

@ -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,