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
4b1750b4
Commit
4b1750b4
authored
Sep 24, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ปิดคะแนนประเมินตวเอง
parent
c5e89781
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
21 additions
and
4 deletions
+21
-4
pms-competency.component.html
...orm-employee/pms-competency/pms-competency.component.html
+3
-3
pms-form-employee.component.html
...uation/pms-form-employee/pms-form-employee.component.html
+1
-1
supervisor-evaluation.component.ts
.../supervisor-evaluation/supervisor-evaluation.component.ts
+17
-0
No files found.
src/app/components/performance-evaluation/pms-form-employee/pms-competency/pms-competency.component.html
View file @
4b1750b4
...
...
@@ -144,7 +144,7 @@
</a>
</div>
</th>
<
th
scope=
"col"
>
ประเมินตนเอง
</th
>
<
!-- <th scope="col">ประเมินตนเอง</th> --
>
</ng-container>
</tr>
</thead>
...
...
@@ -201,9 +201,9 @@
</div>
</td>
<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}}
</td>
</td>
-->
</ng-container>
</tr>
</ng-container>
...
...
src/app/components/performance-evaluation/pms-form-employee/pms-form-employee.component.html
View file @
4b1750b4
...
...
@@ -209,7 +209,7 @@
</div>
</div>
</div>
<div
class=
"w-full"
*
ngIf=
"currentTap=='แบบประเมินสมรรถนะ'"
>
<div
class=
"w-full"
*
ngIf=
"currentTap=='แบบประเมินสมรรถนะ'
&&false
"
>
<div
class=
"box shadow-md hover:shadow-xl transition m-0"
style=
"border-radius:20px"
>
<div
class=
"box-header"
[
class
.
border-none
]="
menuClose
.
get
('ค่าถ่วงน้ำหนักตนเองของความสามารถในแต่ละระดับ')"
>
...
...
src/app/components/performance-evaluation/supervisor-evaluation/supervisor-evaluation.component.ts
View file @
4b1750b4
...
...
@@ -166,6 +166,22 @@ export class SupervisorEvaluationComponent {
this
.
getBossList
()
}
getBossList
()
{
this
.
syncfution
=
{
dataList
:
[],
searchSettings
:
{
fields
:
[
'employeeId'
,
'thFullName'
,
'position'
,
'statusIdp'
,
'sumScore'
,
'grade'
,
'apsapproveType'
],
operator
:
'contains'
,
ignoreCase
:
false
},
columns
:
[]
}
this
.
appraisalService
.
getBossList
().
subscribe
({
next
:
response
=>
{
this
.
subordinate
.
dataList
=
JSON
.
parse
(
JSON
.
stringify
(
response
))
...
...
@@ -239,6 +255,7 @@ export class SupervisorEvaluationComponent {
type
:
"string"
}]
}
this
.
cdr
.
markForCheck
()
}
setSyncfutionDataList
()
{
if
(
this
.
subordinate
.
select
?.
showPms
)
{
...
...
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