diff --git a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue index a9a8e72..dcb9842 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoDetail.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoDetail.vue @@ -55,8 +55,7 @@ {{ model.payMode_dictText }} - - + {{ model.needInvoice_dictText }} diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue index 9e4c2c9..0731b6b 100644 --- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue +++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue @@ -304,7 +304,7 @@ export default { if(this.$refs.formother){ // 打包不显示行程信息 if(record.payMode === 3){ - this.$refs.formother.payModeBool = true + this.$refs.formother.payModeBool = false } // 缴费方式为汇款 需要显示发票字段 if(record.payMode === 1){