Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
myAppraisal
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
myAppraisal
Commits
e62baade
Commit
e62baade
authored
Jan 29, 2025
by
Nakarin Luankla
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
UPDATE เมนู การจัดการรายละเอียดงาน
parent
f8194333
Hide whitespace changes
Inline
Side-by-side
Showing
7 changed files
with
14 additions
and
13 deletions
+14
-13
job-competency.component.html
...l-components/job-competency/job-competency.component.html
+2
-2
job-competency.component.ts
...ail-components/job-competency/job-competency.component.ts
+1
-1
import-data.component.html
...-detail-management/import-data/import-data.component.html
+4
-3
job-detail-management.component.html
...ob-detail-management/job-detail-management.component.html
+2
-2
work-detail.component.html
...ponents/job-detail/work-detail/work-detail.component.html
+3
-3
sub-job-position-indicators.component.html
...ion-indicators/sub-job-position-indicators.component.html
+1
-1
job-qualifications.component.ts
...onents/job-qualifications/job-qualifications.component.ts
+1
-1
No files found.
src/app/components/job-detail-components/job-competency/job-competency.component.html
View file @
e62baade
...
...
@@ -3,7 +3,7 @@
</div>
<div
class=
"block-main-content"
>
<div
class=
"font-size-18px font-weight-700 pt-1.5rem text-primary px-2rem"
>
ความรู้ ทักษะ ความสามารถในตำเเหน่งงาน ( Job Comp
o
tency)
ความรู้ ทักษะ ความสามารถในตำเเหน่งงาน ( Job Comp
e
tency)
</div>
<div
class=
"page pt-0.75rem"
>
<div
class=
"border-b border-gray-200 dark:border-white/10 px-2rem"
>
...
...
@@ -12,7 +12,7 @@
href=
"javascript:void(0);"
id=
"underline-item-1"
data-hs-tab=
"#underline-1"
aria-controls=
"underline-1"
(
click
)="
pathTitle =
['การจัดการรายละเอียดงาน',
'ลักษณะงาน']"
>
ความรู้ ทักษะ ความสามารถในตำเเหน่งงาน ( Job Comp
o
tency)
ความรู้ ทักษะ ความสามารถในตำเเหน่งงาน ( Job Comp
e
tency)
</a>
</nav>
</div>
...
...
src/app/components/job-detail-components/job-competency/job-competency.component.ts
View file @
e62baade
...
...
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls
:
[
'./job-competency.component.scss'
]
})
export
class
JobCompetencyComponent
{
pathTitle
=
[
'การจัดการ
ล
ายละเอียดงาน'
,
'ลักษณะงาน'
]
pathTitle
=
[
'การจัดการ
ร
ายละเอียดงาน'
,
'ลักษณะงาน'
]
}
src/app/components/job-detail-components/job-detail-management/import-data/import-data.component.html
View file @
e62baade
...
...
@@ -10,7 +10,7 @@
<a
class=
"mx-2 justify-center -mb-px inline-flex items-center gap-2 font-weight-500 font-size-12px text-center text-secondary border-secondary border-b-2 align-items-end"
href=
"javascript:void(0);"
>
ดาวโหลดตัวอย่างไฟล์
ดาว
น์
โหลดตัวอย่างไฟล์
</a>
</div>
</div>
...
...
@@ -57,7 +57,7 @@
<thead>
<tr>
<ng-container
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)
*
','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
<th
scope=
"col"
class=
"relative px-10px py-10px bg-soft-secondary text-primary"
[
class
.!
text-center
]="
f
||
l
"
>
<span
class=
"!text-sm"
>
{{ item }}
</span>
...
...
@@ -190,6 +190,7 @@
<label
for=
"detail_eng"
class=
"ti-form-label mt-2rem"
>
ตำแหน่งผู้บังคับบัญชา
</label>
<input
type=
"text"
id=
"detail_eng"
class=
"ti-form-input h-16"
>
<label
for=
"detail_eng"
class=
"ti-form-label mt-2rem"
>
วัตถุประสงค์ของตำแหน่งงาน (Objective)
</label>
<input
type=
"text"
id=
"detail_eng"
class=
"ti-form-input h-16"
>
<div
class=
"flex justify-end mt-2rem mb-1rem"
>
<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 dark:bg-bgdark dark:hover:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-white dark:focus:ring-offset-white/10"
...
...
@@ -268,7 +269,7 @@
<label
for=
"bu5"
class=
"ti-form-label mt-2rem"
>
ตำแหน่งผู้บังคับบัญชา
</label>
<input
type=
"text"
id=
"bu5"
class=
"ti-form-input w-1/2"
>
<label
for=
"obj"
class=
"ti-form-label mt-2rem"
>
วัตถุประสงค์ของตำแหน่งงาน (Objective)
</label>
<input
type=
"text"
id=
"
obj"
class=
"ti-form-input h-16
"
>
<input
type=
"text"
id=
"
bu5"
class=
"ti-form-input w-1/2
"
>
<div
class=
"flex justify-end mt-2rem mb-1rem"
>
<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 dark:bg-bgdark dark:hover:bg-black/20 dark:border-white/10 dark:text-white/70 dark:hover:text-white dark:focus:ring-offset-white/10"
...
...
src/app/components/job-detail-components/job-detail-management/job-detail-management.component.html
View file @
e62baade
...
...
@@ -12,8 +12,8 @@
<a
class=
"font-size-16px font-weight-500 hs-tab-active:font-weight-700 hs-tab-active:border-secondary hs-tab-active:text-secondary pb-3 inline-flex items-center gap-2 border-b-[3px] border-transparent whitespace-nowrap text-gray-500 hover:text-secondary active"
href=
"javascript:void(0);"
id=
"underline-item-1"
data-hs-tab=
"#underline-1"
aria-controls=
"underline-1"
(
click
)="
pathTitle =
['การจัดการรายละเอียดงาน',
'
นำเข้าข้อมูล
']"
>
นำเข้าข้อมูล
(
click
)="
pathTitle =
['การจัดการรายละเอียดงาน',
'
ข้อมูลทั่วไป
']"
>
ข้อมูลทั่วไป
</a>
</nav>
</div>
...
...
src/app/components/job-detail-components/job-detail/work-detail/work-detail.component.html
View file @
e62baade
...
...
@@ -16,7 +16,7 @@
<a
class=
"mx-2 justify-center -mb-px inline-flex items-center gap-2 font-weight-500 font-size-12px text-center text-secondary border-secondary border-b-2 align-items-end"
href=
"javascript:void(0);"
>
ดาวโหลดตัวอย่างไฟล์
ดาว
น์
โหลดตัวอย่างไฟล์
</a>
</div>
</div>
...
...
@@ -59,7 +59,7 @@
<thead>
<tr>
<ng-container
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)
*
','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
<th
scope=
"col"
class=
"relative px-10px py-10px bg-soft-secondary text-primary"
[
class
.!
text-center
]="
f
||
l
"
>
<span
class=
"!text-sm"
>
{{ item }}
</span>
...
...
@@ -310,7 +310,7 @@
<div
class=
"flex space-x-4 justify-center"
>
<!-- label และ textarea แรก -->
<div
class=
"flex flex-col w-full"
>
<label
for=
"input-label"
class=
"ti-form-label mt-2rem"
>
S.
อื่นๆ
</label>
<label
for=
"input-label"
class=
"ti-form-label mt-2rem"
>
อื่นๆ
</label>
<textarea
id=
"input-label"
class=
"ti-form-input w-80"
rows=
"4"
cols=
"50"
></textarea>
</div>
...
...
src/app/components/job-detail-components/job-position-indicators/sub-job-position-indicators/sub-job-position-indicators.component.html
View file @
e62baade
...
...
@@ -59,7 +59,7 @@
<thead>
<tr>
<ng-container
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
*
ngFor=
"let item of ['ลำดับ','รหัสงาน','ชื่อลักษณะงาน (ไทย)
*
','ชื่อลักษณะงาน (อังกฤษ)','การจัดการ']; let f = first; let l = last"
>
<th
scope=
"col"
class=
"relative px-10px py-10px bg-soft-secondary text-primary"
[
class
.!
text-center
]="
f
||
l
"
>
<span
class=
"!text-sm"
>
{{ item }}
</span>
...
...
src/app/components/job-detail-components/job-qualifications/job-qualifications.component.ts
View file @
e62baade
...
...
@@ -6,5 +6,5 @@ import { Component } from '@angular/core';
styleUrls
:
[
'./job-qualifications.component.scss'
]
})
export
class
JobQualificationsComponent
{
pathTitle
=
[
'การจัดการ
ล
ายละเอียดงาน'
,
'ลักษณะงาน'
]
pathTitle
=
[
'การจัดการ
ร
ายละเอียดงาน'
,
'ลักษณะงาน'
]
}
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