update ขอโอนรับโอน

This commit is contained in:
Warunee Tamkoo 2023-08-04 22:15:59 +07:00
parent c613d3743e
commit 01f0ef0062
6 changed files with 1947 additions and 333 deletions

View file

@ -50,8 +50,10 @@ const RepatriationOrderAdd = () =>
const receiveMain = () =>
import("@/modules/05_placement/components/Receive/receiveMain.vue");
const receiveDetail = () =>
const receiveDetail = () =>
import("@/modules/05_placement/components/Receive/receiveDetail.vue");
const ReceiveAdd = () =>
import("@/modules/05_placement/components/Receive/FormAdd.vue");
export default [
{
@ -234,6 +236,16 @@ export default [
Role: "placement",
},
},
{
path: "/receive/add",
name: "receiveAdd",
component: ReceiveAdd,
meta: {
Auth: true,
Key: [6.3],
Role: "registryEmployee",
},
},
{
path: "/receive/:id",
name: "receiveDetail",