From d58b4e4aa687e31a054748f3e990b7e1c3892222 Mon Sep 17 00:00:00 2001 From: yujk <990961482@qq.com> Date: Thu, 10 Mar 2022 21:31:30 +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 | 63 +++++++++++++++++++++-------- src/views/homesteadSurvey/index.vue | 1 + 2 files changed, 48 insertions(+), 16 deletions(-) diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 9478f988..a863e611 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -48,7 +48,7 @@
- +

附属物

@@ -451,30 +451,36 @@ input-align="right" v-model="form.ycms" name="异常描述" - label="异常描述" placeholder="异常描述" maxlength="200" rows="1" autosize type="textarea" disabled - /> + > + + + > + +
- 保存 + 保存
@@ -607,10 +613,18 @@

添加附属设施信息

+
+
+

电子签名

+
+ + + +
- 异常标记 - 签名确认 - 调查审核 + 异常标记 + 签名确认 + 调查审核
@@ -2759,7 +2773,7 @@ 清空画板 - 保存确认 + 保存提交
- 关闭 + 保存
{ let _this =this this.$toast({ @@ -3502,6 +3525,17 @@ this.showycbj = false this.form.isyc = this.isyc this.form.ycms = this.ycms + updateZjdzd(this.form).then(response => { + let _this =this + this.$toast({ + icon: 'success', // 找到自己需要的图标 + message: '保存成功', + duration:"1000", + onClose:function(){ + _this.showycbj = false + } + }) + }); }, // 图片上传前 beforeReadyc(file){ @@ -5899,9 +5933,6 @@ }, searchCommit(){ this.showesign = true - if(this.form.dzqm!=null&&this.form.dzqm!=""){ - this.resultImg = this.baseUrl+this.form.dzqm - } }, searchCommit1(){ this.form.houseDataConfirmStatus = "CONFIRMED" diff --git a/src/views/homesteadSurvey/index.vue b/src/views/homesteadSurvey/index.vue index a374335b..75e66486 100644 --- a/src/views/homesteadSurvey/index.vue +++ b/src/views/homesteadSurvey/index.vue @@ -226,6 +226,7 @@ getInfo().then(response => { this.nickName = response.user.nickName this.businessLevel = response.user.businessLevel + this.$cookies.set("businessLevel",this.businessLevel) this.queryParams.taskExecutor = response.user.userName this.getList(); });