|
|
@@ -4,6 +4,7 @@ |
|
|
|
有偿使用 |
|
|
|
<div class="return_btn" @click="onClickLeft"></div> |
|
|
|
</div> |
|
|
|
<van-form ref="_Form"> |
|
|
|
<div class="main_box"> |
|
|
|
<van-field v-model="circulation.shyqrdbxm" label="申请人姓名" placeholder="申请人姓名" input-align="right" label-width="auto" :rules="[{ required: true }]" required @input="remoteTransfereeMethod" /> |
|
|
|
<div id="dropList" v-show="showDropList" style="width: 92vw; position: absolute; z-index: 99; left: 50%; margin-left: -46vw; border: 1px solid #E2E0E0;" > |
|
|
@@ -16,6 +17,8 @@ |
|
|
|
v-model="circulation.zjddm" |
|
|
|
label="宅基地代码" |
|
|
|
input-align="right" |
|
|
|
:rules="[{ required: true }]" |
|
|
|
required |
|
|
|
> |
|
|
|
<template #button> |
|
|
|
<van-button size="small" @click="mapLook" type="primary">查看地图</van-button> |
|
|
@@ -115,6 +118,7 @@ |
|
|
|
<van-field v-model="circulation.bz" label="备注" placeholder="请输入内容" input-align="right" label-width="auto"/> |
|
|
|
|
|
|
|
</div> |
|
|
|
</van-form> |
|
|
|
<van-dialog v-model="mapShow" show-cancel-button> |
|
|
|
<MapGisObtainTc ref="zjdProductResh" :shqrxm="circulation.shyqrdbxm" :landStatus="landStatus" :deptId="circulation.deptId" @closeMoule="closeMoule"></MapGisObtainTc> |
|
|
|
</van-dialog> |
|
|
@@ -389,13 +393,15 @@ |
|
|
|
} |
|
|
|
}, |
|
|
|
goSubmit(){ |
|
|
|
ycsyAdd(this.circulation).then(response => { |
|
|
|
if(response.code = 200){ |
|
|
|
this.$toast.success('新增成功'); |
|
|
|
setTimeout(function(){ |
|
|
|
window.location.replace("paidUtilizeList") |
|
|
|
},1000) |
|
|
|
} |
|
|
|
this.$refs._Form.validate().then(() => { |
|
|
|
ycsyAdd(this.circulation).then(response => { |
|
|
|
if (response.code = 200) { |
|
|
|
this.$toast.success('新增成功'); |
|
|
|
setTimeout(function () { |
|
|
|
window.location.replace("paidUtilizeList") |
|
|
|
}, 1000) |
|
|
|
} |
|
|
|
}); |
|
|
|
}); |
|
|
|
} |
|
|
|
}, |
|
|
|