|
@@ -445,6 +445,58 @@ export default [{
|
|
|
component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/salesOrder/index')
|
|
|
}]
|
|
|
},
|
|
|
+{
|
|
|
+ path: '/businessManagement/proxyOrder/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/businessManagement/proxyOrder/index',
|
|
|
+ name: '代理订单(N)',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/businessManagement/proxyOrder/index')
|
|
|
+ }]
|
|
|
+},
|
|
|
+{
|
|
|
+ path: '/statisticAnalysis/packFeeRecon/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/statisticAnalysis/packFeeRecon/index',
|
|
|
+ name: '包装费用对账(N)',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/packFeeRecon/index')
|
|
|
+ }]
|
|
|
+},
|
|
|
+{
|
|
|
+ path: '/statisticAnalysis/purchaseReconciliation/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/statisticAnalysis/purchaseReconciliation/index',
|
|
|
+ name: '品牌采购对账(N)',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/purchaseReconciliation/index')
|
|
|
+ }]
|
|
|
+},
|
|
|
+{
|
|
|
+ path: '/statisticAnalysis/salesProfitN/index',
|
|
|
+ component: Layout,
|
|
|
+ hidden: true,
|
|
|
+ children: [{
|
|
|
+ path: '/statisticAnalysis/salesProfitN/index',
|
|
|
+ name: '销售利润(N)',
|
|
|
+ meta: {
|
|
|
+ keepAlive: true,
|
|
|
+ },
|
|
|
+ component: () => import( /* webpackChunkName: "views" */ '@/views/statisticAnalysis/salesProfitN/index')
|
|
|
+ }]
|
|
|
+},
|
|
|
//发货通知详情页
|
|
|
{
|
|
|
path: '/businessManagement/deliveryNotice/index',
|