From 3b66240234752d819147f321f5d353c072745c4d Mon Sep 17 00:00:00 2001 From: hbao Date: Mon, 20 Jun 2022 20:16:40 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E5=88=B0=E5=9C=BA?= =?UTF-8?q?=E9=83=A8=E9=97=A8=E7=AD=BE=E5=AD=97?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../homeApplication/proposerLite.vue | 418 +++++++++++++----- 1 file changed, 313 insertions(+), 105 deletions(-) diff --git a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue index ffdbba97..2c309a2b 100644 --- a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue +++ b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue @@ -211,20 +211,20 @@ remote-url="/system/dict/data/type/geographic_type" :on-remote-response="'data'" /> - + + + + + + +
+ +
- - - - - - - -
@@ -266,15 +266,19 @@ - - - 签名确认 + + + 签名确认 + :readonly="!formEnabled.baseApplyForm.baseFormEnabled" + v-if="applicationDetail.tHouseApproveVillageOptions.villageLeader !='' && applicationDetail.tHouseApproveVillageOptions.villageLeader !=null + && applicationDetail.tHouseApproveVillageOptions.villageLeader.endsWith('jpeg')" + :src="$store.getters.baseRoutingUrl+applicationDetail.tHouseApproveVillageOptions.villageLeader" + @click="formEnabled.baseApplyForm.villageFormEnabled && searchCommit('tHouseApproveVillageOptions.villageLeader')" + > --> - - - 签名确认 + + + 签名确认 + --> - - - 签名确认 + + + 签名确认 + - - - 签名确认 + + + 签名确认 + 乡镇
政府
审核
批准
意见
- - - 签名确认 + + + 签名确认 + - + + + + +
@@ -706,7 +750,20 @@ 乡镇
自然
资源
部门
意见
- + + + 签名确认 + + 乡镇
其他
部门
意见
- + + + 签名确认 + + 乡镇
农业
农村
部门
审查
意见
- + + + 签名确认 + + 乡镇
政府
审核
批准
意见
- + + + 签名确认 + + 乡镇
农业
农村
部门
意见
- + + + 签名确认 + + 乡镇
自然
资源
部门
意见
- + + + 签名确认 + + 乡镇
政府
验收
意见
- - 签名确认 + + + 签名确认 + + { @@ -3332,47 +3546,41 @@ export default { console.log(this.selectedTabName); console.log(this.currentUserRole); if(this.selectedTabName ==0){ - if(this.currentUserRole == 'task_executor'){ + if(this.currentUserRole == 'village_leader' && this.onCliceQz =='tHouseApproveVillageOptions.villageLeader'){ + //村级审批人员签字 + //if(this.checkString(this.applicationDetail.tHouseApproveVillageOptions.villageLeader)) + this.applicationDetail.tHouseApproveVillageOptions.villageLeader = res.fileName; + } else if((this.currentUserRole == 'nature_resource' || this.currentUserRole == 'town_leader') && this.onCliceQz =='tHouseApproveNatureOptions.approveLeader'){ //自然资源部门签字 - if(this.checkString(this.applicationDetail.tHouseApproveNatureOptions.approveLeader)) - return '自然资源部门签字不能为空'; this.applicationDetail.tHouseApproveNatureOptions.approveLeader = res.fileName; - } else if (this.currentUserRole == ''){ + } else if ((this.currentUserRole == 'town_leader' || this.currentUserRole == 'building') && this.onCliceQz =='tHouseApproveOtherOptions.approveLeader'){ //其他部门签字 - if(this.checkString(this.applicationDetail.tHouseApproveOtherOptions.approveLeader)) - return '其他部门签字不能为空'; this.applicationDetail.tHouseApproveOtherOptions.approveLeader = res.fileName; - } else if (this.currentUserRole == ''){ + } else if ((this.currentUserRole == 'town_leader' || this.currentUserRole == 'agriculture') && this.onCliceQz =='tHouseApproveAgricultureOptions.approveLeader'){ //农村农业部门签字 - if(this.checkString(this.applicationDetail.tHouseApproveAgricultureOptions.approveLeader)) - return '农村农业部门签字不能为空'; this.applicationDetail.tHouseApproveAgricultureOptions.approveLeader = res.fileName; - } else if (this.currentUserRole == ''){ + } else if (this.currentUserRole == 'town_leader' && this.onCliceQz =='tHouseApproveTownOptions.approveLeader'){ //镇级领导签字 tHouseApproveTownOptions - if(this.checkString(this.applicationDetail.tHouseApproveTownOptions.approveLeader)) - return '镇级领导签字不能为空'; this.applicationDetail.tHouseApproveTownOptions.approveLeader = res.fileName; - } else if (this.currentUserRole == 'village_leader'){ - this.applicationDetail.tHouseApproveVillageOptions.villageLeader = res.fileName; } + this.showesign =false; } else if(this.selectedTabName ==1){ } else if (this.selectedTabName ==2){ - + if ((this.currentUserRole == 'town_leader' || this.currentUserRole == 'agriculture') && this.onCliceQz =='tHouseApplyEnd.nongyeName'){ + //农村农业部门签字 + this.applicationDetail.tHouseApplyEnd.nongyeName =res.fileName; + } else if ((this.currentUserRole == 'nature_resource' || this.currentUserRole == 'town_leader') && this.onCliceQz == 'tHouseApplyEnd.natureName') { + //自然资源部门签字 + this.applicationDetail.tHouseApplyEnd.natureName =res.fileName; + } else if ((this.currentUserRole == 'town_leader') && this.onCliceQz == 'tHouseApplyEnd.zhenName') { + //镇级领导部门签字 + this.applicationDetail.tHouseApplyEnd.zhenName =res.fileName; + } + this.showesign =false; } - }) }, 200); - }else{ - // submitOnly(this.form).then(response => { - // let _this =this - // this.$toast({ - // icon: 'success', // 找到自己需要的图标 - // message: '修改成功', - // duration:"1000", - // }); - // }); - } }, }, watch: {