cas.ts 12.9 KB
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419 420 421 422 423 424 425 426 427 428 429 430 431 432 433 434 435 436 437 438
export default [
  /**
   * 积分系统 points
   */
  {
    path: '/cas/integralMall/goodsManage', //积分商城->商品管理
    component: './cas/integralMall/goodsManage'
  },
  {
    path: '/cas/integralMall/goodsManageCreate/:id', //积分商城->商品管理->编辑、新增
    component: './cas/integralMall/goodsManage/components/Edit'
  },
  {
    path: '/cas/integralMall/integralSetting', //积分商城->积分设置
    component: './cas/integralMall/integralSetting'
  },
  /**
   * 售后cas
   */
  {
    path: '/cas/activityCode/code', //活动特征码
    component: './cas/afterSaleConfiguration/activityCode'
  },
  /** 毛利目标设置 */
  {
    path: '/cas/grossProfit',
    component: './cas/GrossProfit'
  },
  /** 顾问毛利目标占比设置 */
  {
    path: '/cas/adviserPercent',
    component: './cas/AdviserPercent'
  },
  /** 新增毛利目标 */
  {
    path: '/cas/grossProfit/add',
    component: './cas/GrossProfit/subpages/Add'
  },
  // {
  //   path: '/cas/cassetting/ebom', //EBOM配置
  //   component: './cas/ebom'
  // },
  // {
  //   path: '/cas/part/shoppart', //门店备件
  //   component: './cas/spareParts/shopPart'
  // },
  // {
  //   path: '/cas/part/MissingReminder', // 缺件提醒
  //   component: './cas/spareParts/missingReminder'
  // },
  // {
  //   path: '/cas/part/SparePartsAllocation', // 备件调拨
  //   component: './cas/spareParts/allocation'
  // },
  // {
  //   path: '/cas/part/Purchase', // 采购入库
  //   component: './cas/spareParts/purchaseIn'
  // },
  // {
  //   path: '/cas/part/allocation', // 调拨入库
  //   component: './cas/spareParts/allocationIn'
  // },
  // {
  //   path: '/cas/part/MaterialWithdrawal', // 退料入库
  //   component: './cas/spareParts/materialWithdrawal'
  // },
  // {
  //   path: '/cas/part/plan', // 备件计划
  //   component: './cas/spareParts/plan'
  // },
  // {
  //   path: '/cas/part/partout', //领料出库
  //   component: './cas/spareParts/partOut'
  // },
  // {
  //   path: '/cas/part/partoutrecord', //出库记录
  //   component: './cas/spareParts/partOutList'
  // },
  {
    path: '/cas/kanban/booking_board', //看板 预约看板
    component: './cas/kanban/booking'
  },
  {
    path: '/cas/kanban/workShop', //看板 车间看板
    component: './cas/kanban/workShop'
  },
  {
    path: '/cas/kanban/workStation', //看板 派工看板
    component: './cas/kanban/workStation'
  },
  {
    path: '/cas/kanban/UserKanban', //看板 用户
    component: './cas/kanban/user'
  },
  {
    path: '/cas/Claim/ClaimConfirmation', //厂家索赔确认
    component: './cas/ClaimConfirmation'
  },
  {
    path: '/cas/Claim/ClaimFiling', //厂家索赔提报
    component: './cas/ClaimFiling'
  },
  {
    path: '/cas/Claim/ClaimOrder', //索赔列表
    component: './cas/claim'
  },
  {
    path: '/cas/cassetting/claim/:repairOrderNo', //索赔单详情
    component: './cas/claim/components/Edit'
  },
  {
    path: '/cas/Claim/ClaimCheck', //索赔复核
    component: './cas/ClaimCheck'
  },
  {
    path: '/cas/Claim/ClaimCheckDetail/:id', //索赔复核详情
    component: './cas/ClaimCheck/subpages/ClaimCheckDetail'
  },
  {
    path: '/cas/Claim/ThreePackConfiguration', //三包配置 EditModal
    component: './cas/threePack'
  },
  {
    path: '/cas/Claim/ThreePackConfiguration/edit/:id?', //三包配置详情、编辑
    component: './cas/threePack/components/EditModal'
  },
  {
    path: '/cas/Claim/firstInsuranceClaim', // 首保索赔价格配置
    component: './cas/firstInsuranceClaim'
  },
  {
    path: '/cas/Claim/PartGroup', // 配件分组
    component: './cas/PartGroup'
  },
  // {
  //   path: '/cas/part/BorrowAndExport', //借料出库
  //   component: './cas/borrowExport'
  // },
  {
    path: '/cas/cassetting/recommendservice', //推荐服务项
    component: './cas/afterSaleConfiguration/recommendItem'
  },

  {
    path: '/cas/cassetting/recommendCreate/:brand/:id?', // 新增、编辑 推荐服务项
    component: './cas/afterSaleConfiguration/recommendCreate'
  },

  {
    path: '/cas/Workstation/station', //工位管理 -> 工位设置
    component: './cas/stationManage/StationSetting'
  },
  {
    path: '/cas/Workstation/special', //工位管理 -> 工位指派
    component: './cas/stationManage/StationAssign'
  },
  {
    path: '/cas/cassetting/laborcost', // 单位工时费
    component: './cas/afterSaleConfiguration/laborCost'
  },
  {
    path: '/cas/cassetting/laborcost/edit/:id?', //单位工时费编辑
    component: './cas/afterSaleConfiguration/laborCost/components/Create'
  },
  {
    path: '/cas/cassetting/metalPosition', // 钣金部位配置
    component: './cas/afterSaleConfiguration/sheetMetal'
  },
  {
    path: '/cas/cassetting/jobManagement', // 作业项目管理
    component: './cas/afterSaleConfiguration/jobManagement'
  },
  {
    path: '/cas/cassetting/module', //模块分类配置
    component: './cas/afterSaleConfiguration/modelManage'
  },
  {
    path: '/cas/cassetting/ebom', // EBOM明细管理
    component: './cas/afterSaleConfiguration/EBOMDetail'
  },
  {
    path: '/cas/cassetting/decoratePart', // 装潢作业项推荐备件配置
    component: './cas/afterSaleConfiguration/decoratePartConfig'
  },
  {
    path: '/cas/Station/transfer/position', // 售后调岗处理
    component: './cas/TransferPosition'
  },
  {
    path: '/cas/Station/dimission', // 售后离职处理
    component: './cas/Dimission'
  },
  {
    path: '/cas/cassetting/troubleCode', //故障代码配置,
    component: './cas/afterSaleConfiguration/faultCodeConfig'
  },
  {
    path: '/cas/cassetting/coefficientManage', // 系数配置
    component: './cas/afterSaleConfiguration/coefficientManage'
  },
  {
    path: '/cas/cassetting/checkCarPostManage', // 检车岗位配置
    component: './cas/afterSaleConfiguration/checkCarPostManage'
  },
  {
    path: '/cas/carCamera', // 摄像头设置
    component: './cas/afterSaleConfiguration/CarCamera'
  },
  {
    path: '/cas/cassetting/workdetail', // 作业明细标准
    component: './cas/afterSaleConfiguration/jobDetaile'
  },
  {
    path: '/cas/cassetting/dosageSetting', // 系统设置 -> 用量标准设置
    component: './cas/afterSaleConfiguration/DosageSetting'
  },
  {
    path: '/cas/cassetting/userwork', // 角色作业项类型映射设置
    component: './cas/afterSaleConfiguration/userWork'
  },
  {
    path: '/cas/cassetting/maintainConfig', // 基础保养配置
    component: './cas/afterSaleConfiguration/maintainConfig'
  },
  {
    path: '/cas/cassetting/maintainConfig/:brandId/:id?', // 基础保养配置新增、编辑
    component: './cas/afterSaleConfiguration/maintainConfig/subpages/MaintainEdit'
  },
  {
    path: '/cas/CustomerClassification/Rights', //客户分级->权益设置
    component: './cas/customerClassify/rightSetting'
  },
  {
    path: '/cas/CustomerClassification/Determine', //客户分级->判定规则
    component: './cas/customerClassify/determineRules'
  },
  {
    path: '/cas/cassetting/groupcode', //车辆分组代码维护
    component: './cas/afterSaleConfiguration/groupCode'
  },
  {
    path: '/cas/cassetting/manHoursDiscountConfig', //工时减免规则配置
    component: './cas/afterSaleConfiguration/manHoursDiscountConfig'
  },
  {
    path: '/cas/cassetting/manHoursDiscountConfig/create/:id/:brandId?', //工时减免规则配置
    component: './cas/afterSaleConfiguration/manHoursDiscountConfig/subpages/ConfigCreate'
  },
  {
    path: '/cas/cassetting/manhoursProportionConfig', // 机修组工时分成比例配置
    component: './cas/afterSaleConfiguration/manhoursProportionConfig'
  },
  // {
  //   path: '/cas/part/plantype', // 备件计划类型
  //   component: './cas/spareParts/PlanType'
  // },
  // {
  //   path: '/cas/YwManage/dispatchOverview', // 运维管理 -> 派工概览
  //   component: './cas/dispatchOverview'
  // },
  // {
  //   path: '/cas/YwManage/recomendPart', // 运维管理 -> 备件推荐概览
  //   component: './cas/recommendPart'
  // },
  {
    path: '/cas/YwManage/orderManage', // 运维管理 -> 工单管理
    component: './cas/YunweiOrderManage'
  },
  // {
  //   path: '/cas/YwManage/orderManage/dispatchDetail/:id', // 运维管理 -> 工单管理 -> 派工详情
  //   component: './cas/YunweiOrderManage/subpages/dispatchDetail'
  // },
  {
    path: '/cas/YwManage/workTypeAssign', // 运维管理 -> 工种分配
    component: './cas/workTypeAssign'
  },
  {
    path: '/cas/YwManage/repairGroupAssign', // 运维管理 -> 维修组分配
    component: './cas/repairGroupAssign'
  },
  {
    path: '/cas/YwManage/card', // 运维管理 -> 套餐质保卡
    component: './cas/YwCardManage'
  },
  {
    path: '/cas/YwManage/pickUp', // 运维管理 -> 接车
    component: './cas/PickUp'
  },
  {
    path: '/cas/YwManage/pickUpNotice', // 运维管理 -> 接车通知
    component: './cas/PickUpNotice'
  },
  {
    path: '/cas/YwManage/userToCar', // 运维管理 -> 会员认证车辆
    component: './cas/UserToCar'
  },
  {
    path: '/cas/part/partsGroup', // 配件分组管理
    component: './cas/afterSaleConfiguration/PartGroup'
  },
  {
    path: '/cas/cassetting/maintenanceInterval', // 保养间隔设置
    component: './cas/afterSaleConfiguration/MaintenanceInterval'
  },
  /**
   * 卡系统(card)
   */
  {
    path: '/cas/VIPcard/PurchaseRecord', //VIP卡->购买记录
    component: './cas/VIPCard/purchaseRecord'
  },
  {
    path: '/cas/VIPcard/ConsumeRecord/:cardNo/:cusId', //VIP卡->购买记录->消费记录
    component: './cas/VIPCard/purchaseRecord/components/ConsumeList'
  },
  {
    path: '/cas/VIPcard/VIPequity', //VIP卡->权益设置
    component: './cas/VIPCard/equitySetting'
  },
  {
    path: '/cas/VIPcard/VIPgrade', //VIP卡->等级设置
    component: './cas/VIPCard/gradeSetting'
  },
  { //终身质保卡设置
    path: '/cas/WarrantyCard/Setting', // 终身质保卡设置
    component: './cas/WarrantyCardSetting'
  },
  {
    path: '/cas/WarrantyCard/Detail/:brandId/:warrantyId?/:isCopy?', //新增、编辑、查看
    component: './cas/WarrantyCardCreate',
  },
  {
    path: '/cas/WarrantyCard/UseLog', //使用记录
    component: './cas/WarrantyCardUseLog',
  },
  {
    path: '/cas/MaintenancePackageCard/PurchaseRecord', //保养套餐卡->购买记录
    component: './cas/MaintenanceCard/purchaseRecord'
  },
  {
    path: '/cas/MaintenancePackageCard/list', //保养套餐卡->列表
    component: './cas/MaintenanceCard/MPList'
  },
  {
    path: '/cas/MaintenancePackageCard/list/upsert/:brandId/:maintainId?/:isCopy?', //保养套餐卡->新建编辑
    component: './cas/MaintenanceCard/Upsert'
  },
  {
    path: '/cas/MaintenancePackageCard/list/oil/:brandId/:maintainId?/:isCopy?', //保养套餐卡->新建编辑机油
    component: './cas/MaintenanceCard/Oil'
  },
  /**
  * 装潢商品
  */
  {
    path: '/cas/decoration', //装潢商品管理
    component: './cas/decoration'
  },
  {
    path: '/cas/part/wholesaleObjectsSetting', // 配件批发对象设置
    component: './cas/afterSaleConfiguration/wholesaleObjectsSetting'
  },
  /**
   * 权限优惠
   */
  {
    path: '/cas/privileege',
    component: './cas/privileege'
  },
  /**
   * 调漆设置
   */
  {
    path: '/cas/paintSetting',
    component: './cas/paintSetting'
  },
  /**
   * 智能推荐
   */
  {
    path: '/cas/YwManage/intelligentRecommendation',
    component: './cas/IntelligentRecommendation'
  },
  {
    path: '/cas/YwManage/intelligentRecommendation/part',
    component: './cas/IntelligentRecommendation/subpages/Detail'
  },
  {
    path: '/cas/YwManage/accessoryReplacement',
    component: './cas/AccessoryReplacement'
  },
  /**
   * 洗车设置
   */
  {
    path: '/cas/workOrder/project',
    component: './cas/washProjectCar'
  },
  {
    path: '/cas/workOrder/washCar',
    component: './cas/workOrder/washCar'
  },
  /**
   * 基础设置
   */
  {
    path: '/cas/base',
    component: './cas/workOrder/base'
  },
  /**
   * 客户类型结算
   */
  {
    path: '/cas/CustomerType/CustomerTypePay',
    component: './cas/CustomerTypePay'
  },
  /**
   * 客户白名单
   */
  {
    path: '/cas/CustomerType/CustomerTypeWhiteList',
    component: './cas/CustomerTypeWhiteList'
  },
  {
    path: '/cas/CustomerType/CustomerTypeWhiteApplyList/:type', //积分商城->商品管理->编辑、新增
    component: './cas/CustomerTypeWhiteList/subpages/ApplyList'
  },
  /**贴膜设置 */
  {
    path: '/cas/FilmApplication',
    component: './cas/FilmApplication'
  },
  /** 辅料领取设置 */
  {
    path: '/cas/getHelpPart',
    component: './cas/getHelpPart'
  }
];