From 8ff9bfd1a3a23b0a879ad46090d276a24bed2b37 Mon Sep 17 00:00:00 2001 From: lideqin <694785430@qq.com> Date: Wed, 10 Jan 2024 11:56:30 +0800 Subject: [PATCH] =?UTF-8?q?[update]=20=E4=BF=AE=E6=94=B9bug80561,=E5=B9=B4?= =?UTF-8?q?=E5=BA=A6=E5=88=B6=E4=BF=AE=E8=AE=A2=E7=9A=84=E4=B8=A4=E4=B8=AA?= =?UTF-8?q?=E6=B5=81=E7=A8=8B=E8=A1=A8=E6=A0=BC=E7=9A=84=E6=96=B0=E4=BC=81?= =?UTF-8?q?=E6=A0=87=E7=BC=96=E5=8F=B7=E5=92=8C=E6=96=B0=E4=BC=81=E6=A0=87?= =?UTF-8?q?=E5=90=8D=E7=A7=B0=E8=B7=B3=E8=BD=AC=E8=AF=A6=E6=83=85=E5=8E=BB?= =?UTF-8?q?=E6=8E=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/OnlyTableForm.vue | 22 ++----------------- .../modules/ContactSelectApproverBaseInfo.vue | 22 ++----------------- .../modules/EngineerInitBaseInfo.vue | 21 ++---------------- .../modules/LeaderApproveSentBaseInfo.vue | 22 ++----------------- .../modules/TableBaseInfo.vue | 22 ++----------------- 5 files changed, 10 insertions(+), 99 deletions(-) diff --git a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue index 5c891828..af95a952 100644 --- a/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue +++ b/src/views/workCenter/annualRevisionPlanActivelyReport/modules/OnlyTableForm.vue @@ -41,15 +41,6 @@ - - - - - - @@ -104,7 +95,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -118,7 +109,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -274,15 +265,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue index 1e9d6413..9c8d53cb 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/EngineerInitBaseInfo.vue @@ -47,14 +47,6 @@ - -
{{ $t('edit') }} @@ -147,7 +139,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -161,7 +153,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -340,15 +332,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue index cd033f17..2327a46f 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/LeaderApproveSentBaseInfo.vue @@ -29,15 +29,6 @@ - - -
@@ -95,7 +86,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -109,7 +100,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -252,15 +243,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 表格选中 onSelectChange (selectedRowKeys, selectionRows) { this.selectedRowKeys = selectedRowKeys diff --git a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue index 527c02f3..bea66d3a 100644 --- a/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue +++ b/src/views/workCenter/annualRevisionPlanStandardizationInit/modules/TableBaseInfo.vue @@ -20,15 +20,6 @@ - - -
{{ $t('edit') }} @@ -98,7 +89,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardNo', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 原企标名称 title: this.$t('enterpriseStandardLibrary.plan.oldEnterpriseStandardName'), @@ -112,7 +103,7 @@ export default { align: 'center', width: 180, dataIndex: 'newEnStandardName', - scopedSlots: { customRender: 'toDetailNew' } + scopedSlots: { customRender: 'text' } }, { // 授权部门 title: this.$t('enterpriseStandardLibrary.plan.authDepartment'), @@ -281,15 +272,6 @@ export default { } }) }, - // 企标编号,企标名称跳转详情,新企标 - handleGoDetailNew (record) { - this.$openPageNewSheet({ - path: '/enterpriseStandardLibrary/enterpriseStandardDetail', - query: { - standardNumber: record.newEnStandardNo - } - }) - }, // 新增或编辑完成 modelFormOk (value) { this.dataSource.splice(this.editIndex, 1, value)