Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
| | |
| | | }, |
| | | ], |
| | | }, |
| | | // 分布式调入单 |
| | | // 分布式调入单 |
| | | { |
| | | path: "/FbStepFoldinBillList", |
| | | component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList"), |
| | | hidden: false, |
| | | }, |
| | | { |
| | | path: "/basic/gy/FbStepFoldinBillList", |
| | | path: "/purchase/POStockInBill/FbStepFoldinBillList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/basic/gy/FbStepFoldinBillList", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | activeMenu: "/purchase/POStockInBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/basic/gy/FbStepFoldinBillList", |
| | | component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList"), |
| | | path: "/purchase/POStockInBill/FbStepFoldinBillList", |
| | | component: () => import("@/views/FbStepFoldinBillList/fbStepFoldinBillList.vue"), |
| | | name: "FbStepFoldinBillList", |
| | | meta: { title: "分布式调入单", activeMenu: "basic/gy" }, |
| | | meta: { title: "分布式调入单列表", activeMenu: "/purchase/POStockInBill" }, |
| | | }, |
| | | ], |
| | | }, |
| | | //分布式调出单fbStepFoldOutBillList |
| | | { |
| | | path: "/fbStepFoldOutBillList", |
| | | component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList"), |
| | | hidden: false, |
| | | }, |
| | | { |
| | | path: "/basic/gy/FbStepFoldOutBillList", |
| | | { |
| | | path: "/purchase/POStockInBill/FbStepFoldOutBillList", |
| | | component: Layout, |
| | | hidden: true, |
| | | redirect: "noredirect", |
| | | meta: { |
| | | breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示 |
| | | activeMenu: "/basic/gy/FbStepFoldOutBillList", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | activeMenu: "/purchase/POStockInBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。 |
| | | }, |
| | | children: [ |
| | | { |
| | | path: "/basic/gy/FbStepFoldOutBillList", |
| | | component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList"), |
| | | path: "/purchase/POStockInBill/FbStepFoldOutBillList", |
| | | component: () => import("@/views/FbStepFoldOutBillList/fbStepFoldOutBillList.vue"), |
| | | name: "FbStepFoldOutBillList", |
| | | meta: { title: "分布式调出单", activeMenu: "basic/gy" }, |
| | | meta: { title: "分布式调出单列表", activeMenu: "/purchase/POStockInBill" }, |
| | | }, |
| | | ], |
| | | }, |