[update 会议报名信息编辑] 缴费方式选择打包,缴费相关字段不需要显示
This commit is contained in:
@@ -26,8 +26,8 @@
|
|||||||
</a-form-item>
|
</a-form-item>
|
||||||
</a-col>
|
</a-col>
|
||||||
</a-row>
|
</a-row>
|
||||||
<!-- 只有编辑的时候显示 待确收金额 税率 税额 等信息 -->
|
<!-- 只有编辑的时候并且缴费方式不是打包, 显示 待确收金额 税率 税额 等信息 -->
|
||||||
<template v-if="!!$route.query.id && identifyType === 2">
|
<template v-if="!!$route.query.id && identifyType === 2 && !payModeBool">
|
||||||
|
|
||||||
<!-- 到账后 待确收金额 税率不能编辑 -->
|
<!-- 到账后 待确收金额 税率不能编辑 -->
|
||||||
<a-row :gutter="24">
|
<a-row :gutter="24">
|
||||||
@@ -535,6 +535,8 @@ export default {
|
|||||||
id: record.postContactTemporaryId,
|
id: record.postContactTemporaryId,
|
||||||
name: record.postContactName
|
name: record.postContactName
|
||||||
}
|
}
|
||||||
|
// 回显时不会出发change事件,这里手动出发
|
||||||
|
this.changePayMode({ target: { value: record.payMode } })
|
||||||
this.$nextTick(() => {
|
this.$nextTick(() => {
|
||||||
// 身份类型是嘉宾 内部企业只渲染 住店 抵达时间 离开时间
|
// 身份类型是嘉宾 内部企业只渲染 住店 抵达时间 离开时间
|
||||||
this.form.setFieldsValue(pick(record,
|
this.form.setFieldsValue(pick(record,
|
||||||
|
|||||||
Reference in New Issue
Block a user