|
|
@ -800,6 +800,78 @@ export const constantRoutes = [{ |
|
|
|
title: '采购汇总报表', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/business/serviceSummary', |
|
|
|
component: () => import('@/views/statement/business/serviceSummary.vue'), |
|
|
|
name: 'ServiceSummary', |
|
|
|
meta: { |
|
|
|
title: '业务汇总', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/business/businessDetail', |
|
|
|
component: () => import('@/views/statement/business/businessDetail.vue'), |
|
|
|
name: 'BusinessDetail', |
|
|
|
meta: { |
|
|
|
title: '业务明细', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/deadStock/deadStock', |
|
|
|
component: () => import('@/views/statement/deadStock/deadStock'), |
|
|
|
name: 'DeadStock', |
|
|
|
meta: { |
|
|
|
title: '滞销品查询', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/doBusiness/businessSummary', |
|
|
|
component: () => import('@/views/statement/doBusiness/businessSummary'), |
|
|
|
name: 'BusinessSummary', |
|
|
|
meta: { |
|
|
|
title: '营业汇总', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/doBusiness/businessSummary', |
|
|
|
component: () => import('@/views/statement/doBusiness/businessAnalysisByFirst'), |
|
|
|
name: 'BusinessAnalysisByFirst', |
|
|
|
meta: { |
|
|
|
title: '营业保外分析', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/doBusiness/businessAnalysisBySecond', |
|
|
|
component: () => import('@/views/statement/doBusiness/businessAnalysisBySecond'), |
|
|
|
name: 'BusinessAnalysisBySecond', |
|
|
|
meta: { |
|
|
|
title: '营业欠款分析', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/doBusiness/operatingDetail', |
|
|
|
component: () => import('@/views/statement/doBusiness/operatingDetail'), |
|
|
|
name: 'OperatingDetail', |
|
|
|
meta: { |
|
|
|
title: '营业明细', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: '/inventory/inventory', |
|
|
|
component: () => import('@/views/statement/inventory/inventory'), |
|
|
|
name: 'Inventory', |
|
|
|
meta: { |
|
|
|
title: '库存查询', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
} |
|
|
|
] |
|
|
|
}, |
|
|
|