diff --git a/src/views/homesteadSurvey/add.vue b/src/views/homesteadSurvey/add.vue index 9d05181b..22f58a05 100644 --- a/src/views/homesteadSurvey/add.vue +++ b/src/views/homesteadSurvey/add.vue @@ -27,7 +27,7 @@ -

农户

+

使用权人

diff --git a/src/views/homesteadSurvey/add2.vue b/src/views/homesteadSurvey/add2.vue index dbd12bc9..4ffe693f 100644 --- a/src/views/homesteadSurvey/add2.vue +++ b/src/views/homesteadSurvey/add2.vue @@ -30,7 +30,7 @@
-

农户

+

使用权人

diff --git a/src/views/homesteadSurvey/add3.vue b/src/views/homesteadSurvey/add3.vue index 4338cb44..faad26ee 100644 --- a/src/views/homesteadSurvey/add3.vue +++ b/src/views/homesteadSurvey/add3.vue @@ -30,7 +30,7 @@
-

农户

+

使用权人

@@ -74,22 +74,19 @@

{{item.zcs}}

-

- - 自然幢附件 -

-

+

自然幢信息

-

+

房屋列表

diff --git a/src/views/homesteadSurvey/add4.vue b/src/views/homesteadSurvey/add4.vue index e0946f5f..c11eb451 100644 --- a/src/views/homesteadSurvey/add4.vue +++ b/src/views/homesteadSurvey/add4.vue @@ -30,7 +30,7 @@
-

农户

+

使用权人

diff --git a/src/views/homesteadSurvey/list2.vue b/src/views/homesteadSurvey/list2.vue index a4b1d165..b4f7b9ff 100644 --- a/src/views/homesteadSurvey/list2.vue +++ b/src/views/homesteadSurvey/list2.vue @@ -53,9 +53,11 @@ +
+ 增加外村农户 +
@@ -89,9 +91,10 @@ + { + if (item.nhValue.indexOf(this.hnncValue) > -1) { + this.wcnhnewList.push(item) + } + }) + } + }, + immediate:true + } + }, created(){ axios.get('../static/dictyType.json').then(res => { this.dictTypeList = res.data @@ -810,9 +832,11 @@ sfbccm:"0", }).then((resp) => { this.wcnhList = resp.rows; - this.wcnhList.map(function (item) { - item.nhValue = item.xm+" "+item.zjhm; - }) + this.wcnhnewList = resp.rows; + for (let i = 0; i < resp.rows.length; i++) { + this.wcnhList[i].nhValue = resp.rows[i].xm + " " + resp.rows[i].zjhm; + this.wcnhnewList[i].nhValue = resp.rows[i].xm + " " + resp.rows[i].zjhm; + } }); }, nhChange(val){ diff --git a/src/views/homesteadSurvey/list3.vue b/src/views/homesteadSurvey/list3.vue index 932fe71c..e2d81114 100644 --- a/src/views/homesteadSurvey/list3.vue +++ b/src/views/homesteadSurvey/list3.vue @@ -244,22 +244,6 @@
- -

预览

--> -
+

合同网签

- +

公示结果签名

-
+

合同网签

@@ -84,9 +84,12 @@
- - - + + + Alternative Content--> + + +
@@ -179,7 +182,7 @@ this.loading = true; let wcStatus = this.$route.query.wcStatus; if(wcStatus){ - this.$set(this.queryParams, 'signingStatus',"9"); + this.$set(this.queryParams, 'signingStatus',"3"); }else{ this.$set(this.queryParams, 'signingStatus',null); } diff --git a/src/views/sunVillage_info/list_contract_signature.vue b/src/views/sunVillage_info/list_contract_signature.vue index 7a7b0e3f..af2c17b9 100644 --- a/src/views/sunVillage_info/list_contract_signature.vue +++ b/src/views/sunVillage_info/list_contract_signature.vue @@ -201,7 +201,7 @@ } .list_main_block{ padding:25px; - width: 48%; + width: 49%; border-radius: 15PX; box-shadow: 0PX 2PX 5PX rgba(63, 68, 75, 0.2); margin-top: 25px;