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
1e2750f6
Commit
1e2750f6
authored
May 28, 2025
by
Mon
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เเก้ part4
parent
fd638e9e
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
pms-kpi.component.ts
...evaluation/pms-form-employee/pms-kpi/pms-kpi.component.ts
+4
-4
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-kpi/pms-kpi.component.ts
View file @
1e2750f6
...
@@ -96,6 +96,7 @@ export class PmsKpiComponent {
...
@@ -96,6 +96,7 @@ export class PmsKpiComponent {
@
ViewChild
(
'scrollContainer'
)
scrollContainer
!
:
ElementRef
;
@
ViewChild
(
'scrollContainer'
)
scrollContainer
!
:
ElementRef
;
@
Output
()
scrollToMenuId
:
EventEmitter
<
any
>
=
new
EventEmitter
<
any
>
();
@
Output
()
scrollToMenuId
:
EventEmitter
<
any
>
=
new
EventEmitter
<
any
>
();
remain
=
0
constructor
(
private
appraisalService
:
AppraisalService
,
constructor
(
private
appraisalService
:
AppraisalService
,
private
pmsGroupGradeService
:
PmsGroupGradeService
,
private
pmsGroupGradeService
:
PmsGroupGradeService
,
private
employeeService
:
EmployeeService
,
private
employeeService
:
EmployeeService
,
...
@@ -515,11 +516,10 @@ export class PmsKpiComponent {
...
@@ -515,11 +516,10 @@ export class PmsKpiComponent {
}
}
return
0
return
0
}
}
allFormRemain
()
{
allFormRemain
()
{
const
remain
=
[
this
.
part1Remain
(),
this
.
part2Remain
(),
this
.
part3Remain
(),
this
.
part5Remain
(),
this
.
part6Remain
(),
this
.
part7Remain
()].
filter
(
data
=>
data
!=
0
).
length
this
.
remain
=
[
this
.
part1Remain
(),
this
.
part2Remain
(),
this
.
part3Remain
(),
this
.
part5Remain
(),
this
.
part6Remain
(),
this
.
part7Remain
()].
filter
(
data
=>
data
!=
0
).
length
this
.
kpiForm
.
emit
(
this
.
appraisalPms
)
this
.
kpiForm
.
emit
(
this
.
appraisalPms
)
this
.
kpiFormRemain
.
emit
(
remain
)
this
.
kpiFormRemain
.
emit
(
this
.
remain
)
}
}
remainList
()
{
remainList
()
{
...
@@ -527,7 +527,7 @@ export class PmsKpiComponent {
...
@@ -527,7 +527,7 @@ export class PmsKpiComponent {
this
.
part1Remain
(),
this
.
part1Remain
(),
this
.
part2Remain
(),
this
.
part2Remain
(),
this
.
part3Remain
(),
this
.
part3Remain
(),
-
1
,
this
.
remain
,
this
.
part5Remain
(),
this
.
part5Remain
(),
this
.
part6Remain
(),
this
.
part6Remain
(),
this
.
part7Remain
()
this
.
part7Remain
()
...
...
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