Browse Source

宅基地调查

wulanhaote
nsgkyjk 3 years ago
parent
commit
cee36a06ca
3 changed files with 816 additions and 651 deletions
  1. +4
    -3
      src/views/homesteadSurvey/add.vue
  2. +3
    -0
      src/views/homesteadSurvey/list.vue
  3. +809
    -648
      static/dictyType.json

+ 4
- 3
src/views/homesteadSurvey/add.vue View File

@@ -918,7 +918,7 @@
placeholder="自动生成"
disabled
/>
<van-field
<!-- <van-field
autocomplete="off"
input-align="right"
v-model="form3.jgrq"
@@ -927,7 +927,7 @@
placeholder="竣工日期"
@click="showPickerjgrq=true"
readonly
/>
/>-->
<van-field
autocomplete="off"
input-align="right"
@@ -941,6 +941,7 @@
autocomplete="off"
input-align="right"
v-model="form3.zzdmj"
@input="form3.zydmj = form3.zzdmj"
name="幢占地面积(㎡)"
label="幢占地面积(㎡)"
placeholder="幢占地面积(㎡)"
@@ -1344,6 +1345,7 @@
autocomplete="off"
input-align="right"
v-model="nmfwform.nmfwmj"
@input="nmfwform.fjzdmj = nmfwform.nmfwmj,nmfwform.jzmj=nmfwform.nmfwmj"
name="农民房屋面积(㎡)"
label="农民房屋面积(㎡)"
placeholder="农民房屋面积(㎡)"
@@ -3162,7 +3164,6 @@
axios.get('../static/dictyType.json').then(res => {
this.dictTypeList = res.data
this.lyzkOptions= this.dictTypeList.zjdlyzk
console.log(this.dictTypeList.zjdlyzk)
this.zjdqdfsOptions = this.dictTypeList.acquisition_method;
this.sjlyOptions = this.dictTypeList.sjly;
this.fssslxOptions = this.dictTypeList.fsss_type;


+ 3
- 0
src/views/homesteadSurvey/list.vue View File

@@ -78,6 +78,7 @@
:finished="finished1"
finished-text="没有更多了"
@load="onRefreshzjd"
:immediate-check="false"
>
<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">
@@ -119,6 +120,7 @@
:finished="finished2"
finished-text="没有更多了"
@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;
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-text="没有更多了"
@load="onRefreshzjd"
:immediate-check="false"
>
<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">


+ 809
- 648
static/dictyType.json
File diff suppressed because it is too large
View File


Loading…
Cancel
Save