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