update 编辑参会人
This commit is contained in:
@@ -295,7 +295,8 @@ export default {
|
||||
* 编辑回显值
|
||||
* */
|
||||
setFormVal(record) {
|
||||
this.isEditBool = record.checkResult === 1
|
||||
// this.isEditBool = record.checkResult === 1
|
||||
this.isEditBool = false
|
||||
this.needInvoiceBool = record.needInvoice === 0
|
||||
// 回显邮寄联系人
|
||||
this.selectPostPerson = {
|
||||
|
||||
@@ -64,7 +64,7 @@
|
||||
|
||||
<a-col :xxl="8" :xl="12" :sm="24">
|
||||
<a-form-item label="身份" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-radio-group :disabled="model.checkResult === 1" v-decorator="['identity',validatorRules.identify]" @change="changeIdentify">
|
||||
<a-radio-group v-decorator="['identity',validatorRules.identify]" @change="changeIdentify">
|
||||
<a-radio :value="1">嘉宾</a-radio>
|
||||
<a-radio :value="2">参会人</a-radio>
|
||||
<a-radio :value="3" :disabled="!isInternalEnterprise">内部企业</a-radio>
|
||||
@@ -75,7 +75,7 @@
|
||||
<!--身份选择嘉宾并且是研讨会议出现且必填-->
|
||||
<a-col :xxl="8" :xl="12" :sm="24" v-if="identifyType === 1 && meetingType === '3' ">
|
||||
<a-form-item label="嘉宾类型" :labelCol="labelCol" :wrapperCol="wrapperCol">
|
||||
<a-radio-group :disabled="model.checkResult === 1" v-decorator="['guestType',validatorRules.guestType]" @change="changeGuestType">
|
||||
<a-radio-group v-decorator="['guestType',validatorRules.guestType]" @change="changeGuestType">
|
||||
<a-radio :value="1">VIP</a-radio>
|
||||
<a-radio :value="2">演讲嘉宾</a-radio>
|
||||
<a-radio :value="3">特邀嘉宾</a-radio>
|
||||
|
||||
@@ -449,7 +449,8 @@ export default {
|
||||
* */
|
||||
setFormVal(record) {
|
||||
// 回显邮寄联系人
|
||||
this.isEditBool = record.checkResult === 1
|
||||
// this.isEditBool = record.checkResult === 1
|
||||
this.isEditBool = false
|
||||
// this.selectPostPerson = {
|
||||
// id:record.postContactTemporaryId,
|
||||
// name:record.postContactName
|
||||
|
||||
Reference in New Issue
Block a user