From 32fae4e51c7e3922f01e0a8a6e122367625978d3 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 3 Jun 2025 12:06:25 +0800 Subject: [PATCH] 2025-06-03 --- .../modules/part/partCatalogInformation.vue | 46 +++++++++---------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/src/views/modules/part/partCatalogInformation.vue b/src/views/modules/part/partCatalogInformation.vue index a88a1e0..20de0c1 100644 --- a/src/views/modules/part/partCatalogInformation.vue +++ b/src/views/modules/part/partCatalogInformation.vue @@ -128,8 +128,8 @@ - 物料分组 - + 物料分组 + @@ -687,24 +687,24 @@ fixed: '', columnWidth: 100 }, - // { - // userId: this.$store.state.user.name, - // functionId: 104001, - // serialNumber: '104001Table1GroupName', - // tableId: '104001Table1', - // tableName: '物料信息表', - // columnProp: 'groupName', - // headerAlign: 'center', - // align: 'center', - // columnLabel: '物料分组', - // columnHidden: false, - // columnImage: false, - // columnSortable: false, - // sortLv: 0, - // status: true, - // fixed: '', - // columnWidth: 100 - // }, + { + userId: this.$store.state.user.name, + functionId: 104001, + serialNumber: '104001Table1GroupName', + tableId: '104001Table1', + tableName: '物料信息表', + columnProp: 'groupName', + headerAlign: 'center', + align: 'left', + columnLabel: '物料分组', + columnHidden: false, + columnImage: false, + columnSortable: false, + sortLv: 0, + status: true, + fixed: '', + columnWidth: 100 + }, { userId: this.$store.state.user.name, functionId: 104001, @@ -713,7 +713,7 @@ tableName: '物料信息表', columnProp: 'codeDesc', headerAlign: 'center', - align: 'center', + align: 'left', columnLabel: '属性模板', columnHidden: false, columnImage: false, @@ -1622,7 +1622,7 @@ let strVal = '' if (val === 1007) { strVal = this.modalData.umId - } else if (val === 109) { + } else if (val === 1004) { strVal = this.modalData.partMainGroup } else if (val === 22) { strVal = this.modalData.codeNo @@ -1636,7 +1636,7 @@ if (this.tagNo === 1007) { this.modalData.umId = val.um_id this.modalData.umName = val.um_name - } else if (this.tagNo === 109) { + } else if (this.tagNo === 1004) { this.modalData.partMainGroup = val.group_id this.modalData.groupName = val.group_name } else if (this.tagNo === 22) {