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
302f8fe6
Commit
302f8fe6
authored
Aug 27, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ประเมินตนเอง
parent
e2ede3ed
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
7 additions
and
7 deletions
+7
-7
pms-competency.component.html
...orm-employee/pms-competency/pms-competency.component.html
+7
-7
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-competency/pms-competency.component.html
View file @
302f8fe6
...
@@ -150,21 +150,21 @@
...
@@ -150,21 +150,21 @@
style=
"border-radius:10px"
style=
"border-radius:10px"
(
mouseenter
)="
biScore
.
set
(
bi
.
behavioralIndicators
+
bi
.
assessmentId
,
item
)"
(
mouseenter
)="
biScore
.
set
(
bi
.
behavioralIndicators
+
bi
.
assessmentId
,
item
)"
(
mouseleave
)="
biScore
.
clear
()"
(
mouseleave
)="
biScore
.
clear
()"
(
click
)="
bi
.
competencyBehavioral
.
scoreTopicExpectation
Boss
=
item;calnumberCheck()"
[
ngClass
]="{
(
click
)="
bi
.
competencyBehavioral
.
scoreTopicExpectation=
item;calnumberCheck()"
[
ngClass
]="{
'!
border-secondary
'
:
bi
.
competencyBehavioral
.
scoreTopicExpectation
Boss
>
=item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>=item ,
'!
border-secondary
'
:
bi
.
competencyBehavioral
.
scoreTopicExpectation
>
=item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>=item ,
'!text-indigo-600':bi.competencyBehavioral.scoreTopicExpectation
Boss
>item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>item,
'!text-indigo-600':bi.competencyBehavioral.scoreTopicExpectation>item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>item,
'!text-white !bg-secondary': bi.competencyBehavioral.scoreTopicExpectation
Boss
==item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)==item ,
'!text-white !bg-secondary': bi.competencyBehavioral.scoreTopicExpectation==item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)==item ,
'pointer-events-none':!canEdit}">
'pointer-events-none':!canEdit}">
{{item}}
{{item}}
</button>
</button>
</ng-container>
</ng-container>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId
&&!
complete"
>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId
||
complete"
>
<button
type=
"button"
<button
type=
"button"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
class=
"h-12 w-12 p-0 shadow border text-soft-secondary-no-hover bg-white"
style=
"border-radius:10px"
style=
"border-radius:10px"
(
mouseenter
)="
biScore
.
set
(
bi
.
behavioralIndicators
+
bi
.
assessmentId
,
item
)"
(
mouseenter
)="
biScore
.
set
(
bi
.
behavioralIndicators
+
bi
.
assessmentId
,
item
)"
(
mouseleave
)="
biScore
.
clear
()"
(
mouseleave
)="
biScore
.
clear
()"
(
click
)="
bi
.
competencyBehavioral
.
scoreTopicExpectationBoss=
item;
bi.competencyBehavioral.scoreTopicExpectationBoss=item;
calnumberCheck()"
(
click
)="
bi
.
competencyBehavioral
.
scoreTopicExpectationBoss=
item;calnumberCheck()"
[
ngClass
]="{
[
ngClass
]="{
'!
border-secondary
'
:
bi
.
competencyBehavioral
.
scoreTopicExpectationBoss
>
=item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>=item ,
'!
border-secondary
'
:
bi
.
competencyBehavioral
.
scoreTopicExpectationBoss
>
=item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>=item ,
'!text-indigo-600':bi.competencyBehavioral.scoreTopicExpectationBoss>item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>item,
'!text-indigo-600':bi.competencyBehavioral.scoreTopicExpectationBoss>item||(biScore.get(bi.behavioralIndicators+bi.assessmentId) ?? 0)>item,
...
@@ -184,7 +184,7 @@
...
@@ -184,7 +184,7 @@
</span>
</span>
</div>
</div>
</td>
</td>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId
&&!
complete"
>
<ng-container
*
ngIf=
"evaluaterId!=evaluateeId
||
complete"
>
<td
class=
"py-2 text-center text-indigo-600 font-semibold"
style=
"vertical-align: top"
>
<td
class=
"py-2 text-center text-indigo-600 font-semibold"
style=
"vertical-align: top"
>
{{bi.competencyBehavioral.scoreTopicExpectationBoss}}
{{bi.competencyBehavioral.scoreTopicExpectationBoss}}
</td>
</td>
...
...
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