This commit is contained in:
DESKTOP-1R2VSQH\Lenovo ThinkPad E490 2023-09-12 15:43:51 +07:00
parent 0f86f97d91
commit 483155dc18
32 changed files with 10140 additions and 9400 deletions

View file

@ -606,6 +606,89 @@ const tabStructuremain = readonly<any[]>([
tag: "chartemploy",
}
])
const tabRegistration = readonly<any[]>([
{
no: 1,
label: "การเข้าสู่หน้าระบบทะเบียนประวัติ",
tag: "registrationmain",
},
{
no: 2,
label: "การค้นหาข้อมูลทะเบียนประวัติ",
tag: "registrationFind",
},
{
no: 3,
label: "การดูรายละเอียดข้อมูลทะเบียน",
tag: "registrationDetail",
},
{
no: 4,
label: "การเพิ่ม แก้ไข ดูประวัติแก้ไขข้อมูล",
tag: "registrationEdit",
},
{
no: 5,
label: "การค้นหาข้อมูลส่วนตัว การเลือกคอลัมน์แสดงผลข้อมูล",
tag: "registrationSelect",
},
{
no: 6,
label: "การปรับหน้าต่างแสดงผลหน้าข้อมูลส่วนตัว",
tag: "registrationWindow",
}
])
const tabRecruit = readonly<any[]>([
{
no: 1,
label: "การเข้าสู่หน้าระบบสรรหา",
tag: "recruitmain",
},
{
no: 2,
label: "การตั้งค่าเว็บไซต์ระบบสรรหา",
tag: "recruitSetting",
},
{
no: 3,
label: "สอบแข่งขัน",
tag: "recruitManagemain",
childern: [
{
no: 3.1,
label: "จัดการรอบสอบการแข่งขัน",
tag: "recruitManage",
},
{
no: 3.2,
label: "สถิติสมัครสอบแข่งขัน",
tag: "recruitstati",
},
]
},
{
no: 4,
label: "คัดเลือก",
tag: "recruitQualifiersmain",
childern: [
{
no: 4.1,
label: "จัดการรอบคัดเลือก",
tag: "recruitQualifiers",
},
{
no: 4.2,
label: "จัดการรอบคัดเลือกคนพิการ",
tag: "recruitDisabilities",
},
{
no: 4.3,
label: "จัดการรายชื่อคัดเลือก",
tag: "recruitSelection",
}
]
}
])
const tabList = readonly<any[]>([
{
@ -839,5 +922,5 @@ const tabList = readonly<any[]>([
]);
export { menuList, tabList, tabListLogin, tabListDatamain, tabStructuremain };
export { menuList, tabList, tabListLogin, tabListDatamain, tabStructuremain, tabRegistration, tabRecruit };
export type { ScrollType, tabType, menuType, notiType, optionType };

View file

@ -5,82 +5,80 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-12">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบโครงสรางอตรากำล
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- เมอเขาสระบบทรพยากรบคคล ปรากฏหนาจอหนาแรกของระบบทรพยาการบคคล ใหกดเลอกแถบเมน อมลหล งรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/1_main/3-1.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 392.06px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 1 เมนโครงสรางอตรากำล
</div>
</div>
<div
class="col-12 "
style="margin-top: 50px; margin-left: 10px; align-items: center"
>
- ระบบปรากฏเมนอยของโครงสรางอตรากำล งรปภาพ
<q-img
src="@/assets/manual/03_structure/1_main/3-2.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 571.37px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 2 เมนอยของโครงสรางอตรากำล </div>
</div>
</q-card>
</div>
</div>
</template>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- เมอเขาสระบบทรพยากรบคคล ปรากฏหนาจอหนาแรกของระบบทรพยาการบคคล
ใหกดเลอกแถบเมน อมลหล งรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/1_main/3-1.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 392.06px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 1 เมนโครงสรางอตรากำล
</div>
</div>
<div
class="col-12"
style="margin-top: 50px; margin-left: 10px; align-items: center"
>
- ระบบปรากฏเมนอยของโครงสรางอตรากำล งรปภาพ
<q-img
src="@/assets/manual/03_structure/1_main/3-2.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 571.37px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 2 เมนอยของโครงสรางอตรากำล
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -24,368 +24,395 @@ const text = ref("");
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.1 ดการตำแหน
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล ดการตำแหน ระบบแสดงหนาจอดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-3.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 3 หนาจดการตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
จากรปท 3 - 3 แตละหมายเลขมรายละเอยด งน <br>
<div style="margin-left: 50px;">
หมายเลข 3 องคนหา เพอสบคนขอมลทองการ <br>
หมายเลข 4 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- กดไอคอน
<q-icon name="mdi-pencil-outline" style="margin: 0 5px; color: #02A998;" size="xs"/>
เพอเพ ลบหรอแกไขขอม ระบบแสดงดงรปภาพ โดยเลอกกดรายการจดการตำแหนงทองการจดการ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-4.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 4 แกไขขอมลจดการตำแหน
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- เมอกดไอคอน
<q-icon name="mdi-pencil-outline" style="margin: 0 5px; color: #02A998;" size="xs"/>
จะสามารถกดเลอกรายการจดการตำแหนงเพอแกไขขอมลได เมอกดเลอกรายการจดการตำแหน ระบบแสดงดงรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-5.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 5 แกไขขอมลทอย
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกขอมลตำแหนงประเภท <br>
หมายเลข 2 องสำหรบคลกเลอกขอมลตำแหน <br>
หมายเลข 3 องสำหรบคลกเลอกตำแหนงทางการบรหาร <br>
หมายเลข 4 องสำหรบคลกเลอกระด <br>
หมายเลข 5 องสำหรบคลกเลอกสายงาน <br>
หมายเลข 6 องสำหรบคลกเลอกดาน/สาขา <br>
หมายเลข 7 องสำหรบคลกเลอกดานทางการบรหาร <br>
หมายเลข 8 องสำหรบคลกเลอกสถานภาพของตำแหน <br>
หมายเลข 9 องสำหรบกรอกขอมลศกษาศาสตรบณฑ <br>
หมายเลข 10 องสำหรบกรอกขอมลเงอนไขตำแหน <br>
หมายเลข 11 องสำหรบกรอกขอมลหมายเหต <br>
หมายเลข 12 องสำหรบคลกเลอกเพอแสดงสถานะการเปนหวหนางาน <br>
หมายเลข 13 มบนท
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- เมอแกไขขอมลเรยบรอยแลวใหกดไอคอน
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอบนทกขอมลราง ระบบปรากฏปายนทกขอมลรางสำเร งรปภาพ </p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-6.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 6 าย นทกขอมลรางสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ นทกขอมลรางสำเร หลงจากคลกยนยนการแกไขขอม
</div>
</div>
<div class="col-12"
style="margin-top: 50px; margin-left: 10px; ">
- เมอไมองแกไขหรอยกเลกแกไขใหกดไอคอน
<q-icon name="mdi-file-remove-outline" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอยกเลกแบบรางทแกไขลาสดระบบปรากฏปาย องการลบขอมลบนทกรางนหรอไม? งรปภาพ
<q-img class="col-12"
src="@/assets/manual/03_structure/2_position/3-7.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 7 าย องการลบขอมลบนทกรางนหรอไม?
</div>
</div>
<div class="col-12"
style="margin-top: 50px; margin-left: 10px; ">
- เมอกดป ลบบนท ระบบปรากฏปาย ลบขอมลรางสำเร งรปภาพ และเมอกดปยกเล ระบบจะไมทำการลบขอมลราง
<q-img class="col-12"
src="@/assets/manual/03_structure/2_position/3-8.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 8 าย ลบขอมลรางสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ ลบขอมลรางสำเร หลงจากททำการคลกยนยนการลบขอมลรางการจดตำแหน
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
<p>
- เมอแกไข และกดไอคอน
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs" />
เพอบนทกขอมลรางใหกดไอคอน
<q-icon name="mdi-cloud-upload-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอเผยแพรอมลระบบจะขนปาย องการเผยแพรอมลนหรอไม? งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-9.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพ 3 - 9 าย องการเผยแพรอมลนหรอไม? </div>
</div>
<div class="col-12"
style="margin-top: 50px; margin-left: 10px; ">
- เมอกดป เผยแพร ระบบปรากฏปาย เผยแพรอมลสำเร งรปภาพ และเมอกดปยกเล ระบบจะไมทำการเผยแพรอม
<q-img class="col-12"
src="@/assets/manual/03_structure/2_position/3-10.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 10 าย เผยแพรอมลสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ เผยแพรอมลสำเร หลงจากททำการคลกยนยนการเผยแพรอมลจดการตำแหน
</div>
</div>
<div class="col-12"
style="margin-top: 50px; margin-left: 10px; ">
- กดไอคอน
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอเพมขอม ระบบจะปรากฏฟอรมเพอใหเพมขอมลดงรปภาพ เมอกรอกเพอเพมขอมลเรยบรอยแลวใหกดไอคอน
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอบนทกราง(อมลยงไมการเผยแพร) เมอกดบนทกรางระบบจะแสดงดงรปภาพท 3 6 โดยการบนทกเฉพาะขอมลรางนนจะมเพยงผแลระบบเทานนทเหนได สามารถกดไอคอน
<q-icon name="mdi-file-remove-outline" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอลบบนทกรางเมอกดลบบนทกรางระบบจะแสดงดงรปภาพท 3 7 และ 3 8 และสามารถกดไอคอน
<q-icon name="mdi-cloud-upload-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอเผยแพรอมลระบบจะแสดงดงรปภาพท 3 9 และ 3 10 โดยในสวนการเผยแพรอมลนนผแลระบบ การตรวจสอบความถกตองเรยบรอยแล และไดทำการเผยแพรใหเจาหนาทกคนเหนขอม เมอกดเลอกท วหน ระบบปรากฏไอคอน
<q-icon name="mdi-bookmark" style="margin: 0 5px; color: #00aa86;" size="xs"/>
กำก
<q-img class="col-12"
src="@/assets/manual/03_structure/2_position/3-11.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 11 ฟอรมสรางโครงสรางและกรอบอตรากำล </div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกตำแหนงประเภท <br>
หมายเลข 2 องสำหรบคลกเลอกตำแหน <br>
หมายเลข 3 องสำหรบคลกเลอกตำแหนงทางการบรหาร <br>
หมายเลข 4 องสำหรบคลกเลอกระด <br>
หมายเลข 5 องสำหรบคลกสายงาน <br>
หมายเลข 6 องสำหรบคลกเลอกดาน/สาขา <br>
หมายเลข 7 องสำหรบคลกเลอกดนทางการบรหาร <br>
หมายเลข 8 องสำหรบคลกเลอกสถานภาพของตำแหน <br>
หมายเลข 9 องสำหรบกรอกรายละเอยกขอมลคณว <br>
หมายเลข 10 องสำหรบกรอกขอมลเงอนไขตำแหน <br>
หมายเลข 11 องสำหรบกรอกขอมลรายละเอยดหมายเหต <br>
หมายเลข 12 องสำหรบคลกเพอกำหนดการเปนหวหนางาน <br>
หมายเลข 13 มสำหรบคลกบนทกขอม
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.1 ดการตำแหน
</div>
</div>
</template>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล ดการตำแหน
ระบบแสดงหนาจอดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-3.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 3 หนาจดการตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
จากรปท 3 - 3 แตละหมายเลขมรายละเอยด งน <br />
<div style="margin-left: 50px">
หมายเลข 3 องคนหา เพอสบคนขอมลทองการ <br />
หมายเลข 4 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- กดไอคอน
<q-icon
name="mdi-pencil-outline"
style="margin: 0 5px; color: #02a998"
size="xs"
/>
เพอเพ ลบหรอแกไขขอม ระบบแสดงดงรปภาพ
โดยเลอกกดรายการจดการตำแหนงทองการจดการ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-4.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 4 แกไขขอมลจดการตำแหน
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดไอคอน
<q-icon
name="mdi-pencil-outline"
style="margin: 0 5px; color: #02a998"
size="xs"
/>
จะสามารถกดเลอกรายการจดการตำแหนงเพอแกไขขอมลได
เมอกดเลอกรายการจดการตำแหน ระบบแสดงดงรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-5.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 5 แกไขขอมลทอย
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกขอมลตำแหนงประเภท <br />
หมายเลข 2 องสำหรบคลกเลอกขอมลตำแหน <br />
หมายเลข 3 องสำหรบคลกเลอกตำแหนงทางการบรหาร <br />
หมายเลข 4 องสำหรบคลกเลอกระด <br />
หมายเลข 5 องสำหรบคลกเลอกสายงาน <br />
หมายเลข 6 องสำหรบคลกเลอกดาน/สาขา <br />
หมายเลข 7 องสำหรบคลกเลอกดานทางการบรหาร <br />
หมายเลข 8 องสำหรบคลกเลอกสถานภาพของตำแหน <br />
หมายเลข 9 องสำหรบกรอกขอมลศกษาศาสตรบณฑ <br />
หมายเลข 10 องสำหรบกรอกขอมลเงอนไขตำแหน <br />
หมายเลข 11 องสำหรบกรอกขอมลหมายเหต <br />
หมายเลข 12 องสำหรบคลกเลอกเพอแสดงสถานะการเปนหวหนางาน <br />
หมายเลข 13 มบนท
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอแกไขขอมลเรยบรอยแลวใหกดไอคอน
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอบนทกขอมลราง ระบบปรากฏปายนทกขอมลรางสำเร งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-6.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 6 าย นทกขอมลรางสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ นทกขอมลรางสำเร
หลงจากคลกยนยนการแกไขขอม
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
- เมอไมองแกไขหรอยกเลกแกไขใหกดไอคอน
<q-icon
name="mdi-file-remove-outline"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอยกเลกแบบรางทแกไขลาสดระบบปรากฏปาย
องการลบขอมลบนทกรางนหรอไม? งรปภาพ
<q-img
class="col-12"
src="@/assets/manual/03_structure/2_position/3-7.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 7 าย องการลบขอมลบนทกรางนหรอไม?
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
- เมอกดป ลบบนท ระบบปรากฏปาย ลบขอมลรางสำเร งรปภาพ
และเมอกดปยกเล ระบบจะไมทำการลบขอมลราง
<q-img
class="col-12"
src="@/assets/manual/03_structure/2_position/3-8.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 8 าย ลบขอมลรางสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ ลบขอมลรางสำเร
หลงจากททำการคลกยนยนการลบขอมลรางการจดตำแหน
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
<p>
- เมอแกไข และกดไอคอน
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอบนทกขอมลรางใหกดไอคอน
<q-icon
name="mdi-cloud-upload-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอเผยแพรอมลระบบจะขนปาย องการเผยแพรอมลนหรอไม?
งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/2_position/3-9.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพ 3 - 9 าย องการเผยแพรอมลนหรอไม?
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
- เมอกดป เผยแพร ระบบปรากฏปาย เผยแพรอมลสำเร งรปภาพ
และเมอกดปยกเล ระบบจะไมทำการเผยแพรอม
<q-img
class="col-12"
src="@/assets/manual/03_structure/2_position/3-10.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 10 าย เผยแพรอมลสำเร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ระบบแสดงสถานะ เผยแพรอมลสำเร
หลงจากททำการคลกยนยนการเผยแพรอมลจดการตำแหน
</div>
</div>
<div class="col-12" style="margin-top: 50px; margin-left: 10px">
- กดไอคอน
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86" size="xs" />
เพอเพมขอม ระบบจะปรากฏฟอรมเพอใหเพมขอมลดงรปภาพ
เมอกรอกเพอเพมขอมลเรยบรอยแลวใหกดไอคอน
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอบนทกราง(อมลยงไมการเผยแพร)
เมอกดบนทกรางระบบจะแสดงดงรปภาพท 3 6
โดยการบนทกเฉพาะขอมลรางนนจะมเพยงผแลระบบเทานนทเหนได
สามารถกดไอคอน
<q-icon
name="mdi-file-remove-outline"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอลบบนทกรางเมอกดลบบนทกรางระบบจะแสดงดงรปภาพท 3 7 และ 3 8
และสามารถกดไอคอน
<q-icon
name="mdi-cloud-upload-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอเผยแพรอมลระบบจะแสดงดงรปภาพท 3 9 และ 3 10
โดยในสวนการเผยแพรอมลนนผแลระบบ
การตรวจสอบความถกตองเรยบรอยแล
และไดทำการเผยแพรใหเจาหนาทกคนเหนขอม เมอกดเลอกท วหน
ระบบปรากฏไอคอน
<q-icon
name="mdi-bookmark"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
กำก
<q-img
class="col-12"
src="@/assets/manual/03_structure/2_position/3-11.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 11 ฟอรมสรางโครงสรางและกรอบอตรากำล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกตำแหนงประเภท <br />
หมายเลข 2 องสำหรบคลกเลอกตำแหน <br />
หมายเลข 3 องสำหรบคลกเลอกตำแหนงทางการบรหาร <br />
หมายเลข 4 องสำหรบคลกเลอกระด <br />
หมายเลข 5 องสำหรบคลกสายงาน <br />
หมายเลข 6 องสำหรบคลกเลอกดาน/สาขา <br />
หมายเลข 7 องสำหรบคลกเลอกดนทางการบรหาร <br />
หมายเลข 8 องสำหรบคลกเลอกสถานภาพของตำแหน <br />
หมายเลข 9 องสำหรบกรอกรายละเอยกขอมลคณว <br />
หมายเลข 10 องสำหรบกรอกขอมลเงอนไขตำแหน <br />
หมายเลข 11 องสำหรบกรอกขอมลรายละเอยดหมายเหต <br />
หมายเลข 12 องสำหรบคลกเพอกำหนดการเปนหวหนางาน <br />
หมายเลข 13 มสำหรบคลกบนทกขอม
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,415 +5,394 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบโครงสรางอตรากำล
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.2 แผนภโครงสราง
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภโครงสราง
ระบบแสดงหนาจอดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-12.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 12 หนาแผนภโครงสราง
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
<div
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.2 แผนภโครงสราง
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภโครงสราง ระบบแสดงหนาจอดงรปภาพ </div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-12.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 12 หนาแผนภโครงสราง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ดาวนโหลดรปภาพเปนไฟล PNG <br>
หมายเลข 2 ดาวนโหลดไฟลเปนไฟล PDF <br>
หมายเลข 3 การเขาถงของแตละหวขอหล <br>
หมายเลข 4 รายละเอยดแผนภโครงสราง โดยสามารถเขาถงแตละหวขอเพอใหแสดงขอม
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- เมอตองการดอมลใหเลกลงสามารถกดเลอกแตละหวขอตางๆได งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-13.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 13 รายละเอยดโครงสราง </div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- เมอกดเลอกหวขอทองการ ระบบจะแสดงเฉพาะขอมลทเลอก โดยจะมการบอกหวขอทการเขาถ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-14.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 14 รายละเอยดโครงสรางทแสดงเฉพาะขอมลททำการเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 คอลมนแสดงการเขาถงของแตละหน <br>
หมายเลข 2 องสำหรบแสดงรายละเอยดขอมลหนวยงานทไดทำการเขาถ
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- สามารถกดไอคอน
<q-icon name="mdi-image-area" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟล PNG โดยจะไดไฟลปภาพ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-15.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 15 ดาวนโหลดไฟล PNG
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดไฟลปภาพ PNG
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-16.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 16 ไฟล PNG ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
- โดยสามารถคลกไอคอน
<q-icon name="mdi-image-area" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟล PNG ในแตละหวขอทองการได งรปภาพสามารถเขาถงหวขอทองการ เพอดาวนโหลดได
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-17.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 17 ดาวนโหลดไฟล PNG การเขาถงหวขอทองการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกดาวนโหลดไฟลภาพ PNG (อมลเฉพาะทการเขาถงหนวยงานนนๆ)
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG การเขาถงหวขอทองการ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-18.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 18 ไฟล PNG จากการดาวนโหลดทการเขาถงหวขอทองการ
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- สามารถคลกไอคอน
<q-icon name="mdi-file-pdf-box" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอดาวนโหลดไฟล PDF โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-19.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 19 ดาวนโหลดไฟล PDF
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดไฟลปภาพเปนไฟลอม PDF
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-20.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 20 ไฟล PDF ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- โดยสามารถคลกไอคอน
<q-icon name="mdi-file-pdf-box" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอดาวนโหลดไฟล PNG ในแตละหวขอทองการได งรปภาพสามารถเขาถงหวขอทองการ เพอดาวนโหลดได
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-21.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 21 ดาวนโหลดไฟล PNG การเขาถงหวขอทองการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพเปนไฟล PNG (อมลเฉพาะทการเขาถงหนวยงานนนๆ)
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG การเขาถงหวขอทองการ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/3_structure/3-22.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 22 ไฟล PNG จากการดาวนโหลดทการเขาถงหวขอทองการ
</div>
</div>
</q-card>
หมายเลข 1 ดาวนโหลดรปภาพเปนไฟล PNG <br />
หมายเลข 2 ดาวนโหลดไฟลเปนไฟล PDF <br />
หมายเลข 3 การเขาถงของแตละหวขอหล <br />
หมายเลข 4 รายละเอยดแผนภโครงสราง
โดยสามารถเขาถงแตละหวขอเพอใหแสดงขอม
</div>
</div>
</div>
</template>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอตองการดอมลใหเลกลงสามารถกดเลอกแตละหวขอตางๆได
งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-13.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 13 รายละเอยดโครงสราง
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดเลอกหวขอทองการ ระบบจะแสดงเฉพาะขอมลทเลอก
โดยจะมการบอกหวขอทการเขาถ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-14.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 14 รายละเอยดโครงสรางทแสดงเฉพาะขอมลททำการเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 คอลมนแสดงการเขาถงของแตละหน <br />
หมายเลข 2 องสำหรบแสดงรายละเอยดขอมลหนวยงานทไดทำการเขาถ
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดไอคอน
<q-icon
name="mdi-image-area"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟล PNG โดยจะไดไฟลปภาพ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-15.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 15 ดาวนโหลดไฟล PNG
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดไฟลปภาพ PNG
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-16.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 16 ไฟล PNG ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ - โดยสามารถคลกไอคอน
<q-icon
name="mdi-image-area"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟล PNG ในแตละหวขอทองการได
งรปภาพสามารถเขาถงหวขอทองการ เพอดาวนโหลดได
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-17.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 17 ดาวนโหลดไฟล PNG การเขาถงหวขอทองการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกดาวนโหลดไฟลภาพ PNG
(อมลเฉพาะทการเขาถงหนวยงานนนๆ)
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG
การเขาถงหวขอทองการ งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/3_structure/3-18.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 18 ไฟล PNG จากการดาวนโหลดทการเขาถงหวขอทองการ
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถคลกไอคอน
<q-icon
name="mdi-file-pdf-box"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอดาวนโหลดไฟล PDF โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-19.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 19 ดาวนโหลดไฟล PDF
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดไฟลปภาพเปนไฟลอม PDF
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-20.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 20 ไฟล PDF ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- โดยสามารถคลกไอคอน
<q-icon
name="mdi-file-pdf-box"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอดาวนโหลดไฟล PNG ในแตละหวขอทองการได
งรปภาพสามารถเขาถงหวขอทองการ เพอดาวนโหลดได
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-21.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 21 ดาวนโหลดไฟล PNG การเขาถงหวขอทองการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพเปนไฟล PNG
(อมลเฉพาะทการเขาถงหนวยงานนนๆ)
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG
การเขาถงหวขอทองการ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/3_structure/3-22.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 22 ไฟล PNG จากการดาวนโหลดทการเขาถงหวขอทองการ
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -24,308 +24,288 @@ const text = ref("");
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.3 แผนภองคกร
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภองคกร ระบบแสดงดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-23.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 23 หนาแผนภองคกร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ดาวนโหลดรปภาพเปนไฟล PNG <br>
หมายเลข 2 ดาวนโหลดไฟลเปนไฟล PDF <br>
หมายเลข 3 รายละเอยดแผนภโครงสราง โดยสามารถเขาถงแตละหวขอเพอใหอมลทแสดงเปนขอมลเลกลง
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span class="triangle"
style="border-top-width: 8px;
transform: rotate(-90deg);">
</span>
</span>
ของแตละหวขอเมอตองการดอมลเพมเต งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-24.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 24 เลอกดอมลเพมเต
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span class="triangle"
style="border-top-width: 8px;
transform: rotate(-90deg);">
</span>
</span>
ของแตละหวขอเมอตองการดอมลเพมเต ไอคอนจะเปลยนเป
<span class="circle-icon" style="margin-left: 10px">
<span class="triangle"
style="border-top-width: 8px;
transform: rotate(180deg);">
</span>
</span>
งรปภาพ และจะแสดงขอมลเพมเตมของหวขอทเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-25.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 25 เลอกดอมลเพมเตมของหวขอทเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องแสดงขอมลแผนภองคกรเมอมการกดคลกแสดงตำแหนงยอย
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- สามารถกดไอคอน
<q-icon name="mdi-image-area" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟล PNG โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-26.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 26 ดาวนโหลดไฟล PNG
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพไฟล PNG <br>
หมายเลข 2 แถบการเขาถงไฟลปภาพทไดทำการดาวนโหลด
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-27.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 27 ไฟล PNG ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- สามารถคลกไอคอน
<q-icon name="mdi-file-pdf-box" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอดาวนโหลดไฟล PDF โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-28.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 28 ดาวนโหลดไฟล PDF
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพเปนไฟลอม PDF <br>
หมายเลข 2 แถบการเขาถงขอมลไฟลปภาพทไดทำการดาวนโหลด
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-29.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 29 ไฟล PDF ไดจากการดาวนโหลด
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.3 แผนภองคกร
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภองคกร
ระบบแสดงดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-23.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 23 หนาแผนภองคกร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ดาวนโหลดรปภาพเปนไฟล PNG <br />
หมายเลข 2 ดาวนโหลดไฟลเปนไฟล PDF <br />
หมายเลข 3 รายละเอยดแผนภโครงสราง
โดยสามารถเขาถงแตละหวขอเพอใหอมลทแสดงเปนขอมลเลกลง
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
class="triangle"
style="border-top-width: 8px; transform: rotate(-90deg)"
>
</span>
</span>
ของแตละหวขอเมอตองการดอมลเพมเต งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-24.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 24 เลอกดอมลเพมเต
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
class="triangle"
style="border-top-width: 8px; transform: rotate(-90deg)"
>
</span>
</span>
ของแตละหวขอเมอตองการดอมลเพมเต ไอคอนจะเปลยนเป
<span class="circle-icon" style="margin-left: 10px">
<span
class="triangle"
style="border-top-width: 8px; transform: rotate(180deg)"
>
</span>
</span>
งรปภาพ และจะแสดงขอมลเพมเตมของหวขอทเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/4_organchart/3-25.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 25 เลอกดอมลเพมเตมของหวขอทเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องแสดงขอมลแผนภองคกรเมอมการกดคลกแสดงตำแหนงยอย
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดไอคอน
<q-icon
name="mdi-image-area"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟล PNG โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-26.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 26 ดาวนโหลดไฟล PNG
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพไฟล PNG <br />
หมายเลข 2 แถบการเขาถงไฟลปภาพทไดทำการดาวนโหลด
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-27.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 27 ไฟล PNG ไดจากการดาวนโหลด
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถคลกไอคอน
<q-icon
name="mdi-file-pdf-box"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอดาวนโหลดไฟล PDF โดยจะไดไฟลปภาพ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-28.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 28 ดาวนโหลดไฟล PDF
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ไอคอนสำหรบคลกเพอดาวนโหลดรปภาพเปนไฟลอม PDF <br />
หมายเลข 2 แถบการเขาถงขอมลไฟลปภาพทไดทำการดาวนโหลด
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ไฟลปภาพทไดจากการดาวนโหลดไฟล PNG งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/4_organchart/3-29.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 29 ไฟล PDF ไดจากการดาวนโหลด
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>
<style>
.circle-icon {
width: 20px;
height: 20px;
background-color: #EFEFEF;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
vertical-align: middle;
width: 20px;
height: 20px;
background-color: #efefef;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
vertical-align: middle;
}
.triangle {
width: 0;
height: 0;
border-left: 5px solid transparent; /* ปรับความกว้างลง */
border-right: 5px solid transparent; /* ปรับความกว้างลง */
border-bottom: 5px solid #000000; /* ปรับความสูงลง */
width: 0;
height: 0;
border-left: 5px solid transparent; /* ปรับความกว้างลง */
border-right: 5px solid transparent; /* ปรับความกว้างลง */
border-bottom: 5px solid #000000; /* ปรับความสูงลง */
}
</style>

File diff suppressed because it is too large Load diff

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -24,319 +24,322 @@ const text = ref("");
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.5 ดการบญช 2
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภองคกร ระบบแสดงหนาจอดงร
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-46.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 46 หนาผงโครงสราง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบเมนหนวยงานหรอสำนกงาน <br>
หมายเลข 2 ไอคอนซอนแถบเมนหนวยงานหรอสำนกงาน <br>
หมายเลข 3 การยนยนออกคำส <br>
หมายเลข 4 ประวญชดขาราชการกรงเทพฯสามญเขาตำแหนงประเภท สายงาน และระดบตำแหน <br>
หมายเลข 5 อมลรายละเอยดจดการบญช2 กรณไม -นามสก เลขทตำแหนงนนยงไมการถอครองหรอวาง <br>
หมายเลข 6 องคนหา เพอสบคนขอมลทองการ <br>
หมายเลข 7 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกแถบเมนหนวยงานหรอสำนกงาน ระบบจะแสดงรายละเอยดเฉพาะทเลอกดงรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-47.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 47 รายละเอยดทไดทำการเลอก
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
style="font-weight: bold;
font-size: 10px;
display: inline-flex; /* เพื่อให้สามารถใช้ transform ได้ */
transform: rotate(180deg); /* หมุน 90 องศาทางขวา */
">
>
</span>
</span>
แถบเมนหนวยงานหรอสำนกงานจะถกซอน งรปภาพ และเมอตองการใหแสดงเหมอนเดมใหกดไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
style="font-weight: bold;
font-size: 10px;
display: inline-flex; /* เพื่อให้สามารถใช้ transform ได้ */
transform: rotate(0deg); /* หมุน 90 องศาทางขวา */
">
>
</span>
</span>
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-48.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 48 อนแถบเมนหนวยงานหรอสำนกงาน
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px; display: flex;">
- สามารถคลกไอคอน
<span class="q-btn__content text-center col items-center q-anchor--skip justify-center row">
<i class="q-icon notranslate material-icons" aria-hidden="true" role="img">assignment_turned_in</i>
</span>
เพอเพมขอมลหนวยงานและตำแหน งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/6_account2/3-49.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 49 ออกคำส
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดป นย จะปรากฏปายเตอนบรเวณมมขวาลางดงรปภาพ และเมอกดปยกเล ระบบจะไมทำการยนยนเพอเอาไปออกคำส
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-50.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 50 าย นยนเพอเอาไปออกคำส
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบเมนหนวยงานหรอสำนกงาน <br>
หมายเลข 2 ไอคอนซอนแถบเมนหนวยงานหรอสำนกงาน <br>
หมายเลข 3 การยนยนออกคำส <br>
หมายเลข 4 ประวญชดขาราชการกรงเทพฯสามญเขาตำแหนงประเภท สายงาน และระดบตำแหน <br>
หมายเลข 5 อมลรายละเอยดจดการบญช2 กรณไม -นามสก เลขทตำแหนงนนยงไมการถอครองหรอวาง <br>
หมายเลข 6 องคนหา เพอสบคนขอมลทองการ <br>
หมายเลข 7 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;">
- สามารถคลกไอคอน
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดประวญชดการขาราชการกรงเทพฯ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/6_account2/3-51.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 51 อนแถบเมนหนวยงานหรอสำนกงาน
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;">
- สามารถสบคนขอมลทองคนหา และทองคอลมนสามารถเลอกรายการทองการซอนไดงรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/6_account2/3-52.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 52 รายละเอยดทไดทำการเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกเพอคนหาขอมลจดการบญชองการรายละเอยดขอม <br>
หมายเลข 2 องสำหรบคลกเลอกหวคอลมแสดงตารางขอมลตามทไดทำการคลกเลอกคอมลมนแสดงขอมลไว
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.5 ดการบญช 2
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล แผนภองคกร
ระบบแสดงหนาจอดงร
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-46.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 46 หนาผงโครงสราง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบเมนหนวยงานหรอสำนกงาน <br />
หมายเลข 2 ไอคอนซอนแถบเมนหนวยงานหรอสำนกงาน <br />
หมายเลข 3 การยนยนออกคำส <br />
หมายเลข 4 ประวญชดขาราชการกรงเทพฯสามญเขาตำแหนงประเภท สายงาน
และระดบตำแหน <br />
หมายเลข 5 อมลรายละเอยดจดการบญช2 กรณไม -นามสก
เลขทตำแหนงนนยงไมการถอครองหรอวาง <br />
หมายเลข 6 องคนหา เพอสบคนขอมลทองการ <br />
หมายเลข 7 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกแถบเมนหนวยงานหรอสำนกงาน
ระบบจะแสดงรายละเอยดเฉพาะทเลอกดงรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-47.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 47 รายละเอยดทไดทำการเลอก
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- สามารถกดเลอกไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
style="
font-weight: bold;
font-size: 10px;
display: inline-flex; /* เพื่อให้สามารถใช้ transform ได้ */
transform: rotate(180deg); /* หมุน 90 องศาทางขวา */
"
>
>
</span>
</span>
แถบเมนหนวยงานหรอสำนกงานจะถกซอน งรปภาพ
และเมอตองการใหแสดงเหมอนเดมใหกดไอคอน
<span class="circle-icon" style="margin-left: 10px">
<span
style="
font-weight: bold;
font-size: 10px;
display: inline-flex; /* เพื่อให้สามารถใช้ transform ได้ */
transform: rotate(0deg); /* หมุน 90 องศาทางขวา */
"
>
>
</span>
</span>
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-48.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 48 อนแถบเมนหนวยงานหรอสำนกงาน
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px; display: flex">
- สามารถคลกไอคอน
<span
class="q-btn__content text-center col items-center q-anchor--skip justify-center row"
>
<i
class="q-icon notranslate material-icons"
aria-hidden="true"
role="img"
>assignment_turned_in</i
>
</span>
เพอเพมขอมลหนวยงานและตำแหน งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/6_account2/3-49.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 49 ออกคำส
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอกดป นย จะปรากฏปายเตอนบรเวณมมขวาลางดงรปภาพ
และเมอกดปยกเล ระบบจะไมทำการยนยนเพอเอาไปออกคำส
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/6_account2/3-50.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 50 าย นยนเพอเอาไปออกคำส
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบเมนหนวยงานหรอสำนกงาน <br />
หมายเลข 2 ไอคอนซอนแถบเมนหนวยงานหรอสำนกงาน <br />
หมายเลข 3 การยนยนออกคำส <br />
หมายเลข 4 ประวญชดขาราชการกรงเทพฯสามญเขาตำแหนงประเภท สายงาน
และระดบตำแหน <br />
หมายเลข 5 อมลรายละเอยดจดการบญช2 กรณไม -นามสก
เลขทตำแหนงนนยงไมการถอครองหรอวาง <br />
หมายเลข 6 องคนหา เพอสบคนขอมลทองการ <br />
หมายเลข 7 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- สามารถคลกไอคอน
<q-icon
name="mdi-plus"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดประวญชดการขาราชการกรงเทพฯ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/6_account2/3-51.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 51 อนแถบเมนหนวยงานหรอสำนกงาน
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- สามารถสบคนขอมลทองคนหา
และทองคอลมนสามารถเลอกรายการทองการซอนไดงรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/6_account2/3-52.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 52 รายละเอยดทไดทำการเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
องสำหรบกรอกเพอคนหาขอมลจดการบญชองการรายละเอยดขอม
<br />
หมายเลข 2
องสำหรบคลกเลอกหวคอลมแสดงตารางขอมลตามทไดทำการคลกเลอกคอมลมนแสดงขอมลไว
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>
<style>
.circle-icon {
width: 20px;
height: 20px;
background-color: hwb(0 100% 0%);
border: 1px solid hwb(0 86% 14% / 0.611); ;
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
vertical-align: middle;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* เพิ่มเงา */
width: 20px;
height: 20px;
background-color: hwb(0 100% 0%);
border: 1px solid hwb(0 86% 14% / 0.611);
border-radius: 50%;
display: inline-flex;
align-items: center;
justify-content: center;
margin-right: 10px;
vertical-align: middle;
box-shadow: 2px 2px 4px rgba(0, 0, 0, 0.3); /* เพิ่มเงา */
}
.col, .col-xs {
flex: 0 0 5%;
color: #00aa86;
font-size: 20px;
.col,
.col-xs {
flex: 0 0 5%;
color: #00aa86;
font-size: 20px;
}
</style>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -24,382 +24,367 @@ const text = ref("");
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.6 รายงานบญช
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล รายงานบญช ระบบแสดงดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/7_report/3-53.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 53 หนารายงานบญช
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบบญช <br>
หมายเลข 2 เลอกรายการหนวยงานหรอสวนราชการทองการออกรายงาน <br>
หมายเลข 3 ดาวนโหลดรายงาน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- กดเลอกบญช 1 เพอออกรายงานหนวยงาน งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/7_report/3-54.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 54 เลอกหนวยงานเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon name="mdi-download"
style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-55.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 55 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-56.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 56 ไฟลรายงานบญชของหนวยงานทเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- กดเลอกบญช2 เพอออกรายงานสวนราชการ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-57.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 57 เลอกสวนราชการเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon name="mdi-download"
style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-58.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 58 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช 2
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-59.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 59 ไฟลรายงานบญชของสวนราชการทเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- กดเลอกบญช 3 เพอออกรายงานสวนราชการ งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-60.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 60 เลอกสวนราชการเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon name="mdi-download"
style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-61.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 61 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช 3
</div>
</div>
<div class="col-12">
<p
style="margin-top: 50px;
margin-left: 10px;display: flex;
justify-content: flex-start;
align-items: center;
">
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img class="col-12"
src="@/assets/manual/03_structure/7_report/3-62.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 62 ไฟลรายงานบญชของสวนราชการทเลอก
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.6 รายงานบญช
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- กดเลอกแถบเมนอยของโครงสรางอตรากำล รายงานบญช ระบบแสดงดงรปภาพ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/7_report/3-53.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 53 หนารายงานบญช
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบบญช <br />
หมายเลข 2 เลอกรายการหนวยงานหรอสวนราชการทองการออกรายงาน <br />
หมายเลข 3 ดาวนโหลดรายงาน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- กดเลอกบญช 1 เพอออกรายงานหนวยงาน งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/7_report/3-54.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 54 เลอกหนวยงานเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon
name="mdi-download"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-55.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 55 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-56.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 56 ไฟลรายงานบญชของหนวยงานทเลอก
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- กดเลอกบญช2 เพอออกรายงานสวนราชการ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-57.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 57 เลอกสวนราชการเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon
name="mdi-download"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-58.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 58 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช 2
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-59.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 59 ไฟลรายงานบญชของสวนราชการทเลอก
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- กดเลอกบญช 3 เพอออกรายงานสวนราชการ งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-60.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 60 เลอกสวนราชการเพอออกรายงาน
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- เมอเลอกหนวยงานทองการออกรายงานไดแลวใหกดไอคอน
<q-icon
name="mdi-download"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดไฟลโดยไฟลไดจะเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-61.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 61 กดดาวนโหลดไฟล
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอดาวนโหลดไฟลอมลรายงานนบญช 3
</div>
</div>
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
justify-content: flex-start;
align-items: center;
"
>
- โดยจะไดรายงานเปนไฟล PDF งรปภาพ
</p>
<q-img
class="col-12"
src="@/assets/manual/03_structure/7_report/3-62.png"
style="
max-width: 100%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 - 62 ไฟลรายงานบญชของสวนราชการทเลอก
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -24,272 +24,242 @@ const text = ref("");
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">ระบบโครงสรางอตรากำล</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.7 งโครงสรางลกจาง
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-63.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 63 หนาผงโครงสรางลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 รายการผงโครงสรางลกจาง <br>
หมายเลข 2 ไอคอนบวก เพอสรางโครงสรางและกรอบอตรกำล <br>
หมายเลข 3 องคนหา เพอสบคนขอมลทองการ <br>
หมายเลข 4 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน <br>
หมายเลข 5 ไอคอนถงขยะ สามารถคลกเพอลบรายการผงโครงสรางลกจาง
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอตองการสรางโครงสรางและกรอบอตรากำล ใหคลกไอคอน
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
ระบบแสดงกลองเพอใหกรอบขอมลดงร เมอกรอกขอมลเรยบรอยแลวใหกดไอคอนบนทกขอม
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-64.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 64 กรอกขอมลโครงสรางหนวยงาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบเลอกหนวยงาน <br>
หมายเลข 2 องสำหรบเลอกรหสหนวยงาน <br>
หมายเลข 3 องสำหรบเลอกรหสสวนราชการ <br>
หมายเลข 4 องสำหรบชอยอหนวยงาน <br>
หมายเลข 5 องสำหรบกรอกเลขทหนวยงาน <br>
หมายเลข 6 องสำหรบกรอกเลขทวนราชการ <br>
หมายเลข 7 องสำหรบกรอกเลขทาย/วน <br>
หมายเลข 8 องสำหรบกรอกเลขทกอง <br>
หมายเลข 9 องสำหรบเลอกประเภทหนวยงาน <br>
หมายเลข 10 องสำหรบเลอกระดบหนวยงาน <br>
หมายเลข 11 องสำหรบเลอกหนวยงานตนสงก <br>
หมายเลข 12 องสำหรบเลอกหนวยราชการตนสงก <br>
หมายเลข 13 องสำหรบเลอกลำดบผงโครงสราง <br>
หมายเลข 14 องสำหรบเลอกหมายเลขโทรศพทดตอจากภายนอก <br>
หมายเลข 15 องสำหรบเลอกหมายเลขโทรศพทดตอจากภายใน <br>
หมายเลข 16 องสำหรบเลอกหมายเลขโทรสาร <br>
หมายเลข 17 องสำหรบเลอกกรอกหนาทบผดชอบ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-65.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 65 กรอกขอมลโครงสรางตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบเลอกสายงาน <br>
หมายเลข 2 องสำหรบเลอกตำแหน <br>
หมายเลข 3 องสำหรบเลอกดาน/สาขา <br>
หมายเลข 4 องสำหรบเลอกระด <br>
หมายเลข 5 องสำหรบเลอกสถานภาพของตำแหน <br>
หมายเลข 6 องสำหรบเลอกเลขทตำแหน <br>
หมายเลข 7 องสำหรบกรอกคณว <br>
หมายเลข 8 องสำหรบกรอกเงอนไขตำแหน <br>
หมายเลข 9 องสำหรบกรอกหมายเหต <br>
หมายเลข 10 องสำหรบเลอหวหน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-66.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 66 กรอกขอมลโครงสรางตำแหน()
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 กดเลอกปกตหรอตดเงอนไข <br>
หมายเลข 2 องสำหรบกรอกรายละเอยดเงอนไข <br>
หมายเลข 3 มบนท
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอตองแกไขโครงสรางและกรอบอตรากำล ใหคลกเลอกรายการผงโครงสรางลกจาง ระบบแสดงกลองเพอใหแกไขขอมลดงร เมอแกไขขอมลเรยบรอยแลวใหกดไอคอน นทกขอม โดยสามารถดรายละเอยดตามรปท 3 64, 3 65 และ3 - 66
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-67.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 67 แกไขขอมลโครงสรางตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 กดเลอกปกตหรอตดเงอนไข <br>
หมายเลข 2 องสำหรบกรอกรายละเอยดเงอนไข <br>
หมายเลข 3 มบนท
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
3.7 งโครงสรางลกจาง
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px"></div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-63.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 63 หนาผงโครงสรางลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 รายการผงโครงสรางลกจาง <br />
หมายเลข 2 ไอคอนบวก เพอสรางโครงสรางและกรอบอตรกำล <br />
หมายเลข 3 องคนหา เพอสบคนขอมลทองการ <br />
หมายเลข 4 คอลมน กดเลอกรายการเพอใหอมลทเลอกถกซอน <br />
หมายเลข 5 ไอคอนถงขยะ สามารถคลกเพอลบรายการผงโครงสรางลกจาง
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอตองการสรางโครงสรางและกรอบอตรากำล ใหคลกไอคอน
<q-icon
name="mdi-plus"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
ระบบแสดงกลองเพอใหกรอบขอมลดงร
เมอกรอกขอมลเรยบรอยแลวใหกดไอคอนบนทกขอม
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-64.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 64 กรอกขอมลโครงสรางหนวยงาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบเลอกหนวยงาน <br />
หมายเลข 2 องสำหรบเลอกรหสหนวยงาน <br />
หมายเลข 3 องสำหรบเลอกรหสสวนราชการ <br />
หมายเลข 4 องสำหรบชอยอหนวยงาน <br />
หมายเลข 5 องสำหรบกรอกเลขทหนวยงาน <br />
หมายเลข 6 องสำหรบกรอกเลขทวนราชการ <br />
หมายเลข 7 องสำหรบกรอกเลขทาย/วน <br />
หมายเลข 8 องสำหรบกรอกเลขทกอง <br />
หมายเลข 9 องสำหรบเลอกประเภทหนวยงาน <br />
หมายเลข 10 องสำหรบเลอกระดบหนวยงาน <br />
หมายเลข 11 องสำหรบเลอกหนวยงานตนสงก <br />
หมายเลข 12 องสำหรบเลอกหนวยราชการตนสงก <br />
หมายเลข 13 องสำหรบเลอกลำดบผงโครงสราง <br />
หมายเลข 14 องสำหรบเลอกหมายเลขโทรศพทดตอจากภายนอก <br />
หมายเลข 15 องสำหรบเลอกหมายเลขโทรศพทดตอจากภายใน <br />
หมายเลข 16 องสำหรบเลอกหมายเลขโทรสาร <br />
หมายเลข 17 องสำหรบเลอกกรอกหนาทบผดชอบ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px"></p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-65.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 65 กรอกขอมลโครงสรางตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบเลอกสายงาน <br />
หมายเลข 2 องสำหรบเลอกตำแหน <br />
หมายเลข 3 องสำหรบเลอกดาน/สาขา <br />
หมายเลข 4 องสำหรบเลอกระด <br />
หมายเลข 5 องสำหรบเลอกสถานภาพของตำแหน <br />
หมายเลข 6 องสำหรบเลอกเลขทตำแหน <br />
หมายเลข 7 องสำหรบกรอกคณว <br />
หมายเลข 8 องสำหรบกรอกเงอนไขตำแหน <br />
หมายเลข 9 องสำหรบกรอกหมายเหต <br />
หมายเลข 10 องสำหรบเลอหวหน
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px"></p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-66.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 66 กรอกขอมลโครงสรางตำแหน()
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 กดเลอกปกตหรอตดเงอนไข <br />
หมายเลข 2 องสำหรบกรอกรายละเอยดเงอนไข <br />
หมายเลข 3 มบนท
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- เมอตองแกไขโครงสรางและกรอบอตรากำล
ใหคลกเลอกรายการผงโครงสรางลกจาง
ระบบแสดงกลองเพอใหแกไขขอมลดงร
เมอแกไขขอมลเรยบรอยแลวใหกดไอคอน นทกขอม
โดยสามารถดรายละเอยดตามรปท 3 64, 3 65 และ3 - 66
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/03_structure/8_chartemploy/3-67.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 3 67 แกไขขอมลโครงสรางตำแหน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 กดเลอกปกตหรอตดเงอนไข <br />
หมายเลข 2 องสำหรบกรอกรายละเอยดเงอนไข <br />
หมายเลข 3 มบนท
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,88 @@
<script setup lang="ts">
import structuremain from "./31_Main.vue";
import position from "./32_Position.vue";
import structure from "./33_Structure.vue";
import organchart from "./34_organchart.vue";
import chartstru from "./35_chartstru.vue";
import account2 from "./36_account2.vue";
import report from "./37_report.vue";
import chartemploy from "./38_chartemploy.vue";
</script>
<template>
<div class="col-12 row">
<div
class="toptitle text-dark col-12 row items-center"
style="padding-top: 40px"
>
อการใชงานระบบโครงสรางอตรากำล
</div>
<div class="row col-12 q-gutter-xs">
<div
id="structuremain"
name="1"
class="row col-12 information"
style="padding-bottom: 60px"
>
<structuremain />
</div>
<div
id="position"
name="2"
class="row col-12 information"
style="padding-bottom: 60px"
>
<position />
</div>
<div
id="structure"
name="3"
class="row col-12 information"
style="padding-bottom: 60px"
>
<structure />
</div>
<div
id="organchart"
name="4"
class="row col-12 information"
style="padding-bottom: 60px"
>
<organchart />
</div>
<div
id="chartstru"
name="5"
class="row col-12 information"
style="padding-bottom: 60px"
>
<chartstru />
</div>
<div
id="account2"
name="6"
class="row col-12 information"
style="padding-bottom: 60px"
>
<account2 />
</div>
<div
id="report"
name="7"
class="row col-12 information"
style="padding-bottom: 60px"
>
<report />
</div>
<div
id="chartemploy"
name="8"
class="row col-12 information"
style="padding-bottom: 60px"
>
<chartemploy />
</div>
</div>
</div>
</template>
<style scoped></style>

View file

@ -1,525 +0,0 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.2 การคนหาขอมลทะเบยนประว
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
<p>
- เมอเขาสหน ทะเบยนประว สามารถทำการคนหารายชอขอมลตางๆ ไดจากการคลกเมาสเลอกประเภทขอมลของลกจาง งในร
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-3.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 3 แสดงชองเลอกประเภทลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกประเภทลกจางทองการขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกเลอกประเภทขอมลลกจางทองการขอม และทำการใชเมาสคลกปมคนหา จากนนระบบจะแสดงขอมลรายชอประวทะเบยนตามประเภทลกจางททำการเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-4.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 4 แสดงการเลอกประเภทขอมลทะเบยนของลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกเมนอยประเภทของลกจางทองการขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกชอง เลขประจำตวประชาชน แลวกรอกเลขบตรประจำตวประชาชนทองการคนหาขอมลทะเบยนประว
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-5.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 5 แสดงชองกรอกเลขประจำตวประชาชน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลเลขบตรประจำตวประชาชนเพอคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกป นหา ระบบแสดงขอมลตรงตามเลขประจำตวประชาชนทกรอก และหากตองการคนหาขอมลอนเพมใหทำการใชเมาสคลกในชอง เลขประจำตวประชาชน เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-6.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 6 แสดงการกรอกเลขบตรประจำตวประชาชนเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกหมายเลขประจำตวประชาชนทองการคนหา <br>
หมายเลข 2 องสำหรบแสดงผลการคนหาโดยการกรอกหมายเลขประจำตวประชาชน
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px; display: flex; align-items: center;">
- สามารถกดเลอกไอคอน
<i class="q-icon mdi mdi-close"
style="color: white;
background-color: #D1D1D1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
ในชอง -นามสก เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-7.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 7 แสดงการกรอกช-นามสกลเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกช-นามสกลทองการคนหา <br>
หมายเลข 2 องสำหรบแสดงผลการคนหาโดยการกรอกช-นามสก
</div>
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px;">
- ทำการใชเมาสคลกชอง เกษยณ และทำการกรอกหรอเลอกปเกษยณของผองการขอมลทะเบยนประว และทำการคลกป นหา ระบบแสดงขอมลตรงตามปเกษยณทเลอก และหากตองการคนหาขอมลเพมใหทำการใชเมาสคล
<i class="q-icon mdi mdi-close"
style="color: white;
background-color: #D1D1D1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
ในชอง เกษยณ เพอลบขอมลเกาออก และทำการเลอกขอมลปเกษยณใหมลงไป
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-8.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 8 แสดงการเลอกและกรอกขอมลปเกษยณเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกปเกษยณทองการคนหา <br>
หมายเลข 2 องสำหรบแสดงรายชอปเกษยณททำการคลกเลอกคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px;">
- ทำการใชเมาสคลกชอง อายราชการ และทำการกรอกหรอใชเมาสคลกลกศรขนเพอเพมตวเลขจำนวนปของผองการขอมลทะเบยนประว และทำการคลกป นหา
ระบบแสดงขอมลรายชอตรงตามปเกษยณตามทกรอก และหากตองการคนหาขอมลอนเพมใหทำการใชเมาสคล
<i class="q-icon mdi mdi-close"
style="color: white;
background-color: #D1D1D1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
ในชอง เกษยณ เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-9.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 9 แสดงการกรอกหรอคลกเพมตวเลขของปอายราชการเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกอายราชการเพอทำการคนหารายชอทองการ <br>
หมายเลข 2 องสำหรบแสดงขอมลรายชอทอายราชการตรงตามทกรอกคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ทำการใชเมาสคลกชอง คอลมน เพอทำการเลอกหวขอคอลมนแสดงขอมลทองการ หากตองการใหตารางแสดงขอมลเพยง -สก, ตำแหน, ตำแหนงทางการบรหาร,
เงนเดอน ใหใชเมาสทำการคลกหวขอคอลมนเหลอใหกลายเปนสดำ และหวขอทองการใหแสดงหรอหวขอคอลมนเลอกจะเปนสเขยว งในร
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-10.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 10 แสดงการเลอกหวขอคอลมนองใหแสดง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 เมนอยของชองคอลมนสามารถทำการคลกเลอกรายชอคอลมนสำหรบการแสดงขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ระบบแสดงตารางแสดงรายชอขอมลมลทะเบยนประวตามหวขอคอลมนทำการเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-11.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 11 แสดงรายชอขอมลทะเบยนประวตามหวขอคอลมนเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องแสดงผลคอลมนทำการเลอกเพอแสดงขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px; display: inline-block;">
- ทำการใชเมาสคลกป
<div class="q-toggle__inner relative-position non-selectable q-toggle__inner--falsy" aria-hidden="true"
style="font-size: 24px; display: inline-block; padding: 0 0.3em !important ; height: 0.45em;">
<div class="q-toggle__track"></div>
<div class="q-toggle__thumb absolute flex flex-center no-wrap" style="top: -0.07em;" ></div>
</div>
ใหกลายเป
<div class="q-toggle__inner relative-position non-selectable q-toggle__inner--truthy text-positive" aria-hidden="true"
style="font-size: 24px; display: inline-block; padding: 0 0.3em !important ; height: 0.45em;">
<div class="q-toggle__thumb absolute flex flex-center no-wrap" style="top: -0.07em;"></div>
<div class="q-toggle__track"></div>
</div>
ในชอง แสดงขอมลผนจากราชการ เพอแสดงขอมลรายชอทะเบยนประวนจากราชการ จากนนใชเมาสคลกป นหา
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-12.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 12 แสดงรายชอขอมลผนจากราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกเพอดอมลผนจากราชการ <br>
หมายเลข 2 องสำหรบแสดงขอมลรายชอผนจากราชการ
</div>
</div>
</q-card>
</div>
</div>
</template>

View file

@ -1,473 +0,0 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.3 การดรายละเอยดขอมลทะเบยนประว
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
<p>
- เมอเขาสหนาทะเบยนประว ใหใชเมาสทำการคลกขอมลรายชอรายชอทองการดรายละเอยด ระบบจะแสดงขอมลตามหวขอยอยตามตารางขอมลสวนต งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-13.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 13 แสดงหนาตางทะเบยนประว อมลสวนต
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลสวนต <br>
หมายเลข 2 มสำหรบคลกเพอกรอกขอมลออกจากราชการ <br>
หมายเลข 3 มสำหรบคลกเพอดประวอมลสวนต <br>
หมายเลข 4 มสำหรบคลกเพอดาวนโหลดไฟล
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลราชการ งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-14.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 14 แสดงหนาตางทะเบยนประว อมลราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลราชการ <br>
หมายเลข 2 มสำหรบคลกเพอดประวอมลราชการ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลทอย งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-15.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 15 แสดงหนาตางทะเบยนประว อมลทอย
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลทอย <br>
หมายเลข 2 มสำหรบคลกเพอดประวอมลทอย
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลครอบคร งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-16.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 16 แสดงหนาตางทะเบยนประว อมลครอบคร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลครอบคร <br>
หมายเลข 2 มสำหรบคลกเพอดประวอมลครอบคร
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px; display: flex; align-items: center;">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลใบอนญาตประกอบอาช, ประวการศกษาและการฝกอบรม/งาน งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-17.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 17 แสดงหนาตางทะเบยนประวอมลใบอนญาตประกอบอาช ประวการศกษา การอบรม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลใบอนญาตประกอบอาช <br>
หมายเลข 2 องสำหรบแสดงขอมลใบอนญาตประกอบอาช <br>
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาใบประกอบอาช <br>
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลใบประกอบอาช <br>
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลประวการศกษา <br>
หมายเลข 6 องสำหรบแสดงขอมลประวการศกษา <br>
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาประวการศกษา <br>
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลประวการศกษา <br>
หมายเลข 9 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลการฝกอบรมดงาน <br>
หมายเลข 10 องสำหรบแสดงขอมลการฝกอบรมดงาน <br>
หมายเลข 11 องสำหรบกรอกขอมลเพอคนหาการฝกอบรมดงาน <br>
หมายเลข 12 องสำหรบเลอกหวขอคอลมนแสดงขอมลการฝกอบรมดงาน
</div>
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลเครองราชอสรยาภรณ, ประกาศเกยรตณและผลการประเมนการปฏราชการ งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-18.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 18 แสดงหนาตางทะเบยนประวอมลเครองราชฯ ประกาศเกยรต ผลการประเม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลเครองราชอสรยาภรณ <br>
หมายเลข 2 องสำหรบแสดงขอมลเครองราชอสรยาภรณ <br>
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาเครองราชอสรยาภรณ <br>
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลเครองราชอสรยาภรณ <br>
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลประกาศเกยรต <br>
หมายเลข 6 องสำหรบแสดงขอมลประกาศเกยรต <br>
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาประกาศเกยรต <br>
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลประกาศเกยรต <br>
หมายเลข 9 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลผลการประเมนการปฏราชการ <br>
หมายเลข 10 องสำหรบแสดงขอมลผลการประเมนการปฏราชการ <br>
หมายเลข 11 องสำหรบกรอกขอมลเพอคนหาผลการประเมนการปฏราชการ <br>
หมายเลข 12 องสำหรบเลอกหวขอคอลมนแสดงขอมลผลการประเมนการปฏราชการ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลตำแหนงเงนเดอน, ยและการลา งรปรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-19.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 19 แสดงหนาตางทะเบยนประวอมลตำแหนงเงนเดอน, ยและการลา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลตำแหนงเงนเดอน <br>
หมายเลข 2 องสำหรบแสดงขอมลตำแหนงเงนเดอน <br>
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาขอมลตำแหนงเงนเดอน <br>
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลตำแหนงเงนเดอน <br>
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลว <br>
หมายเลข 6 องสำหรบแสดงขอมลว <br>
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาขอมลเกยวกบว <br>
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลว <br>
หมายเลข 9 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลการลา <br>
หมายเลข 10 มสำหรบแสดงขอมลสรปวนลา <br>
หมายเลข 11 องสำหรบแสดงขอมลการลา <br>
หมายเลข 12 องสำหรบกรอกขอมลเพอคนหาขอมลการลา <br>
หมายเลข 13 องสำหรบเลอกหวขอคอลมนแสดงขอมลการลา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลความสามารถพเศษ, ปฏราชการพเศษและวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-20.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 20 แสดงหนาตางทะเบยนประวอมลความสามารถพเศษ, ปฏราชการพเศษฯ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลความสามารถพเศษ <br>
หมายเลข 2 องสำหรบแสดงขอมลความสามารถพเศษ <br>
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาความสามารถพเศษ <br>
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลความสามารถพเศษ <br>
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลปฏราชการพเศษ <br>
หมายเลข 6 องสำหรบแสดงขอมลปฏราชการพเศษ <br>
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาปฏราชการพเศษ <br>
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลปฏราชการพเศษ <br>
หมายเลข 9 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลผลการประเมนการปฏราชการ <br>
หมายเลข 10 องสำหรบแสดงขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ <br>
หมายเลข 11 องสำหรบกรอกขอมลเพอคนหาขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ <br>
หมายเลข 12 องสำหรบเลอกหวขอคอลมนแสดงขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px;">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลอนๆ และเอกสารหลกฐาน งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-21.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 21 แสดงหนาตางทะเบยนประวอมลอนๆ และเอกสารหลกฐาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หหมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลอนๆ <br>
หมายเลข 2 องสำหรบแสดงขอมลอนๆ <br>
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาขอมลอนๆ <br>
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลอนๆ <br>
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขอปโหลดไฟลเอกสารเพมเต
</div>
</div>
</q-card>
</div>
</div>
</template>

File diff suppressed because it is too large Load diff

View file

@ -1,156 +0,0 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.5 การคนหาขอมลสวนต การเลอกคอลมนแสดงผลขอม
</div>
<div class="col-12">
<p
style="margin-top:20px;
margin-left: 10px">
- หากตองการคนหาขอมลในหวขอตางๆ ในหนาขอมลสวนตวททำการบนทกใหทำการคล
<q-icon name="mdi-magnify" style="margin: 0 5px; color: #AFAFAF;" size="xs"/>
องคนหาของแตละหวขอและทำการกรอกขอมลทเกยวของกบบนทกกอนหน
ลงไประบบจะแสดงขอมลททำการคนหา แตหากตองการยกเลกการดอมลททำการคนหาใหทำการใชเมาสคลกท
<q-icon name="mdi-close" style="margin: 0 5px; color: #AFAFAF;" size="xs"/>
ในชองกรอกขอมลคนหาเพอยกเลกคนหาขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/5_select/4-81.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 81 แสดงตารางการคนหาขอม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลสำหรบการคนหา <br>
หมายเลข 2 องสำหรบแสดงขอมลจากการกรอกคนหา
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- หากตองการใหตารางแสดงคอลมนอมลตามทองการใหใชเมาสคล
<q-icon name="mdi-menu-down" style="margin: 0 5px; color: #AFAFAF;" size="sm"/>
ในชองคอลมนเพอทำการเลอกหวขอคอลมนแสดงขอมลของตารางทองการขอมลและหากหวคอลมน
แสดงขอมลไมครบและตองการใหคอลมนแสดงผลเพมขนและลดลงหรอใหตารางทำการแสดงหวขอคอลมนเหมอนเดมใหทำการใชเมาสคลกทรายชอหวขอตารางใหกลบมาเปนสเขยว
เหมอนเดมหวขอคอลมนจะแสดงเหมอนเด
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/5_select/4-82.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 82 แสดงตารางการเลอกคอลมนแสดงขอม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพอเลอกหวคอลมนแสดงขอม <br>
หมายเลข 2 องสำหรบแสดงขอมลหวคอลมนใชในการเลอกแสดงขอม <br>
หมายเลข 3 องสำหรบแสดงตารางขอมลตามคอลมนทำการเลอก
</div>
</div>
</q-card>
</div>
</div>
</template>

View file

@ -1,282 +0,0 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.6 การปรบหนาตางแสดงผลหนาขอมลสวนต
</div>
<div class="col-12">
<div style="margin-top: 20px; margin-left: 10px;">
- หากตองการใหหนาแสดงผลหนาขอมลสวนตวของพนกงานแสดงขอมลเตมจอใหใชเมาสคล
<i class="q-icon mdi mdi-backburger"
style="color: #747474;
background-color: #DADADA;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
เพอใหแถบเมนานขางของหนาจอพบเกบเขาดานขาง และระบบจะแสดง
อมลของพนกงานเตมจอ และหากตองการใหระบบแสดงแถบเมนเหมอนเดมใหใชเมาสทำการคล
<i class="q-icon mdi mdi-backburger"
style="color: #747474;
background-color: #DADADA;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
เพอใหแถบเมนแสดงเหมอนเด
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-83.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 83 แสดงการพบแถบเมนายซายเพอใหอมลแสดงเตมจอ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอเป- แถบเมนานขาง เพอใหระบบแสดงขอมลสวนกวางข
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- สามารถทำการคลกเลอกหวขอเมนตารางเพอใหระบบเลอนตารางใหตโนมวยการคลกชอหวตารางจากแถบเมนานขวาได
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-84.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 84 แสดงแถบหวขอเมนตาราง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบหวขอเมนตารางขอมลสวนตวสำหรบกดคลกชอตาราง เพอใหระบบเลอนไปยงตารางนนๆได เพอใหายตอการดอมลและแกไขขอม
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- หากตองการดาวนโหลดไฟลเอกสาร ..7/..1 และ และวแบบยอใหใชเมาสคล
<q-icon name="mdi-file-eye-outline" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอดาวนโหลดขอมลของพนกงาน
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-85.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 85 แสดงหนาดาวนโหลดไฟลเอกสารของพนกงาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 อความสำหรบคลกเลอกเพอดาวนโหลดชนดของเอกสารทองการดาวนโหลด โดยระบบแสดงการเลอกการดาวนโหลดไฟลเอกสาร ..7/..1 และ
ประวแบบยอของพนกงาน
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- และหากตองการทำการบนทกการออกจากราชการของพนกงานใหใชเมาสคล
<q-icon name="mdi-home-export-outline" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
จากนนระบบจะทำการแสดงตาราง ประเภทการพนราชการ ใหทำการบนทกขอมลใหครบตามทระบบแนะนำ หลงจากกรอกขอมลเสรจแลวใหทำการคล
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอยนยนการบนทกขอม และถาหากตองการยกเลกการเพมขอมลใหใชเมาสคล
<i class="q-icon mdi mdi-close"
style="color: red;
background-color: #FFE5E6;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
">
</i>
เพอยกเลกการบนทกขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-86.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 86 แสดงตารางการเพมขอมลประเภทการพนราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกประเภทการพนราชการ <br>
หมายเลข 2 องสำหรบคลกเลอกวนทนราชการ <br>
หมายเลข 3 องสำหรบกรอกขอมลรายละเอยดสาเหต/เหตผลของการพนจากราชการ <br>
หมายเลข 4 องสำหรบกรอกขอมลคำส/เอกสารอางอ <br>
หมายเลข 5 องสำหรบคลกเลอกว เดอน ออกคำส
</div>
</div>
</q-card>
</div>
</div>
</template>

View file

@ -5,12 +5,12 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-12">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<!--
<q-card
flat
bordered
@ -26,7 +26,7 @@ const text = ref("");
ระบบทะเบยนประว
</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
@ -117,8 +117,8 @@ const text = ref("");
</q-card>
</div>
</div>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,530 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.2 การคนหาขอมลทะเบยนประว
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
<p>
- เมอเขาสหน ทะเบยนประว สามารถทำการคนหารายชอขอมลตางๆ
ไดจากการคลกเมาสเลอกประเภทขอมลของลกจาง งในร
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-3.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 3 แสดงชองเลอกประเภทลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกประเภทลกจางทองการขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกเลอกประเภทขอมลลกจางทองการขอม
และทำการใชเมาสคลกปมคนหา
จากนนระบบจะแสดงขอมลรายชอประวทะเบยนตามประเภทลกจางททำการเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-4.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 4 แสดงการเลอกประเภทขอมลทะเบยนของลกจาง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกเมนอยประเภทของลกจางทองการขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกชอง เลขประจำตวประชาชน
แลวกรอกเลขบตรประจำตวประชาชนทองการคนหาขอมลทะเบยนประว
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-5.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 5 แสดงชองกรอกเลขประจำตวประชาชน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลเลขบตรประจำตวประชาชนเพอคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกป นหา
ระบบแสดงขอมลตรงตามเลขประจำตวประชาชนทกรอก
และหากตองการคนหาขอมลอนเพมใหทำการใชเมาสคลกในชอง
เลขประจำตวประชาชน เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-6.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 6 แสดงการกรอกเลขบตรประจำตวประชาชนเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกหมายเลขประจำตวประชาชนทองการคนหา <br />
หมายเลข 2 องสำหรบแสดงผลการคนหาโดยการกรอกหมายเลขประจำตวประชาชน
</div>
</div>
<div class="col-12">
<div class="col-12">
<div
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
align-items: center;
"
>
- สามารถกดเลอกไอคอน
<i
class="q-icon mdi mdi-close"
style="
color: white;
background-color: #d1d1d1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
ในชอง -นามสก เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-7.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 7 แสดงการกรอกช-นามสกลเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกช-นามสกลทองการคนหา <br />
หมายเลข 2 องสำหรบแสดงผลการคนหาโดยการกรอกช-นามสก
</div>
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกชอง เกษยณ
และทำการกรอกหรอเลอกปเกษยณของผองการขอมลทะเบยนประว
และทำการคลกป นหา ระบบแสดงขอมลตรงตามปเกษยณทเลอก
และหากตองการคนหาขอมลเพมใหทำการใชเมาสคล
<i
class="q-icon mdi mdi-close"
style="
color: white;
background-color: #d1d1d1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
ในชอง เกษยณ เพอลบขอมลเกาออก
และทำการเลอกขอมลปเกษยณใหมลงไป
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-8.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 8 แสดงการเลอกและกรอกขอมลปเกษยณเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกปเกษยณทองการคนหา <br />
หมายเลข 2 องสำหรบแสดงรายชอปเกษยณททำการคลกเลอกคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกชอง อายราชการ
และทำการกรอกหรอใชเมาสคลกลกศรขนเพอเพมตวเลขจำนวนปของผองการขอมลทะเบยนประว
และทำการคลกป นหา ระบบแสดงขอมลรายชอตรงตามปเกษยณตามทกรอก
และหากตองการคนหาขอมลอนเพมใหทำการใชเมาสคล
<i
class="q-icon mdi mdi-close"
style="
color: white;
background-color: #d1d1d1;
margin-right: 10px;
margin-left: 10px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
ในชอง เกษยณ เพอลบขอมลเกาออก และทำการกรอกขอมลใหมลงไป
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-9.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 9 แสดงการกรอกหรอคลกเพมตวเลขของปอายราชการเพอคนหา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกอายราชการเพอทำการคนหารายชอทองการ
<br />
หมายเลข 2 องสำหรบแสดงขอมลรายชอทอายราชการตรงตามทกรอกคนหา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ทำการใชเมาสคลกชอง คอลมน
เพอทำการเลอกหวขอคอลมนแสดงขอมลทองการ
หากตองการใหตารางแสดงขอมลเพยง -สก, ตำแหน,
ตำแหนงทางการบรหาร, เงนเดอน
ใหใชเมาสทำการคลกหวขอคอลมนเหลอใหกลายเปนสดำ
และหวขอทองการใหแสดงหรอหวขอคอลมนเลอกจะเปนสเขยว
งในร
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-10.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 10 แสดงการเลอกหวขอคอลมนองใหแสดง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
เมนอยของชองคอลมนสามารถทำการคลกเลอกรายชอคอลมนสำหรบการแสดงขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
-
ระบบแสดงตารางแสดงรายชอขอมลมลทะเบยนประวตามหวขอคอลมนทำการเลอก
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-11.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 11 แสดงรายชอขอมลทะเบยนประวตามหวขอคอลมนเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องแสดงผลคอลมนทำการเลอกเพอแสดงขอม
</div>
</div>
<div class="col-12">
<div class="col-12">
<div style="margin-top: 50px; margin-left: 10px; display: inline-block">
- ทำการใชเมาสคลกป
<div
class="q-toggle__inner relative-position non-selectable q-toggle__inner--falsy"
aria-hidden="true"
style="
font-size: 24px;
display: inline-block;
padding: 0 0.3em !important ;
height: 0.45em;
"
>
<div class="q-toggle__track"></div>
<div
class="q-toggle__thumb absolute flex flex-center no-wrap"
style="top: -0.07em"
></div>
</div>
ใหกลายเป
<div
class="q-toggle__inner relative-position non-selectable q-toggle__inner--truthy text-positive"
aria-hidden="true"
style="
font-size: 24px;
display: inline-block;
padding: 0 0.3em !important ;
height: 0.45em;
"
>
<div
class="q-toggle__thumb absolute flex flex-center no-wrap"
style="top: -0.07em"
></div>
<div class="q-toggle__track"></div>
</div>
ในชอง แสดงขอมลผนจากราชการ
เพอแสดงขอมลรายชอทะเบยนประวนจากราชการ
จากนนใชเมาสคลกป นหา
</div>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/2_find/4-12.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 12 แสดงรายชอขอมลผนจากราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกเพอดอมลผนจากราชการ <br />
หมายเลข 2 องสำหรบแสดงขอมลรายชอผนจากราชการ
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,483 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.3 การดรายละเอยดขอมลทะเบยนประว
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
<p>
- เมอเขาสหนาทะเบยนประว
ใหใชเมาสทำการคลกขอมลรายชอรายชอทองการดรายละเอยด
ระบบจะแสดงขอมลตามหวขอยอยตามตารางขอมลสวนต งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-13.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 13 แสดงหนาตางทะเบยนประว อมลสวนต
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลสวนต <br />
หมายเลข 2 มสำหรบคลกเพอกรอกขอมลออกจากราชการ <br />
หมายเลข 3 มสำหรบคลกเพอดประวอมลสวนต <br />
หมายเลข 4 มสำหรบคลกเพอดาวนโหลดไฟล
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลราชการ งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-14.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 14 แสดงหนาตางทะเบยนประว อมลราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลราชการ <br />
หมายเลข 2 มสำหรบคลกเพอดประวอมลราชการ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลทอย งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-15.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 15 แสดงหนาตางทะเบยนประว อมลทอย
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลทอย <br />
หมายเลข 2 มสำหรบคลกเพอดประวอมลทอย
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลครอบคร งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-16.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 16 แสดงหนาตางทะเบยนประว อมลครอบคร
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอทำการแกไขรายละเอยดขอมลครอบคร <br />
หมายเลข 2 มสำหรบคลกเพอดประวอมลครอบคร
</div>
</div>
<div class="col-12">
<div class="col-12">
<p
style="
margin-top: 50px;
margin-left: 10px;
display: flex;
align-items: center;
"
>
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลใบอนญาตประกอบอาช,
ประวการศกษาและการฝกอบรม/งาน งรปภาพ
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-17.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 17 แสดงหนาตางทะเบยนประวอมลใบอนญาตประกอบอาช
ประวการศกษา การอบรม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลใบอนญาตประกอบอาช
<br />
หมายเลข 2 องสำหรบแสดงขอมลใบอนญาตประกอบอาช <br />
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาใบประกอบอาช <br />
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลใบประกอบอาช <br />
หมายเลข 5
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลประวการศกษา
<br />
หมายเลข 6 องสำหรบแสดงขอมลประวการศกษา <br />
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาประวการศกษา <br />
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลประวการศกษา <br />
หมายเลข 9
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลการฝกอบรมดงาน
<br />
หมายเลข 10 องสำหรบแสดงขอมลการฝกอบรมดงาน <br />
หมายเลข 11 องสำหรบกรอกขอมลเพอคนหาการฝกอบรมดงาน <br />
หมายเลข 12 องสำหรบเลอกหวขอคอลมนแสดงขอมลการฝกอบรมดงาน
</div>
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลเครองราชอสรยาภรณ,
ประกาศเกยรตณและผลการประเมนการปฏราชการ งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-18.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 18 แสดงหนาตางทะเบยนประวอมลเครองราชฯ
ประกาศเกยรต ผลการประเม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลเครองราชอสรยาภรณ
<br />
หมายเลข 2 องสำหรบแสดงขอมลเครองราชอสรยาภรณ <br />
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาเครองราชอสรยาภรณ <br />
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลเครองราชอสรยาภรณ
<br />
หมายเลข 5
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลประกาศเกยรต
<br />
หมายเลข 6 องสำหรบแสดงขอมลประกาศเกยรต <br />
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาประกาศเกยรต <br />
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลประกาศเกยรต <br />
หมายเลข 9
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลผลการประเมนการปฏราชการ
<br />
หมายเลข 10 องสำหรบแสดงขอมลผลการประเมนการปฏราชการ <br />
หมายเลข 11 องสำหรบกรอกขอมลเพอคนหาผลการประเมนการปฏราชการ
<br />
หมายเลข 12
องสำหรบเลอกหวขอคอลมนแสดงขอมลผลการประเมนการปฏราชการ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลตำแหนงเงนเดอน,
ยและการลา งรปรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-19.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 19 แสดงหนาตางทะเบยนประวอมลตำแหนงเงนเดอน,
ยและการลา
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลตำแหนงเงนเดอน
<br />
หมายเลข 2 องสำหรบแสดงขอมลตำแหนงเงนเดอน <br />
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาขอมลตำแหนงเงนเดอน <br />
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลตำแหนงเงนเดอน <br />
หมายเลข 5 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลว
<br />
หมายเลข 6 องสำหรบแสดงขอมลว <br />
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาขอมลเกยวกบว <br />
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลว <br />
หมายเลข 9 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลการลา
<br />
หมายเลข 10 มสำหรบแสดงขอมลสรปวนลา <br />
หมายเลข 11 องสำหรบแสดงขอมลการลา <br />
หมายเลข 12 องสำหรบกรอกขอมลเพอคนหาขอมลการลา <br />
หมายเลข 13 องสำหรบเลอกหวขอคอลมนแสดงขอมลการลา
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลความสามารถพเศษ,
ปฏราชการพเศษและวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ
งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-20.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 20 แสดงหนาตางทะเบยนประวอมลความสามารถพเศษ,
ปฏราชการพเศษฯ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลความสามารถพเศษ
<br />
หมายเลข 2 องสำหรบแสดงขอมลความสามารถพเศษ <br />
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาความสามารถพเศษ <br />
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลความสามารถพเศษ <br />
หมายเลข 5
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลปฏราชการพเศษ
<br />
หมายเลข 6 องสำหรบแสดงขอมลปฏราชการพเศษ <br />
หมายเลข 7 องสำหรบกรอกขอมลเพอคนหาปฏราชการพเศษ <br />
หมายเลข 8 องสำหรบเลอกหวขอคอลมนแสดงขอมลปฏราชการพเศษ
<br />
หมายเลข 9
มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลผลการประเมนการปฏราชการ
<br />
หมายเลข 10
องสำหรบแสดงขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ
<br />
หมายเลข 11
องสำหรบกรอกขอมลเพอคนหาขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ
<br />
หมายเลข 12
องสำหรบเลอกหวขอคอลมนแสดงขอมลวนทไดปฏหนาทอยในเขตทไดประกาศใชยการศ
</div>
</div>
<div class="col-12">
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- ระบบจะแสดงขอมลตามหวขอยอยตารางขอมลอนๆ และเอกสารหลกฐาน
งรปภาพ
</p>
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/3_detail/4-21.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 21 แสดงหนาตางทะเบยนประวอมลอนๆ และเอกสารหลกฐาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หหมายเลข 1 มสำหรบคลกเพอทำการเพมหรอแกไขรายละเอยดขอมลอนๆ
<br />
หมายเลข 2 องสำหรบแสดงขอมลอนๆ <br />
หมายเลข 3 องสำหรบกรอกขอมลเพอคนหาขอมลอนๆ <br />
หมายเลข 4 องสำหรบเลอกหวขอคอลมนแสดงขอมลอนๆ <br />
หมายเลข 5
มสำหรบคลกเพอทำการเพมหรอแกไขอปโหลดไฟลเอกสารเพมเต
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

File diff suppressed because it is too large Load diff

View file

@ -0,0 +1,138 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.5 การคนหาขอมลสวนต การเลอกคอลมนแสดงผลขอม
</div>
<div class="col-12">
<p style="margin-top: 20px; margin-left: 10px">
- หากตองการคนหาขอมลในหวขอตางๆ
ในหนาขอมลสวนตวททำการบนทกใหทำการคล
<q-icon
name="mdi-magnify"
style="margin: 0 5px; color: #afafaf"
size="xs"
/>
องคนหาของแตละหวขอและทำการกรอกขอมลทเกยวของกบบนทกกอนหน
ลงไประบบจะแสดงขอมลททำการคนหา
แตหากตองการยกเลกการดอมลททำการคนหาใหทำการใชเมาสคลกท
<q-icon
name="mdi-close"
style="margin: 0 5px; color: #afafaf"
size="xs"
/>
ในชองกรอกขอมลคนหาเพอยกเลกคนหาขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/5_select/4-81.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 81 แสดงตารางการคนหาขอม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลสำหรบการคนหา <br />
หมายเลข 2 องสำหรบแสดงขอมลจากการกรอกคนหา
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- หากตองการใหตารางแสดงคอลมนอมลตามทองการใหใชเมาสคล
<q-icon
name="mdi-menu-down"
style="margin: 0 5px; color: #afafaf"
size="sm"
/>
ในชองคอลมนเพอทำการเลอกหวขอคอลมนแสดงขอมลของตารางทองการขอมลและหากหวคอลมน
แสดงขอมลไมครบและตองการใหคอลมนแสดงผลเพมขนและลดลงหรอใหตารางทำการแสดงหวขอคอลมนเหมอนเดมใหทำการใชเมาสคลกทรายชอหวขอตารางใหกลบมาเปนสเขยว
เหมอนเดมหวขอคอลมนจะแสดงเหมอนเด
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/5_select/4-82.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 82 แสดงตารางการเลอกคอลมนแสดงขอม
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพอเลอกหวคอลมนแสดงขอม <br />
หมายเลข 2 องสำหรบแสดงขอมลหวคอลมนใชในการเลอกแสดงขอม
<br />
หมายเลข 3 องสำหรบแสดงตารางขอมลตามคอลมนทำการเลอก
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,256 @@
<script setup lang="ts">
import { ref } from "vue";
const rightDrawerOpen = ref(false);
const text = ref("");
</script>
<template>
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div> -->
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
style="
background-color: #ecebeb;
border-radius: 8px 8px 0px 0px;
padding: 10px 16px 10px 16px;
"
>
<div class="custom-topic text-dark">
<div style="font-size: 16px; font-weight: 700">
ระบบทะเบยนประว
</div>
</div>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
4.6 การปรบหนาตางแสดงผลหนาขอมลสวนต
</div>
<div class="col-12">
<div style="margin-top: 20px; margin-left: 10px">
-
หากตองการใหหนาแสดงผลหนาขอมลสวนตวของพนกงานแสดงขอมลเตมจอใหใชเมาสคล
<i
class="q-icon mdi mdi-backburger"
style="
color: #747474;
background-color: #dadada;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
เพอใหแถบเมนานขางของหนาจอพบเกบเขาดานขาง และระบบจะแสดง
อมลของพนกงานเตมจอ
และหากตองการใหระบบแสดงแถบเมนเหมอนเดมใหใชเมาสทำการคล
<i
class="q-icon mdi mdi-backburger"
style="
color: #747474;
background-color: #dadada;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
เพอใหแถบเมนแสดงเหมอนเด
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-83.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 83 แสดงการพบแถบเมนายซายเพอใหอมลแสดงเตมจอ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอเป- แถบเมนานขาง
เพอใหระบบแสดงขอมลสวนกวางข
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
-
สามารถทำการคลกเลอกหวขอเมนตารางเพอใหระบบเลอนตารางใหตโนมวยการคลกชอหวตารางจากแถบเมนานขวาได
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-84.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 84 แสดงแถบหวขอเมนตาราง
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 แถบหวขอเมนตารางขอมลสวนตวสำหรบกดคลกชอตาราง
เพอใหระบบเลอนไปยงตารางนนๆได
เพอใหายตอการดอมลและแกไขขอม
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- หากตองการดาวนโหลดไฟลเอกสาร ..7/..1 และ
และวแบบยอใหใชเมาสคล
<q-icon
name="mdi-file-eye-outline"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอดาวนโหลดขอมลของพนกงาน
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-85.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 85 แสดงหนาดาวนโหลดไฟลเอกสารของพนกงาน
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
อความสำหรบคลกเลอกเพอดาวนโหลดชนดของเอกสารทองการดาวนโหลด
โดยระบบแสดงการเลอกการดาวนโหลดไฟลเอกสาร ..7/..1 และ
ประวแบบยอของพนกงาน
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- และหากตองการทำการบนทกการออกจากราชการของพนกงานใหใชเมาสคล
<q-icon
name="mdi-home-export-outline"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
จากนนระบบจะทำการแสดงตาราง ประเภทการพนราชการ
ใหทำการบนทกขอมลใหครบตามทระบบแนะนำ
หลงจากกรอกขอมลเสรจแลวใหทำการคล
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอยนยนการบนทกขอม
และถาหากตองการยกเลกการเพมขอมลใหใชเมาสคล
<i
class="q-icon mdi mdi-close"
style="
color: red;
background-color: #ffe5e6;
margin-right: 5px;
margin-left: 5px;
border-radius: 20px;
padding: 2px; /* เพิ่มขนาดพื้นที่ว่างในไอคอน */
"
>
</i>
เพอยกเลกการบนทกขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/04_regist/6_window/4-86.png"
style="
max-width: 70%;
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 4 86 แสดงตารางการเพมขอมลประเภทการพนราชการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกประเภทการพนราชการ <br />
หมายเลข 2 องสำหรบคลกเลอกวนทนราชการ <br />
หมายเลข 3 องสำหรบกรอกขอมลรายละเอยดสาเหต/เหตผลของการพนจากราชการ
<br />
หมายเลข 4 องสำหรบกรอกขอมลคำส/เอกสารอางอ <br />
หมายเลข 5 องสำหรบคลกเลอกว เดอน ออกคำส
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,70 @@
<script setup lang="ts">
import registrationmain from "./41_main.vue";
import registrationFind from "./42_find.vue";
import registrationDetail from "./43_detail.vue";
import registrationEdit from "./44_edit.vue";
import registrationSelect from "./45_select.vue";
import registrationWindow from "./46_window.vue";
</script>
<template>
<div class="col-12 row">
<div
class="toptitle text-dark col-12 row items-center"
style="padding-top: 40px"
>
อการใชงานระบบทะเบยนประว
</div>
<div class="row col-12 q-gutter-xs">
<div
id="registrationmain"
name="1"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationmain />
</div>
<div
id="registrationFind"
name="2"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationFind />
</div>
<div
id="registrationDetail"
name="3"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationDetail />
</div>
<div
id="registrationEdit"
name="4"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationEdit />
</div>
<div
id="registrationSelect"
name="5"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationSelect />
</div>
<div
id="registrationWindow"
name="6"
class="row col-12 information"
style="padding-bottom: 60px"
>
<registrationWindow />
</div>
</div>
</div>
</template>
<style scoped></style>

View file

@ -5,11 +5,11 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-12">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
flat
@ -93,8 +93,8 @@ const text = ref("");
</q-card>
</div>
</div>
<!-- </div>
</div> -->
</template>

File diff suppressed because it is too large Load diff

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -26,238 +26,207 @@ const text = ref("");
หนาจดการระบบสรรหา
</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.3 สอบแขงข
<span class="text-dark" style="font-weight: bold; font-size: 15px;">
สถสมครสอบแขงข
</span>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- การเขาสหนาสถการสมครสอบแขงขนใหใชเมาสคล สอบแขงข จากนนระบบจะแสดงเมนอยใหใชเมาสทำการคลกท สถสมครสอบแขงข กทเพอเขาสหนาขอมลสถ
การสอบแขงในตางๆ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-31.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 224.92px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 31 แสดงการเขาสหนาสถสมครสอบแขงข
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การเลอกแสดงขอมลของรอบการสอบตามทองการ ใหใชเมาสคลกชองรอบการสอบเพอทำการเลอกรอบการสอบเพอแสดงขอมลสถสมครสอบแขงขนทองการทราบขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-32.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 32 แสดงการเลอกรอบการทดสอบ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ตำแหนงแสดงชอหนาสถสมครสอบแขงข <br>
หมายเลข 2 องสำหรบเลอกรอบการสอบสมครสอบแขงขนสำหรบแสดงขอมลสถ
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การดาวนโหลดขอมลสถางๆ ออกมาในรปแบบไฟล xlsx เพอเอาขอมลไปตอยอดการใชงานโดยใหใชเมาสคล
<q-icon name="mdi-dots-vertical" style="margin: 0 5px; color: hsl(0, 0%, 18%);" size="xs"/>
มขวาบนในชองขอมลสถองการดาวนไฟลอม
คลกเลอก Inspect >> Data ระบบจะแสดงขอมลออกมาในรปแบบตาราง ใหทำการใชเมาสคล
<span
style="
background-color: #2196f3;
border: 1px solid #2196f3;
color: #ffffff;
font-size: 12px;
text-align: center;
display: inline-block;
padding: 0px 10px 0 10px;
margin-left: 5px;
margin-right: 5px;
"
>
Download CSV
</span>
และหากตองการใหหนาตางแสดงขอมลเตมจอใหทำการใชเมาสคล
<q-icon name="chevron_left" style="margin: 0 5px; color: hsl(0, 0%, 18%);" size="xs"/>
หรอหากตองการยกเลกการดอมลใหทำการคล
<q-icon name="mdi-close" style="margin: 0 5px; color: hsl(0, 0%, 18%);" size="xs"/>
เพอออกจากหนาตางแสดงผลขอมลในรปแบบตาราง
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-33.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 33 แสดงการเลอกรอบการทดสอบ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกขยายหนาจอขอมลและปมสำหรบคลกออกจากหนาดอม <br>
หมายเลข 2 องสำหรบแสดงขอมลจากรปแบบกราฟมาเปนขอมลแบบตารางขอม <br>
หมายเลข 3 มสำหรบคลกดาวนโหลดไฟลอมลออกมาในรปแบบไฟล xlsx
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การดาวนโหลดขอมลสถางๆ ออกมาในรปแบบไฟลปภาพเพอเอาขอมลไปตอยอดการใชงานโดยใหใชเมาสคล
<q-icon name="mdi-dots-vertical" style="margin: 0 5px; color: hsl(0, 0%, 18%);" size="xs"/>
มขวาบนในชองขอมลสถองการดาวนไฟลอม
คลกเลอก Share >>Link >> Direct link rendered image จากนนระบบจะทำการดาวนโหลดขอมลสถทำการเลอกขอมดาวนโหลดออกมาในรปแบบไฟลปภาพ และหากตองการ
<q-icon name="mdi-close" style="margin: 0 5px; color: hsl(0, 0%, 18%);" size="xs"/>
เพอออกจากหนาตางการดาวนโหลดขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-34.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 34 แสดงการดาวนโหลดขอมลสถออกเปนมาเปนขอมลรปภาพ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
มสำหรบคลกเพอบนทกขอมลสถเปนไฟลปภาพ
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.3 สอบแขงข
<span class="text-dark" style="font-weight: bold; font-size: 15px">
สถสมครสอบแขงข
</span>
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- การเขาสหนาสถการสมครสอบแขงขนใหใชเมาสคล สอบแขงข
จากนนระบบจะแสดงเมนอยใหใชเมาสทำการคลกท สถสมครสอบแขงข
กทเพอเขาสหนาขอมลสถ การสอบแขงในตางๆ
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-31.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 224.92px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 31 แสดงการเขาสหนาสถสมครสอบแขงข
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การเลอกแสดงขอมลของรอบการสอบตามทองการ
ใหใชเมาสคลกชองรอบการสอบเพอทำการเลอกรอบการสอบเพอแสดงขอมลสถสมครสอบแขงขนทองการทราบขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-32.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 32 แสดงการเลอกรอบการทดสอบ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 ตำแหนงแสดงชอหนาสถสมครสอบแขงข <br />
หมายเลข 2 องสำหรบเลอกรอบการสอบสมครสอบแขงขนสำหรบแสดงขอมลสถ
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การดาวนโหลดขอมลสถางๆ ออกมาในรปแบบไฟล xlsx
เพอเอาขอมลไปตอยอดการใชงานโดยใหใชเมาสคล
<q-icon
name="mdi-dots-vertical"
style="margin: 0 5px; color: hsl(0, 0%, 18%)"
size="xs"
/>
มขวาบนในชองขอมลสถองการดาวนไฟลอม คลกเลอก Inspect >>
Data ระบบจะแสดงขอมลออกมาในรปแบบตาราง ใหทำการใชเมาสคล
<span
style="
background-color: #2196f3;
border: 1px solid #2196f3;
color: #ffffff;
font-size: 12px;
text-align: center;
display: inline-block;
padding: 0px 10px 0 10px;
margin-left: 5px;
margin-right: 5px;
"
>
Download CSV
</span>
และหากตองการใหหนาตางแสดงขอมลเตมจอใหทำการใชเมาสคล
<q-icon
name="chevron_left"
style="margin: 0 5px; color: hsl(0, 0%, 18%)"
size="xs"
/>
หรอหากตองการยกเลกการดอมลใหทำการคล
<q-icon
name="mdi-close"
style="margin: 0 5px; color: hsl(0, 0%, 18%)"
size="xs"
/>
เพอออกจากหนาตางแสดงผลขอมลในรปแบบตาราง
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-33.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 33 แสดงการเลอกรอบการทดสอบ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1
มสำหรบคลกขยายหนาจอขอมลและปมสำหรบคลกออกจากหนาดอม <br />
หมายเลข 2 องสำหรบแสดงขอมลจากรปแบบกราฟมาเปนขอมลแบบตารางขอม
<br />
หมายเลข 3 มสำหรบคลกดาวนโหลดไฟลอมลออกมาในรปแบบไฟล xlsx
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การดาวนโหลดขอมลสถางๆ
ออกมาในรปแบบไฟลปภาพเพอเอาขอมลไปตอยอดการใชงานโดยใหใชเมาสคล
<q-icon
name="mdi-dots-vertical"
style="margin: 0 5px; color: hsl(0, 0%, 18%)"
size="xs"
/>
มขวาบนในชองขอมลสถองการดาวนไฟลอม คลกเลอก Share
>>Link >> Direct link rendered image
จากนนระบบจะทำการดาวนโหลดขอมลสถทำการเลอกขอมดาวนโหลดออกมาในรปแบบไฟลปภาพ
และหากตองการ
<q-icon
name="mdi-close"
style="margin: 0 5px; color: hsl(0, 0%, 18%)"
size="xs"
/>
เพอออกจากหนาตางการดาวนโหลดขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/4_staticompet/5-34.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 34 แสดงการดาวนโหลดขอมลสถออกเปนมาเปนขอมลรปภาพ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
มสำหรบคลกเพอบนทกขอมลสถเปนไฟลปภาพ
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,12 +5,12 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<!--
<q-card
flat
bordered
@ -26,441 +26,463 @@ const text = ref("");
หนาจดการระบบสรรหา
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.4 ดเลอก
<span class="text-dark" style="font-weight: bold; font-size: 15px;">
ดการรอบคดเลอก
</span>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- เมอตองการเขาหนาระบบสรรหาเพอจดการรอบการสอบ รอบคดเลอก หรอการตงคาเวบสรรหาใหทำการคลกแถบเมน สรรหา ทางดานซายของระบบ งร
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-35.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 315.39px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 35 แสดงการเขาสหนาจดการรอบคดเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การเพมรอบการคดเลอกใหทำการใชเมาสคล
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
หน ดการรอบคดเลอก จากนนทำการกรอกขอมลเพอเพมรอบสอบการคดเลอกใหครบตามทระบบแนะนำ หรอหาก
องการแกไขขอมลในภายหนาใหทำการดบเบลคลกทรายชอสมครสอบคดเลอกทองการแกไขขอมลและถาหากตองการยกเลกการเพมหรอบนทกขอมลใหใชเมาสคล
<q-icon name="mdi-arrow-left" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอยอนกลบไปยงหนาแรก ดการรอบคดเลอก หรอยกเลกการเพมขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-36.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 36 แสดงเพมขอมลเพมรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกชอรอบคดเลอก/อประกาศ <br>
หมายเลข 2 องสำหรบกรอกรอบการสอบ(คร) <br>
หมายเลข 3 องสำหรบกรอกคาธรรมเนยมสมครสอบคดเลอก <br>
หมายเลข 4 องสำหรบคลกเลอกปงบประมาณ <br>
หมายเลข 5 องสำหรบคลกเลอกวนทสอบคดเลอก <br>
หมายเลข 6 องสำหรบคลกเลอกวนทประกาศรบสมครคดเลอก <br>
หมายเลข 7 องสำหรบคลกเลอกวนทสมครสอบคดเลอก <br>
หมายเลข 8 องสำหรบคลกเลอกวนทชำระเง <br>
หมายเลข 9 องสำหรบคลกเลอกวนทประกาศผลสอบ <br>
หมายเลข 10 องสำหรบคลกเลอกรหสสวนราชการ <br>
หมายเลข 11 องสำหรบคลกเลอกหนวยงาน <br>
หมายเลข 12 มสำหรบคลกเพอยอนกลบหรอคลกเพอยกเลกการเพมขอมลรอบคดเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การเพมขอมลตำแหนงทจะทำการสอบคดเลอกใหทำการใชเมาสคล
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
ในชองตาราง ตำแหน จากนนทำการกรอกขอมลตำแหนงใหครบตามทระบบแนะนำ หรอหากทำการ
นทกขอมลไปกอนหนานแลวตองการลบขอมลตำแหนงทงใหทำการเลอนลงมาทตาราง ตำแหน และทำการใชเมาสคล
<q-icon name="mdi-delete" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
เพอลบตำแหนงทองการสมครคดเลอกออก และทำการเลอกวการชำระเงนสมครสอบคดเลอกดวยการคล
<q-icon name="mdi-radiobox-marked" style="margin: 0 5px; color: #2196f3;" size="xs"/>
เลอกในชองวการชำระเงนทองการในตาราง เลอกวการชำระเง
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-37.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 37 แสดงตารางการเพมตำแหนงทองการสมครคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกตำแหนงทจะเปดสมครสอบคดเลอก <br>
หมายเลข 2 องคลกเลอกวาตองการวปรญญาตรในการสมครสอบคดเลอกหรอไม <br>
หมายเลข 3 องสำหรบคลกเลอกประเภทแบบฟอรมการสมครคดเลอก <br>
หมายเลข 4 มสำหรบคลกเพอลบขอมลการเพมตำแหนงทบสมครสอบคดเลอก <br>
หมายเลข 5 องสำหรบคลกเลอกวการชำระเงนการสมครสอบคดเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- การเพมขอมลรปภาพประกอบหรอเอกสารประกอบใหทำการใชเมาสคล ตาราง
<q-icon name="mdi-plus"
style="margin: 0 5px;
color: #00aa86;
border: 1px solid #00aa86;
border-radius: 2px;
"
size="xs"/>
ปภาพประกอบ และชอง เอกสารประกอบ หรอหากตองการเพมรายละเอยดขอมลการ
สมครสอบคดเลอกเพมเตมใหทำการกรอกขอมลทตาราง รายละเอยด โดยสามารถจดเรยงรปแบบฟอนตจากในระบบได หรอหากตองการกรอกรายละเอยดหมายเหตทำการคลกกรอก
ไดตารางหมายเหต หลงจากทไดทำการกรอกขอมลเพมรอบคดเลอกเสรจสนหมดแล ใหทำการใชเมาสคล
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอยนยนการบนทกขอมลการเพมหรอแกไขรอบคดเลอก
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-38.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 38 แสดงตารางการเพมตำแหนงทองการสมครคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพมรปภาพประกอบการสมครคดเลอก <br>
หมายเลข 2 องสำหรบคลกเพมเอกสารประกอบ <br>
หมายเลข 3 องสำหรบกรอกขอมลรายละเอยดเพมเตมการสมครคดเลอก <br>
หมายเลข 4 องสำหรบกรอกขอมลหมายเหตการณสมครคดเลอก
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- หากตองการลบรายการรอบสอบคดเลอก ใหทำการใชเมาสคล
<q-icon name="mdi-delete" style="margin: 0 5px; color: hsl(0, 100%, 50%);" size="xs"/>
และยนยนการลบขอมลรายการสอบสมครคดเลอก งร
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-39.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 39 แสดงการลบรายการขอมลสมครสอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอลบรายการสอบคดเลอก
</div>
</div>
<div class="col-12 row">
<div
style="margin-top:50px;
margin-left: 10px">
- และหากตองการโพสตเพอประกาศขาวไมการสมครสอบใดๆ ใหทำการใชเมาสคล
<div class="q-toggle__inner relative-position non-selectable q-toggle__inner--falsy" aria-hidden="true"
style="font-size: 24px; display: inline-block; padding: 0 0.3em !important ; height: 0.45em;">
<div class="q-toggle__track"></div>
<div class="q-toggle__thumb absolute flex flex-center no-wrap" style="top: -0.07em;" ></div>
</div>
ประกาศขาวทวไป ใหเป
<div class="q-toggle__inner relative-position non-selectable q-toggle__inner--truthy text-positive" aria-hidden="true"
style="font-size: 24px; display: inline-block; padding: 0 0.3em !important ; height: 0.45em;">
<div class="q-toggle__thumb absolute flex flex-center no-wrap" style="top: -0.07em;"></div>
<div class="q-toggle__track"></div>
</div>
จากนนระบบจะแสดงหนากรอกขอมลเพอประกาศ
และใหทำการกรอกขอมลรายละเอยดทองกรประกาศ และหลงจากทกรอกขอมลประกาศขาวทวไปเสรจเรยบรอยแล ใหทำการใชเมาสคล
<q-icon name="mdi-content-save-outline" style="margin: 0 5px; color: #01435F;" size="xs"/>
เพอยนยนการบนทกขอมลประกาศ
าวทวไป หรอตองการยกเลกการประกาศขาวทวไปหรอยกเลกการกรอกขอมลใหทำการใชเมาสคล
<q-icon name="mdi-arrow-left" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอยอนกลบไปยงหนาแรก
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-40.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 40 แสดงการเพมขอมลประกาศขาวทวไป
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบเปดเพอประกาศขาวทวไป หรอปดเพอประกาศสอบคดเลอก <br>
หมายเลข 2 องสำหรบกรอกชอรอบคดเลอก/อประกาศ <br>
หมายเลข 3 องสำหรบคลกเลอกวนทประกาศขาวทวไป <br>
หมายเลข 4 องสำหรบเพมรปภาพประกอบประกาศขาวทวไป <br>
หมายเลข 5 องสำหรบเพมเอกสารประกอบประกาศขาวทวไป
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- หากตองการคนหาขอมลรายการสอบคดเลอกหรอประกาศขาวทวไปททำการบนทกใหทำการคล
<q-icon name="mdi-magnify" style="margin: 0 5px; color: #AFAFAF;" size="xs"/>
องคนหาและทำการกรอกขอมลทเกยวของกบบนทกกอนหนานลงไประบบ
จะแสดงขอมลททำการคนหา แตหากตองการยกเลกการดอมลททำการคนหาใหทำการใชเมาสคลกท
<q-icon name="mdi-close" style="margin: 0 5px; color: #AFAFAF;" size="xs"/>
ในชองกรอกขอมลคนหาเพอยกเลกคนหาขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-41.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 41 แสดงตารางการคนหาขอมลจดการรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลรายการรอบคดเลอกขนสำหรบการคนหา <br>
หมายเลข 2 องสำหรบแสดงขอมลรายการรอบคดเลอกจากการกรอกขอมลเพอคนหา
</div>
</div>
<div class="col-12">
<p
style="margin-top:50px;
margin-left: 10px">
- หากตองการใหตารางแสดงคอลมนอมลตามทองการใหใชเมาสคล
<q-icon name="mdi-menu-down" style="margin: 0 5px; color: #AFAFAF;" size="sm"/>
ในชองคอลมนเพอทำการเลอกหวขอคอลมนแสดงขอมลของตาราง ดการรอบคดเลอก องการและหากตองการใหตารางแสดงหวขอคอลมนเพมขนหรอใหตารางทำการแสดงหวขอคอลมนเหมอนเดมใหทำการใชเมาสคลกทรายชอหวขอตารางใหกลบมาเปนสเขยวเหมอนเดมหวขอคอลมนจะแสดงเหมอนเด
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-42.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 42 แสดงตารางการเลอกคอลมนแสดงขอมลจดการรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพอเลอกหวคอลมนแสดงขอมลจดการรอบคดเลอก <br>
หมายเลข 2 องสำหรบแสดงขอมลหวคอลมนใชในการเลอกแสดงขอมลจดการรอบคดเลอก <br>
หมายเลข 3 องสำหรบแสดงตารางขอมลจดการรอบคดเลอกตามคอลมนทำการเลอก
</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.4 ดเลอก
<span class="text-dark" style="font-weight: bold; font-size: 15px">
ดการรอบคดเลอก
</span>
</div>
</div>
<div class="col-12" style="margin-top: 20px; margin-left: 10px">
- เมอตองการเขาหนาระบบสรรหาเพอจดการรอบการสอบ รอบคดเลอก
หรอการตงคาเวบสรรหาใหทำการคลกแถบเมน สรรหา ทางดานซายของระบบ
งร
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-35.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
width: 255px;
height: 315.39px;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 35 แสดงการเขาสหนาจดการรอบคดเลอก
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การเพมรอบการคดเลอกใหทำการใชเมาสคล
<q-icon
name="mdi-plus"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
หน ดการรอบคดเลอก
จากนนทำการกรอกขอมลเพอเพมรอบสอบการคดเลอกใหครบตามทระบบแนะนำ
หรอหาก
องการแกไขขอมลในภายหนาใหทำการดบเบลคลกทรายชอสมครสอบคดเลอกทองการแกไขขอมลและถาหากตองการยกเลกการเพมหรอบนทกขอมลใหใชเมาสคล
<q-icon
name="mdi-arrow-left"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอยอนกลบไปยงหนาแรก ดการรอบคดเลอก หรอยกเลกการเพมขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-36.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 36 แสดงเพมขอมลเพมรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกชอรอบคดเลอก/อประกาศ <br />
หมายเลข 2 องสำหรบกรอกรอบการสอบ(คร) <br />
หมายเลข 3 องสำหรบกรอกคาธรรมเนยมสมครสอบคดเลอก <br />
หมายเลข 4 องสำหรบคลกเลอกปงบประมาณ <br />
หมายเลข 5 องสำหรบคลกเลอกวนทสอบคดเลอก <br />
หมายเลข 6 องสำหรบคลกเลอกวนทประกาศรบสมครคดเลอก <br />
หมายเลข 7 องสำหรบคลกเลอกวนทสมครสอบคดเลอก <br />
หมายเลข 8 องสำหรบคลกเลอกวนทชำระเง <br />
หมายเลข 9 องสำหรบคลกเลอกวนทประกาศผลสอบ <br />
หมายเลข 10 องสำหรบคลกเลอกรหสสวนราชการ <br />
หมายเลข 11 องสำหรบคลกเลอกหนวยงาน <br />
หมายเลข 12
มสำหรบคลกเพอยอนกลบหรอคลกเพอยกเลกการเพมขอมลรอบคดเลอก
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การเพมขอมลตำแหนงทจะทำการสอบคดเลอกใหทำการใชเมาสคล
<q-icon
name="mdi-plus"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
ในชองตาราง ตำแหน จากนนทำการกรอกขอมลตำแหนงใหครบตามทระบบแนะนำ
หรอหากทำการ
นทกขอมลไปกอนหนานแลวตองการลบขอมลตำแหนงทงใหทำการเลอนลงมาทตาราง
ตำแหน และทำการใชเมาสคล
<q-icon
name="mdi-delete"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
เพอลบตำแหนงทองการสมครคดเลอกออก
และทำการเลอกวการชำระเงนสมครสอบคดเลอกดวยการคล
<q-icon
name="mdi-radiobox-marked"
style="margin: 0 5px; color: #2196f3"
size="xs"
/>
เลอกในชองวการชำระเงนทองการในตาราง เลอกวการชำระเง
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-37.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 37 แสดงตารางการเพมตำแหนงทองการสมครคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเลอกตำแหนงทจะเปดสมครสอบคดเลอก <br />
หมายเลข 2
องคลกเลอกวาตองการวปรญญาตรในการสมครสอบคดเลอกหรอไม <br />
หมายเลข 3 องสำหรบคลกเลอกประเภทแบบฟอรมการสมครคดเลอก <br />
หมายเลข 4
มสำหรบคลกเพอลบขอมลการเพมตำแหนงทบสมครสอบคดเลอก <br />
หมายเลข 5 องสำหรบคลกเลอกวการชำระเงนการสมครสอบคดเลอก
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- การเพมขอมลรปภาพประกอบหรอเอกสารประกอบใหทำการใชเมาสคล
ตาราง
<q-icon
name="mdi-plus"
style="
margin: 0 5px;
color: #00aa86;
border: 1px solid #00aa86;
border-radius: 2px;
"
size="xs"
/>
ปภาพประกอบ และชอง เอกสารประกอบ
หรอหากตองการเพมรายละเอยดขอมลการ
สมครสอบคดเลอกเพมเตมใหทำการกรอกขอมลทตาราง รายละเอยด
โดยสามารถจดเรยงรปแบบฟอนตจากในระบบได
หรอหากตองการกรอกรายละเอยดหมายเหตทำการคลกกรอก ไดตารางหมายเหต
หลงจากทไดทำการกรอกขอมลเพมรอบคดเลอกเสรจสนหมดแล
ใหทำการใชเมาสคล
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอยนยนการบนทกขอมลการเพมหรอแกไขรอบคดเลอก
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-38.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 38 แสดงตารางการเพมตำแหนงทองการสมครคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพมรปภาพประกอบการสมครคดเลอก <br />
หมายเลข 2 องสำหรบคลกเพมเอกสารประกอบ <br />
หมายเลข 3 องสำหรบกรอกขอมลรายละเอยดเพมเตมการสมครคดเลอก <br />
หมายเลข 4 องสำหรบกรอกขอมลหมายเหตการณสมครคดเลอก
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- หากตองการลบรายการรอบสอบคดเลอก ใหทำการใชเมาสคล
<q-icon
name="mdi-delete"
style="margin: 0 5px; color: hsl(0, 100%, 50%)"
size="xs"
/>
และยนยนการลบขอมลรายการสอบสมครคดเลอก งร
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-39.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 39 แสดงการลบรายการขอมลสมครสอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบคลกเพอลบรายการสอบคดเลอก
</div>
</div>
<div class="col-12 row">
<div style="margin-top: 50px; margin-left: 10px">
- และหากตองการโพสตเพอประกาศขาวไมการสมครสอบใดๆ
ใหทำการใชเมาสคล
<div
class="q-toggle__inner relative-position non-selectable q-toggle__inner--falsy"
aria-hidden="true"
style="
font-size: 24px;
display: inline-block;
padding: 0 0.3em !important ;
height: 0.45em;
"
>
<div class="q-toggle__track"></div>
<div
class="q-toggle__thumb absolute flex flex-center no-wrap"
style="top: -0.07em"
></div>
</div>
ประกาศขาวทวไป ใหเป
<div
class="q-toggle__inner relative-position non-selectable q-toggle__inner--truthy text-positive"
aria-hidden="true"
style="
font-size: 24px;
display: inline-block;
padding: 0 0.3em !important ;
height: 0.45em;
"
>
<div
class="q-toggle__thumb absolute flex flex-center no-wrap"
style="top: -0.07em"
></div>
<div class="q-toggle__track"></div>
</div>
จากนนระบบจะแสดงหนากรอกขอมลเพอประกาศ
และใหทำการกรอกขอมลรายละเอยดทองกรประกาศ
และหลงจากทกรอกขอมลประกาศขาวทวไปเสรจเรยบรอยแล
ใหทำการใชเมาสคล
<q-icon
name="mdi-content-save-outline"
style="margin: 0 5px; color: #01435f"
size="xs"
/>
เพอยนยนการบนทกขอมลประกาศ าวทวไป
หรอตองการยกเลกการประกาศขาวทวไปหรอยกเลกการกรอกขอมลใหทำการใชเมาสคล
<q-icon
name="mdi-arrow-left"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอยอนกลบไปยงหนาแรก
</div>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-40.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 40 แสดงการเพมขอมลประกาศขาวทวไป
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 มสำหรบเปดเพอประกาศขาวทวไป
หรอปดเพอประกาศสอบคดเลอก <br />
หมายเลข 2 องสำหรบกรอกชอรอบคดเลอก/อประกาศ <br />
หมายเลข 3 องสำหรบคลกเลอกวนทประกาศขาวทวไป <br />
หมายเลข 4 องสำหรบเพมรปภาพประกอบประกาศขาวทวไป <br />
หมายเลข 5 องสำหรบเพมเอกสารประกอบประกาศขาวทวไป
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
-
หากตองการคนหาขอมลรายการสอบคดเลอกหรอประกาศขาวทวไปททำการบนทกใหทำการคล
<q-icon
name="mdi-magnify"
style="margin: 0 5px; color: #afafaf"
size="xs"
/>
องคนหาและทำการกรอกขอมลทเกยวของกบบนทกกอนหนานลงไประบบ
จะแสดงขอมลททำการคนหา
แตหากตองการยกเลกการดอมลททำการคนหาใหทำการใชเมาสคลกท
<q-icon
name="mdi-close"
style="margin: 0 5px; color: #afafaf"
size="xs"
/>
ในชองกรอกขอมลคนหาเพอยกเลกคนหาขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-41.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 41 แสดงตารางการคนหาขอมลจดการรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบกรอกขอมลรายการรอบคดเลอกขนสำหรบการคนหา <br />
หมายเลข 2
องสำหรบแสดงขอมลรายการรอบคดเลอกจากการกรอกขอมลเพอคนหา
</div>
</div>
<div class="col-12">
<p style="margin-top: 50px; margin-left: 10px">
- หากตองการใหตารางแสดงคอลมนอมลตามทองการใหใชเมาสคล
<q-icon
name="mdi-menu-down"
style="margin: 0 5px; color: #afafaf"
size="sm"
/>
ในชองคอลมนเพอทำการเลอกหวขอคอลมนแสดงขอมลของตาราง
ดการรอบคดเลอก
องการและหากตองการใหตารางแสดงหวขอคอลมนเพมขนหรอใหตารางทำการแสดงหวขอคอลมนเหมอนเดมใหทำการใชเมาสคลกทรายชอหวขอตารางใหกลบมาเปนสเขยวเหมอนเดมหวขอคอลมนจะแสดงเหมอนเด
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/5_qualifiers/5-42.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 42 แสดงตารางการเลอกคอลมนแสดงขอมลจดการรอบคดเลอก
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบคลกเพอเลอกหวคอลมนแสดงขอมลจดการรอบคดเลอก
<br />
หมายเลข 2
องสำหรบแสดงขอมลหวคอลมนใชในการเลอกแสดงขอมลจดการรอบคดเลอก
<br />
หมายเลข 3
องสำหรบแสดงตารางขอมลจดการรอบคดเลอกตามคอลมนทำการเลอก
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -26,94 +26,85 @@ const text = ref("");
หนาจดการระบบสรรหา
</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.4 ดเลอก
<span class="text-dark" style="font-weight: bold; font-size: 15px;">
ดการรอบคดเลอกคนพการ
</span>
</div>
<div class="col-12">
<p
style="margin-top:20px;
margin-left: 10px">
- การเพมรอบการคดเลอกคนพการใหทำการใชเมาสคล
<q-icon name="mdi-plus" style="margin: 0 5px; color: #00aa86;" size="xs"/>
หน ดการรอบคดเลอกคนพการ จากนนทำการกรอกขอมลเพอเพมรอบสอบการคดเลอกคนพการใหครบตาม
ระบบแนะนำ หรอหากตองการแกไขขอมลในภายหนาใหทำการดบเบลคลกทรายชอสมครสอบคดเลอกทองการแกไขขอม และถาหากตองการยกเลกการเพมหรอบนทกขอมลใหใช
เมาสคล
<q-icon name="mdi-arrow-left" style="margin: 0 5px; color: #00aa86;" size="xs"/>
เพอยอนกลบไปยงหนาแรก ดการรอบคดเลอก หรอยกเลกการเพมขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/6_disabilities/5-43.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97B2DE; ;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 43 แสดงตารางการเพมขอมลการคดเลอกคนพการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบการกรอกชอรอบคดเลอกคนพการ <br>
หมายเลข 2 องสำหรบคลกเพอเพมหรอคลกกรอกรอบการสอบ (คร) <br>
หมายเลข 3 องสำหรบคลกเลอกปงบประมาณ <br>
หมายเลข 4 องสำหรบกรอกคาธรรมเนยมการสอบคดเลอก <br>
หมายเลข 5 องสำหรบคลกเลอกวนทสอบคดเลอกคนพการ <br>
หมายเลข 6 องสำหรบคลกเลอกวนทประกาศการสอบคดเลอกคนพการ <br>
หมายเลข 7 องสำหรบคลกเลอกวนทสมครสอบคดเลอกคนพการ <br>
หมายเลข 8 องสำหรบคลกเลอกวนทชำระเงนสอบคดเลอกคนพการ <br>
หมายเลข 9 องสำหรบคลกเลอกวนทประกาศผลสอบคดเลอกคนพการ <br>
หมายเลข 10 องสำหรบคลกเพมรปภาพประกอบการประกาศสมครสอบรอบคดเลอกคนพการ <br>
หมายเลข 11 องสำหรบคลกเพมเอกสารประกอบการประกาศสมครสอบรอบคดเลอกคนพการ
</div>
</div>
</q-card>
<q-card
flat
bordered
class="col-12 q-pa-md"
style="border-radius: 0px 0px 8px 8px"
>
<div style="font-weight: bold; font-size: 15px; color: #00aa86">
5.4 ดเลอก
<span class="text-dark" style="font-weight: bold; font-size: 15px">
ดการรอบคดเลอกคนพการ
</span>
</div>
</div>
<div class="col-12">
<p style="margin-top: 20px; margin-left: 10px">
- การเพมรอบการคดเลอกคนพการใหทำการใชเมาสคล
<q-icon
name="mdi-plus"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
หน ดการรอบคดเลอกคนพการ
จากนนทำการกรอกขอมลเพอเพมรอบสอบการคดเลอกคนพการใหครบตาม
ระบบแนะนำ
หรอหากตองการแกไขขอมลในภายหนาใหทำการดบเบลคลกทรายชอสมครสอบคดเลอกทองการแกไขขอม
และถาหากตองการยกเลกการเพมหรอบนทกขอมลใหใช เมาสคล
<q-icon
name="mdi-arrow-left"
style="margin: 0 5px; color: #00aa86"
size="xs"
/>
เพอยอนกลบไปยงหนาแรก ดการรอบคดเลอก หรอยกเลกการเพมขอม
</p>
</div>
<div class="col-12">
<q-img
src="@/assets/manual/05_recruitment/6_disabilities/5-43.png"
style="
display: block;
margin: 0 auto;
border-radius: 20px;
margin-top: 20px;
border: 1px solid #97b2de;
"
/>
<div class="text-center text-grey-6" style="margin-top: 20px">
ปภาพท 5 43 แสดงตารางการเพมขอมลการคดเลอกคนพการ
</div>
<div
style="
margin-top: 20px;
padding: 10px;
background-color: #f3f3f3;
font-size: 14px;
color: #000000;
border-radius: 5px;
"
>
หมายเลข 1 องสำหรบการกรอกชอรอบคดเลอกคนพการ <br />
หมายเลข 2 องสำหรบคลกเพอเพมหรอคลกกรอกรอบการสอบ (คร) <br />
หมายเลข 3 องสำหรบคลกเลอกปงบประมาณ <br />
หมายเลข 4 องสำหรบกรอกคาธรรมเนยมการสอบคดเลอก <br />
หมายเลข 5 องสำหรบคลกเลอกวนทสอบคดเลอกคนพการ <br />
หมายเลข 6 องสำหรบคลกเลอกวนทประกาศการสอบคดเลอกคนพการ <br />
หมายเลข 7 องสำหรบคลกเลอกวนทสมครสอบคดเลอกคนพการ <br />
หมายเลข 8 องสำหรบคลกเลอกวนทชำระเงนสอบคดเลอกคนพการ <br />
หมายเลข 9 องสำหรบคลกเลอกวนทประกาศผลสอบคดเลอกคนพการ <br />
หมายเลข 10
องสำหรบคลกเพมรปภาพประกอบการประกาศสมครสอบรอบคดเลอกคนพการ
<br />
หมายเลข 11
องสำหรบคลกเพมเอกสารประกอบการประกาศสมครสอบรอบคดเลอกคนพการ
</div>
</div>
</q-card>
<!-- </div>
</div> -->
</template>

View file

@ -5,13 +5,13 @@ const text = ref("");
</script>
<template>
<div class="row col-12">
<!-- <div class="row col-12">
<div class="col-9">
<div class="toptitle text-dark col-12 row items-center">
อการใชงานระบบบรหารทรพยากรบคคลของกรงเทพมหานคร
</div>
</div> -->
<q-card
<!-- <q-card
flat
bordered
class="col-12 q-pa-md"
@ -26,7 +26,7 @@ const text = ref("");
หนาจดการระบบสรรหา
</div>
</div>
</q-card>
</q-card> -->
<q-card
flat
@ -519,8 +519,8 @@ const text = ref("");
</q-card>
</div>
</div>
<!-- </div>
</div> -->
</template>

View file

@ -0,0 +1,87 @@
<script setup lang="ts">
import recruitmain from "./51_main.vue";
import recruitSetting from "./52_setting.vue";
import recruitManage from "./53_managecompet.vue";
import recruitstati from "./54_staticompet.vue";
import recruitQualifiers from "./55_qualifiers.vue";
import recruitDisabilities from "./56_disabilities.vue";
import recruitSelection from "./57_selection.vue";
</script>
<template>
<div class="col-12 row">
<div
class="toptitle text-dark col-12 row items-center"
style="padding-top: 40px"
>
อการใชงานระบบจดการระบบสรรหา
</div>
<div class="row col-12 q-gutter-xs">
<div
id="recruitmain"
name="1"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitmain />
</div>
<div
id="recruitSetting"
name="2"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitSetting />
</div>
<!-- <div
id="recruitManage"
name="3"
class="row col-12 information"
style="padding-bottom: 60px"
>
สอบแขงข
</div> -->
<div
id="recruitManage"
name="3"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitManage />
</div>
<div
id="recruitstati"
name="4"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitstati />
</div>
<div
id="recruitQualifiers"
name="5"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitQualifiers />
</div>
<div
id="recruitDisabilities"
name="6"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitDisabilities />
</div>
<div
id="recruitSelection"
name="7"
class="row col-12 information"
style="padding-bottom: 60px"
>
<recruitSelection />
</div>
</div>
</div>
</template>
<style scoped></style>

View file

@ -16,7 +16,7 @@ const Dataemployee = () => import("@/modules/01_manual/components/2_data/25_Empl
const Datacalendar = () => import("@/modules/01_manual/components/2_data/26_Calendar.vue");
const Datalnsignia = () => import("@/modules/01_manual/components/2_data/27_Insignia.vue");
const viewStructure = () => import("@/modules/01_manual/components/3_Structure/view.vue")
const Structuremain = () => import("@/modules/01_manual/components/3_Structure/31_Main.vue");
const Structureposition = () => import("@/modules/01_manual/components/3_Structure/32_Position.vue");
const Structurestructure = () => import("@/modules/01_manual/components/3_Structure/33_Structure.vue");
@ -27,15 +27,16 @@ const Structurereport = () => import("@/modules/01_manual/components/3_Structure
const Structurechartemploy = () => import("@/modules/01_manual/components/3_Structure/38_chartemploy.vue");
const registmain = () => import("@/modules/01_manual/components/4_ registration/41_main.vue");
const registfind = () => import("@/modules/01_manual/components/4_ registration/42_find.vue");
const registdetail = () => import("@/modules/01_manual/components/4_ registration/43_detail.vue");
const registedit = () => import("@/modules/01_manual/components/4_ registration/44_edit.vue");
const registselect = () => import("@/modules/01_manual/components/4_ registration/45_select.vue");
const registwindow = () => import("@/modules/01_manual/components/4_ registration/46_window.vue");
const viewRegist = () => import("@/modules/01_manual/components/4_registration/view.vue")
// const registmain = () => import("@/modules/01_manual/components/4_ registration/41_main.vue");
// const registfind = () => import("@/modules/01_manual/components/4_ registration/42_find.vue");
// const registdetail = () => import("@/modules/01_manual/components/4_ registration/43_detail.vue");
// const registedit = () => import("@/modules/01_manual/components/4_ registration/44_edit.vue");
// const registselect = () => import("@/modules/01_manual/components/4_ registration/45_select.vue");
// const registwindow = () => import("@/modules/01_manual/components/4_ registration/46_window.vue");
const viewRecruit = () => import("@/modules/01_manual/components/5_recruitment/view.vue")
const recruitmain = () => import("@/modules/01_manual/components/5_recruitment/51_main.vue");
const recruitsetting = () => import("@/modules/01_manual/components/5_recruitment/52_setting.vue");
@ -218,7 +219,7 @@ export default [
{
path: "/structuremain",
name: "structuremain",
component: Structuremain,
component: viewStructure,
meta: {
Auth: true,
Key: [10],
@ -310,7 +311,7 @@ export default [
{
path: "/registrationmain",
name: "registmain",
component: registmain,
component: viewRegist,
meta: {
Auth: true,
Key: [10],
@ -319,61 +320,61 @@ export default [
},
{
path: "/Registration/find",
name: "registfind",
component: registfind,
meta: {
Auth: true,
Key: [10],
Role: "order",
},
},
// {
// path: "/Registration/find",
// name: "registfind",
// component: registfind,
// meta: {
// Auth: true,
// Key: [10],
// Role: "order",
// },
// },
{
path: "/Registration/detail",
name: "registdetail",
component: registdetail,
meta: {
Auth: true,
Key: [10],
Role: "order",
},
},
// {
// path: "/Registration/detail",
// name: "registdetail",
// component: registdetail,
// meta: {
// Auth: true,
// Key: [10],
// Role: "order",
// },
// },
{
path: "/Registration/edit",
name: "registedit",
component: registedit,
meta: {
Auth: true,
Key: [10],
Role: "order",
},
},
// {
// path: "/Registration/edit",
// name: "registedit",
// component: registedit,
// meta: {
// Auth: true,
// Key: [10],
// Role: "order",
// },
// },
{
path: "/Registration/select",
name: "registselect",
component: registselect,
meta: {
Auth: true,
Key: [10],
Role: "order",
},
},
// {
// path: "/Registration/select",
// name: "registselect",
// component: registselect,
// meta: {
// Auth: true,
// Key: [10],
// Role: "order",
// },
// },
{
path: "/Registration/window",
name: "registwindow",
component: registwindow,
meta: {
Auth: true,
Key: [10],
Role: "order",
},
},
// {
// path: "/Registration/window",
// name: "registwindow",
// component: registwindow,
// meta: {
// Auth: true,
// Key: [10],
// Role: "order",
// },
// },
@ -382,7 +383,7 @@ export default [
{
path: "/recruitmain",
name: "recruitmain",
component: recruitmain,
component: viewRecruit,
meta: {
Auth: true,
Key: [10],

View file

@ -1,5 +1,5 @@
<script setup lang="ts">
import { ref, onMounted, onUnmounted } from "vue";
import { ref, onMounted, onUnmounted, watch } from "vue";
import keycloak from "@/plugins/keycloak";
import { useRoute, useRouter } from "vue-router";
import { useDataStore } from "@/stores/data";
@ -20,6 +20,8 @@ import {
tabListLogin,
tabListDatamain,
tabStructuremain,
tabRegistration,
tabRecruit,
tabList,
// tabListPlacement,
} from "../interface/request/main/main";
@ -91,8 +93,6 @@ const tabScroll = () => {
return route.name == "registryDetail";
};
const tabLogin = async () => {
await setListTab();
let namePath = menuList[1].children.find((e: any) => e.path === route.path);
if (namePath) {
return true;
@ -135,7 +135,7 @@ const onScroll = (scroll: ScrollType) => {
* updateScroll เป function active แทปดานขวา
*/
const updateScroll = (position: number) => {
console.log(position);
// console.log(position);
// position undifind position top scroll
if (position === void 0) {
@ -149,6 +149,29 @@ const updateScroll = (position: number) => {
for (const i in listTab.value) {
const section = listTab.value[i];
const item = document.getElementById(section.tag);
// console.log(section.childern);
if (section.childern) {
for (const x in section.childern) {
const sectionchildern = section.childern[x];
const itemchildern = document.getElementById(sectionchildern.tag);
console.log(sectionchildern);
if (itemchildern === null) {
continue;
}
if (itemchildern.offsetTop >= position + 155) {
console.log(last);
if (last === void 0) {
last = sectionchildern.tag;
}
break;
} else {
last = sectionchildern.tag;
}
}
}
/**
* วนหา id ของ div หนาน
* เมอหาไมเจอใหไปตอตวตอไป
@ -174,6 +197,7 @@ const updateScroll = (position: number) => {
* ใช เซ active ใหเปนแทปส
* และใช scrollIntoView ายตำแหน activeโดยการเลอนไปหา
*/
if (last !== void 0) {
changeTab(last);
const tocEl = document.getElementById("tab--" + last);
@ -204,14 +228,23 @@ onMounted(async () => {
});
const setListTab = () => {
console.log(route.name);
if (route.name == "manual") {
listTab.value = tabListLogin;
} else if (route.name == "datamain") {
listTab.value = tabListDatamain;
} else if (route.name == "structuremain") {
listTab.value = tabStructuremain;
} else if (route.name == "registmain") {
listTab.value = tabRegistration;
} else if (route.name == "recruitmain") {
listTab.value = tabRecruit;
}
};
watch(route, () => {
setListTab();
});
/**
* เมอออกจากโปรแกรม ให ยกเลกการฟ event resize
@ -866,26 +899,49 @@ const clickTag = (val: string) => {
>
<q-scroll-area class="fit">
<q-list padding>
<q-item
v-for="(tabItem, index) in listTab"
:key="index"
:id="'tab--' + tabItem.tag"
class="tabNative"
active-class="text-blue-7 active-item text-weight-medium tabActive"
:active="activeTab(tabItem.tag)"
clickable
v-ripple
dense
exact
@click="tagClick(tabItem.tag)"
>
<q-item-section>
<q-item-label
><q-icon size="11px" name="mdi-circle-medium" />
<span class="q-pl-xs">{{ tabItem.label }}</span>
</q-item-label>
</q-item-section>
</q-item>
<div v-for="(tabItem, index) in listTab" :key="index">
<q-item
:id="'tab--' + tabItem.tag"
class="tabNative"
active-class="text-blue-7 active-item text-weight-medium tabActive"
:active="activeTab(tabItem.tag)"
clickable
v-ripple
dense
exact
@click="tagClick(tabItem.tag)"
>
<q-item-section>
<q-item-label
><q-icon size="11px" name="mdi-circle-medium" />
<span class="q-pl-xs">{{ tabItem.label }}</span>
</q-item-label>
</q-item-section>
</q-item>
<div v-if="route.name == 'recruitmain'">
<q-item
v-if="route.name == 'recruitmain'"
v-for="(childItem, childIndex) in tabItem.childern"
:key="'child-' + childIndex"
:id="'tab--' + childItem.tag"
class="tabNative child-tab"
active-class="text-blue-7 active-item text-weight-medium tabActive"
:active="activeTab(childItem.tag)"
clickable
v-ripple
dense
exact
@click="tagClick(childItem.tag)"
>
<q-item-section>
<q-item-label>
<!-- <q-icon size="11px" name="mdi-circle-small" /> -->
<span class="q-pl-xl">{{ childItem.label }}</span>
</q-item-label>
</q-item-section>
</q-item>
</div>
</div>
</q-list>
</q-scroll-area>
</q-drawer>