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
3a2cd348
Commit
3a2cd348
authored
Aug 27, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
เปลี่ยนการจัดกลุ่มหัวข้อประเมิน จาก JL เป็น JD
parent
8d8fcd4c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
6 additions
and
6 deletions
+6
-6
evaluation-cycle.component.html
...-manager/evaluation-cycle/evaluation-cycle.component.html
+1
-1
evaluation-cycle.component.ts
...le-manager/evaluation-cycle/evaluation-cycle.component.ts
+2
-2
management-evaluation-cycle.component.html
...aluation-cycle/management-evaluation-cycle.component.html
+1
-1
management-evaluation-cycle.component.ts
...evaluation-cycle/management-evaluation-cycle.component.ts
+2
-2
No files found.
src/app/components/competency-assessment/evaluation-cycle-manager/evaluation-cycle/evaluation-cycle.component.html
View file @
3a2cd348
...
@@ -146,7 +146,7 @@
...
@@ -146,7 +146,7 @@
<ng-template
#
plSearchButton
>
<ng-template
#
plSearchButton
>
<button
type=
"button"
<button
type=
"button"
class=
"hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary !m-0 h-full"
class=
"hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary !m-0 h-full"
style=
"height: 44.8px !important;"
(
click
)="
openDialogPL
();
modal
.
search=
''
;
searchModalChange
(
plListFilter
())"
>
style=
"height: 44.8px !important;"
(
click
)="
openDialogPL
();
PLsearch
modal
.
search=
''
;
searchModalChange
(
plListFilter
())"
>
<i
class=
"ri-search-line cursor-pointer text-gray"
></i>
<i
class=
"ri-search-line cursor-pointer text-gray"
></i>
</button>
</button>
</ng-template>
</ng-template>
...
...
src/app/components/competency-assessment/evaluation-cycle-manager/evaluation-cycle/evaluation-cycle.component.ts
View file @
3a2cd348
...
@@ -135,7 +135,7 @@ export class EvaluationCycleComponent {
...
@@ -135,7 +135,7 @@ export class EvaluationCycleComponent {
this
.
pl
.
loading
=
false
this
.
pl
.
loading
=
false
this
.
jobcodeService
.
getGroupAssessmentList
().
subscribe
({
this
.
jobcodeService
.
getGroupAssessmentList
().
subscribe
({
next
:
response
=>
{
next
:
response
=>
{
this
.
pl
.
dataList
=
response
.
map
((
x
:
any
)
=>
new
MyJobcodeModel
(
x
))
this
.
pl
.
dataList
=
response
.
map
((
x
:
any
)
=>
new
MyJobcodeModel
(
x
))
.
filter
(
e
=>
e
.
statusCom
)
this
.
pl
.
loading
=
false
this
.
pl
.
loading
=
false
this
.
searchChange
()
this
.
searchChange
()
this
.
cdr
.
detectChanges
()
this
.
cdr
.
detectChanges
()
...
@@ -235,7 +235,7 @@ export class EvaluationCycleComponent {
...
@@ -235,7 +235,7 @@ export class EvaluationCycleComponent {
reverseButtons
:
true
,
reverseButtons
:
true
,
}).
then
((
result
)
=>
{
}).
then
((
result
)
=>
{
if
(
result
.
isConfirmed
)
{
if
(
result
.
isConfirmed
)
{
if
(
this
.
evaluation_cycle
.
personalLevel
.
length
===
0
)
{
if
(
this
.
evaluation_cycle
.
jd
.
length
===
0
)
{
this
.
plListFilter
().
forEach
(
x
=>
this
.
selectPl
(
x
));
this
.
plListFilter
().
forEach
(
x
=>
this
.
selectPl
(
x
));
}
}
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/management-evaluation-cycle/management-evaluation-cycle.component.html
View file @
3a2cd348
...
@@ -166,7 +166,7 @@
...
@@ -166,7 +166,7 @@
<ng-template
#
plSearchButton
>
<ng-template
#
plSearchButton
>
<button
type=
"button"
<button
type=
"button"
class=
"hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary !m-0 h-full"
class=
"hs-dropdown-toggle ti-btn ti-border font-medium bg-white text-gray-700 shadow-sm align-middle hover:bg-gray-50 focus:ring-offset-white focus:ring-primary !m-0 h-full"
style=
"height: 44.8px !important;"
(
click
)="
openPLDialog
();
modal
.
search=
''
;
searchModalChange
(
plListFilter
())"
>
style=
"height: 44.8px !important;"
(
click
)="
openPLDialog
();
PLsearch
modal
.
search=
''
;
searchModalChange
(
plListFilter
())"
>
<i
class=
"ri-search-line cursor-pointer text-gray"
></i>
<i
class=
"ri-search-line cursor-pointer text-gray"
></i>
</button>
</button>
</ng-template>
</ng-template>
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/management-evaluation-cycle/management-evaluation-cycle.component.ts
View file @
3a2cd348
...
@@ -139,7 +139,7 @@ export class ManagementCycleComponent {
...
@@ -139,7 +139,7 @@ export class ManagementCycleComponent {
this
.
pl
.
loading
=
false
this
.
pl
.
loading
=
false
this
.
jobcodeService
.
getGroupAssessmentList
().
subscribe
({
this
.
jobcodeService
.
getGroupAssessmentList
().
subscribe
({
next
:
response
=>
{
next
:
response
=>
{
this
.
pl
.
dataList
=
response
.
map
((
x
:
any
)
=>
new
MyJobcodeModel
(
x
))
this
.
pl
.
dataList
=
response
.
map
((
x
:
any
)
=>
new
MyJobcodeModel
(
x
))
.
filter
(
x
=>
x
.
statusCom
&&
x
.
statusPms
)
this
.
pl
.
loading
=
false
this
.
pl
.
loading
=
false
// this.searchChange()
// this.searchChange()
this
.
cdr
.
detectChanges
()
this
.
cdr
.
detectChanges
()
...
@@ -262,7 +262,7 @@ export class ManagementCycleComponent {
...
@@ -262,7 +262,7 @@ export class ManagementCycleComponent {
this
.
dataLoading
=
true
;
this
.
dataLoading
=
true
;
const
selectedKeys
=
Array
.
from
(
this
.
selectedItems
.
data
.
keys
());
const
selectedKeys
=
Array
.
from
(
this
.
selectedItems
.
data
.
keys
());
const
body
=
this
.
pmsMasfromEvaluation
.
dataList
.
filter
(
x
=>
selectedKeys
.
includes
(
x
.
pmsEvaluationRoundId
)
&&
this
.
selectedItems
.
data
.
get
(
x
.
pmsEvaluationRoundId
)).
map
(
x
=>
new
MyPmsMasfromEvaluationModel
(
x
))
const
body
=
this
.
pmsMasfromEvaluation
.
dataList
.
filter
(
x
=>
selectedKeys
.
includes
(
x
.
pmsEvaluationRoundId
)
&&
this
.
selectedItems
.
data
.
get
(
x
.
pmsEvaluationRoundId
)).
map
(
x
=>
new
MyPmsMasfromEvaluationModel
(
x
))
this
.
pmsMasfromEvaluationCycleService
.
delete
(
body
).
subscribe
({
this
.
pmsMasfromEvaluationCycleService
.
delete
(
body
).
subscribe
({
next
:
response
=>
{
next
:
response
=>
{
...
...
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