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 @@