diff --git a/src/views/incomePayments/meetManage/Attendance.vue b/src/views/incomePayments/meetManage/Attendance.vue index 74e3804..dd049d5 100644 --- a/src/views/incomePayments/meetManage/Attendance.vue +++ b/src/views/incomePayments/meetManage/Attendance.vue @@ -154,7 +154,7 @@ - @@ -624,6 +624,12 @@ export default { } }, methods: { + selectIdentity(){ + console.log(this.queryParam.identity) + if(this.queryParam.identity !== '1'){ + delete this.queryParam.guestType + } + }, /* * 审核 * */ diff --git a/src/views/incomePayments/meetManage/OtherMeetingForm.vue b/src/views/incomePayments/meetManage/OtherMeetingForm.vue index 2e83492..bb78d1a 100644 --- a/src/views/incomePayments/meetManage/OtherMeetingForm.vue +++ b/src/views/incomePayments/meetManage/OtherMeetingForm.vue @@ -28,6 +28,49 @@ + + + - - - + diff --git a/src/views/signUp/SignUpEntrance.vue b/src/views/signUp/SignUpEntrance.vue index f60f157..83522e6 100644 --- a/src/views/signUp/SignUpEntrance.vue +++ b/src/views/signUp/SignUpEntrance.vue @@ -26,7 +26,7 @@ - {{ currentMeetingInfo.directorName }} + {{ currentMeetingInfo.directorName }} {{currentMeetingInfo.directorPhone}} diff --git a/src/views/signUp/SignUpPage.vue b/src/views/signUp/SignUpPage.vue index ac852fe..4a2e48c 100644 --- a/src/views/signUp/SignUpPage.vue +++ b/src/views/signUp/SignUpPage.vue @@ -36,7 +36,7 @@ - {{ currentMeetingInfo.directorName }} + {{ currentMeetingInfo.directorName }}({{ currentMeetingInfo.directorPhone }}) @@ -146,7 +146,7 @@ - + 参会人 @@ -324,6 +324,8 @@ export default { codeErrorBool: true, // 是否是打包 isPackBool:false, + // 国际研讨会身份的控制 + identityBool:false, url: { add: '/meeting/payMeetingSituation/signUp' } @@ -549,8 +551,10 @@ export default { // 选择是说明身份是嘉宾 this.identifyType = 1 this.inviteCodeBool = true + this.identityBool = false } else if (e.target.value === 0) { this.inviteCodeBool = false + this.identityBool = true // 选的否 身份置空 this.identifyType = null this.$nextTick(() => {