wangyi
2026-01-19 7fb0a8f0ab16c149484bf043754cd10cfa94de2f
src/router/index.js
@@ -196,6 +196,15 @@
    ],
  },
  //#endregion
  //#region 条码主档_锦隆_自动登录
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBillList_JinLong_AutoLogin",
    component: () => import("@/views/warehouse/barcodeMaster/Gy_BarCodeBillList.vue"),
    hidden: true,
  },
  //#endregion
  //#endregion
  //#region 仓存管理
@@ -1057,7 +1066,7 @@
  },
  //#endregion
  //#region 容器领用退库单列表
  //#region 容器入库单列表
  {
    path: "/scMould/warehouse/Sc_MouldProdBackBillList",
    component: Layout,
@@ -1074,13 +1083,13 @@
        component: () =>
          import("@/views/scMould/warehouse/Sc_MouldProdBackBillList"),
        name: "Sc_MouldProdBackBillList",
        meta: { title: "容器领用退库单维护", activeMenu: "scMould/warehouse" },
        meta: { title: "容器入库单维护", activeMenu: "scMould/warehouse" },
      },
    ],
  },
  //#endregion
  //#region 容器领用退库单
  //#region 容器入库单
  {
    path: "/scMould/warehouse/Sc_MouldProdBackBillEdit",
    component: Layout,
@@ -1096,7 +1105,7 @@
        component: () =>
          import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
        name: "Sc_MouldProdBackBillEdit",
        meta: { title: "容器领用退库单编辑", activeMenu: "scMould/warehouse" },
        meta: { title: "容器入库单编辑", activeMenu: "scMould/warehouse" },
      },
    ],
  },
@@ -1799,6 +1808,49 @@
    ],
  },
  //#endregion
  //#region 物流管理
  //#region 运输定位
  //#region 运单列表
  {
    path: "logistics/transportGPS/WL_YayBill",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/logistics/transportGPS", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/logistics/transportGPS/WL_YayBill",
        component: () => import("@/views/logistics/transportGPS/WL_YayBill.vue"),
        name: "WL_YayBill",
        meta: { title: "出运单", activeMenu: "logistics/transportGPS" },
      },
    ],
  },
  //#endregion
  //#region 运单编辑
  {
    path: "logistics/transportGPS/Add_Edit_WL_YayBill",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/logistics/transportGPS", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/logistics/transportGPS/Add_Edit_WL_YayBill",
        component: () => import("@/views/logistics/transportGPS/Add_Edit_WL_YayBill.vue"),
        name: "Add_Edit_WL_YayBill",
        meta: { title: "运单编辑", activeMenu: "logistics/transportGPS" },
      },
    ],
  },
  //#endregion
];
// 动态路由,基于用户权限动态去加载