From c18728e89d9a2ad3a84c1893c7b818766f37e41a Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 26 Dec 2023 09:19:05 +0800 Subject: [PATCH] =?UTF-8?q?2023-12-26=20=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/part/partInformation.vue | 26 ++++++++++++++++++---- 1 file changed, 22 insertions(+), 4 deletions(-) diff --git a/src/views/modules/part/partInformation.vue b/src/views/modules/part/partInformation.vue index ae42780..45d908b 100644 --- a/src/views/modules/part/partInformation.vue +++ b/src/views/modules/part/partInformation.vue @@ -755,6 +755,24 @@ fixed: '', columnWidth: 60 }, + { + userId: this.$store.state.user.name, + functionId: 104001, + serialNumber: '104001Table1PartType', + tableId: '104001Table1', + tableName: '物料信息表', + columnProp: 'partType', + headerAlign: 'center', + align: 'left', + columnLabel: '物料类别', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 80 + }, { userId: this.$store.state.user.name, functionId: 104001, @@ -764,7 +782,7 @@ columnProp: 'familyName', headerAlign: 'center', align: 'left', - columnLabel: '物料分类1', + columnLabel: '物料分类', columnHidden: false, columnImage: false, columnSortable: false, @@ -782,7 +800,7 @@ columnProp: 'groupName', headerAlign: 'center', align: 'left', - columnLabel: '物料分类2', + columnLabel: '物料分组', columnHidden: false, columnImage: false, columnSortable: false, @@ -836,7 +854,7 @@ columnProp: 'productGroupName3', headerAlign: 'center', align: 'left', - columnLabel: '商品组3', + columnLabel: '会计组', columnHidden: false, columnImage: false, columnSortable: false, @@ -854,7 +872,7 @@ columnProp: 'productGroupName4', headerAlign: 'center', align: 'left', - columnLabel: '商品组4', + columnLabel: '计划员', columnHidden: false, columnImage: false, columnSortable: false,