diff --git a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js index e387e0ae53..0b186984e9 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/router/index.js +++ b/anrui-buscenter/anrui-buscenter-ui/src/router/index.js @@ -28,22 +28,22 @@ export const constantRoutes = [ component: () => import('@/views/Home/Home.vue'), name: 'home' -}, { - path: '/index', - component: Layout, - redirect: '/index', - children: [{ + }, { path: '/index', - component: () => - import('@/views/index.vue'), - name: 'index', - meta: { - title: '主页', - noCache: true, - affix: true - } - }] -}, + component: Layout, + redirect: '/index', + children: [{ + path: '/index', + component: () => + import('@/views/index.vue'), + name: 'index', + meta: { + title: '主页', + noCache: true, + affix: true + } + }] + }, ...codemenu, { path: '/404', @@ -122,91 +122,7 @@ export const constantRoutes = [ import('@/views/kehuguanli/kehudangan/kehudangan.vue'), name: 'kehudangan', meta: { title: '客户档案', noCache: true } - }, - // { - // path: '/kehuguanli/kehudanganAdd', - // component: () => - // import('@/views/kehuguanli/kehudangan/kehudanganAdd.vue'), - // name: 'kehudanganAdd', - // meta: { - // title: '客户档案' - // } - // }, - // { - // path: '/kehuguanli/kehudanganinfo', - // component: () => - // import('@/views/kehuguanli/kehudangan/kehudanganinfo.vue'), - // name: 'kehudanganinfo', - // meta: { - // title: '客户档案查看' - // } - // }, - // { - // path: '/kehuguanli/cheliangxuqiuAdd', - // component: () => - // import('@/views/kehuguanli/cheliangxuqiu/cheliangxuqiuAdd.vue'), - // name: 'cheliangxuqiuAdd1', - // meta: { - // title: '车辆需求' - // } - // }, - // 客户跟踪 - // { - // path: '/kehuguanli/kehugenzong', - // component: () => - // import('@/views/kehuguanli/kehufuwu/kehugenzong/kehugenzong.vue'), - // name: 'kehugenzong', - // meta: { - // title: '客户跟踪' - // } - // }, - // { - // path: '/kehuguanli/kehugenzongAdd', - // component: () => - // import('@/views/kehuguanli/kehufuwu/kehugenzong/kehugenzongAdd.vue'), - // name: 'kehugenzongAdd', - // meta: { - // title: '客户跟踪' - // } - // }, - // { - // path: '/kehuguanli/kehugenzongInfo', - // component: () => - // import('@/views/kehuguanli/kehufuwu/kehugenzong/kehugenzongInfo.vue'), - // name: 'kehugenzongInfo', - // meta: { - // title: '客户跟踪' - // } - // }, - // 跟进记录 - // { - // path: '/kehuguanli/genjinjiluguanli', - // component: () => - // import('@/views/kehuguanli/kehugenjinjilu/genjinjiluguanli.vue'), - // name: 'genjinjiluguanli', - // meta: { - // title: '跟进记录' - // } - // }, - // { - // path: '/kehuguanli/genjinjiliAdd', - // component: () => - // import('@/views/kehuguanli/kehugenjinjilu/genjinjiliAdd.vue'), - // name: 'genjinjiliAdd', - // hidden: true, - // meta: { - // title: '跟进记录添加' - // } - // }, - // { - // path: '/kehuguanli/genjinjiluinfo', - // component: () => - // import('@/views/kehuguanli/kehugenjinjilu/genjinjiluinfo.vue'), - // name: 'genjinjiluinfo', - // meta: { - // title: '跟进记录详情' - // } - // } + } ] }, // 客户查询 @@ -263,24 +179,6 @@ export const constantRoutes = [ title: '简易订单' } }, - { - path: '/xiaoshouguanli/xunidingdanAdd', - component: () => - import('@/views/xiaoshouguanli/xunidingdan/xunidingdanAdd.vue'), - name: 'xunidingdanAdd', - meta: { - title: '虚拟订车单添加' - } - }, - { - path: '/xiaoshouguanli/xunidingdaninfo', - component: () => - import('@/views/xiaoshouguanli/xunidingdan/xunidingdaninfo.vue'), - name: 'xunidingdaninfo', - meta: { - title: '虚拟订车单详情' - } - }, // 销售订单管理 { path: '/xiaoshouguanli/dingdanxinxi', @@ -338,24 +236,6 @@ export const constantRoutes = [ title: '客户登记单' } }, - { - path: '/xiaoshouguanli/kehudengjidanAdd', - component: () => - import('@/views/xiaoshouguanli/kehudengjidan/kehudengjidanAdd.vue'), - name: 'kehudengjidanAdd', - meta: { - title: '客户登记单添加' - } - }, - { - path: '/xiaoshouguanli/kehudengjidanInfo', - component: () => - import('@/views/xiaoshouguanli/kehudengjidan/kehudengjidaninfo.vue'), - name: 'kehudengjidaninfo', - meta: { - title: '客户登记单详情' - } - }, // 客户登记单下的车辆需求 { path: '/xiaoshouguanli/cheliangxuqiu', @@ -365,28 +245,10 @@ export const constantRoutes = [ meta: { title: '车辆需求' } - }, - { - path: '/xiaoshouguanli/cheliangxuqiuAdd', - component: () => - import('@/views/xiaoshouguanli/cheliangxuqiu/cheliangxuqiuAdd.vue'), - name: 'cheliangxuqiuAdd', - meta: { - title: '车辆需求添加' - } - }, - { - path: '/xiaoshouguanli/cheliangxuqiuInfo', - component: () => - import('@/views/xiaoshouguanli/cheliangxuqiu/cheliangxuqiuinfo.vue'), - name: 'cheliangxuqiuinfo', - meta: { - title: '车辆需求详情' - } } ] }, -// 合同管理 + // 合同管理 { path: '/hetongguanli', component: Layout, @@ -399,65 +261,23 @@ export const constantRoutes = [ path: '/hetongguanli/hetongdanganguanli', component: () => import('@/views/hetongguanli/hetongdanganguanli/hetongdanganguanli.vue'), - name: 'hetongdanganguanli', - meta: { - title: '合同审核管理' - } - }, - { - path: '/hetongguanli/hetongdanganguanliAdd', - component: () => - import('@/views/hetongguanli/hetongdanganguanli/hetongdanganguanliAdd.vue'), - name: 'hetongdanganguanliAdd', - meta: { - title: '合同档案管理添加' - } - }, - { - path: '/hetongguanli/hetongdanganguanliInfo', - component: () => - import('@/views/hetongguanli/hetongdanganguanli/hetongdanganguanliInfo.vue'), - name: 'hetongdanganguanliInfo', - meta: { - title: '合同档案管理详情' - } + name: 'HeTongDangAnGuanLi', + meta: { title: '合同审核管理', noCache: true } }, { path: '/hetongguanli/hetongshenheguanli', component: () => import('@/views/hetongguanli/hetongshenheguanli/hetongshenheguanli.vue'), - name: 'HeTongDangAnGuanLi', - meta: { - title: '合同档案管理' - } + name: 'HeTongShenHeGuanLi', + meta: { title: '合同档案管理', noCache: true } }, // 模板 { path: '/hetongguanli/hetongmobanguanli', component: () => import('@/views/hetongguanli/hetongmobanguanli/hetongmobanguanli.vue'), - name: 'hetongmobanguanli', - meta: { - title: '合同模板管理' - } - }, - { - path: '/hetongguanli/hetongmobanguanliAdd', - component: () => - import('@/views/hetongguanli/hetongmobanguanli/hetongmobanguanliAdd.vue'), - name: 'hetongmobanguanliAdd', - meta: { - title: '合同模板管理添加' - } - }, - { - path: '/hetongguanli/hetongmobanguanliInfo', - component: () => - import('@/views/hetongguanli/hetongmobanguanli/hetongmobanguanliInfo.vue'), - name: 'hetongmobanguanliInfo', - meta: { - title: '合同模板管理详情' - } + name: 'HeTongMoBanGuanLi', + meta: { title: '合同模板管理', noCache: true } } ] }, @@ -598,19 +418,26 @@ export const constantRoutes = [ }, // 合同管理 - // 合同档案详情 + // 合同档案待办详情 { - path: '/hetongguanliFlow/hetongdanganguanli/hetongdangan', + path: '/hetongguanliFlow/hetongdanganguanli/hetongdanganDaiBanInfo', component: () => - import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdangan.vue'), - name: 'hetongdangan' + import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganDaiBanInfo.vue'), + name: 'HeTongDangAnDaiiBanInfo' }, // 合同档案编辑 { path: '/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit', component: () => import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue'), - name: 'hetongdanganEdit' + name: 'HeTongDangAnEdit' + }, + // 合同档案已办详情 + { + path: '/hetongguanliFlow/hetongdanganguanli/hetongdanganYiBanInfo', + component: () => + import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganYiBanInfo.vue'), + name: 'HeTongDangAnYiBanInfo' }, // 盖章管理 diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongmobanguanli/hetongmobanguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongmobanguanli/hetongmobanguanli.vue index 3271d3e67b..30c8a57ae6 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongmobanguanli/hetongmobanguanli.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongmobanguanli/hetongmobanguanli.vue @@ -1,47 +1,38 @@ - + - + @@ -101,33 +97,55 @@ - + diff --git a/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongshenheguanli/hetongshenheguanli.vue b/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongshenheguanli/hetongshenheguanli.vue index c360108960..1ced904a49 100644 --- a/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongshenheguanli/hetongshenheguanli.vue +++ b/anrui-buscenter/anrui-buscenter-ui/src/views/hetongguanli/hetongshenheguanli/hetongshenheguanli.vue @@ -1,54 +1,48 @@