From 9f84f496acd9fe4f2944b48c4fd470db3adea678 Mon Sep 17 00:00:00 2001 From: fengyu Date: Thu, 8 Sep 2022 17:31:37 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=A1=A8=E5=8D=95=E9=AA=8C?= =?UTF-8?q?=E8=AF=81=E5=A4=B1=E8=B4=A5=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../modules/events/item-deal-detail-view.vue | 22 ++++++++++++++++--- 1 file changed, 19 insertions(+), 3 deletions(-) diff --git a/src/views/modules/events/item-deal-detail-view.vue b/src/views/modules/events/item-deal-detail-view.vue index c1d10ca8..a986cb60 100644 --- a/src/views/modules/events/item-deal-detail-view.vue +++ b/src/views/modules/events/item-deal-detail-view.vue @@ -179,6 +179,7 @@ style="width:480px"> + @@ -200,7 +201,7 @@ prop="handleAdvice" v-if="showAdvice && typeKey == 'grid_party'"> @@ -211,7 +212,7 @@ prop="handleAdvice" v-if="showAdvice && typeKey == 'community_party'"> @@ -223,7 +224,7 @@ @@ -601,6 +602,11 @@ export default { required: true, message: '请输入办理人办公电话', trigger: 'blur' + }, + { + pattern: /^(0[0-9]{2,3}\-)([2-9][0-9]{4,7})+(\-[0-9]{1,4})?$/, + message: '请输入正确的办公电话', + trigger: 'blur' } ], categoryIds: [ @@ -617,6 +623,11 @@ export default { 'postDataForm.handleAdvice': function (val) { this.dataForm.handleAdvice = val }, + 'postDataForm.handleAdviceRadios': function (val) { + console.log(123) + this.postDataForm.handleAdvice = val + }, + 'postDataForm.outHandleAdvice': function (val) { this.dataForm.outHandleAdvice = val }, @@ -629,6 +640,7 @@ export default { 'postDataForm.handleCategoryShow': function (val) { if (this.typeKey == 'community_party') { if (val == 6) { + this.isShowDeal = true this.showAdvice = false this.isWhistle = false @@ -706,6 +718,10 @@ export default { }/oss/file/uploadImg?token=${Cookies.get('token')}` }, methods: { + cc(){ + console.log(this.dataForm); + console.log(this.postDataForm) + }, refreshProgress () { this.timeloading = true this.$http