From e864b31d2ade1048e7368951122ee8a826d627e6 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Thu, 10 Mar 2022 20:02:54 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=85=E5=9F=BA=E5=9C=B0=E8=B0=83=E6=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/views/homesteadSurvey/add.vue | 73 +++++++++++++++++++++++------ src/views/homesteadSurvey/index.vue | 1 - src/views/homesteadSurvey/list.vue | 16 +++---- 3 files changed, 67 insertions(+), 23 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index e79ac838..00cb1e22 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -446,15 +446,34 @@ placeholder="备注" maxlength="200" /> + +
-
- 待核查 - 已核查 - 已驳回 - 有异常 - 无异常 -
保存
@@ -588,10 +607,10 @@

添加附属设施信息

-
- 异常标记 - 签名确认 - 调查审核 +
+ 异常标记 + 签名确认 + 调查审核
@@ -2740,7 +2759,7 @@ 清空画板 - 保存签名 + 保存确认 { + let _this =this + this.$toast({ + icon: 'success', // 找到自己需要的图标 + message: '审核成功', + duration:"1000", + onClose:function(){ + _this.showdcsh = false + } + }) + }); + }else{ + updateZjdzd(this.form).then(response => { + let _this =this + this.$toast({ + icon: 'success', // 找到自己需要的图标 + message: '审核成功', + duration:"1000", + onClose:function(){ + _this.showdcsh = false + } + }) + }); + } }, saveyc(){ this.showycbj = false diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index 0b8607fa..a374335b 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -224,7 +224,6 @@ this.taskExecutortions = response.data }) getInfo().then(response => { - console.log(response) this.nickName = response.user.nickName this.businessLevel = response.user.businessLevel this.queryParams.taskExecutor = response.user.userName diff --git a/src/views/homesteadSurvey/list.vue b/src/views/homesteadSurvey/list.vue index b9c632f4..cde2d4fe 100644 --- a/src/views/homesteadSurvey/list.vue +++ b/src/views/homesteadSurvey/list.vue @@ -69,12 +69,12 @@

{{limitWords(item.syqr)}} 查看详情 开始调查 - 删除 + 删除

查看详情 开始调查 - 删除 + 删除