|
|
@ -124,7 +124,7 @@ |
|
|
// 导出+动态列 start |
|
|
// 导出+动态列 start |
|
|
exportData: [], |
|
|
exportData: [], |
|
|
userDev:this.$store.state.user.userDev, |
|
|
userDev:this.$store.state.user.userDev, |
|
|
exportName: "派工单列表"+this.getStrDate(), |
|
|
|
|
|
|
|
|
exportName: "产量报告"+this.getStrDate(), |
|
|
columnList: [ |
|
|
columnList: [ |
|
|
{ |
|
|
{ |
|
|
tableId: "sfdcList", |
|
|
tableId: "sfdcList", |
|
|
@ -246,6 +246,23 @@ |
|
|
serialNumber: null, |
|
|
serialNumber: null, |
|
|
columnType: null, |
|
|
columnType: null, |
|
|
align: 'left' |
|
|
align: 'left' |
|
|
|
|
|
}, { |
|
|
|
|
|
tableId: "sfdcList", |
|
|
|
|
|
tableName: this.$route.meta.title, |
|
|
|
|
|
columnProp: "partDesc", |
|
|
|
|
|
columnLabel: "产品型号", |
|
|
|
|
|
columnHidden: false, |
|
|
|
|
|
columnImage: false, |
|
|
|
|
|
columnSortable: false, |
|
|
|
|
|
columnWidth: 100, |
|
|
|
|
|
format: null, |
|
|
|
|
|
functionId: this.$route.meta.menuId, |
|
|
|
|
|
sortLv: 0, |
|
|
|
|
|
status: true, |
|
|
|
|
|
fixed: '', |
|
|
|
|
|
serialNumber: null, |
|
|
|
|
|
columnType: null, |
|
|
|
|
|
align: 'left' |
|
|
}, { |
|
|
}, { |
|
|
tableId: "sfdcList", |
|
|
tableId: "sfdcList", |
|
|
tableName: this.$route.meta.title, |
|
|
tableName: this.$route.meta.title, |
|
|
|