From 68ea19b3f8ae2ba29d5b3541ce58f5ba723914cd Mon Sep 17 00:00:00 2001
From: fengachen <373943794@qq.com>
Date: Tue, 28 Sep 2021 09:43:19 +0800
Subject: [PATCH] =?UTF-8?q?=E4=BC=9A=E8=AE=AE=E7=BC=96=E8=BE=91=E6=98=AF?=
=?UTF-8?q?=E5=90=A6=E5=8F=AF=E4=BF=AE=E6=94=B9=E4=BF=A1=E6=81=AF?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
.../meetManage/OtherMeetingForm.vue | 14 +++++--
.../meetManage/SignUpInfoEdit.vue | 6 ++-
.../meetManage/modules/SeminarVipForm.vue | 39 +++++++++++--------
3 files changed, 38 insertions(+), 21 deletions(-)
diff --git a/src/views/incomePayments/meetManage/OtherMeetingForm.vue b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
index d885c4b..4bd6555 100644
--- a/src/views/incomePayments/meetManage/OtherMeetingForm.vue
+++ b/src/views/incomePayments/meetManage/OtherMeetingForm.vue
@@ -35,6 +35,7 @@
@@ -54,6 +56,7 @@
{e.target.value = e.target.value.replace(/[^0-9]/g,'')}" :maxLength="6"
v-decorator="[ 'postCode']">
@@ -68,7 +71,7 @@
-
+
汇款
线上缴费
打包
@@ -81,13 +84,14 @@
-
+
@@ -95,6 +99,7 @@
{e.target.value = e.target.value.replace(/[^0-9]/g,'')}"
v-decorator="[ 'orderCode',validatorRules.orderCode]">
@@ -190,7 +195,9 @@ export default {
rules: [{required: true, message: '请输入订单号后四位'}],
validateTrigger: 'blur'
}
- }
+ },
+ // 是否可编辑
+ isEditBool:false,
}
},
watch: {
@@ -254,6 +261,7 @@ export default {
* 编辑回显值
* */
setFormVal(record) {
+ this.isEditBool = record.checkResult === 1
// 回显邮寄联系人
this.selectPostPerson = {
id: record.postContactTemporaryId,
diff --git a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
index bc524bf..f33b707 100644
--- a/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
+++ b/src/views/incomePayments/meetManage/SignUpInfoEdit.vue
@@ -11,6 +11,7 @@
@@ -23,6 +24,7 @@
placeholder="请选择参会人"
v-decorator="['companyContactId',validatorRules.companyContactId]"
:maxLength='50'
+ :disabled="model.checkResult === 1"
:init-contacts="selectPerson"
@change="changeContact"
ref="selectMailContacts"
@@ -62,7 +64,7 @@
-
+
嘉宾
参会人
内部企业
@@ -73,7 +75,7 @@
-
+
VIP
演讲嘉宾
特邀嘉宾
diff --git a/src/views/incomePayments/meetManage/modules/SeminarVipForm.vue b/src/views/incomePayments/meetManage/modules/SeminarVipForm.vue
index 91340c1..331bfec 100644
--- a/src/views/incomePayments/meetManage/modules/SeminarVipForm.vue
+++ b/src/views/incomePayments/meetManage/modules/SeminarVipForm.vue
@@ -8,6 +8,7 @@
event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="['speechTopic']">
@@ -15,14 +16,14 @@
-
+
-
+
@@ -31,6 +32,7 @@
-
+
是
否
@@ -57,7 +59,7 @@
-
+
是
否
@@ -72,7 +74,7 @@
-
+
是
否
@@ -81,19 +83,19 @@
-
-
- event.target.value = event.target.value.trim()" :maxLength="50"
+ event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="['roomLayout']"
placeholder="请输入房型">
@@ -107,7 +109,7 @@
-
+
是
否
@@ -116,7 +118,7 @@
-
@@ -125,7 +127,7 @@
- event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="[ 'destination']">
@@ -134,7 +136,7 @@
- event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="[ 'arrivalShift']">
@@ -143,7 +145,7 @@
-
+
是
否
@@ -152,7 +154,7 @@
-
@@ -161,7 +163,7 @@
- event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="[ 'departureStation']">
@@ -170,7 +172,7 @@
- event.target.value = event.target.value.trim()" :maxLength="50"
v-decorator="[ 'departureShift']">
@@ -181,6 +183,7 @@
event.target.value = event.target.value.trim()"
v-decorator="[ 'peer']">
@@ -192,6 +195,7 @@