Commit e6d67721 by Nakarin Luankla

Merge branch 'DEV' of https://mygit.myhr.co.th/angular/myAppraisal into DEV

parents 00e2db21 08b7c257
...@@ -57,23 +57,22 @@ ...@@ -57,23 +57,22 @@
<div class="grid grid-cols-11"> <div class="grid grid-cols-11">
<div class="space-y-2 col-span-2"> <div class="space-y-2 col-span-2">
<label class="ti-form-label">รหัสสมรรถนะ</label> <label class="ti-form-label">รหัสสมรรถนะ</label>
<input type="text" class="ti-form-input bg-input-readonly" readonly> <input type="text" class="ti-form-input bg-input-readonly" readonly value="CC-01">
</div> </div>
<div class="col-span-1"></div> <div class="col-span-1"></div>
<div class="space-y-2 col-span-2"> <div class="space-y-2 col-span-2">
<label class="ti-form-label">ประเภท</label> <label class="ti-form-label">ประเภท</label>
<input type="text" class="ti-form-input bg-input-readonly" readonly> <input type="text" class="ti-form-input bg-input-readonly" readonly value="CC">
</div> </div>
</div> </div>
<div class="space-y-2"> <div class="space-y-2">
<label class="ti-form-label">ชื่อสมรรถนะ</label> <label class="ti-form-label">ชื่อสมรรถนะ</label>
<textarea type="text" rows="2" class="ti-form-input bg-input-readonly" readonly></textarea> <textarea type="text" rows="2" class="ti-form-input bg-input-readonly" readonly>จิตสำนึกด้านความปลอดภัยและคุณภาพ (Safety & Quality)</textarea>
</div> </div>
<div class="space-y-2"> <div class="space-y-2">
<label class="ti-form-label">นิยามสมรรถนะ</label> <label class="ti-form-label">นิยามสมรรถนะ</label>
<textarea type="text" rows="3" class="ti-form-input bg-input-readonly" <textarea type="text" rows="3" class="ti-form-input bg-input-readonly"
readonly> การส่งเสริมให้ทุกคนในองค์กรมีจจิตสำนึกด้านความปลอดภัยเเละคุณภาพ โดยให้ความสำคัญกับเรื่องความปลอดภัยเป็นอันดับเเรก (Safety first) สวมอุปกรณ์ป้องกันเพื่อความปลอดภัย ระวังสิ่งที่อาจจะเป็นสาเหตุของอุบัติเหตุรอบๆ readonly>การส่งเสริมให้ทุกคนในองค์กรมีจิตสำนึกด้านความปลอดภัยและคุณภาพ โดยให้ความสำคัญกับเรื่องความปลอดภัยเป็นอันดับแรก (Safety First) สวมใส่อุปกรณ์ป้องกันเพื่อความปลอดภัย ระวังสิ่งที่อาจะเป็นสาเหตุของอุบัติเหตุรอบๆตัว รวมถึงการให้ความสำคัญกับคุณภาพของสินค้าและบริการที่ตนเองรับผิดชอบให้ได้มาตรฐาน(Quality Awareness) มีส่วนร่วมในการควบคุมปริมาณของเสีย (Defect) การแก้ไขงาน(Rework) หรือการหยุดรองาน (Delay) ให้น้อยที่สุด ประสิทธิภาพและประสิทธิผลในการปฏิบัติงานหรือเครื่องจักรสูงขึ้น (Effectiveness)</textarea>
รวมถึงการให้ความสำคัญกับคุณรภาพของสินค้าเเละบริการที่ตนเองรับผิดชอบให้ได้มาตราฐาน(Quality Awareness)</textarea>
</div> </div>
</div> </div>
</div> </div>
......
...@@ -50,9 +50,9 @@ export class TypeRegistration { ...@@ -50,9 +50,9 @@ export class TypeRegistration {
} }
mockData = [ mockData = [
{ 'id': '01', 'name': 'Core Compotency', 'code': 'CC','checked': false }, { 'id': '01', 'name': 'Core Competency', 'code': 'CC','checked': false },
{ 'id': '02', 'name': 'Management Compotency', 'code': 'MC','checked': false }, { 'id': '02', 'name': 'Management Competency', 'code': 'MC','checked': false },
{ 'id': '03', 'name': 'Position Compotency', 'code': 'PC','checked': false }, { 'id': '03', 'name': 'Position Competency', 'code': 'PC','checked': false },
] ]
mockDataSelect:any =[] mockDataSelect:any =[]
......
...@@ -170,7 +170,7 @@ ...@@ -170,7 +170,7 @@
<textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="4" cols="50"></textarea> <textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="4" cols="50"></textarea>
<label for="detail_eng" class="ti-form-label mt-2rem">การฝึกอบรมที่จำเป็นต่อการปฏิบัติงาน (Especially Training Course)</label> <label for="detail_eng" class="ti-form-label mt-2rem">การฝึกอบรมที่จำเป็นต่อการปฏิบัติงาน (Especially Training Course)</label>
<textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="4" cols="50"></textarea> <textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="4" cols="50"></textarea>
<label for="detail_eng" class="ti-form-label mt-2rem">ความสามรถอื่นๆ (Qther Abillities)</label> <label for="detail_eng" class="ti-form-label mt-2rem">ความสามารถอื่นๆ (Other Abillities)</label>
<textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="5" cols="50"></textarea> <textarea type="text" id="detail_eng" class="ti-form-input font-bold" rows="5" cols="50"></textarea>
<div class="flex justify-end mt-2rem mb-1rem"> <div class="flex justify-end mt-2rem mb-1rem">
<button type="button" <button type="button"
...@@ -185,7 +185,7 @@ ...@@ -185,7 +185,7 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
</div> </div>
...@@ -258,4 +258,4 @@ ...@@ -258,4 +258,4 @@
</div> </div>
</div> </div>
</div> </div>
</div> </div>
\ No newline at end of file
...@@ -118,8 +118,8 @@ export class NavService implements OnDestroy { ...@@ -118,8 +118,8 @@ export class NavService implements OnDestroy {
{ path: '/job-detail-management', title: 'ข้อมูลทั่วไป', type: 'link' }, { path: '/job-detail-management', title: 'ข้อมูลทั่วไป', type: 'link' },
{ path: '/command-structure', title: 'โครงสร้างสายการบังคับบัญชา', type: 'link' }, { path: '/command-structure', title: 'โครงสร้างสายการบังคับบัญชา', type: 'link' },
{ path: '/job-detail', title: 'รายละเอียดของงาน', type: 'link' }, { path: '/job-detail', title: 'รายละเอียดของงาน', type: 'link' },
{ path: '/job-qualifications', title: 'คุณสมบัติที่จำเป็นต่อการปฏิบัติหน้าที่', type: 'link' }, { path: '/job-qualifications', title: 'คุณสมบัติที่จำเป็น', type: 'link' },
{ path: '/job-competency', title: 'ความรู้ ทักษะ ความสามารถในตำเเหน่งงาน', type: 'link' }, { path: '/job-competency', title: 'ความสามารถในตำเเหน่งงาน', type: 'link' },
{ path: '/job-position-indicators', title: 'ตัวชี้วัดของตำแหน่งงาน', type: 'link' }, { path: '/job-position-indicators', title: 'ตัวชี้วัดของตำแหน่งงาน', type: 'link' },
], ],
}, },
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment