From ef7b7f964fc1dd5155946d06d7c35a829d2fbd1c Mon Sep 17 00:00:00 2001
From: fengachen <373943794@qq.com>
Date: Wed, 3 Nov 2021 10:42:55 +0800
Subject: [PATCH] =?UTF-8?q?=E3=80=90bug=E3=80=91=E4=BC=9A=E8=AE=AE?=
=?UTF-8?q?=E6=9D=A5=E6=AC=BE=E6=96=B9=E5=BC=8F=E4=B8=BA=E6=89=93=E5=8C=85?=
=?UTF-8?q?=E7=9A=84=E4=BF=AE=E6=94=B9?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../revenueContract/modules/AddMeetingPerson.vue | 12 ++++++++++--
.../incomePayments/meetManage/OtherMeetingForm.vue | 4 +---
src/views/signUp/SignUpPage.vue | 11 +----------
3 files changed, 12 insertions(+), 15 deletions(-)
diff --git a/src/views/contractManagement/revenueContract/modules/AddMeetingPerson.vue b/src/views/contractManagement/revenueContract/modules/AddMeetingPerson.vue
index 625ce28..6852b39 100644
--- a/src/views/contractManagement/revenueContract/modules/AddMeetingPerson.vue
+++ b/src/views/contractManagement/revenueContract/modules/AddMeetingPerson.vue
@@ -90,7 +90,7 @@
汇款
现场缴费
- 打包
+ 打包
@@ -129,7 +129,7 @@
-
+
@@ -265,6 +265,8 @@ export default {
},
// 订单后四位显示
onlinePayModeBool: false,
+ // 是否打包 打包不上传缴费凭证
+ isPackBool:false,
url: {
add: '/meeting/payMeetingSituation/add'
},
@@ -418,6 +420,12 @@ export default {
} else {
this.onlinePayModeBool = false
}
+ // 是否打包
+ if (e.target.value === 3) {
+ this.isPackBool = true
+ } else {
+ this.isPackBool = false
+ }
}
}
diff --git a/src/views/incomePayments/meetManage/OtherMeetingForm.vue b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
index 7922d4e..85132b7 100644
--- a/src/views/incomePayments/meetManage/OtherMeetingForm.vue
+++ b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
@@ -295,11 +295,9 @@ export default {
* */
changePayMode(e) {
if (e.target.value === 3) {
- this.payModeBool = true
- this.$emit('isPack', true)
+ this.payModeBool = false
} else {
this.payModeBool = false
- this.$emit('isPack', false)
}
// 缴费方式为线上 要输入订单后四位
if (e.target.value === 2) {
diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue
index 8d9133b..3973a2e 100644
--- a/src/views/signUp/SignUpPage.vue
+++ b/src/views/signUp/SignUpPage.vue
@@ -179,7 +179,6 @@
@@ -436,15 +435,7 @@ export default {
if (r != null) return unescape(r[2])
return null
},
- // 是否打包 打包会议费用为0
- isPack(val) {
- this.isPackBool = val
- if (this.isPackBool) {
- this.meetingCostSum = '0.00'
- } else {
- this.meetingCostSum = this.currentMeetingInfo.meetingCosts
- }
- },
+ // 是否打包 打包会议费用为
/*
* 确定
* */