|
|
@ -49,26 +49,26 @@ const basedataRouter = { |
|
|
|
icon: '结算' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'wms-kanban', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/wmsKanban'), |
|
|
|
name: 'WMSVWKanBan', |
|
|
|
meta: { |
|
|
|
title: '大众看板发货明细', |
|
|
|
roles: ['SettleAccount.Reports'], |
|
|
|
icon: '供货' |
|
|
|
} |
|
|
|
}, |
|
|
|
{ |
|
|
|
path: 'wms-sparepart', |
|
|
|
component: () => import('@/views/ux/vw/dataInput/wmsSparePart'), |
|
|
|
name: 'WMSSparePart',//命名路由
|
|
|
|
meta: { |
|
|
|
title: '大众备件发货明细', |
|
|
|
roles: ['SettleAccount.Reports'], |
|
|
|
icon: '客户零件' |
|
|
|
} |
|
|
|
} |
|
|
|
// {
|
|
|
|
// path: 'wms-kanban',
|
|
|
|
// component: () => import('@/views/ux/vw/dataInput/wmsKanban'),
|
|
|
|
// name: 'WMSVWKanBan',
|
|
|
|
// meta: {
|
|
|
|
// title: '大众看板发货明细',
|
|
|
|
// roles: ['SettleAccount.Reports'],
|
|
|
|
// icon: '供货'
|
|
|
|
// }
|
|
|
|
// },
|
|
|
|
// {
|
|
|
|
// path: 'wms-sparepart',
|
|
|
|
// component: () => import('@/views/ux/vw/dataInput/wmsSparePart'),
|
|
|
|
// name: 'WMSSparePart',//命名路由
|
|
|
|
// meta: {
|
|
|
|
// title: '大众备件发货明细',
|
|
|
|
// roles: ['SettleAccount.Reports'],
|
|
|
|
// icon: '客户零件'
|
|
|
|
// }
|
|
|
|
// }
|
|
|
|
] |
|
|
|
} |
|
|
|
|
|
|
|