Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
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
myAppraisal
Commits
56fbcd85
Commit
56fbcd85
authored
Mar 06, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
รอบการประเมิน
parent
cd0ddd12
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 additions
and
4 deletions
+0
-4
evaluation-cycle.component.ts
...le-manager/evaluation-cycle/evaluation-cycle.component.ts
+0
-2
management-evaluation-cycle.component.ts
...evaluation-cycle/management-evaluation-cycle.component.ts
+0
-2
No files found.
src/app/components/competency-assessment/evaluation-cycle-manager/evaluation-cycle/evaluation-cycle.component.ts
View file @
56fbcd85
...
@@ -144,7 +144,6 @@ export class EvaluationCycleComponent {
...
@@ -144,7 +144,6 @@ export class EvaluationCycleComponent {
this
.
evaluation_cycle
=
new
MyEvaluationCycleModel
(
data
)
this
.
evaluation_cycle
=
new
MyEvaluationCycleModel
(
data
)
}
}
addevaluation_cycle
()
{
addevaluation_cycle
()
{
this
.
evaluation_cycle
.
personalLevel
.
pop
()
const
body
=
new
MyEvaluationCycleModel
(
this
.
evaluation_cycle
)
const
body
=
new
MyEvaluationCycleModel
(
this
.
evaluation_cycle
)
this
.
dataLoading
=
true
this
.
dataLoading
=
true
this
.
evaluationCycleService
.
post
(
body
).
subscribe
({
this
.
evaluationCycleService
.
post
(
body
).
subscribe
({
...
@@ -168,7 +167,6 @@ export class EvaluationCycleComponent {
...
@@ -168,7 +167,6 @@ export class EvaluationCycleComponent {
deleteevaluation_cycle
()
{
deleteevaluation_cycle
()
{
let
body
:
EvaluationCycleModel
|
EvaluationCycleModel
[]
=
[]
let
body
:
EvaluationCycleModel
|
EvaluationCycleModel
[]
=
[]
if
(
this
.
evaluation_cycle
.
evaluationRoundId
)
{
if
(
this
.
evaluation_cycle
.
evaluationRoundId
)
{
this
.
evaluation_cycle
.
personalLevel
.
pop
()
body
=
new
MyEvaluationCycleModel
(
this
.
evaluation_cycle
)
body
=
new
MyEvaluationCycleModel
(
this
.
evaluation_cycle
)
}
else
{
}
else
{
body
=
this
.
evaluation_cyclelist
.
filter
(
x
=>
x
.
check
).
map
(
x
=>
new
MyEvaluationCycleModel
(
x
.
data
))
body
=
this
.
evaluation_cyclelist
.
filter
(
x
=>
x
.
check
).
map
(
x
=>
new
MyEvaluationCycleModel
(
x
.
data
))
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/management-evaluation-cycle/management-evaluation-cycle.component.ts
View file @
56fbcd85
...
@@ -146,7 +146,6 @@ export class ManagementCycleComponent {
...
@@ -146,7 +146,6 @@ export class ManagementCycleComponent {
this
.
pmsMasfromEvaluation
=
new
MyPmsMasfromEvaluationModel
(
data
)
this
.
pmsMasfromEvaluation
=
new
MyPmsMasfromEvaluationModel
(
data
)
}
}
addPmsMasfromEvaluation
()
{
addPmsMasfromEvaluation
()
{
this
.
pmsMasfromEvaluation
.
personalLevel
.
pop
()
const
body
=
new
MyPmsMasfromEvaluationModel
(
this
.
pmsMasfromEvaluation
)
const
body
=
new
MyPmsMasfromEvaluationModel
(
this
.
pmsMasfromEvaluation
)
this
.
dataLoading
=
true
this
.
dataLoading
=
true
this
.
pmsMasfromEvaluationCycleService
.
post
(
body
).
subscribe
({
this
.
pmsMasfromEvaluationCycleService
.
post
(
body
).
subscribe
({
...
@@ -170,7 +169,6 @@ export class ManagementCycleComponent {
...
@@ -170,7 +169,6 @@ export class ManagementCycleComponent {
deletePmsMasfromEvaluation
()
{
deletePmsMasfromEvaluation
()
{
let
body
:
PmsMasfromEvaluationModel
[]
=
[]
let
body
:
PmsMasfromEvaluationModel
[]
=
[]
if
(
this
.
pmsMasfromEvaluation
.
pmsEvaluationRoundId
)
{
if
(
this
.
pmsMasfromEvaluation
.
pmsEvaluationRoundId
)
{
this
.
pmsMasfromEvaluation
.
personalLevel
.
pop
()
body
=
[
new
MyPmsMasfromEvaluationModel
(
this
.
pmsMasfromEvaluation
)]
body
=
[
new
MyPmsMasfromEvaluationModel
(
this
.
pmsMasfromEvaluation
)]
}
else
{
}
else
{
body
=
this
.
pmsMasfromEvaluationlist
.
filter
(
x
=>
x
.
check
).
map
(
x
=>
new
MyPmsMasfromEvaluationModel
(
x
.
data
))
body
=
this
.
pmsMasfromEvaluationlist
.
filter
(
x
=>
x
.
check
).
map
(
x
=>
new
MyPmsMasfromEvaluationModel
(
x
.
data
))
...
...
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