diff --git a/src/views/modules/changeManagement/changeRecord.vue b/src/views/modules/changeManagement/changeRecord.vue index 77fec09..0e730c7 100644 --- a/src/views/modules/changeManagement/changeRecord.vue +++ b/src/views/modules/changeManagement/changeRecord.vue @@ -2141,22 +2141,22 @@ }, ], detailColumnList: [ - { - userId: this.$store.state.user.name, - functionId: 108002, - serialNumber: '108002Table2PlmPartNo', - tableId: '108002Table2', - tableName: '变更单基本信息表', - columnProp: 'testPartNo', - headerAlign: 'center', - align: 'left', - columnLabel: 'PLM物料编码', - columnHidden: false, - columnImage: false, - status: true, - fixed: '', - columnWidth: 120 - }, + // { + // userId: this.$store.state.user.name, + // functionId: 108002, + // serialNumber: '108002Table2PlmPartNo', + // tableId: '108002Table2', + // tableName: '变更单基本信息表', + // columnProp: 'testPartNo', + // headerAlign: 'center', + // align: 'left', + // columnLabel: 'PLM物料编码', + // columnHidden: false, + // columnImage: false, + // status: true, + // fixed: '', + // columnWidth: 120 + // }, { userId: this.$store.state.user.name, functionId: 108002, @@ -2208,66 +2208,66 @@ { userId: this.$store.state.user.name, functionId: 108002, - serialNumber: '108002Table2NewDrawingNo', + serialNumber: '108002Table2OriCodeNo', tableId: '108002Table2', tableName: '变更单基本信息表', - columnProp: 'newDrawingNo', + columnProp: 'oriCodeNo', headerAlign: 'center', align: 'center', - columnLabel: '新图纸编码', + columnLabel: '技术参数卡编码', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 100 + columnWidth: 120 }, { userId: this.$store.state.user.name, functionId: 108002, - serialNumber: '108002Table2NewDraftNo', + serialNumber: '108002Table2RevNo', tableId: '108002Table2', tableName: '变更单基本信息表', - columnProp: 'newDraftNo', + columnProp: 'revNo', headerAlign: 'center', - align: 'center', - columnLabel: '新图稿编码', + align: 'right', + columnLabel: '版本号', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 100 + columnWidth: 60 }, { userId: this.$store.state.user.name, functionId: 108002, - serialNumber: '108002Table2OriCodeNo', + serialNumber: '108002Table2NewDrawingNo', tableId: '108002Table2', tableName: '变更单基本信息表', - columnProp: 'oriCodeNo', + columnProp: 'newDrawingNo', headerAlign: 'center', align: 'center', - columnLabel: '技术参数卡编码', + columnLabel: '新图纸编码', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 120 + columnWidth: 100 }, { userId: this.$store.state.user.name, functionId: 108002, - serialNumber: '108002Table2RevNo', + serialNumber: '108002Table2NewDraftNo', tableId: '108002Table2', tableName: '变更单基本信息表', - columnProp: 'revNo', + columnProp: 'newDraftNo', headerAlign: 'center', - align: 'right', - columnLabel: '版本号', + align: 'center', + columnLabel: '新图稿编码', columnHidden: false, columnImage: false, status: true, fixed: '', - columnWidth: 60 + columnWidth: 100 }, { userId: this.$store.state.user.name,