陈婷婷
2026-04-07 11f2910444494ea6f7dbc3fda1fcfc677e9b0e13
src/router/index.js
@@ -86,7 +86,13 @@
    hidden: true,
  },
  //#endregion
  //#region 登录TMS
  {
    path: "/loginTMS",
    component: () => import("@/views/loginTMS"),
    hidden: true,
  },
  //#endregion
  //#region 注册
  {
    path: "/register",
@@ -112,7 +118,32 @@
  },
  //#endregion
  //#endregion
  //#region 条码报表
  {
    path: "/BarCodeReport/Kf_BarCodeOutInReport",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [{
      path: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport",
      component: () =>
        import("@/views/warehouse/BarCodeReport/Kf_BarCodeOutInReport.vue"),
      name: "Kf_BarCodeOutInReport",
      meta: { title: "条码出入库报表", activeMenu: "/warehouse/BarCodeReport/Kf_BarCodeOutInReport" },
    },{
      path: "/warehouse/BarCodeReport/Kf_ICInventory_BarCode",
      component: () =>
        import("@/views/warehouse/BarCodeReport/Kf_ICInventory_BarCode.vue"),
      name: "Kf_ICInventory_BarCode",
      meta: { title: "条码库存报表", activeMenu: "/warehouse/BarCodeReport/Kf_ICInventory_BarCode" },
    },
  ]
  },
  //#endregion
  //#region 条码管理
  //#region 条码生成
  {
@@ -138,7 +169,7 @@
    ],
  },
  //#endregion
  //#region 条码生成_锦隆
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong",
@@ -163,7 +194,7 @@
    ],
  },
  //#endregion
  //#region 条码生成_锦隆_自动登录
  {
    path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong_AutoLogin",
@@ -1556,6 +1587,26 @@
  },
  //#endregion
  //#region 车辆列表
  {
    path: "/basic",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/basic/gy", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/basic/gy/GyDriver",
        component: () => import("@/views/system/user/GyDriver.vue"),
        name: "gyDriver",
        meta: { title: "驾驶员列表", activeMenu: "/basic/gy" },
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 费用基础资料
@@ -1676,6 +1727,14 @@
    hidden: true,
  },
  //#endregion
  //#region 打印设计器
  {
    path: "/printDesigner",
    component: () => import("@/views/printTemplateDesigner/design/index.vue"),
    hidden: true,
  },
  //#endregion
  //#endregion
  //#endregion
@@ -1750,7 +1809,7 @@
       {
        path: "GyUnit",
        component: () => import("@/views/basic/gyUnit/gyUnit"),
        name: "IframeGyUnit",
        meta: { title: "计量单位列表", noCache: true, noLoading: true },
      },
@@ -1759,14 +1818,14 @@
        component: () => import("@/views/basic/gyUnit/gyUnitEdit"), // 计量单位编辑
        name: "IframeGyUnitEdit",
        meta: { title: "计量单位编辑", noCache: true, noLoading: true },
      },
      {
        path: "GyUnitGroup",
        component: () => import("@/views/basic/gyUnit/gyUnitGroup"), // 计量单位组列表
        name: "IframeGyUnitGroup",
        meta: { title: "计量单位组列表", noCache: true, noLoading: true },
      },
      {
        path: "GySupplier",
@@ -1792,7 +1851,7 @@
        name: "IframeGyCarEdit",
        meta: { title: "车辆编辑", noCache: true, noLoading: true },
      },
      {
        path: "GyProperty",
        component: () => import("@/views/basic/gyProperty/gyPropertyList"), // 辅助属性
@@ -1811,6 +1870,26 @@
  //#region 物流管理
  //#region 运输定位
  //#region 运单费用结算单列表
  {
    path: "/logistics/WayBillPaymentBill/YFPayMentOtherBillTranList",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/logistics/WayBillPaymentBill", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/logistics/WayBillPaymentBill/payWayBillPaymentBillList",
        component: () => import("@/views/logistics/WayBillPaymentBill/Pay_WayBillPaymentBillList.vue"),
        name: "payWayBillPaymentBillList",
        meta: { title: "运单费用结算单", activeMenu: "/logistics/WayBillPaymentBill" },
      },
    ],
  },
  //#endregion
  //#region 运单列表
  {
    path: "logistics/transportGPS/WL_YayBill",