diff --git a/src/views/modules/production/cancelSfdc.vue b/src/views/modules/production/cancelSfdc.vue index bfcb0d3..61cc60e 100644 --- a/src/views/modules/production/cancelSfdc.vue +++ b/src/views/modules/production/cancelSfdc.vue @@ -124,7 +124,7 @@ // 导出+动态列 start exportData: [], userDev:this.$store.state.user.userDev, - exportName: "派工单列表"+this.getStrDate(), + exportName: "产量报告"+this.getStrDate(), columnList: [ { tableId: "sfdcList", @@ -246,6 +246,23 @@ serialNumber: null, columnType: null, 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", tableName: this.$route.meta.title, diff --git a/src/views/modules/production/cancelSfdcForWareHouse.vue b/src/views/modules/production/cancelSfdcForWareHouse.vue index 93d398e..2c55693 100644 --- a/src/views/modules/production/cancelSfdcForWareHouse.vue +++ b/src/views/modules/production/cancelSfdcForWareHouse.vue @@ -66,7 +66,7 @@ // 导出+动态列 start exportData: [], userDev:this.$store.state.user.userDev, - exportName: "派工单列表"+this.getStrDate(), + exportName: "产量报告"+this.getStrDate(), columnList: [ { tableId: "sfdcList", @@ -188,6 +188,23 @@ serialNumber: null, columnType: null, 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", tableName: this.$route.meta.title, diff --git a/src/views/modules/production/searchSfdc.vue b/src/views/modules/production/searchSfdc.vue index f2f5736..5cd16cc 100644 --- a/src/views/modules/production/searchSfdc.vue +++ b/src/views/modules/production/searchSfdc.vue @@ -112,7 +112,7 @@ // 导出+动态列 start exportData: [], userDev:this.$store.state.user.userDev, - exportName: "派工单列表"+this.getStrDate(), + exportName: "产量报告"+this.getStrDate(), columnList: [ { tableId: "sfdcList", @@ -234,6 +234,23 @@ serialNumber: null, columnType: null, 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", tableName: this.$route.meta.title,