|
- <template>
- <div class="app-container">
- <van-sticky style="position:relative;">
- <div class="bannerBg">
- <van-nav-bar
- style="background:transparent;border-bottom-width:0;height:2rem;margin-bottom:.5rem;"
- @click-left="goBack()"
- right-text ="首页"
- @click-right="goRightBack()"
- >
- <template #left>
- <van-icon name="arrow-left" size="18" color="#fff" />
- </template>
- <!-- <template #right>
- <van-icon name="map-marked" size="18" color="#fff" />
- </template>-->
- <template #title>
- <p style="color:#fff">入户调查</p>
- </template>
- </van-nav-bar>
- </div>
- <div style="width:95%;left:2.5%;position:absolute;background:#fff;border-radius:15px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);padding: .3rem;top:1.2rem">
- <van-row>
- <van-col span="4" :offset="1" style="text-align:center;" @click="$router.push({path:'/homesteadSurvey/add'})">
- <van-icon :name="require('../../assets/images/housesteadSurvey/zjd'+(active==1?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/>
- <p :style="{color:(active==1?'rgb(34, 183, 242)':'#000')}">宅基地</p>
- </van-col>
- <van-col span="2">
- <div style="border-top: 2px dashed #b5b4b4;margin-top: 20px;"></div>
- </van-col>
- <van-col span="4" style="text-align:center;" @click="$router.push({path:'/homesteadSurvey/add2'})" >
- <van-icon :name="require('../../assets/images/housesteadSurvey/nhxx'+(active==2?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/>
- <p :style="{color:(active==2?'rgb(34, 183, 242)':'#000')}">农户</p>
- </van-col>
- <van-col span="2">
- <div style="border-top: 2px dashed #b5b4b4;margin-top: 20px;"></div>
- </van-col>
- <van-col span="4" style="text-align:center;" @click="$router.push({path:'/homesteadSurvey/add3'})" >
- <van-icon :name="require('../../assets/images/housesteadSurvey/fwxx'+(active==3?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/>
- <p :style="{color:(active==3?'rgb(34, 183, 242)':'#000')}">房屋</p>
- </van-col>
- <van-col span="2">
- <div style="border-top: 2px dashed #b5b4b4;margin-top: 20px;"></div>
- </van-col>
- <van-col span="4" style="text-align:center;" @click="$router.push({path:'/homesteadSurvey/add4'})">
- <van-icon :name="require('../../assets/images/housesteadSurvey/fsss'+(active==4?'A':'D')+'.png')" size="1rem" style="margin-top:0px;"/>
- <p :style="{color:(active==4?'rgb(34, 183, 242)':'#000')}">附属物</p>
- </van-col>
- </van-row>
- </div>
- </van-sticky>
- <div style="margin:30px auto 0;width: 95%;">
- <p class="title" style="position:relative;padding-left:10px;line-height:20px;font-size: 16px;margin-bottom: 5px;">自然幢</p>
- </div>
- <van-list
- v-model:loading="loading"
- :finished="finished"
- finished-text="没有更多了"
- :immediate-check="false"
- @load="onRefreshZrz"
- >
- <van-swipe-cell v-for="(item,index) in zrzlist" :key="'zrz'+index" style="border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16); width:95%;margin:15px auto 0;background:#fff;">
- <div style="padding:15px;">
- <p style="display: flex;align-items: center;">
- <img src="../../assets/images/housesteadSurvey/add03.png" alt="" style="margin-right: 5px;">
- <span style="line-height: 1;font-size: 16px;">第{{index+1}}号</span>
- </p>
- <div style="display:flex;line-height:20px;margin-top: 15px;font-size: 14px;color: #999999;">
- <p style="flex:1;text-align:left;">自然幢号:</p>
- <p style="flex:1;text-align:right;">{{item.zrzh}}</p>
- </div>
- <div style="display:flex;line-height:20px;margin-top: 5px;font-size: 14px;color: #999999;">
- <p style="flex:1;text-align:left;">总层数:</p>
- <p style="flex:1;text-align:right;">{{item.zcs}}</p>
- </div>
- <div style="text-align:center;overflow:auto;display: flex;justify-content: space-between;margin-top: 10px;">
- <p style="width:49%;display: flex;align-items: center;justify-content:center;border: 1px solid transparent;background: #22B7F2;padding: 3px 0;border-radius: 50px;" @click="showPopupzrz(item)">
- <img src="../../assets/images/housesteadSurvey/add01.png" alt="">
- <span style="font-size: 14px;color: #fff;margin-left: 5px;">自然幢信息</span>
- </p>
- <p style="width:49%;display: flex;align-items: center;justify-content:center;border: 1px solid #22B7F2;padding: 3px 0;border-radius: 50px;" @click="shownmfwlist(item)">
- <img src="../../assets/images/housesteadSurvey/add02.png" alt="">
- <span style="font-size: 14px;color: #22B7F2;margin-left: 5px;">房屋列表</span>
- </p>
- </div>
- </div>
- <template #right>
- <van-button v-if="permission == 'true'" square text="删除" type="danger" class="delete-button" @click="deletezrz(item)"/>
- </template>
- </van-swipe-cell>
- </van-list>
- <div v-if="permission == 'true'" style=" width:95%;margin:20px auto;display: flex;justify-content: center;">
- <div style="width:100%;text-align:center;overflow:auto;border-radius: 16px;box-shadow: 0px 3px 5px 0px rgba(0,0,0,0.16);padding: 15px 0px;background: #ffffff;color: #22B7F2;">
- <p style="font-size: 16px;" @click="showPopupAddzrz()">+ 添加自然幢信息</p>
- </div>
- </div>
- </div>
- </template>
-
- <script>
- import {listShyqr,addShyqr,updateShyqr,delShyqr,setSyqrInfo} from "@/api/homesteadSurvey/shyqr";
- import {listZjdzd,getZjdzd,updateZjdzd,addZjdzd,uploadFile,getQueryLand,submitOnly} from "@/api/homesteadSurvey/zjdzd";
- import MapGisDrawing from "@/components/Map/MapGisDrawing";
- import {listZrz,addZrz,updateZrz,getZrzZjdDmList,delZrz,updateZrzStatus} from "@/api/homesteadSurvey/zrz";
- import {listNmfw,addNmfw,updateNmfw,delNmfw} from "@/api/homesteadSurvey/nmfw";
- import {listSuyqr,addSuyqr,updateSuyqr} from "@/api/homesteadSurvey/suyqr";
- import {listNhhncy,addNhhncy,updateNhhncy,delNhhncy} from "@/api/homesteadSurvey/nhhncy";
- import {addNh, delNh, exportNh, getNh, listNh, updateNh,setNhInfo} from "@/api/homesteadSurvey/nh";
- import {listFsss,addFsss,updateFsss,delFsss,getFsssZjdDmList,updateFsssStatus} from "@/api/homesteadSurvey/fsss";
- import { listTown, getTown } from "@/api/homesteadSurvey/town";
- import { listVillage} from "@/api/homesteadSurvey/village";
- import { sysConfig} from "@/api/homesteadSurvey/index";
- import { Notify, Dialog, Toast } from 'vant';
- import axios from "axios";
- export default {
- name: "homesteadAdd",
- components: { MapGisDrawing,},
- data() {
- return {
- active:3,
- loading:false,
- finished:false,
- permission:false,
- countyhc:1,
- zjdzdxx:{},
- zrzlist:[]
- };
- },
- created(){
- this.zjdzdxx = JSON.parse(localStorage.getItem("zjdzdxxItem"));
- this.permission = localStorage.getItem("executePermission");
- if(this.zjdzdxx.zjddm != null ){
- this.getList();
- }
- },
- mounted(){
-
- },
- methods: {
- getList(){
- let params = {
- zjddm:this.zjdzdxx.zjddm,
- pageNum: 1,
- pageSize:10,
- }
- listZrz(params).then(response => {
- this.zrzlist = response.rows;
- if(response.rows.length>0&&response.rows.length<response.total){
- this.countyhc++
- this.loading = false
- }else{
- this.loading = false
- this.finished = true
- }
- });
- },
- goBack(){
- if(this.ztMap && this.enterMap ==1){
- if(this.form.id == null){
- this.backMap.backMapZjdAData.theGeom= "";
- }else{
- this.backMap.backMapZjdAData = this.form;
- }
- this.$cookies.set("search",this.backMap);
- } else {
- this.$cookies.set("search","");
- }
- this.$router.push({name: this.$router.back(-1)});
- // }
- },
- onRefreshZrz(){
- if(this.loading){
- let params = {
- "zjddm":this.zjdzdxx.zjddm,
- "pageNum": this.countyhc+1,
- "pageSize":10,
- }
- listZrz(params).then(response => {
- if(response.rows.length>0&&this.zrzlist.length<response.total){
- response.rows.map(res => {
- this.zrzlist.push(res)
- })
- this.countyhc++
- this.loading = false
- }else{
- this.loading = false
- this.finished = true
- }
- });
- }
- },
- goRightBack(){
- this.$router.push({path:'/homesteadSurvey/list'});
- },
- showPopupzrz(val){
- this.$router.push({name:'zrzAdd',query:val});
- },
- showPopupAddzrz(){
- this.$router.push({name:'zrzAdd',query:{zjddm:this.zjdzdxx.zjddm}});
- },
- shownmfwlist(val){
- this.$router.push({name:'nmfwList',query:val});
- },
- deletezrz(val){
- const ids = val.id || this.ids;
- Dialog.confirm({
- title: '系统提示',
- message: '是否确认删除自然幢标识为"' + val.id + '"的数据项?',
- confirmButtonText: '确定',
- cancelButtonText: '取消'
- })
- .then(function() {
- return delZrz(ids);
- }).then(() => {
- this.$notify({ type: 'success' , message: "删除成功" });
- location.reload(true);
- }).catch(() => {});
- },
- }
- }
- </script>
-
- <style scoped>
- >>> .bannerBg{
- width: 100%;
- color:#fff;
- padding:10px;
- background: linear-gradient(134deg,#7ac943 1%, #22b7f2);
- }
- >>> .van-hairline--bottom::after {
- border-bottom-width: 0;
- }
- >>> .title:before
- {
- content:"";
- width: 6px;
- height: 20PX;
- background: #7ac943;
- border-radius: 3px;
- position:absolute;
- left:0;
- bottom:0;
- }
- >>> .delete-button {
- height: 100%;
- }
- >>> .van-swipe-cell__wrapper{
- margin-right:-3px;
- }
- >>> .label-class .van-collapse-item__title--expanded{
- font-weight: bold;
- }
- /deep/ .van-nav-bar__text {
- color: #fff;
- }
- </style>
|