แก้ไข popup และ fix bug ออกคำสั่ง
This commit is contained in:
parent
0849b873f6
commit
a3ccc67bdd
6 changed files with 242 additions and 538 deletions
|
|
@ -1,12 +1,6 @@
|
|||
/**
|
||||
* Router บรรจุ แต่งตั้ง ย้าย โอน (Placement)
|
||||
*/
|
||||
|
||||
const AddPage = () =>
|
||||
import("@/modules/10_order/components/Add.vue");
|
||||
// const AddPage = () => import("@/modules/10_order/components/Add.vue");
|
||||
const MainOrder = () => import("@/modules/10_order/components/Main.vue");
|
||||
const DetailPage = () =>
|
||||
import("@/modules/10_order/components/Detail.vue");
|
||||
const DetailPage = () => import("@/modules/10_order/components/Detail.vue");
|
||||
|
||||
export default [
|
||||
{
|
||||
|
|
@ -16,16 +10,17 @@ export default [
|
|||
meta: {
|
||||
Auth: true,
|
||||
Key: [10],
|
||||
Role: "placement",
|
||||
Role: "order",
|
||||
},
|
||||
},
|
||||
{
|
||||
path: "/order/add",
|
||||
name: "OrderAdd",
|
||||
component: AddPage,
|
||||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Role: "placement",
|
||||
Key: [10],
|
||||
Role: "order",
|
||||
},
|
||||
},
|
||||
{
|
||||
|
|
@ -34,7 +29,8 @@ export default [
|
|||
component: DetailPage,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Role: "placement",
|
||||
Key: [10],
|
||||
Role: "order",
|
||||
},
|
||||
},
|
||||
];
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue