|
@@ -2808,51 +2808,76 @@ export const asyncRouterMap = [
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/supplierManagement/associatedProductDetails',
|
|
|
- redirect: '/supplierManagement/associatedProductDetails/list',
|
|
|
- name: 'associatedProductDetails',
|
|
|
+ path: '/supplierManagement/costSetting',
|
|
|
+ redirect: '/supplierManagement/costSetting/list',
|
|
|
+ name: 'costSetting',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
- title: '关联产品明细表',
|
|
|
- icon: 'build',
|
|
|
- permission: 'M_associatedProductDetailsList'
|
|
|
+ title: '成本设置',
|
|
|
+ icon: 'build'
|
|
|
+ // permission: 'M_costSettingList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'associatedProductDetailsList',
|
|
|
- component: () => import(/* webpackChunkName: "supplierManagement" */ '@/views/supplierManagement/associatedProductDetails/list.vue'),
|
|
|
+ name: 'costSettingList',
|
|
|
+ component: () => import(/* webpackChunkName: "supplierManagement" */ '@/views/supplierManagement/costSetting/list.vue'),
|
|
|
meta: {
|
|
|
- title: '关联产品明细列表',
|
|
|
+ title: '成本设置列表',
|
|
|
icon: 'build',
|
|
|
- hidden: true,
|
|
|
- permission: 'M_associatedProductDetailsList'
|
|
|
+ hidden: true
|
|
|
+ // permission: 'M_costSettingList'
|
|
|
}
|
|
|
}
|
|
|
]
|
|
|
},
|
|
|
{
|
|
|
- path: '/supplierManagement/supplierRecord',
|
|
|
- redirect: '/supplierManagement/supplierRecord/list',
|
|
|
- name: 'supplierRecord',
|
|
|
+ path: '/supplierManagement/costSetRecord',
|
|
|
+ redirect: '/supplierManagement/costSetRecord/list',
|
|
|
+ name: 'costSetRecord',
|
|
|
component: BlankLayout,
|
|
|
meta: {
|
|
|
title: '成本变更记录',
|
|
|
icon: 'build'
|
|
|
- // permission: 'M_associatedProductDetailsList'
|
|
|
+ // permission: 'M_costSetRecordList'
|
|
|
},
|
|
|
hideChildrenInMenu: true,
|
|
|
children: [
|
|
|
{
|
|
|
path: 'list',
|
|
|
- name: 'supplierRecordList',
|
|
|
- component: () => import(/* webpackChunkName: "supplierManagement" */ '@/views/supplierManagement/supplierRecord/list.vue'),
|
|
|
+ name: 'costSetRecordList',
|
|
|
+ component: () => import(/* webpackChunkName: "supplierManagement" */ '@/views/supplierManagement/costSetRecord/list.vue'),
|
|
|
meta: {
|
|
|
title: '成本变更记录列表',
|
|
|
icon: 'build',
|
|
|
hidden: true
|
|
|
- // permission: 'M_associatedProductDetailsList'
|
|
|
+ // permission: 'M_costSetRecordList'
|
|
|
+ }
|
|
|
+ }
|
|
|
+ ]
|
|
|
+ },
|
|
|
+ {
|
|
|
+ path: '/supplierManagement/associatedProductDetails',
|
|
|
+ redirect: '/supplierManagement/associatedProductDetails/list',
|
|
|
+ name: 'associatedProductDetails',
|
|
|
+ component: BlankLayout,
|
|
|
+ meta: {
|
|
|
+ title: '关联产品明细表',
|
|
|
+ icon: 'build',
|
|
|
+ permission: 'M_associatedProductDetailsList'
|
|
|
+ },
|
|
|
+ hideChildrenInMenu: true,
|
|
|
+ children: [
|
|
|
+ {
|
|
|
+ path: 'list',
|
|
|
+ name: 'associatedProductDetailsList',
|
|
|
+ component: () => import(/* webpackChunkName: "supplierManagement" */ '@/views/supplierManagement/associatedProductDetails/list.vue'),
|
|
|
+ meta: {
|
|
|
+ title: '关联产品明细列表',
|
|
|
+ icon: 'build',
|
|
|
+ hidden: true,
|
|
|
+ permission: 'M_associatedProductDetailsList'
|
|
|
}
|
|
|
}
|
|
|
]
|