|
|
|
@ -646,6 +646,21 @@ export default [
|
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
path: '/basicdata/brand/basicClientDetail', |
|
|
|
|
component: Layout, |
|
|
|
|
redirect: '/brand/basicClientDetail', |
|
|
|
|
children: [ |
|
|
|
|
{ |
|
|
|
|
path: '/basicdata/brand/basicClientDetail', |
|
|
|
|
name: '查看详情', |
|
|
|
|
meta: { |
|
|
|
|
i18n: 'dict', |
|
|
|
|
}, |
|
|
|
|
component: () => import('@/views/basicdata/brand/basicClientDetail.vue'), |
|
|
|
|
}, |
|
|
|
|
], |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
path: '/distribution/inventory/distributionStockArticleFrom', |
|
|
|
|
component: Layout, |
|
|
|
|