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
05f14baf
Commit
05f14baf
authored
Oct 01, 2025
by
Nattana Chaiyamat
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
ข้อมูลลักษณะงาน (JD)
parent
038a89a0
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
10 additions
and
3 deletions
+10
-3
dashboard-routing.module.ts
src/app/components/dashboard/dashboard-routing.module.ts
+2
-1
employee-self-service.component.ts
.../employee-self-service/employee-self-service.component.ts
+1
-1
job-description-emp.component.html
...ts/job-description-emp/job-description-emp.component.html
+0
-0
job-code.model.ts
src/app/shared/model/job-code.model.ts
+6
-0
navservice.ts
src/app/shared/services/navservice.ts
+1
-1
No files found.
src/app/components/dashboard/dashboard-routing.module.ts
View file @
05f14baf
...
...
@@ -130,7 +130,8 @@ const routes: Routes = [
{
path
:
"ess/self-setting-individual-kpi"
,
title
:
'แก้ไข Individual KPI ตนเอง'
,
component
:
SettingIndividualKpiComponent
},
{
path
:
"ess/supervisor-setting-individual-kpi"
,
title
:
'แก้ไข Individual KPI โดยหัวหน้า'
,
component
:
SettingIndividualKpiSupervisorComponent
},
{
path
:
"admin/job-description-emp"
,
title
:
'รายละเอียดของงาน'
,
component
:
JobDescriptionEmpComponent
},
// { path: "admin/job-description-emp", title: 'รายละเอียดของงาน', component: JobDescriptionEmpComponent },
{
path
:
"ess/job-description-emp"
,
title
:
'รายละเอียดของงาน'
,
component
:
JobDescriptionEmpComponent
},
]
}
];
...
...
src/app/components/employee-self-service/employee-self-service.component.ts
View file @
05f14baf
...
...
@@ -18,7 +18,7 @@ export class EmployeeSelfServiceComponent {
modules
:
SubModule
[]
=
[
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'ประเมิน<p>Competency & PMS'
),
route
:
'/ess/self-evaluation'
},
// { title: this.sanitizer.bypassSecurityTrustHtml('Job Description<p>รายละเอียดของงาน'), file: '2._JD.pdf' },
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'Job Description<p>รายละเอียดของงาน'
),
route
:
'/ess/job-description'
},
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'Job Description<p>รายละเอียดของงาน'
),
route
:
'/ess/job-description
-emp
'
},
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'Gap Analysis<p>การวิเคราะห์ Gap'
),
file
:
'3._Gap_analysis.pdf'
},
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'Profile<p>ข้อมูลพนักงาน'
),
route
:
'/ess/profile'
},
{
title
:
this
.
sanitizer
.
bypassSecurityTrustHtml
(
'Skill Map<p>ทักษะที่จำเป็นสำหรับแต่ละตำแหน่งงาน'
),
file
:
'5._skill_map.pdf'
},
...
...
src/app/components/job-description-emp/job-description-emp.component.html
View file @
05f14baf
This diff is collapsed.
Click to expand it.
src/app/shared/model/job-code.model.ts
View file @
05f14baf
...
...
@@ -53,6 +53,8 @@ export interface JobCodeModel {
supervisorJobCode
:
SupervisorJobCodeModel
expectation
:
number
|
null
positionInJob
:
PositionInJobModel
[]
createDate
:
string
editDate
:
string
}
export
class
MyJobCodeModel
implements
JobCodeModel
{
...
...
@@ -100,6 +102,8 @@ export class MyJobCodeModel implements JobCodeModel {
supervisorJobCode
:
SupervisorJobCodeModel
expectation
:
number
|
null
positionInJob
:
PositionInJobModel
[]
createDate
:
string
editDate
:
string
constructor
(
data
:
Partial
<
JobCodeModel
>
)
{
this
.
jobcodeId
=
data
.
jobcodeId
||
""
this
.
companyId
=
data
.
companyId
||
""
...
...
@@ -145,6 +149,8 @@ export class MyJobCodeModel implements JobCodeModel {
this
.
supervisorJobCode
=
new
MySupervisorJobCodeModel
(
data
?.
supervisorJobCode
)
this
.
expectation
=
data
?.
expectation
??
null
this
.
positionInJob
=
(
data
?.
positionInJob
||
[]).
map
(
e
=>
new
MyPositionInJobModel
(
e
))
this
.
createDate
=
data
?.
createDate
||
''
this
.
editDate
=
data
?.
editDate
||
''
}
}
...
...
src/app/shared/services/navservice.ts
View file @
05f14baf
...
...
@@ -186,7 +186,7 @@ export class NavService implements OnDestroy {
{
id
:
'm24'
,
path
:
'admin/day-type-registry'
,
title
:
'menu.LeaveType'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm25'
,
path
:
'admin/account-settings'
,
title
:
'menu.UserSetting'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm26'
,
path
:
'admin/role-permission-config'
,
title
:
'menu.AccessPermissions'
,
type
:
'link'
,
show
:
true
},
{
id
:
'm27'
,
path
:
'admin/job-description-emp'
,
title
:
'ข้อมูลลักษณะงาน (JD)'
,
type
:
'link'
,
show
:
true
},
//
{ id: 'm27', path: 'admin/job-description-emp', title: 'ข้อมูลลักษณะงาน (JD)', type: 'link', show: true },
],
},
{
...
...
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