|
@@ -701,7 +701,7 @@ export const asyncRouterMap = [
|
|
// // permission: 'M_salesQueryList'
|
|
// // permission: 'M_salesQueryList'
|
|
// }
|
|
// }
|
|
// }
|
|
// }
|
|
- // ]
|
|
|
|
|
|
+ // ]
|
|
// }
|
|
// }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
@@ -712,10 +712,10 @@ export const asyncRouterMap = [
|
|
component: PageView,
|
|
component: PageView,
|
|
meta: {
|
|
meta: {
|
|
title: '购物车管理',
|
|
title: '购物车管理',
|
|
- icon: 'contacts'
|
|
|
|
- // permission: 'M_supplierInfoList'
|
|
|
|
- },
|
|
|
|
- children: [
|
|
|
|
|
|
+ icon: 'contacts',
|
|
|
|
+ permission: 'M_shoppingCarManagement'
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
{
|
|
{
|
|
path: '/shoppingCarManagement/shoppingCar',
|
|
path: '/shoppingCarManagement/shoppingCar',
|
|
redirect: '/shoppingCarManagement/shoppingCar/list',
|
|
redirect: '/shoppingCarManagement/shoppingCar/list',
|
|
@@ -724,8 +724,8 @@ export const asyncRouterMap = [
|
|
meta: {
|
|
meta: {
|
|
title: '购物车',
|
|
title: '购物车',
|
|
icon: 'contacts'
|
|
icon: 'contacts'
|
|
- // permission: 'M_supplierInfoList'
|
|
|
|
- },
|
|
|
|
|
|
+ // permission: 'M_shoppingCarList'
|
|
|
|
+ },
|
|
hideChildrenInMenu: true,
|
|
hideChildrenInMenu: true,
|
|
children: [
|
|
children: [
|
|
{
|
|
{
|
|
@@ -736,7 +736,7 @@ export const asyncRouterMap = [
|
|
title: '购物车列表',
|
|
title: '购物车列表',
|
|
icon: 'contacts',
|
|
icon: 'contacts',
|
|
hidden: true
|
|
hidden: true
|
|
- // permission: 'M_supplierInfoList'
|
|
|
|
|
|
+ // permission: 'M_shoppingCarList'
|
|
}
|
|
}
|
|
}
|
|
}
|
|
]
|
|
]
|
|
@@ -810,7 +810,7 @@ export const asyncRouterMap = [
|
|
replaceTab: true,
|
|
replaceTab: true,
|
|
permission: 'B_purchaseDetail'
|
|
permission: 'B_purchaseDetail'
|
|
}
|
|
}
|
|
- },
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|
|
@@ -850,7 +850,7 @@ export const asyncRouterMap = [
|
|
{
|
|
{
|
|
path: 'edit/:sn/:dealerSn',
|
|
path: 'edit/:sn/:dealerSn',
|
|
name: 'purchaseOrderNewEdit',
|
|
name: 'purchaseOrderNewEdit',
|
|
- component: () => import(/* webpackChunkName: "purchasingManagement" */ '@/views/purchasingManagement/purchaseOrderNew/edit.vue'),
|
|
|
|
|
|
+ component: () => import(/* webpackChunkName: "purchasingManagement" */ '@/views/purchasingManagement/purchaseOrderNew/edit.vue'),
|
|
meta: {
|
|
meta: {
|
|
title: '编辑采购单',
|
|
title: '编辑采购单',
|
|
icon: 'file-done',
|
|
icon: 'file-done',
|
|
@@ -869,7 +869,7 @@ export const asyncRouterMap = [
|
|
replaceTab: true,
|
|
replaceTab: true,
|
|
permission: 'B_purchaseDetail'
|
|
permission: 'B_purchaseDetail'
|
|
}
|
|
}
|
|
- },
|
|
|
|
|
|
+ }
|
|
]
|
|
]
|
|
},
|
|
},
|
|
{
|
|
{
|