รวมไฟล์แก้งานงวด2

This commit is contained in:
Kittapath 2023-07-10 10:10:46 +07:00
parent 79889c9464
commit 2249097b07
89 changed files with 11287 additions and 7048 deletions

View file

@ -469,7 +469,7 @@ const lists = ref<DataListsObject[]>([
{ name: "ข้อมูลเครื่องราชอิสริยาภรณ์", count: 0, id: 6 },
]);
const tabsPerson = [
{ label: "คำนำหน้า", value: "person_prefix" },
{ label: "คำนำหน้าชื่อ", value: "person_prefix" },
{ label: "กลุ่มเลือด", value: "person_blood" },
{ label: "เพศ", value: "person_gender" },
{ label: "ศาสนา", value: "person_religion" },
@ -478,23 +478,29 @@ const tabsPerson = [
{ label: "จังหวัด", value: "person_province" },
];
const tabsOrganization = [
{ label: "หน่วยงาน", value: "organization_organization" },
{ label: "ชื่อย่อหน่วยงาน", value: "organization_shortName" },
{ label: "ประเภท", value: "organization_type" },
{ label: "ระดับ", value: "organization_level" },
{ label: "สถานะ", value: "organization_status" },
{ label: "เบอร์ติดต่อภายใน", value: "organization_telInternal" },
{ label: "เบอร์ติดต่อภายนอก", value: "organization_telExternal" },
{ label: "เบอร์โทรสาร", value: "organization_fax" },
{ label: "ชื่อหน่วยงาน/ส่วนราชการ", value: "organization_organization" },
{ label: "ตัวย่อหน่วยงาน/ส่วนราชการ", value: "organization_shortName" },
{ label: "ประเภทของหน่วยงาน/ส่วนราชการ", value: "organization_type" },
{ label: "ระดับของหน่วยงาน/ส่วนราชการ", value: "organization_level" },
{ label: "สถานะของหน่วยงาน/ส่วนราชการ", value: "organization_status" },
{
label: "หมายเลขโทรศัพท์ที่ติดต่อจากภายใน",
value: "organization_telInternal",
},
{
label: "หมายเลขโทรศัพท์ที่ติดต่อจากภายนอก",
value: "organization_telExternal",
},
{ label: "หมายเลขโทรสาร", value: "organization_fax" },
];
const tabsPosition = [
{ label: "ชื่อตำแหน่ง", value: "position_path" },
{ label: "ด้าน/สาขา", value: "position_pathSide" },
{ label: "ตำแหน่งประเภท", value: "position_type" },
{ label: "ชื่อสายงาน", value: "position_line" },
{ label: "ชื่อตำแหน่งสายงาน", value: "position_path" },
{ label: "ด้าน/สาขา ของสายงาน", value: "position_pathSide" },
{ label: "ระดับตำแหน่ง", value: "position_level" },
{ label: "ชื่อตำแหน่งทางการบริหาร", value: "position_executive" },
{ label: "ด้านทางการบริหาร", value: "position_executiveSide" },
{ label: "ตำแหน่งประเภท", value: "position_type" },
{ label: "สายงาน ", value: "position_line" },
{ label: "ระดับ", value: "position_level" },
{ label: "สถานะของตำแหน่ง", value: "position_status" },
];
const tabsPositionEmployee = [