|
@ -96,7 +96,7 @@ export const constantRoutes = [{ |
|
|
meta: { |
|
|
meta: { |
|
|
title: '欠款提车申请' |
|
|
title: '欠款提车申请' |
|
|
} |
|
|
} |
|
|
}, |
|
|
} |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
// 客户管理
|
|
|
// 客户管理
|
|
@ -220,7 +220,7 @@ export const constantRoutes = [{ |
|
|
meta: { |
|
|
meta: { |
|
|
title: '出库办理' |
|
|
title: '出库办理' |
|
|
} |
|
|
} |
|
|
}, |
|
|
} |
|
|
] |
|
|
] |
|
|
}, |
|
|
}, |
|
|
// 销售管理
|
|
|
// 销售管理
|
|
@ -496,7 +496,7 @@ export const constantRoutes = [{ |
|
|
component: Layout, |
|
|
component: Layout, |
|
|
redirect: '/gaizhangguanli', |
|
|
redirect: '/gaizhangguanli', |
|
|
meta: { |
|
|
meta: { |
|
|
title: '车型查询' |
|
|
title: '盖章管理' |
|
|
}, |
|
|
}, |
|
|
children: [ |
|
|
children: [ |
|
|
{ |
|
|
{ |
|
@ -517,21 +517,21 @@ export const constantRoutes = [{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouquInfo', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouquInfo', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquInfo.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquInfo.vue'), |
|
|
name: 'dingjinshouquInfo', |
|
|
name: 'dingjinshouquInfo' |
|
|
}, |
|
|
}, |
|
|
// 订金收取发起人办理编辑页面
|
|
|
// 订金收取发起人办理编辑页面
|
|
|
{ |
|
|
{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouquEdit', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouquEdit', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouquEdit.vue'), |
|
|
name: 'dingjinshouquEdit', |
|
|
name: 'dingjinshouquEdit' |
|
|
}, |
|
|
}, |
|
|
// 订金收取审批办理页面
|
|
|
// 订金收取审批办理页面
|
|
|
{ |
|
|
{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouqu', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/dingjinshouqu', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouqu.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/dingjinshouqu.vue'), |
|
|
name: 'dingjinshouqu', |
|
|
name: 'dingjinshouqu' |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 车辆预定审批办理页面
|
|
|
// 车辆预定审批办理页面
|
|
@ -539,21 +539,21 @@ export const constantRoutes = [{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyuding', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyuding', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyuding.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyuding.vue'), |
|
|
name: 'cheliangyuding', |
|
|
name: 'cheliangyuding' |
|
|
}, |
|
|
}, |
|
|
// 车辆预定发起人办理编辑页面
|
|
|
// 车辆预定发起人办理编辑页面
|
|
|
{ |
|
|
{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyudingEdit', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyudingEdit', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyudingEdit.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyudingEdit.vue'), |
|
|
name: 'cheliangyudingEdit', |
|
|
name: 'cheliangyudingEdit' |
|
|
}, |
|
|
}, |
|
|
// 车辆预定审批、发起人详情页面
|
|
|
// 车辆预定审批、发起人详情页面
|
|
|
{ |
|
|
{ |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyudingInfo', |
|
|
path: '/xiaoshouguanliFlow/xunidingdan/cheliangyudingInfo', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyudingInfo.vue'), |
|
|
import('@/views/workflow/xiaoshouguanliFlow/xunidingdanFlow/cheliangyudingInfo.vue'), |
|
|
name: 'cheliangyudingInfo', |
|
|
name: 'cheliangyudingInfo' |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 特殊审批
|
|
|
// 特殊审批
|
|
@ -562,28 +562,28 @@ export const constantRoutes = [{ |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuanticheInfo', |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuanticheInfo', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheInfo.vue'), |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheInfo.vue'), |
|
|
name: 'qiankuanticheInfo', |
|
|
name: 'qiankuanticheInfo' |
|
|
}, |
|
|
}, |
|
|
// 欠款提车编辑
|
|
|
// 欠款提车编辑
|
|
|
{ |
|
|
{ |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit', |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit.vue'), |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuanticheEdit.vue'), |
|
|
name: 'qiankuanticheEdit', |
|
|
name: 'qiankuanticheEdit' |
|
|
}, |
|
|
}, |
|
|
// 欠款提车复核
|
|
|
// 欠款提车复核
|
|
|
{ |
|
|
{ |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuhe', |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuhe', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuhe.vue'), |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuhe.vue'), |
|
|
name: 'qiankuantichefuhe', |
|
|
name: 'qiankuantichefuhe' |
|
|
}, |
|
|
}, |
|
|
// 欠款提车复核详情
|
|
|
// 欠款提车复核详情
|
|
|
{ |
|
|
{ |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuheInfo', |
|
|
path: '/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuheInfo', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuheInfo.vue'), |
|
|
import('@/views/workflow/teshushenpiFlow/qiankuanticheguanli/qiankuantichefuheInfo.vue'), |
|
|
name: 'qiankuantichefuheInfo', |
|
|
name: 'qiankuantichefuheInfo' |
|
|
}, |
|
|
}, |
|
|
|
|
|
|
|
|
// 合同管理
|
|
|
// 合同管理
|
|
@ -592,15 +592,15 @@ export const constantRoutes = [{ |
|
|
path: '/hetongguanliFlow/hetongdanganguanli/hetongdangan', |
|
|
path: '/hetongguanliFlow/hetongdanganguanli/hetongdangan', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdangan.vue'), |
|
|
import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdangan.vue'), |
|
|
name: 'hetongdangan', |
|
|
name: 'hetongdangan' |
|
|
}, |
|
|
}, |
|
|
// 合同档案编辑
|
|
|
// 合同档案编辑
|
|
|
{ |
|
|
{ |
|
|
path: '/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit', |
|
|
path: '/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit', |
|
|
component: () => |
|
|
component: () => |
|
|
import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue'), |
|
|
import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdanganEdit.vue'), |
|
|
name: 'hetongdanganEdit', |
|
|
name: 'hetongdanganEdit' |
|
|
}, |
|
|
} |
|
|
|
|
|
|
|
|
// 销售订单
|
|
|
// 销售订单
|
|
|
// 销售管理详情
|
|
|
// 销售管理详情
|
|
@ -617,8 +617,6 @@ export const constantRoutes = [{ |
|
|
// import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdangan.vue'),
|
|
|
// import('@/views/workflow/hetongguanliFlow/hetongdanganguanli/hetongdangan.vue'),
|
|
|
// name: 'hetongdangan',
|
|
|
// name: 'hetongdangan',
|
|
|
// },
|
|
|
// },
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
// 404 page must be placed at the end !!!
|
|
|
// 404 page must be placed at the end !!!
|
|
|
// { path: '*', redirect: '/404', hidden: true }
|
|
|
// { path: '*', redirect: '/404', hidden: true }
|
|
|
] |
|
|
] |
|
|