- เพิ่มเมนูแต่งตั้งลูกจ้างประจำ

- ปรับเงื่อนไขการแสดงเมนูในทะเบียนประวัติเพิ่ม
- เพิ่มเมนูรายการแต่งตั้งลูกจ้างประจำ
This commit is contained in:
Warunee Tamkoo 2023-09-29 15:02:04 +07:00
parent 567bf841e9
commit 451a567cf4
11 changed files with 1688 additions and 400 deletions

View file

@ -61,6 +61,9 @@ const ReceiveAdd = () =>
//แต่งตั้ง-เลื่อน
const AppointmentMain = () => import("@/modules/05_placement/components/AppointMent/Main.vue");
const AppointmentDetail = () => import("@/modules/05_placement/components/AppointMent/Detail.vue");
//แต่งตั้งลูกจ้างประจำ
const AppointEmployeeMain = () => import("@/modules/05_placement/components/AppointEmployee/Main.vue");
const AppointEmployeeDetail = () => import("@/modules/05_placement/components/AppointEmployee/Detail.vue");
//อื่นๆ
const OtherMain = () => import("@/modules/05_placement/components/Other/Main.vue")
const OthertDetail = () => import("@/modules/05_placement/components/Other/Detail.vue");
@ -306,13 +309,33 @@ export default [
Role: "placement",
},
},
{
path: "appoint-employee",
name: "appoint-employee",
component: AppointEmployeeMain,
meta: {
Auth: true,
Key: [6.9],
Role: "placement",
},
},
{
path: "appoint-employee/detail/:id",
name: "appoint-employee-detail",
component: AppointEmployeeDetail,
meta: {
Auth: true,
Key: [6.9],
Role: "placement",
},
},
{
path: "other",
name: "other",
component: OtherMain,
meta: {
Auth: true,
Key: [6.9],
Key: [6.10],
Role: "placement",
},
}, {
@ -321,7 +344,7 @@ export default [
component: relocation,
meta: {
Auth: true,
Key: [6.9],
Key: [6.10],
Role: "placement",
},
},