|
@@ -42,21 +42,6 @@ const statisticalReportRouter = {
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
}
|
|
|
},
|
|
|
- //销售平仓报表
|
|
|
- {
|
|
|
- path: 'salesClosingCashierList',
|
|
|
- component: () =>
|
|
|
- import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/salesClosingCashierList'),
|
|
|
- name: 'salesClosingCashierList',
|
|
|
- meta: {
|
|
|
- title: 'salesClosingCashierList',
|
|
|
- shortcutEntrance: 'statisticalReport',
|
|
|
- module: 'report.saleCloseReport',
|
|
|
- permissicon: [],
|
|
|
- keepAlive: true
|
|
|
- // module: 'procurement.sparepart.applDetail'
|
|
|
- }
|
|
|
- },
|
|
|
// 销售出库报表统计
|
|
|
{
|
|
|
path: 'salesDeliveryReportList',
|
|
@@ -72,6 +57,22 @@ const statisticalReportRouter = {
|
|
|
// module: 'procurement.sparepart.applDetail'
|
|
|
}
|
|
|
},
|
|
|
+ //销售平仓报表
|
|
|
+ {
|
|
|
+ path: 'salesClosingCashierList',
|
|
|
+ component: () =>
|
|
|
+ import(/* webpackChunkName: "applDetail" */ '@/views/statisticalReport/salesClosingCashierList'),
|
|
|
+ name: 'salesClosingCashierList',
|
|
|
+ meta: {
|
|
|
+ title: 'salesClosingCashierList',
|
|
|
+ shortcutEntrance: 'statisticalReport',
|
|
|
+ module: 'report.saleCloseReport',
|
|
|
+ permissicon: [],
|
|
|
+ keepAlive: true
|
|
|
+ // module: 'procurement.sparepart.applDetail'
|
|
|
+ }
|
|
|
+ },
|
|
|
+
|
|
|
|
|
|
],
|
|
|
|