@@ -918,7 +918,7 @@ | |||||
placeholder="自动生成" | placeholder="自动生成" | ||||
disabled | disabled | ||||
/> | /> | ||||
<van-field | |||||
<!-- <van-field | |||||
autocomplete="off" | autocomplete="off" | ||||
input-align="right" | input-align="right" | ||||
v-model="form3.jgrq" | v-model="form3.jgrq" | ||||
@@ -927,7 +927,7 @@ | |||||
placeholder="竣工日期" | placeholder="竣工日期" | ||||
@click="showPickerjgrq=true" | @click="showPickerjgrq=true" | ||||
readonly | readonly | ||||
/> | |||||
/>--> | |||||
<van-field | <van-field | ||||
autocomplete="off" | autocomplete="off" | ||||
input-align="right" | input-align="right" | ||||
@@ -941,6 +941,7 @@ | |||||
autocomplete="off" | autocomplete="off" | ||||
input-align="right" | input-align="right" | ||||
v-model="form3.zzdmj" | v-model="form3.zzdmj" | ||||
@input="form3.zydmj = form3.zzdmj" | |||||
name="幢占地面积(㎡)" | name="幢占地面积(㎡)" | ||||
label="幢占地面积(㎡)" | label="幢占地面积(㎡)" | ||||
placeholder="幢占地面积(㎡)" | placeholder="幢占地面积(㎡)" | ||||
@@ -1344,6 +1345,7 @@ | |||||
autocomplete="off" | autocomplete="off" | ||||
input-align="right" | input-align="right" | ||||
v-model="nmfwform.nmfwmj" | v-model="nmfwform.nmfwmj" | ||||
@input="nmfwform.fjzdmj = nmfwform.nmfwmj,nmfwform.jzmj=nmfwform.nmfwmj" | |||||
name="农民房屋面积(㎡)" | name="农民房屋面积(㎡)" | ||||
label="农民房屋面积(㎡)" | label="农民房屋面积(㎡)" | ||||
placeholder="农民房屋面积(㎡)" | placeholder="农民房屋面积(㎡)" | ||||
@@ -3162,7 +3164,6 @@ | |||||
axios.get('../static/dictyType.json').then(res => { | axios.get('../static/dictyType.json').then(res => { | ||||
this.dictTypeList = res.data | this.dictTypeList = res.data | ||||
this.lyzkOptions= this.dictTypeList.zjdlyzk | this.lyzkOptions= this.dictTypeList.zjdlyzk | ||||
console.log(this.dictTypeList.zjdlyzk) | |||||
this.zjdqdfsOptions = this.dictTypeList.acquisition_method; | this.zjdqdfsOptions = this.dictTypeList.acquisition_method; | ||||
this.sjlyOptions = this.dictTypeList.sjly; | this.sjlyOptions = this.dictTypeList.sjly; | ||||
this.fssslxOptions = this.dictTypeList.fsss_type; | this.fssslxOptions = this.dictTypeList.fsss_type; | ||||
@@ -78,6 +78,7 @@ | |||||
:finished="finished1" | :finished="finished1" | ||||
finished-text="没有更多了" | finished-text="没有更多了" | ||||
@load="onRefreshzjd" | @load="onRefreshzjd" | ||||
:immediate-check="false" | |||||
> | > | ||||
<van-cell v-for="(item,index) in list" :key="index" size="small" :clickable="true" style="border-radius: 16px; | <van-cell v-for="(item,index) in list" :key="index" size="small" :clickable="true" style="border-radius: 16px; | ||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | ||||
@@ -119,6 +120,7 @@ | |||||
:finished="finished2" | :finished="finished2" | ||||
finished-text="没有更多了" | finished-text="没有更多了" | ||||
@load="onRefreshzjd" | @load="onRefreshzjd" | ||||
:immediate-check="false" | |||||
> | > | ||||
<van-cell v-for="(item,index) in list1" :key="index" size="small" @click.native="setCookies(item)" style="border-radius: 16px; | <van-cell v-for="(item,index) in list1" :key="index" size="small" @click.native="setCookies(item)" style="border-radius: 16px; | ||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | ||||
@@ -162,6 +164,7 @@ | |||||
:finished="finished3" | :finished="finished3" | ||||
finished-text="没有更多了" | finished-text="没有更多了" | ||||
@load="onRefreshzjd" | @load="onRefreshzjd" | ||||
:immediate-check="false" | |||||
> | > | ||||
<van-cell v-for="(item,index) in list2" :key="index" size="small" style="border-radius: 16px; | <van-cell v-for="(item,index) in list2" :key="index" size="small" style="border-radius: 16px; | ||||
box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:calc( 100% - 40px);margin:20px"> | ||||