|
@@ -3,11 +3,11 @@ import Layout from '@/layout/index';
|
|
|
const outboundManagementRouter = {
|
|
|
path: '/outboundManagement',
|
|
|
component: Layout,
|
|
|
- redirect: '/outboundManagement',
|
|
|
- name: 'outboundManagement',
|
|
|
+ redirect: { name: 'outbound' },
|
|
|
+ name: 'outbound',
|
|
|
alwaysShow: true, // will always show the root menu
|
|
|
meta: {
|
|
|
- title: 'outboundManagement',
|
|
|
+ title: 'outbound',
|
|
|
module: 'outbound',
|
|
|
icon: '-chukuguanlibeifen'
|
|
|
},
|
|
@@ -15,17 +15,16 @@ const outboundManagementRouter = {
|
|
|
|
|
|
//检斤信息
|
|
|
{
|
|
|
- path: 'weighing',
|
|
|
+ path: 'outbound',
|
|
|
component: () =>
|
|
|
- import(/* webpackChunkName: "sparepartList" */ '@/views/outboundManagement/weighing'),
|
|
|
- name: 'weighing',
|
|
|
+ import(/* webpackChunkName: "sparepartList" */ '@/views/outboundManagement/outbound'),
|
|
|
+ name: 'outbound',
|
|
|
meta: {
|
|
|
- title: 'weighing',
|
|
|
- shortcutEntrance: 'weighing',
|
|
|
+ shortcutEntrance: 'outbound',
|
|
|
module: 'outbound.acquisitionWeightOut.view',
|
|
|
permissicon: [],
|
|
|
keepAlive: true,
|
|
|
- _title:'出库管理检斤信息'
|
|
|
+ _title:'出库'
|
|
|
},
|
|
|
hidden: true
|
|
|
}
|