【bug】参会人身份表单显示隐藏逻辑修改
This commit is contained in:
@@ -29,7 +29,7 @@
|
||||
<!-- 选择嘉宾和内部企业、缴费方式为打包也不显示-->
|
||||
<!-- 会议费为0不显示 -->
|
||||
<template v-if="!meetingCostBool">
|
||||
<div class="item-title" v-if="identifyType === 2 && !payModeBool">缴费信息</div>
|
||||
<div class="item-title" v-if="identifyType === 2">缴费信息</div>
|
||||
<a-row :gutter="24">
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="identifyType === 2">
|
||||
<a-form-item label="缴费方式" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
@@ -70,7 +70,7 @@
|
||||
<!-- </a-col>-->
|
||||
</a-row>
|
||||
</template>
|
||||
<!-- 选择嘉宾和内部企业、缴费方式为打包也不显示-->
|
||||
<!-- 其他会议选择嘉宾和内部企业、缴费方式为打包也不显示-->
|
||||
<!-- 会议费为0不显示 -->
|
||||
<template v-if="!meetingCostBool && !needInvoiceBool ">
|
||||
<div class="item-title" v-if="identifyType === 2 && !payModeBool ">邮寄信息</div>
|
||||
@@ -179,7 +179,7 @@ export default {
|
||||
sm: {span: 21}
|
||||
},
|
||||
// 缴费方式为打包
|
||||
payModeBool: false,
|
||||
payModeBool: true,
|
||||
// 缴费方式为线上缴费
|
||||
onlinePayModeBool:false,
|
||||
// 回显的邮寄联系人
|
||||
@@ -205,7 +205,7 @@ export default {
|
||||
// 是否可编辑
|
||||
isEditBool:false,
|
||||
// 是否需要发票
|
||||
needInvoiceBool:false,
|
||||
needInvoiceBool:true,
|
||||
}
|
||||
},
|
||||
watch: {
|
||||
|
||||
Reference in New Issue
Block a user