เพิ่มต้นแบบ (template) เอกสารอ้างอิง เลื่อนเงินเดือนและให้ได้รับเงินเดือนสูงกว่าขั้นสูงของตำแหน่งที่ได้รับแต่งตั้ง ตามคำสั่ง...ลงวันที่...
This commit is contained in:
parent
6aafc7869b
commit
67a03a0722
2 changed files with 19 additions and 8 deletions
|
|
@ -155,13 +155,6 @@ const menuList = readonly<any[]>([
|
||||||
path: "registry-employee",
|
path: "registry-employee",
|
||||||
role: "registryEmployee",
|
role: "registryEmployee",
|
||||||
},
|
},
|
||||||
{
|
|
||||||
key: 4,
|
|
||||||
icon: "verified",
|
|
||||||
label: "รายการรอตรวจสอบ",
|
|
||||||
path: "verified",
|
|
||||||
role: "registryverify",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
key: 6,
|
key: 6,
|
||||||
icon: "mdi-file-certificate-outline",
|
icon: "mdi-file-certificate-outline",
|
||||||
|
|
@ -607,7 +600,7 @@ const menuList = readonly<any[]>([
|
||||||
icon: "o_note",
|
icon: "o_note",
|
||||||
label: "ระบบเดิม",
|
label: "ระบบเดิม",
|
||||||
path: "registry",
|
path: "registry",
|
||||||
role: "registry",
|
role: "organization",
|
||||||
children: [
|
children: [
|
||||||
{
|
{
|
||||||
key: 13.0,
|
key: 13.0,
|
||||||
|
|
@ -669,6 +662,20 @@ const menuList = readonly<any[]>([
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
icon: "o_contact_page",
|
||||||
|
label: "ทะเบียนประวัติ",
|
||||||
|
path: "registry",
|
||||||
|
role: "registry",
|
||||||
|
},
|
||||||
|
{
|
||||||
|
key: 4,
|
||||||
|
icon: "verified",
|
||||||
|
label: "รายการรอตรวจสอบ",
|
||||||
|
path: "verified",
|
||||||
|
role: "registryverify",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const tabList = readonly<tabType[]>([
|
const tabList = readonly<tabType[]>([
|
||||||
|
|
|
||||||
|
|
@ -176,6 +176,10 @@ export const useSalaryDataStore = defineStore("salary", () => {
|
||||||
id: 18,
|
id: 18,
|
||||||
name: "ปรับอัตราเงินเดือนตามพระราชกฤษฎีกาการปรับอัตราเงินเดือนของข้าราชการ พ.ศ. (.............)",
|
name: "ปรับอัตราเงินเดือนตามพระราชกฤษฎีกาการปรับอัตราเงินเดือนของข้าราชการ พ.ศ. (.............)",
|
||||||
},
|
},
|
||||||
|
{
|
||||||
|
id: 19,
|
||||||
|
name: "เลื่อนเงินเดือนและให้ได้รับเงินเดือนสูงกว่าขั้นสูงของตำแหน่งที่ได้รับแต่งตั้ง คำสั่ง{หน่วยงาน} ลงวันที่ {เลขที่}/{ปี พ.ศ.}",
|
||||||
|
},
|
||||||
]);
|
]);
|
||||||
|
|
||||||
const optiontype = ref<any>([
|
const optiontype = ref<any>([
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue