|
@@ -275,37 +275,84 @@ let menu = [
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
path: '',
|
|
path: '',
|
|
|
- name: '基差管理',
|
|
|
|
|
|
|
+ name: '升贴水/基差计算',
|
|
|
menuType:0,
|
|
menuType:0,
|
|
|
component: parentView,
|
|
component: parentView,
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '基差管理',
|
|
|
|
|
|
|
+ title: '升贴水/基差计算',
|
|
|
notCache: true,
|
|
notCache: true,
|
|
|
menuType:0
|
|
menuType:0
|
|
|
},
|
|
},
|
|
|
children: [
|
|
children: [
|
|
|
{
|
|
{
|
|
|
- path: '/mst/basis-management/premium-basis-calculation/index',
|
|
|
|
|
- name: 'premium-basis-calculation',
|
|
|
|
|
|
|
+ path: '/mst/basis-management/premium-basis-calculation/procurement-basis/index',
|
|
|
|
|
+ name: 'procurement-basis',
|
|
|
menuType:1,
|
|
menuType:1,
|
|
|
- component: () => import('@/view/mst/basis-management/premium-basis-calculation/index.vue'),
|
|
|
|
|
|
|
+ component: () => import('@/view/mst/basis-management/premium-basis-calculation/procurement-basis/index.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '升贴水/基差计算',
|
|
|
|
|
|
|
+ title: '采购基差',
|
|
|
notCache: false,
|
|
notCache: false,
|
|
|
menuType:1
|
|
menuType:1
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
{
|
|
{
|
|
|
- path: '/mst/basis-management/premium-basis-configuration/index',
|
|
|
|
|
- name: 'premium-basis-configuration',
|
|
|
|
|
- component: () => import('@/view/mst/basis-management/premium-basis-configuration/index.vue'),
|
|
|
|
|
|
|
+ path: '/mst/basis-management/premium-basis-configuration/zheng-mian-picked-bags/index',
|
|
|
|
|
+ name: 'zheng-mian-picked-bags',
|
|
|
|
|
+ component: () => import('@/view/mst/basis-management/premium-basis-calculation/zheng-mian-picked-bags/index.vue'),
|
|
|
meta: {
|
|
meta: {
|
|
|
- title: '升贴水/基差配置',
|
|
|
|
|
|
|
+ title: '郑棉挑包',
|
|
|
notCache: false,
|
|
notCache: false,
|
|
|
flgRight: true,
|
|
flgRight: true,
|
|
|
menuType:1
|
|
menuType:1
|
|
|
},
|
|
},
|
|
|
},
|
|
},
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/mst/basis-management/premium-basis-configuration/sales-basis/index',
|
|
|
|
|
+ name: 'sales-basis',
|
|
|
|
|
+ component: () => import('@/view/mst/basis-management/premium-basis-calculation/sales-basis/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '销售基差',
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ flgRight: true,
|
|
|
|
|
+ menuType:1
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+
|
|
|
|
|
+ ]
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '',
|
|
|
|
|
+ name: '升贴水/基差配置',
|
|
|
|
|
+ menuType:0,
|
|
|
|
|
+ component: parentView,
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '升贴水/基差配置',
|
|
|
|
|
+ notCache: true,
|
|
|
|
|
+ menuType:0
|
|
|
|
|
+ },
|
|
|
|
|
+ children: [
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/mst/basis-management/premium-basis-configuration/purchase-premium-basis-configuration/index',
|
|
|
|
|
+ name: 'purchase-premium-basis-configuration',
|
|
|
|
|
+ menuType:1,
|
|
|
|
|
+ component: () => import('@/view/mst/basis-management/premium-basis-configuration/purchase-premium-basis-configuration/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '采购升贴水/基差配置',
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ menuType:1
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
+ {
|
|
|
|
|
+ path: '/mst/basis-management/premium-basis-configuration/sales-markup-basis-configuration/index',
|
|
|
|
|
+ name: 'sales-markup-basis-configuration',
|
|
|
|
|
+ menuType:1,
|
|
|
|
|
+ component: () => import('@/view/mst/basis-management/premium-basis-configuration/sales-markup-basis-configuration/index.vue'),
|
|
|
|
|
+ meta: {
|
|
|
|
|
+ title: '销售升贴水/基差配置',
|
|
|
|
|
+ notCache: false,
|
|
|
|
|
+ menuType:1
|
|
|
|
|
+ },
|
|
|
|
|
+ },
|
|
|
|
|
|
|
|
]
|
|
]
|
|
|
},
|
|
},
|