kpi แบบแผน

This commit is contained in:
Kittapath 2024-04-19 09:28:57 +07:00
parent a840274150
commit 87c7452fa5
3 changed files with 194 additions and 47 deletions

View file

@ -251,12 +251,16 @@ export class ReportController extends Controller {
firstName: getDevelopment.firstName,
lastName: getDevelopment.lastName,
position: getDevelopment.position,
root: getDevelopment.root,
org: getDevelopment.org,
degreeLevel: getDevelopment.degreeLevel,
course: getDevelopment.course,
field: getDevelopment.field,
studyPlace: getDevelopment.studyPlace,
scholarshipType: getDevelopment.scholarshipType,
bookNoDate:
getDevelopment.bookNoDate == null
? ""
: Extension.ToThaiNumber(Extension.ToThaiFullDate(getDevelopment.bookNoDate)),
startDate:
getDevelopment.startDate == null
? ""