陈婷婷
2025-12-17 6ea478a58480965b6dcb66176acb2f5ff75b0a1d
src/router/index.js
@@ -523,7 +523,7 @@
          title: "采购退料单列表(已入库)",
          activeMenu: "purchase/postockInBack",
        },
      }
      },
    ],
  },
  //#endregion
@@ -584,7 +584,7 @@
    ],
  },
  //#endregion
  //#region 生产入库单
  {
    path: "/icmo",
@@ -739,7 +739,7 @@
    ],
  },
  //#endregion
  //#region 销售退货单列表
  {
    path: "/sell/StockBillMainList/KfICStockBillMainList",
@@ -812,8 +812,8 @@
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 器具主档
  {
    path: "/scMould/basicModeling/Gy_MouldFile",
@@ -862,8 +862,8 @@
    ],
  },
  //#endregion
  //#endregion
  //#endregion
  //#region 器具仓存管理
  //#region 器具领用申请单列表
  {
@@ -886,7 +886,7 @@
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 器具领用申请单
  {
@@ -997,7 +997,7 @@
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 器具领用退库单列表
  {
@@ -1132,7 +1132,7 @@
      },
    ],
  },
  //#endregion
  //#endregion
  //#endregion
  //#endregion
@@ -1199,7 +1199,7 @@
      },
    ],
  },
  //#endregion
  //#endregion
  //#endregion
  //#region OA基础资料
@@ -1296,7 +1296,7 @@
    ],
  },
  //#endregion
  //#region 仓位
  {
    path: "/basic/gy/gyStockPlace",
@@ -1341,7 +1341,28 @@
  },
  //#endregion
  //#endregion
//#region 物流基础资料
//#region 承运合同单据
{
    path: "/basic/transport/cgContractTransportBillList",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示。
      activeMenu: "/basic/transport", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/basic/transport/cgContractTransportBillList",
        component: () => import("@/views/basic/gytransport/cgContractTransportBillList/Cg_ContractTransportBillList.vue"),
        name: "CgContractTransportBillList",
        meta: { title: "承运合同", activeMenu: "basic/transport" },
      },
    ],
  },
//#endregion
//#endregion
  //#region 生产基础资料
  //#region 生产资源
  {
@@ -1396,7 +1417,7 @@
  },
  //#endregion
  //#endregion
  //#region 物流基础资料
  //#region 驾驶员列表
  {
@@ -1432,7 +1453,8 @@
    children: [
      {
        path: "/basic/gy/gyCartypelist",
        component: () => import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
        component: () =>
          import("@/views/basic/gyCartypelist/gyCartypelist.vue"),
        name: "GyCartype",
        meta: { title: "车型列表", activeMenu: "basic/gy" },
      },
@@ -1468,10 +1490,11 @@
  //#endregion
  //#endregion
  //#region 费用基础资料
  //#region 费用项目列表
  {//src\views\basic\gyItemMoney\gyItemMoney.vue
  {
    //src\views\basic\gyItemMoney\gyItemMoney.vue
    path: "/basic/gy/gyItemMoney",
    component: Layout,
    hidden: true,
@@ -1491,6 +1514,28 @@
  },
  //#endregion
  //#endregion
  //#region 辅助属性基础资料
  {
    //src\views\basic\gyItemMoney\gyItemMoney.vue
    path: "/basic",
    component: Layout,
    hidden: true,
    redirect: "noredirect",
    meta: {
      breadcrumb: false, // 如果设置为false,则不会在breadcrumb面包屑中显示
      activeMenu: "/basic/gy", // 当路由设置了该属性,则会高亮相对应的侧边栏。
    },
    children: [
      {
        path: "/basic/gy/gyProperty",
        component: () => import("@/views/basic/gyProperty/gyPropertyList.vue"),
        name: "GyProperty",
        meta: { title: "辅助属性列表", activeMenu: "basic/gy" },
      },
    ],
  },
  //#endregion
  //#endregion
  //#region 通用页面
@@ -1509,10 +1554,16 @@
    component: () => import("@/views/component/printList/hBarPlanPrint"),
    hidden: true,
  },
  //#region 打印列表(网页)
  {
    path: "/hBarPlanPrintWeb",
    component: () => import("@/views/component/printList/barcode.vue"),
    hidden: true,
  },
  //#endregion
  //#endregion
  //#endregion
  //#region 节点页面
  {
    path: "/iframe",
@@ -1593,8 +1644,14 @@
        name: "IframeGyCarEdit",
        meta: { title: "车辆编辑", noCache: true, noLoading: true },
      },
      {
        path: "GyProperty",
        component: () => import("@/views/basic/gyProperty/gyPropertyList"), // 辅助属性
        name: "IframeGyProperty",
        meta: { title: "辅助属性", noCache: true, noLoading: true },
      },
    ],
  },
  },
  //#endregion
];