diff --git a/vue/src/router/modules/fis.js b/vue/src/router/modules/fis.js
index 4e38cd3..3a403ae 100644
--- a/vue/src/router/modules/fis.js
+++ b/vue/src/router/modules/fis.js
@@ -17,11 +17,31 @@ const pgfis = {
},
children: [
{
- path: '/customerPartCfg',
- component: () => import('@/views/pg-fis/basedate/customerPartCfg'),
+ path: '/pg-planControl',
+ component: () => import('@/views/pg-fis/basedate/planControl/index.vue'),
+ name: 'pg-planControl',//命名路由
+ meta: {
+ title: '计划管理',
+ //roles: ['SettleAccount.Reports'],
+ icon: '客户零件'
+ }
+ },
+ // {
+ // path: '/customerPartCfg',
+ // component: () => import('@/views/pg-fis/basedate/customerPartCfg'),
+ // name: 'customerPartCfg',//命名路由
+ // meta: {
+ // title: '客户零件管理',
+ // //roles: ['SettleAccount.Reports'],
+ // icon: '发货'
+ // }
+ // },
+ {
+ path: '/SAPItemConfig',
+ component: () => import('@/views/pg-fis/basedate/SAPItemConfig'),
name: 'customerPartCfg',//命名路由
meta: {
- title: '客户零件管理',
+ title: '物料管理',
//roles: ['SettleAccount.Reports'],
icon: '发货'
}
@@ -146,16 +166,6 @@ const pgfis = {
icon: '客户零件'
}
},
- {
- path: '/pg-planControl',
- component: () => import('@/views/pg-fis/basedate/planControl/index.vue'),
- name: 'pg-planControl',//命名路由
- meta: {
- title: '计划管理',
- //roles: ['SettleAccount.Reports'],
- icon: '客户零件'
- }
- }
]
}
diff --git a/vue/src/views/pg-fis/basedate/SAPItemConfig/index.vue b/vue/src/views/pg-fis/basedate/SAPItemConfig/index.vue
new file mode 100644
index 0000000..c34479b
--- /dev/null
+++ b/vue/src/views/pg-fis/basedate/SAPItemConfig/index.vue
@@ -0,0 +1,317 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+ {{ scope.column.label }}
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/vue/src/views/pg-fis/basedate/planControl/index.vue b/vue/src/views/pg-fis/basedate/planControl/index.vue
index c1bdfd9..b971bc5 100644
--- a/vue/src/views/pg-fis/basedate/planControl/index.vue
+++ b/vue/src/views/pg-fis/basedate/planControl/index.vue
@@ -209,7 +209,6 @@
:min-width="item.width"
:formatter="fieldFormatter"
sortable="custom"
- show-overflow-tooltip
:gutter="0"
>
@@ -218,6 +217,7 @@
+