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
54d9e585
Commit
54d9e585
authored
Jun 02, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
แก้หน้าประเมิน
parent
9b5803ee
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
8 deletions
+8
-8
pms-kpi.component.html
...aluation/pms-form-employee/pms-kpi/pms-kpi.component.html
+8
-8
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-kpi/pms-kpi.component.html
View file @
54d9e585
...
...
@@ -837,8 +837,7 @@
<td
class=
"align-start text-start !white-space-normal py-2"
colspan=
"4"
>
<div
class=
"flex flex-row gap-2"
>
<div
class=
"flex-1 font-semibold"
>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
</div>
<div
class=
"flex-1 font-semibold"
>
ร้อยละของปัจจัย
:
<span
...
...
@@ -1019,8 +1018,7 @@
<td
class=
"align-start text-start !white-space-normal py-2"
colspan=
"4"
>
<div
class=
"flex flex-row gap-2"
>
<div
class=
"flex-1 font-semibold"
>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
</div>
<div
class=
"flex-1 font-semibold"
>
ร้อยละของปัจจัย
:
<span
...
...
@@ -1150,11 +1148,14 @@
<div
class=
"flex flex-row justify-center gap-2 mb-2"
>
<ng-container
*
ngFor=
"let item2 of [5,4,3,2,1];let f = first"
>
<button
type=
"button"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary bg-white"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary
-no-hover
bg-white"
style=
"border-radius:5px"
(
mouseenter
)="
partScore
.
set
(
item
.
groupAssessment1
.
pmsTopic
.
pmsTopicId
,
item2
)"
(
mouseleave
)="
partScore
.
clear
()"
(
click
)="
setScore
(
item
,
item2
);
allFormRemain
()"
[
ngClass
]="{'!
border-secondary
!
text-secondary
'
:
(
evaluaterId=
=evaluateeId?item.scoreTopicExpectation
>
=item2:item.scoreTopicExpectationBoss>=item2)||(partScore.get(item.groupAssessment1.pmsTopic.pmsTopicId) ?? 0)>=item2,
(
click
)="
setScore
(
item
,
item2
);
allFormRemain
()"
[
ngClass
]="{
'!
border-secondary
'
:
(
evaluaterId=
=evaluateeId?item.scoreTopicExpectation
>
=item2:item.scoreTopicExpectationBoss>=item2)||(partScore.get(item.groupAssessment1.pmsTopic.pmsTopicId) ?? 0)>=item2,
'!text-secondary': (evaluaterId==evaluateeId?item.scoreTopicExpectation>item2:item.scoreTopicExpectationBoss>item2)||(partScore.get(item.groupAssessment1.pmsTopic.pmsTopicId) ?? 0)>item2,
'!text-white !bg-secondary': (evaluaterId==evaluateeId?item.scoreTopicExpectation==item2:item.scoreTopicExpectationBoss==item2)||(partScore.get(item.groupAssessment1.pmsTopic.pmsTopicId) ?? 0)==item2,
'pointer-events-none':!canEdit}">
{{item2}}
</button>
...
...
@@ -1198,8 +1199,7 @@
<td
class=
"align-start text-start !white-space-normal py-2"
colspan=
"4"
>
<div
class=
"flex flex-row gap-2"
>
<div
class=
"flex-1 font-semibold"
>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
คะแนนดิบคิดเป็นร้อยละ
:
<span
class=
"text-indigo-600 "
>
100
</span>
</div>
<div
class=
"flex-1 font-semibold"
>
ร้อยละของปัจจัย
:
<span
...
...
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