- เพิ่มเมนูแต่งตั้งลูกจ้างประจำ
- ปรับเงื่อนไขการแสดงเมนูในทะเบียนประวัติเพิ่ม - เพิ่มเมนูรายการแต่งตั้งลูกจ้างประจำ
This commit is contained in:
parent
567bf841e9
commit
451a567cf4
11 changed files with 1688 additions and 400 deletions
|
|
@ -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",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue