| | |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | |
| | | //#region 登录TMS |
| | | { |
| | | path: "/loginTMS", |
| | | component: () => import("@/views/loginTMS"), |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | //#region 注册 |
| | | { |
| | | path: "/register", |
| | |
| | | }, |
| | | //#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 条码生成 |
| | | { |
| | |
| | | ], |
| | | }, |
| | | //#endregion |
| | | |
| | | |
| | | //#region 条码生成_锦隆 |
| | | { |
| | | path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong", |
| | |
| | | ], |
| | | }, |
| | | //#endregion |
| | | |
| | | |
| | | //#region 条码生成_锦隆_自动登录 |
| | | { |
| | | path: "/warehouse/barcodeMaster/Gy_BarCodeBill_JinLong_AutoLogin", |
| | |
| | | }, |
| | | //#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 费用基础资料 |
| | |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | |
| | | //#region 打印设计器 |
| | | { |
| | | path: "/printDesigner", |
| | | component: () => import("@/views/printTemplateDesigner/design/index.vue"), |
| | | hidden: true, |
| | | }, |
| | | //#endregion |
| | | //#endregion |
| | | //#endregion |
| | | |
| | |
| | | { |
| | | path: "GyUnit", |
| | | component: () => import("@/views/basic/gyUnit/gyUnit"), |
| | | |
| | | |
| | | name: "IframeGyUnit", |
| | | meta: { title: "计量单位列表", noCache: true, noLoading: true }, |
| | | }, |
| | |
| | | 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", |
| | |
| | | name: "IframeGyCarEdit", |
| | | meta: { title: "车辆编辑", noCache: true, noLoading: true }, |
| | | }, |
| | | |
| | | |
| | | { |
| | | path: "GyProperty", |
| | | component: () => import("@/views/basic/gyProperty/gyPropertyList"), // 辅助属性 |
| | |
| | | |
| | | //#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", |