Mock up รายรับโอน
This commit is contained in:
parent
b733f8a560
commit
e64b68c017
5 changed files with 1469 additions and 0 deletions
|
|
@ -46,6 +46,10 @@ const RepatriationOrder = () =>
|
|||
const RepatriationOrderAdd = () =>
|
||||
import("@/modules/05_placement/components/RepatriationOrder/AddOrder.vue");
|
||||
|
||||
//รับโอน
|
||||
const receiveMain = () =>
|
||||
import("@/modules/05_placement/components/Receive/receiveMain.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
path: "/placement",
|
||||
|
|
@ -207,4 +211,14 @@ export default [
|
|||
Role: "placement",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/receive",
|
||||
name: "receive",
|
||||
component: receiveMain,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [6.3],
|
||||
Role: "placement",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue