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']"> + +