kpi แบบแผน
This commit is contained in:
parent
a840274150
commit
87c7452fa5
3 changed files with 194 additions and 47 deletions
|
|
@ -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
|
||||
? ""
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue