Browse Source

修改字段顺序

master
赵宏斌 5 days ago
parent
commit
6188207287
  1. 68
      src/views/modules/changeManagement/changeRecord.vue

68
src/views/modules/changeManagement/changeRecord.vue

@ -2141,22 +2141,22 @@
}, },
], ],
detailColumnList: [ 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, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
@ -2208,66 +2208,66 @@
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table2NewDrawingNo',
serialNumber: '108002Table2OriCodeNo',
tableId: '108002Table2', tableId: '108002Table2',
tableName: '变更单基本信息表', tableName: '变更单基本信息表',
columnProp: 'newDrawingNo',
columnProp: 'oriCodeNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '新图纸编码',
columnLabel: '技术参数卡编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100
columnWidth: 120
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table2NewDraftNo',
serialNumber: '108002Table2RevNo',
tableId: '108002Table2', tableId: '108002Table2',
tableName: '变更单基本信息表', tableName: '变更单基本信息表',
columnProp: 'newDraftNo',
columnProp: 'revNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center',
columnLabel: '新图稿编码',
align: 'right',
columnLabel: '版本号',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 100
columnWidth: 60
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table2OriCodeNo',
serialNumber: '108002Table2NewDrawingNo',
tableId: '108002Table2', tableId: '108002Table2',
tableName: '变更单基本信息表', tableName: '变更单基本信息表',
columnProp: 'oriCodeNo',
columnProp: 'newDrawingNo',
headerAlign: 'center', headerAlign: 'center',
align: 'center', align: 'center',
columnLabel: '技术参数卡编码',
columnLabel: '新图纸编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 120
columnWidth: 100
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,
functionId: 108002, functionId: 108002,
serialNumber: '108002Table2RevNo',
serialNumber: '108002Table2NewDraftNo',
tableId: '108002Table2', tableId: '108002Table2',
tableName: '变更单基本信息表', tableName: '变更单基本信息表',
columnProp: 'revNo',
columnProp: 'newDraftNo',
headerAlign: 'center', headerAlign: 'center',
align: 'right',
columnLabel: '版本号',
align: 'center',
columnLabel: '新图稿编码',
columnHidden: false, columnHidden: false,
columnImage: false, columnImage: false,
status: true, status: true,
fixed: '', fixed: '',
columnWidth: 60
columnWidth: 100
}, },
{ {
userId: this.$store.state.user.name, userId: this.$store.state.user.name,

Loading…
Cancel
Save