llj
2025-11-17 e5778f0d048534a2b2429bb6aa324ec63c073177
Merge branch 'master' of http://101.37.171.70:10101/r/MES-WEB-VUEUI
1个文件已修改
34 ■■■■■ 已修改文件
src/router/index.js 34 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/router/index.js
@@ -494,51 +494,41 @@
      },
    ],
  },
    // 分布式调入单
  // 分布式调入单
  {
    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" },
      },
    ],
  },