|
@@ -139,31 +139,6 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
- {
|
|
|
|
- path: '/salesManagement/outboundOrder',
|
|
|
|
- redirect: '/salesManagement/outboundOrder/list',
|
|
|
|
- name: 'outboundOrder',
|
|
|
|
- component: BlankLayout,
|
|
|
|
- meta: {
|
|
|
|
- title: '出库',
|
|
|
|
- icon: 'export',
|
|
|
|
- permission: 'M_outboundList'
|
|
|
|
- },
|
|
|
|
- hideChildrenInMenu: true,
|
|
|
|
- children: [
|
|
|
|
- {
|
|
|
|
- path: 'list',
|
|
|
|
- name: 'outboundOrderList',
|
|
|
|
- component: () => import(/* webpackChunkName: "salesManagement" */ '@/views/salesManagement/outboundOrder/list.vue'),
|
|
|
|
- meta: {
|
|
|
|
- title: '出库列表',
|
|
|
|
- icon: 'export',
|
|
|
|
- hidden: true,
|
|
|
|
- permission: 'M_outboundList'
|
|
|
|
- }
|
|
|
|
- }
|
|
|
|
- ]
|
|
|
|
- },
|
|
|
|
{
|
|
{
|
|
path: '/salesManagement/urgentItemsOffset',
|
|
path: '/salesManagement/urgentItemsOffset',
|
|
redirect: '/salesManagement/urgentItemsOffset/list',
|
|
redirect: '/salesManagement/urgentItemsOffset/list',
|
|
@@ -508,6 +483,44 @@ export const asyncRouterMap = [
|
|
}
|
|
}
|
|
]
|
|
]
|
|
},
|
|
},
|
|
|
|
+ // 出库管理
|
|
|
|
+ {
|
|
|
|
+ path: '/outboundOrderManagement',
|
|
|
|
+ redirect: '/outboundOrderManagement/outboundOrder',
|
|
|
|
+ component: PageView,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '出库管理',
|
|
|
|
+ icon: 'logout',
|
|
|
|
+ permission: 'M_outboundList'
|
|
|
|
+ },
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: '/outboundOrderManagement/outboundOrder',
|
|
|
|
+ redirect: '/outboundOrderManagement/outboundOrder/list',
|
|
|
|
+ name: 'outboundOrder',
|
|
|
|
+ component: BlankLayout,
|
|
|
|
+ meta: {
|
|
|
|
+ title: '出库',
|
|
|
|
+ icon: 'logout',
|
|
|
|
+ permission: 'M_outboundList'
|
|
|
|
+ },
|
|
|
|
+ hideChildrenInMenu: true,
|
|
|
|
+ children: [
|
|
|
|
+ {
|
|
|
|
+ path: 'list',
|
|
|
|
+ name: 'outboundOrderList',
|
|
|
|
+ component: () => import(/* webpackChunkName: "outboundOrderManagement" */ '@/views/outboundOrderManagement/outboundOrder/list.vue'),
|
|
|
|
+ meta: {
|
|
|
|
+ title: '出库列表',
|
|
|
|
+ icon: 'logout',
|
|
|
|
+ hidden: true,
|
|
|
|
+ permission: 'M_outboundList'
|
|
|
|
+ }
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ }
|
|
|
|
+ ]
|
|
|
|
+ },
|
|
// 财务管理
|
|
// 财务管理
|
|
{
|
|
{
|
|
path: '/financialManagement',
|
|
path: '/financialManagement',
|