เพิ่ม ลูกจ้าง
This commit is contained in:
parent
1ad01d8886
commit
4ae899a2c7
8 changed files with 3036 additions and 1 deletions
|
|
@ -31,10 +31,17 @@ const detaildeceasedByid = () =>
|
|||
/** รายการลาออก */
|
||||
const resign = () =>
|
||||
import("@/modules/06_retirement/components/resign/Main.vue");
|
||||
const resign_EMP = () =>
|
||||
import("@/modules/06_retirement/components/resignEMP/Main.vue");
|
||||
|
||||
const resignByid = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignByid.vue");
|
||||
const resignByidEMP = () =>
|
||||
import("@/modules/06_retirement/components/resignEMP/ResignByid.vue");
|
||||
const resignReject = () =>
|
||||
import("@/modules/06_retirement/components/resign/ResignReject.vue");
|
||||
const resignRejectEMP = () =>
|
||||
import("@/modules/06_retirement/components/resignEMP/ResignReject.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -128,6 +135,16 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/resign-employee",
|
||||
name: "resignEmployee",
|
||||
component: resign_EMP,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/resign/:id",
|
||||
name: "resignbyid",
|
||||
|
|
@ -148,6 +165,31 @@ export default [
|
|||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
|
||||
{
|
||||
path: "/retirement/resign-employee/:id",
|
||||
name: "resignbyidEMP",
|
||||
component: resignByidEMP,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/resign-employee-detail/:id",
|
||||
name: "resignDetailbyidEMP",
|
||||
component: resignByidEMP,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
|
||||
{
|
||||
path: "/retirement/resign-reject/:id",
|
||||
name: "resignReject",
|
||||
|
|
@ -169,6 +211,27 @@ export default [
|
|||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/retirement/resign-employee-reject/:id",
|
||||
name: "resignRejectEMP",
|
||||
component: resignRejectEMP,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/retirement/resign-employee-detail-reject/:id",
|
||||
name: "resignDetailrejectEMP",
|
||||
component: resignRejectEMP,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: "SYS_RESIGN_EMP",
|
||||
Role: "STAFF",
|
||||
},
|
||||
},
|
||||
|
||||
{
|
||||
path: "/retirement/deceased",
|
||||
name: "deceased",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue