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 = []