| | |
| | | }, |
| | | ], |
| | | }, |
| | | //生产入库单列表 |
| | | { |
| | | path: "/purchase/ProductInBill/ProductInBillList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/purchase/ProductInBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/purchase/ProductInBill/ProductInBillList", |
| | | component: () => import("@/views/ProductInBill/Kf_ProductInBillList.vue"), |
| | | name: "ProductInBillList", |
| | | meta: { title: "生产入库单列表", activeMenu: "/purchase/ProductInBill" }, |
| | | }, |
| | | ], |
| | | }, |
| | | //生产入库单 |
| | | { |
| | | path: "/purchase/ProductInBill/ProductInBillEdit", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/purchase/ProductInBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/purchase/ProductInBill/ProductInBillEdit", |
| | | component: () => import("@/views/ProductInBill/Kf_ProductInBillEdit.vue"), |
| | | name: "ProductInBillEdit", |
| | | meta: { title: "生产入库单", activeMenu: "/purchase/ProductInBill" }, |
| | | }, |
| | | ], |
| | | }, |
| | | ]; |
| | | |
| | | // 动态路由,基于用户权限动态去加载 |