From fa6ff957f632086c6b00a36d2b3e3898be476fbd Mon Sep 17 00:00:00 2001 From: waruneeauy Date: Wed, 20 Mar 2024 11:59:07 +0700 Subject: [PATCH] =?UTF-8?q?=E0=B9=80=E0=B8=9E=E0=B8=B4=E0=B9=88=E0=B8=A1?= =?UTF-8?q?=E0=B8=AD=E0=B8=AD=E0=B8=81=E0=B8=84=E0=B8=B3=E0=B8=AA=E0=B8=B1?= =?UTF-8?q?=E0=B9=88=E0=B8=87=E0=B9=80=E0=B8=A5=E0=B8=B7=E0=B9=88=E0=B8=AD?= =?UTF-8?q?=E0=B8=99=E0=B9=80=E0=B8=87=E0=B8=B4=E0=B8=99=E0=B9=80=E0=B8=94?= =?UTF-8?q?=E0=B8=B7=E0=B8=AD=E0=B8=99/=E0=B8=84=E0=B9=88=E0=B8=B2?= =?UTF-8?q?=E0=B8=88=E0=B9=89=E0=B8=B2=E0=B8=87?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/interface/request/main/main.ts | 6 + .../13_salary/components/Command/step01.vue | 2407 +++++++++++++++++ .../13_salary/components/Command/step02.vue | 776 ++++++ .../13_salary/components/Command/step03.vue | 665 +++++ .../13_salary/components/Command/step04.vue | 1183 ++++++++ src/modules/13_salary/router.ts | 12 + src/modules/13_salary/views/commandSalary.vue | 403 +++ 7 files changed, 5452 insertions(+) create mode 100644 src/modules/13_salary/components/Command/step01.vue create mode 100644 src/modules/13_salary/components/Command/step02.vue create mode 100644 src/modules/13_salary/components/Command/step03.vue create mode 100644 src/modules/13_salary/components/Command/step04.vue create mode 100644 src/modules/13_salary/views/commandSalary.vue 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 @@ + + + + +