From 08b3ef03178af6716bdbc7801e21c4b87cdc22c7 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Mon, 20 Dec 2021 13:52:56 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90=E5=BC=80=E5=8F=91=E3=80=91=E4=BC=9A?= =?UTF-8?q?=E8=AE=AE=E5=AE=A1=E6=A0=B8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../ArriveAndInvoivingList.vue | 10 ++++++++-- .../meetManage/AddOrDetailMeet.vue | 2 ++ .../meetManage/modules/AuditModal.vue | 17 +++++++++++++++-- 3 files changed, 25 insertions(+), 4 deletions(-) diff --git a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue index cc3fe1d..17ad3d0 100644 --- a/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue +++ b/src/views/financialManagement/arriveAndInvoicing/ArriveAndInvoivingList.vue @@ -160,7 +160,7 @@ - + @@ -178,6 +178,7 @@ import ProjectDetailModal from '../../../components/ProjectDetailModal' import BatchInvoicingModule from '../../packManagement/modules/BatchInvoicingModule' import { isAllEqual } from '../../../utils/util' import AuditProofModule from './modules/AuditProofModule' +// import AuditProofModule from "@views/financialManagement/arriveAndInvoicing/modules/AuditProofModule"; import AuditModal from '@views/incomePayments/meetManage/modules/AuditModal' export default { @@ -316,7 +317,10 @@ export default { selectedProject: [], batchInvoicingVisible: false, selectedCompany: {}, // 选中项目的企业信息 - mailContactsId: null // 项目邮寄联系人id + mailContactsId: null ,// 项目邮寄联系人id + meetingType:undefined, // 会议项目的会议类型 + situationId:undefined // 参会人id + } }, methods: { @@ -434,6 +438,8 @@ export default { } // 会议项目使用原本会议缴费凭证的审核弹窗 if (record.projectType === 3) { + this.meetingType = record.meetingType + this.situationId = record.situationId this.$refs.auditModal.title = '审核凭证' this.$refs.auditModal.open(record, false) return diff --git a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue index b2cd990..d1d0ba9 100644 --- a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue +++ b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue @@ -239,6 +239,8 @@ v-decorator="['directorPhone']"> + +