Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mySkill-x
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Registry
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
angular
mySkill-x
Commits
1f5fa10c
Commit
1f5fa10c
authored
Sep 10, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้เส้น api evaluation-assessment
parent
7b03637d
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
edit-define-document-form.component.ts
...fine-document-form/edit-define-document-form.component.ts
+1
-1
edit-evaluation-form.component.ts
...rm/edit-evaluation-form/edit-evaluation-form.component.ts
+1
-1
evaluation-assessment.service.ts
src/app/shared/services/evaluation-assessment.service.ts
+2
-2
pms-evaluation-assessment.service.ts
src/app/shared/services/pms-evaluation-assessment.service.ts
+2
-2
No files found.
src/app/components/competency-assessment/evaluation-cycle-manager/define-document-form/edit-define-document-form/edit-define-document-form.component.ts
View file @
1f5fa10c
...
@@ -295,7 +295,7 @@ export class EditDefineDocumentFormComponent {
...
@@ -295,7 +295,7 @@ export class EditDefineDocumentFormComponent {
//############################# Modal Indicators #############################
//############################# Modal Indicators #############################
getIndicators
()
{
getIndicators
()
{
this
.
evaluationAssessmentService
.
getIndicators
(
this
.
selectEmp
.
apsassessy
.
pl
.
pl
Id
).
subscribe
({
this
.
evaluationAssessmentService
.
getIndicators
(
this
.
selectEmp
.
jd
.
jobCode
Id
).
subscribe
({
next
:
response
=>
{
next
:
response
=>
{
this
.
indicatorsList
=
response
this
.
indicatorsList
=
response
this
.
indicatorChange
()
this
.
indicatorChange
()
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/document-form/edit-evaluation-form/edit-evaluation-form.component.ts
View file @
1f5fa10c
...
@@ -268,7 +268,7 @@ export class EditEvaluationFormComponent {
...
@@ -268,7 +268,7 @@ export class EditEvaluationFormComponent {
//############################# Modal Indicators #############################
//############################# Modal Indicators #############################
getIndicators
()
{
getIndicators
()
{
this
.
pmsEvaluationAssessmentService
.
getIndicators
(
this
.
selectEmp
!
.
apsassessy
.
pl
.
pl
Id
).
subscribe
({
this
.
pmsEvaluationAssessmentService
.
getIndicators
(
this
.
selectEmp
!
.
jd
.
jobCode
Id
).
subscribe
({
next
:
response
=>
{
next
:
response
=>
{
this
.
indicatorsList
=
response
this
.
indicatorsList
=
response
this
.
indicatorChange
()
this
.
indicatorChange
()
...
...
src/app/shared/services/evaluation-assessment.service.ts
View file @
1f5fa10c
...
@@ -28,8 +28,8 @@ export class EvaluationAssessmentService {
...
@@ -28,8 +28,8 @@ export class EvaluationAssessmentService {
getApsassessyMini
(
evaluationRoundId
:
string
,
apsassessy
:
string
,
apsyear
:
string
):
Observable
<
AppraisalRoundModel
[]
>
{
getApsassessyMini
(
evaluationRoundId
:
string
,
apsassessy
:
string
,
apsyear
:
string
):
Observable
<
AppraisalRoundModel
[]
>
{
return
this
.
http
.
get
<
AppraisalRoundModel
[]
>
(
this
.
urlApi
+
"/mini/"
+
evaluationRoundId
+
"/"
+
apsassessy
+
"/"
+
apsyear
)
return
this
.
http
.
get
<
AppraisalRoundModel
[]
>
(
this
.
urlApi
+
"/mini/"
+
evaluationRoundId
+
"/"
+
apsassessy
+
"/"
+
apsyear
)
}
}
getIndicators
(
pl
Id
:
string
):
Observable
<
AppraisalRoundModel
[]
>
{
getIndicators
(
jobCode
Id
:
string
):
Observable
<
AppraisalRoundModel
[]
>
{
return
this
.
http
.
get
<
AppraisalRoundModel
[]
>
(
this
.
urlApi
+
"/indicators/list/"
+
pl
Id
)
return
this
.
http
.
get
<
AppraisalRoundModel
[]
>
(
this
.
urlApi
+
"/indicators/list/"
+
jobCode
Id
)
}
}
post
(
body
:
AppraisalModel
):
Observable
<
AlertModel
>
{
post
(
body
:
AppraisalModel
):
Observable
<
AlertModel
>
{
return
this
.
http
.
post
<
AlertModel
>
(
this
.
urlApi
,
body
)
return
this
.
http
.
post
<
AlertModel
>
(
this
.
urlApi
,
body
)
...
...
src/app/shared/services/pms-evaluation-assessment.service.ts
View file @
1f5fa10c
...
@@ -30,8 +30,8 @@ export class PmsEvaluationAssessmentService {
...
@@ -30,8 +30,8 @@ export class PmsEvaluationAssessmentService {
getApsassessyMini
(
evaluationRoundId
:
string
,
apsassessy
:
string
,
apsyear
:
string
):
Observable
<
MasfromEvaluationAssessment1lList
[]
>
{
getApsassessyMini
(
evaluationRoundId
:
string
,
apsassessy
:
string
,
apsyear
:
string
):
Observable
<
MasfromEvaluationAssessment1lList
[]
>
{
return
this
.
http
.
get
<
MasfromEvaluationAssessment1lList
[]
>
(
this
.
urlApi
+
"/mini/"
+
evaluationRoundId
+
"/"
+
apsassessy
+
"/"
+
apsyear
)
return
this
.
http
.
get
<
MasfromEvaluationAssessment1lList
[]
>
(
this
.
urlApi
+
"/mini/"
+
evaluationRoundId
+
"/"
+
apsassessy
+
"/"
+
apsyear
)
}
}
getIndicators
(
pl
Id
:
string
):
Observable
<
MasfromEvaluationAssessment1lList
[]
>
{
getIndicators
(
jobCode
Id
:
string
):
Observable
<
MasfromEvaluationAssessment1lList
[]
>
{
return
this
.
http
.
get
<
MasfromEvaluationAssessment1lList
[]
>
(
this
.
urlApi
+
"/pms-topic/list/"
+
pl
Id
)
return
this
.
http
.
get
<
MasfromEvaluationAssessment1lList
[]
>
(
this
.
urlApi
+
"/pms-topic/list/"
+
jobCode
Id
)
}
}
post
(
body
:
PmsMasfromEvaluationFullModel
):
Observable
<
AlertModel
>
{
post
(
body
:
PmsMasfromEvaluationFullModel
):
Observable
<
AlertModel
>
{
return
this
.
http
.
post
<
AlertModel
>
(
this
.
urlApi
,
body
)
return
this
.
http
.
post
<
AlertModel
>
(
this
.
urlApi
,
body
)
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment