|
|
@@ -78,7 +78,7 @@ |
|
|
|
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;"> |
|
|
|
<template #title> |
|
|
|
<div style="display: flex;align-items: center;"> |
|
|
|
<p style="display: flex;align-items: center;"> |
|
|
|
<p style="display: flex;align-items: center;" > |
|
|
|
<img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;"> |
|
|
|
<span style="line-height: 1;">{{limitWords(item.shyqrdbxm)}}</span> |
|
|
|
</p> |
|
|
@@ -123,10 +123,10 @@ |
|
|
|
<div style="display: flex;align-items: center;"> |
|
|
|
<p style="display: flex;align-items: center;"> |
|
|
|
<img src="../../assets/images/housesteadSurvey/list03.png" alt="" style="margin-right: 5px;"> |
|
|
|
<span style="line-height: 1;">{{limitWords(item.syqr)}}</span> |
|
|
|
<span style="line-height: 1;">{{limitWords(item.shyqrdbxm)}}</span> |
|
|
|
</p> |
|
|
|
<p v-if="item.houseDataConfirmStatus=='CONFIRMED'" style="display: flex;align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #22B7F2;" @click="setCookies(item)"><img src="../../assets/images/housesteadSurvey/list07.png" alt="" style="margin-right: 3px;">调查</p> |
|
|
|
<p v-if="item.houseDataConfirmStatus!='CONFIRMED'" style="display: flex;align-items: center;color:#ee0a24;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #ee0a24;" @click="deleteZjd(item,index)"><img src="../../assets/images/housesteadSurvey/list08.png" alt="" style="margin-right: 3px;">删除</p> |
|
|
|
<p style="display: flex;align-items: center;color:#22B7F2;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #22B7F2;" @click="setCookies(item)"><img src="../../assets/images/housesteadSurvey/list07.png" alt="" style="margin-right: 3px;">调查</p> |
|
|
|
<p style="display: flex;align-items: center;color:#ee0a24;font-size:12px;margin-left: auto;margin-right: 10px;border-bottom: 1px dashed #ee0a24;" @click="deleteZjd(item,index)"><img src="../../assets/images/housesteadSurvey/list08.png" alt="" style="margin-right: 3px;">删除</p> |
|
|
|
<p v-if="item.zjdAudit=='2'" style="color:#ee0a24;font-size:12px;">已驳回</p> |
|
|
|
</div> |
|
|
|
</template> |
|
|
@@ -416,7 +416,7 @@ |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
getList(){ |
|
|
|
rhhcList({surveyStatus:"3"}).then(res => { |
|
|
|
rhhcList({surveyStatus:"2,3,4,5"}).then(res => { |
|
|
|
this.list1 = res.data.zjdzdxxList; |
|
|
|
this.totalH = res.data.zjdzs; |
|
|
|
this.totalR = res.data.shyqrs; |
|
|
@@ -1228,7 +1228,7 @@ |
|
|
|
}else{ |
|
|
|
let params = { |
|
|
|
"shyqrdbxm" : this.zjdvalue, |
|
|
|
"surveyStatus":"3", |
|
|
|
"surveyStatus":"2,3,4,5", |
|
|
|
} |
|
|
|
rhhcList(params).then((response) => { |
|
|
|
if (response.code == 200) { |
|
|
@@ -1415,7 +1415,7 @@ |
|
|
|
if(this.active === 0){ |
|
|
|
let params = { |
|
|
|
"shyqrdbxm" : this.zjdvalue, |
|
|
|
"surveyStatus":"3", |
|
|
|
"surveyStatus":"2,3,4,5", |
|
|
|
} |
|
|
|
rhhcList(params).then((response) => { |
|
|
|
if (response.code == 200) { |
|
|
|