|
@@ -434,51 +434,51 @@ export default {
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/returnGoodsPresentation',
|
|
|
- redirect: '/reportData/returnGoodsPresentation/list',
|
|
|
- name: 'returnGoodsPresentation',
|
|
|
+ path: '/reportData/billingStatistics',
|
|
|
+ redirect: '/reportData/billingStatistics/index',
|
|
|
+ name: 'billingStatistics',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '退货交单报表',
|
|
|
+ title: '开单统计报表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_returnGoodsPresentationList'
|
|
|
+ permission: 'M_billingStatisticsList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'list',
|
|
|
- name: 'returnGoodsPresentationList',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'),
|
|
|
+ path: 'index',
|
|
|
+ name: 'billingStatisticsIndex',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'),
|
|
|
meta: {
|
|
|
- title: '退货交单报表列表',
|
|
|
+ title: '开单统计报表',
|
|
|
icon: 'profile',
|
|
|
hidden: true,
|
|
|
- permission: 'M_returnGoodsPresentationList'
|
|
|
+ permission: 'M_billingStatisticsList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/reportData/billingStatistics',
|
|
|
- redirect: '/reportData/billingStatistics/index',
|
|
|
- name: 'billingStatistics',
|
|
|
+ path: '/reportData/returnGoodsPresentation',
|
|
|
+ redirect: '/reportData/returnGoodsPresentation/list',
|
|
|
+ name: 'returnGoodsPresentation',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '开单统计报表',
|
|
|
+ title: '退货交单报表',
|
|
|
icon: 'profile',
|
|
|
- permission: 'M_billingStatisticsList'
|
|
|
+ permission: 'M_returnGoodsPresentationList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
- path: 'index',
|
|
|
- name: 'billingStatisticsIndex',
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingStatistics/index.vue'),
|
|
|
+ path: 'list',
|
|
|
+ name: 'returnGoodsPresentationList',
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/returnGoodsPresentation/list.vue'),
|
|
|
meta: {
|
|
|
- title: '开单统计报表',
|
|
|
+ title: '退货交单报表列表',
|
|
|
icon: 'profile',
|
|
|
hidden: true,
|
|
|
- permission: 'M_billingStatisticsList'
|
|
|
+ permission: 'M_returnGoodsPresentationList'
|
|
|
}
|
|
|
}
|
|
|
]
|