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
cd1c3879
Commit
cd1c3879
authored
Mar 14, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ลบปุ่มลบ
parent
11d74abe
Show whitespace changes
Inline
Side-by-side
Showing
18 changed files
with
36 additions
and
36 deletions
+36
-36
user-settings.component.html
...count-settings/user-settings/user-settings.component.html
+2
-2
company-registration-page.component.html
...egistration-page/company-registration-page.component.html
+2
-2
day-type-registry.component.html
...onents/day-type-registry/day-type-registry.component.html
+2
-2
sub-employee-registration.component.html
...yee-registration/sub-employee-registration.component.html
+2
-2
employee-categories.component.html
...on/employee-categories/employee-categories.component.html
+2
-2
employee-group-unit.component.html
...on/employee-group-unit/employee-group-unit.component.html
+2
-2
employee-level.component.html
...-description/employee-level/employee-level.component.html
+2
-2
position-unit.component.html
...nts/job-description/position/position-unit.component.html
+2
-2
development-course.component.html
...tion/development-course/development-course.component.html
+2
-2
evaluation-cycle.component.html
...-manager/evaluation-cycle/evaluation-cycle.component.html
+2
-2
grade-management.component.html
...stration/grade-management/grade-management.component.html
+2
-2
competency-topic.component.html
...stration/competency-topic/competency-topic.component.html
+2
-2
type-registration.component.html
...ration/type-registration/type-registration.component.html
+2
-2
assessment-tool.component.html
...l-register/assessment-tool/assessment-tool.component.html
+2
-2
management-evaluation-cycle.component.html
...aluation-cycle/management-evaluation-cycle.component.html
+2
-2
assessment-topics.component.html
...omance/assessment-topics/assessment-topics.component.html
+2
-2
pms-grade-management.component.html
.../pms-grade-management/pms-grade-management.component.html
+2
-2
pms-sub-grade-registration.component.html
...de-registration/pms-sub-grade-registration.component.html
+2
-2
No files found.
src/app/components/company-components/account-settings/user-settings/user-settings.component.html
View file @
cd1c3879
...
...
@@ -120,9 +120,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
currentModal=
'edit'
;
selectUser
(
item
.
data
)"
data-hs-overlay=
"#user-setting-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay="#user-setting-alert-modal"
(
click
)="
currentModal=
'delete'
;
selectUser
(
item
.
data
)"
></i>
(click)="currentModal='delete';selectUser(item.data)"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/company-registration/company-registration-page/company-registration-page.component.html
View file @
cd1c3879
...
...
@@ -118,9 +118,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#company-registration-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
*
ngIf=
"item.data.code!='100'"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1" *ngIf="item.data.code!='100'"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#company-registration-page-alert-modal"
></i>
data-hs-overlay="#company-registration-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/day-type-registry/day-type-registry.component.html
View file @
cd1c3879
...
...
@@ -147,9 +147,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#day-type-registry-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#day-type-registry-alert-modal"
></i>
data-hs-overlay="#day-type-registry-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/employee-registration/sub-employee-registration/sub-employee-registration.component.html
View file @
cd1c3879
...
...
@@ -125,9 +125,9 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
data-hs-overlay=
"#sub-employee-registration-modal"
(
click
)="
modalType=
'update'
;
selectEmployee
(
item
.
data
)"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay="#sub-employee-registration-alert-delete-modal"
(
click
)="
modalType=
'delete'
;
selectEmployee
(
item
.
data
)"
></i>
(click)="modalType='delete';selectEmployee(item.data)"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/job-description/employee-categories/employee-categories.component.html
View file @
cd1c3879
...
...
@@ -121,9 +121,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#employee-categories-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#employee-categories-page-alert-modal"
></i>
data-hs-overlay="#employee-categories-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/job-description/employee-group-unit/employee-group-unit.component.html
View file @
cd1c3879
...
...
@@ -118,9 +118,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#employee-group-unit-component-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#employee-group-unit-component-page-alert-modal"
></i>
data-hs-overlay="#employee-group-unit-component-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/job-description/employee-level/employee-level.component.html
View file @
cd1c3879
...
...
@@ -118,9 +118,9 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#employee-level-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#employee-level-page-alert-modal"
></i>
data-hs-overlay="#employee-level-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/company-components/job-description/position/position-unit.component.html
View file @
cd1c3879
...
...
@@ -120,9 +120,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#position-unit-component-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#position-unit-component-page-alert-modal"
></i>
data-hs-overlay="#position-unit-component-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/competency-assessment/course-registration/development-course/development-course.component.html
View file @
cd1c3879
...
...
@@ -114,9 +114,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
currentModal=
'edit'
;
selectCompetencycourse
(
item
.
data
)"
data-hs-overlay=
"#development-course-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="currentModal='delete' ;selectCompetencycourse(item.data)"
data-hs-overlay=
"#development-course-alert-modal"
></i>
data-hs-overlay="#development-course-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/competency-assessment/evaluation-cycle-manager/evaluation-cycle/evaluation-cycle.component.html
View file @
cd1c3879
...
...
@@ -139,8 +139,8 @@
data-hs-overlay=
"#evaluation-cycle-page-modal"
></i>
<i
class=
"ti ti-user cursor-pointer i-gray fs-l px-1"
*
ngIf=
"item.data.statusFrom.code =='1'"
data-hs-overlay=
"#evaluation-cycle-person-modal"
(
click
)="
openModal
('
evaluation-cycle-person-modal
',
item
.
data
.
evaluationRoundId
)"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'delete'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#evaluation-cycle-page-alert-modal"
></i>
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1" (click)="modalStatus='delete';setData(item.data)"
data-hs-overlay="#evaluation-cycle-page-alert-modal"></i>
-->
<!-- <span class="badge text-white m-1" *ngIf="item.data.statusCode.code!='1'"
[ngClass]="{'bg-primary':item.data.statusCode.code=='1','bg-gray-400':item.data.statusCode.code!='3'}">ปิดรอบประเมิน</span>
<span class="badge text-white m-1 bg-secondary" *ngIf="item.data.statusCode.code=='0'">สร้างแบบฟอร์ม</span> -->
...
...
src/app/components/competency-assessment/grade-registration/grade-management/grade-management.component.html
View file @
cd1c3879
...
...
@@ -90,8 +90,8 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
selectData
(
item
);
pathTitleChange
('
edit
')"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay=
"#grade-management-alert-delete-modal"
(
click
)="
selectData
(
item
)"
></i>
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay="#grade-management-alert-delete-modal" (click)="selectData(item)"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/competency-assessment/name-registration/competency-topic/competency-topic.component.html
View file @
cd1c3879
...
...
@@ -112,9 +112,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#competency-topic-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#competency-topic-page-alert-modal"
></i>
data-hs-overlay="#competency-topic-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/competency-assessment/name-registration/type-registration/type-registration.component.html
View file @
cd1c3879
...
...
@@ -112,9 +112,9 @@
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#type-registration-component-page-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';setData(item.data)"
data-hs-overlay=
"#type-registration-component-page-alert-modal"
></i>
data-hs-overlay="#type-registration-component-page-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/competency-assessment/tool-register/assessment-tool/assessment-tool.component.html
View file @
cd1c3879
...
...
@@ -112,9 +112,9 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
data-hs-overlay=
"#assessment-tool-modal"
(
click
)="
currentModal=
'edit'
;
selectAssessment
(
item
.
data
)"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay="#assessment-tool-alert-modal"
(
click
)="
currentModal=
'delete'
;
selectAssessment
(
item
.
data
)"
></i>
(click)="currentModal='delete';selectAssessment(item.data)"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/performance-management-evaluation/evaluation-cycle-performance/management-evaluation-cycle/management-evaluation-cycle.component.html
View file @
cd1c3879
...
...
@@ -139,8 +139,8 @@
data-hs-overlay=
"#management-evaluation-cycle-page-modal"
></i>
<i
class=
"ti ti-user cursor-pointer i-gray fs-l px-1"
data-hs-overlay=
"#evaluation-cycle-person-modal"
(
click
)="
openModal
('
evaluation-cycle-person-modal
',
item
.
data
.
pmsEvaluationRoundId
)"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'delete'
;
setData
(
item
.
data
)"
data-hs-overlay=
"#management-evaluation-cycle-page-alert-modal"
></i>
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1" (click)="modalStatus='delete';setData(item.data)"
data-hs-overlay="#management-evaluation-cycle-page-alert-modal"></i>
-->
<!-- <span class="badge text-white m-1" *ngIf="item.data.statusCode.code!='1'"
[ngClass]="{'bg-primary':item.data.statusCode.code=='1','bg-gray-400':item.data.statusCode.code!='3'}">ปิดรอบประเมิน</span>
<span class="badge text-white m-1 bg-secondary" *ngIf="item.data.statusCode.code=='0'">สร้างแบบฟอร์ม</span> -->
...
...
src/app/components/performance-management-evaluation/name-registration-perfomance/assessment-topics/assessment-topics.component.html
View file @
cd1c3879
...
...
@@ -109,9 +109,9 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
modalStatus=
'edit'
;
selectPmstopic
(
item
.
data
)"
data-hs-overlay=
"#assessment-topics-modal"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
(click)="modalStatus='delete';selectPmstopic(item.data)"
data-hs-overlay=
"#assessment-topics-alert-modal"
></i>
data-hs-overlay="#assessment-topics-alert-modal"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/performance-management-evaluation/pms-grade-registration/pms-grade-management/pms-grade-management.component.html
View file @
cd1c3879
...
...
@@ -91,8 +91,8 @@
<td
class=
"flex justify-center"
>
<i
class=
"ti ti-edit cursor-pointer i-gray fs-l px-1"
(
click
)="
selectData
(
item
);
pathTitleChange
('
edit
')"
></i>
<i
class=
"ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay=
"#grade-management-alert-delete-modal"
(
click
)="
selectData
(
item
)"
></i>
<
!-- <
i class="ti ti-trash cursor-pointer i-gray fs-l px-1"
data-hs-overlay="#grade-management-alert-delete-modal" (click)="selectData(item)"></i>
-->
</td>
</tr>
</tbody>
...
...
src/app/components/performance-management-evaluation/pms-grade-registration/pms-grade-management/pms-sub-grade-registration/pms-sub-grade-registration.component.html
View file @
cd1c3879
...
...
@@ -43,12 +43,12 @@
Delete
</button>
</div>
<
!-- <
div class="px-1">
<div
class=
"px-1"
>
<button
href=
"javascript:void(0);"
class=
"ti-btn ti-btn-soft-warning h-10 m-0 shadow-md"
>
<i
class=
"ti ti-book fs-l"
></i>
Help
</button>
</div>
-->
</div>
</div>
</div>
</div>
...
...
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