|
@@ -1584,12 +1584,12 @@ export const asyncRouterMap = [
|
|
},
|
|
},
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
- path: '/reportData/actualSalesReport',
|
|
|
|
- redirect: '/reportData/actualSalesReport/list',
|
|
|
|
- name: 'actualSalesReport',
|
|
|
|
|
|
+ path: '/reportData/salesDetails',
|
|
|
|
+ redirect: '/reportData/salesDetails/list',
|
|
|
|
+ name: 'salesDetails',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '实售销售报表',
|
|
|
|
|
|
+ title: '销售明细(开单统计)',
|
|
icon: 'profile'
|
|
icon: 'profile'
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
@@ -1597,10 +1597,10 @@ export const asyncRouterMap = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'actualSalesReportList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/actualSalesReport/list.vue'),
|
|
|
|
|
|
+ name: 'salesDetailsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesDetails/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '实售销售列表',
|
|
|
|
|
|
+ title: '销售明细列表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
@@ -1609,12 +1609,12 @@ export const asyncRouterMap = [
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/reportData/billingReturnReport',
|
|
|
|
- redirect: '/reportData/billingReturnReport/list',
|
|
|
|
- name: 'billingReturnReport',
|
|
|
|
|
|
+ path: '/reportData/allocationOrderTotal',
|
|
|
|
+ redirect: '/reportData/allocationOrderTotal/list',
|
|
|
|
+ name: 'allocationOrderTotal',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '开单退货报表',
|
|
|
|
|
|
+ title: '调拨开单统计',
|
|
icon: 'profile'
|
|
icon: 'profile'
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
@@ -1622,10 +1622,10 @@ export const asyncRouterMap = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'billingReturnReportList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingReturnReport/list.vue'),
|
|
|
|
|
|
+ name: 'allocationOrderTotalList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/allocationOrderTotal/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '开单退货列表',
|
|
|
|
|
|
+ title: '调拨开单列表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
@@ -1634,12 +1634,12 @@ export const asyncRouterMap = [
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/reportData/salesReturnReport',
|
|
|
|
- redirect: '/reportData/salesReturnReport/list',
|
|
|
|
- name: 'salesReturnReport',
|
|
|
|
|
|
+ path: '/reportData/allocationDetails',
|
|
|
|
+ redirect: '/reportData/allocationDetails/list',
|
|
|
|
+ name: 'allocationDetails',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '实售退货报表',
|
|
|
|
|
|
+ title: '调拨明细',
|
|
icon: 'profile'
|
|
icon: 'profile'
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
@@ -1647,10 +1647,10 @@ export const asyncRouterMap = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'salesReturnReportList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/list.vue'),
|
|
|
|
|
|
+ name: 'allocationDetailsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/allocationDetails/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '实售退货列表',
|
|
|
|
|
|
+ title: '调拨明细列表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
@@ -1659,12 +1659,12 @@ export const asyncRouterMap = [
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/reportData/priceDifferenceDetailReport',
|
|
|
|
- redirect: '/reportData/priceDifferenceDetailReport/list',
|
|
|
|
- name: 'priceDifferenceDetailReport',
|
|
|
|
|
|
+ path: '/reportData/salesReturnsReport',
|
|
|
|
+ redirect: '/reportData/salesReturnsReport/list',
|
|
|
|
+ name: 'salesReturnsReport',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '总部差价明细报表',
|
|
|
|
|
|
+ title: '销售退货单报表',
|
|
icon: 'profile'
|
|
icon: 'profile'
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
@@ -1672,10 +1672,10 @@ export const asyncRouterMap = [
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'priceDifferenceDetailReportList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/priceDifferenceDetailReport/list.vue'),
|
|
|
|
|
|
+ name: 'salesReturnsReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnsReport/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '总部差价明细列表',
|
|
|
|
|
|
+ title: '销售退货单报表列表',
|
|
icon: 'profile',
|
|
icon: 'profile',
|
|
hidden: true
|
|
hidden: true
|
|
// permission: 'M_warehouseList'
|
|
// permission: 'M_warehouseList'
|
|
@@ -1683,106 +1683,6 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/reportData/provinceTypeSalesDetails',
|
|
|
|
- redirect: '/reportData/provinceTypeSalesDetails/list',
|
|
|
|
- name: 'provinceTypeSalesDetails',
|
|
|
|
- component: RouteView,
|
|
|
|
- meta: {
|
|
|
|
- title: '全国各省品类实际销售明细',
|
|
|
|
- icon: 'deployment-unit'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'provinceTypeSalesDetailsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/provinceTypeSalesDetails/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '全国各省品类实际销售明细列表',
|
|
|
|
- icon: 'deployment-unit',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/districtTypeSalesDetails',
|
|
|
|
- redirect: '/reportData/districtTypeSalesDetails/list',
|
|
|
|
- name: 'districtTypeSalesDetails',
|
|
|
|
- component: RouteView,
|
|
|
|
- meta: {
|
|
|
|
- title: '全国各区品类实际销售明细',
|
|
|
|
- icon: 'deployment-unit'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'districtTypeSalesDetailsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/districtTypeSalesDetails/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '全国各区品类实际销售明细列表',
|
|
|
|
- icon: 'deployment-unit',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/regionalPromotionCostStatistics',
|
|
|
|
- redirect: '/reportData/regionalPromotionCostStatistics/list',
|
|
|
|
- name: 'regionalPromotionCostStatistics',
|
|
|
|
- component: RouteView,
|
|
|
|
- meta: {
|
|
|
|
- title: '区域促销费用统计',
|
|
|
|
- icon: 'deployment-unit'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'regionalPromotionCostStatisticsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/regionalPromotionCostStatistics/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '区域促销费用统计列表',
|
|
|
|
- icon: 'deployment-unit',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/nationalCustomerCostStatistics',
|
|
|
|
- redirect: '/reportData/nationalCustomerCostStatistics/list',
|
|
|
|
- name: 'nationalCustomerCostStatistics',
|
|
|
|
- component: RouteView,
|
|
|
|
- meta: {
|
|
|
|
- title: '全国客户费用统计',
|
|
|
|
- icon: 'deployment-unit'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'nationalCustomerCostStatisticsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/nationalCustomerCostStatistics/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '全国客户费用统计列表',
|
|
|
|
- icon: 'deployment-unit',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
path: '/reportData/salesReturnDetailReport',
|
|
path: '/reportData/salesReturnDetailReport',
|
|
redirect: '/reportData/salesReturnDetailReport/list',
|
|
redirect: '/reportData/salesReturnDetailReport/list',
|
|
@@ -1880,105 +1780,205 @@ export const asyncRouterMap = [
|
|
}]
|
|
}]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
- path: '/reportData/salesDetails',
|
|
|
|
- redirect: '/reportData/salesDetails/list',
|
|
|
|
- name: 'salesDetails',
|
|
|
|
|
|
+ path: '/reportData/actualSalesReport',
|
|
|
|
+ redirect: '/reportData/actualSalesReport/list',
|
|
|
|
+ name: 'actualSalesReport',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '销售明细(开单统计)',
|
|
|
|
- icon: 'profile'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '实售销售报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
- {
|
|
|
|
|
|
+ {
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'salesDetailsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesDetails/list.vue'),
|
|
|
|
|
|
+ name: 'actualSalesReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/actualSalesReport/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '销售明细列表',
|
|
|
|
- icon: 'profile',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '实售销售列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/allocationOrderTotal',
|
|
|
|
- redirect: '/reportData/allocationOrderTotal/list',
|
|
|
|
- name: 'allocationOrderTotal',
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/billingReturnReport',
|
|
|
|
+ redirect: '/reportData/billingReturnReport/list',
|
|
|
|
+ name: 'billingReturnReport',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '调拨开单统计',
|
|
|
|
- icon: 'profile'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '开单退货报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
- {
|
|
|
|
|
|
+ {
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'allocationOrderTotalList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/allocationOrderTotal/list.vue'),
|
|
|
|
|
|
+ name: 'billingReturnReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/billingReturnReport/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '调拨开单列表',
|
|
|
|
- icon: 'profile',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '开单退货列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/allocationDetails',
|
|
|
|
- redirect: '/reportData/allocationDetails/list',
|
|
|
|
- name: 'allocationDetails',
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/salesReturnReport',
|
|
|
|
+ redirect: '/reportData/salesReturnReport/list',
|
|
|
|
+ name: 'salesReturnReport',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '调拨明细',
|
|
|
|
- icon: 'profile'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '实售退货报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
- {
|
|
|
|
|
|
+ {
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'allocationDetailsList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/allocationDetails/list.vue'),
|
|
|
|
|
|
+ name: 'salesReturnReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnReport/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '调拨明细列表',
|
|
|
|
- icon: 'profile',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '实售退货列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
- },
|
|
|
|
- {
|
|
|
|
- path: '/reportData/salesReturnsReport',
|
|
|
|
- redirect: '/reportData/salesReturnsReport/list',
|
|
|
|
- name: 'salesReturnsReport',
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/priceDifferenceDetailReport',
|
|
|
|
+ redirect: '/reportData/priceDifferenceDetailReport/list',
|
|
|
|
+ name: 'priceDifferenceDetailReport',
|
|
component: RouteView,
|
|
component: RouteView,
|
|
meta: {
|
|
meta: {
|
|
- title: '销售退货单报表',
|
|
|
|
- icon: 'profile'
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '总部差价明细报表',
|
|
|
|
+ icon: 'profile'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
},
|
|
},
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
- {
|
|
|
|
|
|
+ {
|
|
path: 'list',
|
|
path: 'list',
|
|
- name: 'salesReturnsReportList',
|
|
|
|
- component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/salesReturnsReport/list.vue'),
|
|
|
|
|
|
+ name: 'priceDifferenceDetailReportList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "reportData" */ '@/views/reportData/priceDifferenceDetailReport/list.vue'),
|
|
meta: {
|
|
meta: {
|
|
- title: '销售退货单报表列表',
|
|
|
|
- icon: 'profile',
|
|
|
|
- hidden: true
|
|
|
|
- // permission: 'M_warehouseList'
|
|
|
|
|
|
+ title: '总部差价明细列表',
|
|
|
|
+ icon: 'profile',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
}
|
|
}
|
|
- }
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
- }
|
|
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/provinceTypeSalesDetails',
|
|
|
|
+ redirect: '/reportData/provinceTypeSalesDetails/list',
|
|
|
|
+ name: 'provinceTypeSalesDetails',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国各省品类实际销售明细',
|
|
|
|
+ icon: 'deployment-unit'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'provinceTypeSalesDetailsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/provinceTypeSalesDetails/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国各省品类实际销售明细列表',
|
|
|
|
+ icon: 'deployment-unit',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/districtTypeSalesDetails',
|
|
|
|
+ redirect: '/reportData/districtTypeSalesDetails/list',
|
|
|
|
+ name: 'districtTypeSalesDetails',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国各区品类实际销售明细',
|
|
|
|
+ icon: 'deployment-unit'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'districtTypeSalesDetailsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/districtTypeSalesDetails/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国各区品类实际销售明细列表',
|
|
|
|
+ icon: 'deployment-unit',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/regionalPromotionCostStatistics',
|
|
|
|
+ redirect: '/reportData/regionalPromotionCostStatistics/list',
|
|
|
|
+ name: 'regionalPromotionCostStatistics',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '区域促销费用统计',
|
|
|
|
+ icon: 'deployment-unit'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'regionalPromotionCostStatisticsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/regionalPromotionCostStatistics/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '区域促销费用统计列表',
|
|
|
|
+ icon: 'deployment-unit',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
|
|
+ {
|
|
|
|
+ path: '/reportData/nationalCustomerCostStatistics',
|
|
|
|
+ redirect: '/reportData/nationalCustomerCostStatistics/list',
|
|
|
|
+ name: 'nationalCustomerCostStatistics',
|
|
|
|
+ component: RouteView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国客户费用统计',
|
|
|
|
+ icon: 'deployment-unit'
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'nationalCustomerCostStatisticsList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "shop" */ '@/views/reportData/nationalCustomerCostStatistics/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '全国客户费用统计列表',
|
|
|
|
+ icon: 'deployment-unit',
|
|
|
|
+ hidden: true
|
|
|
|
+ // permission: 'M_warehouseList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
// 权限管理
|
|
// 权限管理
|