ผูก api จัดสรร
This commit is contained in:
parent
88e928e69f
commit
27340c9ca8
10 changed files with 895 additions and 1120 deletions
|
|
@ -17,15 +17,17 @@ const roundAdd = () =>
|
|||
const listMange = () =>
|
||||
import("@/modules/07_insignia/components/2_Manage/listManage.vue");
|
||||
const listAllocate = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/listAllocate.vue");
|
||||
import("@/modules/07_insignia/components/4_Allocate/Main.vue");
|
||||
const allocateAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/allocateAdd.vue");
|
||||
const allocateDetail = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/detail.vue");
|
||||
const allocateDetailAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/addDetail.vue");
|
||||
const allocateOrdList = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/OrgList.vue");
|
||||
const allocateOrgAdd = () =>
|
||||
import("@/modules/07_insignia/components/4_Allocate/OrgAdd.vue");
|
||||
const VatInsignia = () =>
|
||||
import("@/modules/07_insignia/components/VatInsignia.vue");
|
||||
|
||||
// ยืม - คืนเครื่องราช
|
||||
const insigniaBorrow = () =>
|
||||
import("@/modules/07_insignia/components/5_Borrow/Main.vue");
|
||||
export default [
|
||||
|
|
@ -142,8 +144,8 @@ export default [
|
|||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail/:id",
|
||||
name: "allocateDetail",
|
||||
component: allocateDetail,
|
||||
name: "allocateOrdList",
|
||||
component: allocateOrdList,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.9],
|
||||
|
|
@ -152,11 +154,11 @@ export default [
|
|||
},
|
||||
{
|
||||
path: "/insignia/allocate/detail-add",
|
||||
name: "allocateDetailAdd",
|
||||
component: allocateDetailAdd,
|
||||
name: "allocateOrgAdd",
|
||||
component: allocateOrgAdd,
|
||||
meta: {
|
||||
Auth: true,
|
||||
Key: [8.9],
|
||||
Key: [8.10],
|
||||
Role: "insignia",
|
||||
},
|
||||
},
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue