|
@@ -1583,6 +1583,106 @@ export const asyncRouterMap = [
|
|
// permission: 'M_basicData'
|
|
// permission: 'M_basicData'
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/actualSalesReport',
|
|
|
|
+ redirect: '/reportData/actualSalesReport/list',
|
|
|
|
+ name: 'actualSalesReport',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '实售销售报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'actualSalesReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/actualSalesReport/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '实售销售列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/billingReturnReport',
|
|
|
|
+ redirect: '/reportData/billingReturnReport/list',
|
|
|
|
+ name: 'billingReturnReport',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '开单退货报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'billingReturnReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingReturnReport/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '开单退货列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/salesReturnReport',
|
|
|
|
+ redirect: '/reportData/salesReturnReport/list',
|
|
|
|
+ name: 'salesReturnReport',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '实售退货报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'salesReturnReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '实售退货列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/priceDifferenceDetailReport',
|
|
|
|
+ redirect: '/reportData/priceDifferenceDetailReport/list',
|
|
|
|
+ name: 'priceDifferenceDetailReport',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '总部差价明细报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'priceDifferenceDetailReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/priceDifferenceDetailReport/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '总部差价明细列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
{
|
|
{
|
|
path: '/reportData/countryTypeProvinceSalesDetails',
|
|
path: '/reportData/countryTypeProvinceSalesDetails',
|
|
redirect: '/reportData/countryTypeProvinceSalesDetails/list',
|
|
redirect: '/reportData/countryTypeProvinceSalesDetails/list',
|