From cf1ad88ed16ea7a4b5f9cbb73e3790e3b23b5ef2 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Mon, 8 May 2023 10:13:29 +0800 Subject: [PATCH] =?UTF-8?q?0412=20=E6=96=B0=E7=9C=8B=E6=9D=BF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/modules/production/cancelSfdc.vue | 19 ++++++++++++++++++- .../production/cancelSfdcForWareHouse.vue | 19 ++++++++++++++++++- src/views/modules/production/searchSfdc.vue | 19 ++++++++++++++++++- 3 files changed, 54 insertions(+), 3 deletions(-) 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,