diff --git a/src/interface/request/main/main.ts b/src/interface/request/main/main.ts index 8aacd7725..53e6c1786 100644 --- a/src/interface/request/main/main.ts +++ b/src/interface/request/main/main.ts @@ -664,6 +664,12 @@ const menuList = readonly([ path: "salaryEmployeeLists", role: "salary", }, + { + key: 12.6, + label: "ออกคำสั่งเลื่อนเงินเดือน/ค่าจ้าง", + path: "commandSalary", + role: "salary", + }, ], }, { diff --git a/src/modules/13_salary/components/Command/step01.vue b/src/modules/13_salary/components/Command/step01.vue new file mode 100644 index 000000000..ac2b1ab17 --- /dev/null +++ b/src/modules/13_salary/components/Command/step01.vue @@ -0,0 +1,2407 @@ + + + + diff --git a/src/modules/13_salary/components/Command/step02.vue b/src/modules/13_salary/components/Command/step02.vue new file mode 100644 index 000000000..c8e74d31f --- /dev/null +++ b/src/modules/13_salary/components/Command/step02.vue @@ -0,0 +1,776 @@ + + + diff --git a/src/modules/13_salary/components/Command/step03.vue b/src/modules/13_salary/components/Command/step03.vue new file mode 100644 index 000000000..fab066146 --- /dev/null +++ b/src/modules/13_salary/components/Command/step03.vue @@ -0,0 +1,665 @@ + + + diff --git a/src/modules/13_salary/components/Command/step04.vue b/src/modules/13_salary/components/Command/step04.vue new file mode 100644 index 000000000..027decfd3 --- /dev/null +++ b/src/modules/13_salary/components/Command/step04.vue @@ -0,0 +1,1183 @@ + + + + + diff --git a/src/modules/13_salary/router.ts b/src/modules/13_salary/router.ts index f9a0fa041..265b12855 100644 --- a/src/modules/13_salary/router.ts +++ b/src/modules/13_salary/router.ts @@ -8,6 +8,8 @@ const salaryRound = () => import("@/modules/13_salary/views/salaryRound.vue"); const salaryLists = () => import("@/modules/13_salary/views/salaryLists.vue"); const salaryEmployeeLists = () => import("@/modules/13_salary/views/salaryEmployeeLists.vue"); +const commandSalary = () => + import("@/modules/13_salary/views/commandSalary.vue"); export default [ { @@ -80,4 +82,14 @@ export default [ Role: "salary", }, }, + { + path: "/salary/command", + name: "commandSalary", + component: commandSalary, + meta: { + Auth: true, + Key: [1.5], + Role: "salary", + }, + }, ]; diff --git a/src/modules/13_salary/views/commandSalary.vue b/src/modules/13_salary/views/commandSalary.vue new file mode 100644 index 000000000..8d6f86d19 --- /dev/null +++ b/src/modules/13_salary/views/commandSalary.vue @@ -0,0 +1,403 @@ + + + + +