wangyi
2026-02-28 3fffd3ab3ecc1ac58b7bf9df6e293224408ee7e9
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",
@@ -196,6 +202,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 +1072,7 @@
  },
  //#endregion
  //#region 容器领用退库单列表
  //#region 容器入库单列表
  {
    path: "/scMould/warehouse/Sc_MouldProdBackBillList",
    component: Layout,
@@ -1074,13 +1089,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 +1111,7 @@
        component: () =>
          import("@/views/scMould/warehouse/Sc_MouldProdBackBillEdit"),
        name: "Sc_MouldProdBackBillEdit",
        meta: { title: "容器领用退库单编辑", activeMenu: "scMould/warehouse" },
        meta: { title: "容器入库单编辑", activeMenu: "scMould/warehouse" },
      },
    ],
  },
@@ -1802,6 +1817,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",