From e9e13659dbd530544e4ef279c3060c410199e36b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E5=AE=8F=E6=96=8C?= <2164406372@qq.com> Date: Wed, 7 Jan 2026 16:21:57 +0800 Subject: [PATCH] =?UTF-8?q?=E5=B7=A5=E7=A8=8B=E5=8F=98=E6=9B=B4=E7=94=B3?= =?UTF-8?q?=E8=AF=B7=20=E5=85=B3=E8=81=94=E6=8A=80=E6=9C=AF=E5=8F=82?= =?UTF-8?q?=E6=95=B0=E5=8D=A1=20=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/changeManagement/changeRecord.vue | 64 +++++++++++++++++++ .../com_tsd_basicInformation.vue | 4 +- 2 files changed, 66 insertions(+), 2 deletions(-) diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue index 2b4da93..77fec09 100644 --- a/src/views/modules/changeManagement/changeRecord.vue +++ b/src/views/modules/changeManagement/changeRecord.vue @@ -2269,6 +2269,70 @@ fixed: '', columnWidth: 60 }, + { + userId: this.$store.state.user.name, + functionId: 108002, + serialNumber: '108002Table2CustomerDesc', + tableId: '108002Table2', + tableName: '变更单基本信息表', + columnProp: 'customerDesc', + headerAlign: 'center', + align: 'right', + columnLabel: '客户名称', + columnHidden: false, + columnImage: false, + status: true, + fixed: '', + columnWidth: 60 + }, + { + userId: this.$store.state.user.name, + functionId: 108002, + serialNumber: '108002Table2BuDesc', + tableId: '108002Table2', + tableName: '变更单基本信息表', + columnProp: 'buDesc', + headerAlign: 'center', + align: 'right', + columnLabel: 'BU', + columnHidden: false, + columnImage: false, + status: true, + fixed: '', + columnWidth: 60 + }, + { + userId: this.$store.state.user.name, + functionId: 108002, + serialNumber: '108002Table2DirectCustomer', + tableId: '108002Table2', + tableName: '变更单基本信息表', + columnProp: 'directCustomer', + headerAlign: 'center', + align: 'right', + columnLabel: '直接客户', + columnHidden: false, + columnImage: false, + status: true, + fixed: '', + columnWidth: 60 + }, + { + userId: this.$store.state.user.name, + functionId: 108002, + serialNumber: '108002Table2PartCategory', + tableId: '108002Table2', + tableName: '变更单基本信息表', + columnProp: 'partCategory', + headerAlign: 'center', + align: 'right', + columnLabel: '产品类别', + columnHidden: false, + columnImage: false, + status: true, + fixed: '', + columnWidth: 60 + } ], fileColumnList: [ { diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 2c83676..3c28284 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -65,7 +65,7 @@ - + @@ -1683,7 +1683,7 @@ saveData () { if (this.dataForm.partCategory === '' || this.dataForm.partCategory == null) { - this.$message.warning('物料类别不能为空!') + this.$message.warning('产品类别不能为空!') return false } this.dataForm.engineerList = []