From 600f5e650300beb4a3fb4fa8e28a02cba31ddc30 Mon Sep 17 00:00:00 2001 From: fengachen <373943794@qq.com> Date: Thu, 28 Oct 2021 15:37:52 +0800 Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BC=9A=E8=AE=AE?= =?UTF-8?q?=E7=BC=96=E8=BE=91=E4=B8=BA=E8=B4=B9=E7=94=A80=20=E7=BC=B4?= =?UTF-8?q?=E8=B4=B9=E4=BA=8C=E7=BB=B4=E7=A0=81=E7=9A=84=E7=9A=84=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=20=E6=A0=B7=E5=BC=8F=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../meetManage/AddOrDetailMeet.vue | 6 ++ .../incomePayments/meetManage/Attendance.vue | 6 +- .../meetManage/SignUpInfoDetail.vue | 19 ++--- .../meetManage/modules/SeminarVipForm.vue | 2 +- src/views/signUp/SignUpEntrance.vue | 4 +- src/views/signUp/SignUpPage.vue | 81 ++++++++++++------- src/views/system/DepartList.vue | 2 +- 7 files changed, 76 insertions(+), 44 deletions(-) diff --git a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue index a9b8ab6..0c1bf4c 100644 --- a/src/views/incomePayments/meetManage/AddOrDetailMeet.vue +++ b/src/views/incomePayments/meetManage/AddOrDetailMeet.vue @@ -498,6 +498,12 @@ export default { this.meetingType = record.meetingType + '' // 编辑根据接口返回的会议类型获取不同的会议url this.url = this.createUrlByMeetingType(this.meetingType) + // 判断会议费用是否为 0 缴费二维码显示 + if(this.model.meetingCosts === '0.00' ){ + this.QRcodeBool = false + }else { + this.QRcodeBool = true + } } else { this.title = '新增会议' // 如果是标协会会议需要显示酒店联系人 diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 6cc4e64..a586ecd 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -58,13 +58,13 @@ {{ currentMeetingInfo.vipInvitationCode }} - {{ currentMeetingInfo.speakerInvitationCode }} + - {{ currentMeetingInfo.guestInvitationCode }} + - {{ currentMeetingInfo.cooperativeInvitationCode }} + diff --git a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue index 3f2558d..a9a8e72 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue @@ -5,12 +5,12 @@