From a8d13b6f53073fdae0101fe5283f07a2abac6970 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?=E5=AE=89=E8=99=B9=E7=9D=BF?= <297504645@qq.com>
Date: Wed, 17 Jan 2024 17:23:38 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90=E9=95=BF=E6=98=A5=E6=B4=BE=E6=A0=BC1.?=
=?UTF-8?q?5=E3=80=91=E7=89=A9=E6=96=99=E7=AE=A1=E7=90=86=E9=A1=B5?=
=?UTF-8?q?=E9=9D=A2=E5=BC=80=E5=8F=91?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
vue/src/router/modules/fis.js | 36 +-
.../pg-fis/basedate/SAPItemConfig/index.vue | 317 ++++++++++++++++++
.../pg-fis/basedate/planControl/index.vue | 12 +-
3 files changed, 346 insertions(+), 19 deletions(-)
create mode 100644 vue/src/views/pg-fis/basedate/SAPItemConfig/index.vue
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 @@
+