| | |
| | | component: () => import("@/views/component/printList/hBarPlanPrint"), |
| | | hidden: true, |
| | | }, |
| | | // 仓库 |
| | | // 仓库 |
| | | { |
| | | path: "/gyWarehouse", |
| | | path: '/gyWarehouse', |
| | | component: () => import("@/views/gyWarehouse/index"), |
| | | hidden: true, |
| | | }, |
| | | // 仓位 |
| | | { |
| | | path: "/gyStockPlace", |
| | | path: '/gyStockPlace', |
| | | component: () => import("@/views/gyStockPlace/index"), |
| | | hidden: true, |
| | | }, |
| | | // 职员 |
| | | { |
| | | path: "/gyEmployee", |
| | | path: '/gyEmployee', |
| | | component: () => import("@/views/gyEmployee/index"), |
| | | hidden: true, |
| | | }, |
| | | // 采购订单 |
| | | { |
| | | path: '/cgPoOrderBillList', |
| | | component: () => import("@/views/cgPoOrderBill/index"), |
| | | hidden: true |
| | | }, |
| | | // 收料通知单 |
| | | { |
| | | path: '/cgPoInStockBillList', |
| | | component: () => import("@/views/cgPoInStockBill/index"), |
| | | hidden: true |
| | | }, |
| | | // 销售订单 |
| | | { |
| | | path: "/xsSeOrderBillList", |
| | | component: () => import("@/views/xsSeOrderBill/index"), |
| | | hidden: true |
| | | } |
| | | ]; |
| | | |
| | | // 动态路由,基于用户权限动态去加载 |