From 8aa04c0d834ae83bc9e51eefd67b43fd773e159d Mon Sep 17 00:00:00 2001 From: xuyuanqing <392009588@qq.com> Date: Thu, 23 Nov 2023 18:43:58 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add4.vue | 14 ++++++++++---- src/views/homesteadSurvey/index.vue | 13 +++++++------ src/views/homesteadSurvey/nhAdd.vue | 1 + src/views/homesteadSurvey/shyqrAdd.vue | 9 +-------- 4 files changed, 19 insertions(+), 18 deletions(-) diff --git a/src/views/homesteadSurvey/add4.vue b/src/views/homesteadSurvey/add4.vue index 84fe3089..3de815af 100644 --- a/src/views/homesteadSurvey/add4.vue +++ b/src/views/homesteadSurvey/add4.vue @@ -104,9 +104,8 @@

驳回原因

-

- 签名确认 - 签名图片 +

+ {{qzqr}}

调查审核 @@ -210,6 +209,8 @@ export default { dcshShow:false, showesign:false, showDcsh:false, + qzqr:"签名确认", + showSh:false, loading:false, finished:false, countyhc:1, @@ -254,6 +255,12 @@ export default { if(response.data.surveyStatus === "3" && businessLevel === "2"){ this.showDcsh = true; } + if(response.data.surveyStatus === '5' || response.data.surveyStatus === '3'){ + this.qzqr = "签名图片"; + }else{ + this.qzqr = "签名确认"; + } + this.showSh = true; }); this.getList(); } @@ -361,7 +368,6 @@ export default { getZjdzd(this.zjdzdxx.id).then((response) => { localStorage.setItem("zjdzdxxItem",JSON.stringify(response.data)) location.reload(); - this.showesign = false; }); }); diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index cf0a5918..2a4aa765 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -330,13 +330,13 @@ } listTask(params).then((response) => { if(response.rows.length>0&&this.totalList.length { if(response.rows.lenght>0&&this.doneList.length { if(response.rows.length>0&&this.todoList.length @@ -411,13 +411,6 @@ export default { this.shownhdm = true; } }, - checkNmfwQx(){ - if(this.form.id != null){ - this.shownmfwdm = false; - }else{ - this.shownmfwdm = true; - } - }, /** 模糊查询人员信息 */ remoteTransfereeMethod(query) { if (query !== "") {