+
附属物
@@ -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();
});