|
|
@ -121,6 +121,21 @@ export const constantRoutes = [{ |
|
|
|
title: '销售报表上传', |
|
|
|
noCache: true |
|
|
|
} |
|
|
|
}, { |
|
|
|
path: 'xssb', |
|
|
|
component: () => import('@/views/xiaoshou/salesreport/salesreport.vue'), |
|
|
|
name: 'SalesReport', |
|
|
|
meta: { title: '销售上报', noCache: true } |
|
|
|
}, { |
|
|
|
path: 'ckdbsb', |
|
|
|
component: () => import('@/views/xiaoshou/warehousetransferreport/warehousetransferreport.vue'), |
|
|
|
name: 'WarehouseTransferReport', |
|
|
|
meta: { title: '仓库调拨上报', noCache: true } |
|
|
|
}, { |
|
|
|
path: 'pssb', |
|
|
|
component: () => import('@/views/xiaoshou/distributionreport/distributionreport.vue'), |
|
|
|
name: 'DistributionReport', |
|
|
|
meta: { title: '配送上报', noCache: true } |
|
|
|
}] |
|
|
|
}, { |
|
|
|
path: 'gysgl', |
|
|
@ -203,25 +218,25 @@ export const constantRoutes = [{ |
|
|
|
} |
|
|
|
}] |
|
|
|
}, |
|
|
|
// 3库存信息
|
|
|
|
{ |
|
|
|
path: '/report', |
|
|
|
component: Layout, |
|
|
|
meta: { |
|
|
|
title: '报表中心' |
|
|
|
}, |
|
|
|
children: [{ |
|
|
|
path: 'xsbb', |
|
|
|
component: () => import('@/views/report/salesreport/index.vue'), |
|
|
|
meta: { title: '销售报表' }, |
|
|
|
children: [{ |
|
|
|
path: 'xsmx', |
|
|
|
component: () => import('@/views/report/xsmx/index.vue'), |
|
|
|
name: 'ReportXsmxIndex', |
|
|
|
meta: { title: '销售明细', noCache: true } |
|
|
|
}] |
|
|
|
}] |
|
|
|
}, |
|
|
|
// // 3库存信息
|
|
|
|
// {
|
|
|
|
// path: '/report',
|
|
|
|
// component: Layout,
|
|
|
|
// meta: {
|
|
|
|
// title: '报表中心'
|
|
|
|
// },
|
|
|
|
// children: [{
|
|
|
|
// path: 'xsbb',
|
|
|
|
// component: () => import('@/views/report/salesreport/index.vue'),
|
|
|
|
// meta: { title: '销售报表' },
|
|
|
|
// children: [{
|
|
|
|
// path: 'xsmx',
|
|
|
|
// component: () => import('@/views/report/xsmx/index.vue'),
|
|
|
|
// name: 'ReportXsmxIndex',
|
|
|
|
// meta: { title: '销售明细', noCache: true }
|
|
|
|
// }]
|
|
|
|
// }]
|
|
|
|
// },
|
|
|
|
// codemenu,
|
|
|
|
{ |
|
|
|
path: '/404', |
|
|
|