diff --git a/src/api/onlineHome/homestead/application.js b/src/api/onlineHome/homestead/application.js index 53ce431c..52d19ffd 100644 --- a/src/api/onlineHome/homestead/application.js +++ b/src/api/onlineHome/homestead/application.js @@ -115,10 +115,11 @@ export function removeFile(id){ } //获取户主信息 -export function getHouseMembers(id){ +export function getHouseMembers(data){ return request({ url:'/house/mobile/getHouseMembers', - method:'get' + method:'get', + params:data }) } @@ -222,7 +223,14 @@ export function getWorkflow() { method: 'get' }) } - +// 查询农户信息 +export function selectProposerNh(data) { + return request({ + url: '/house/lz/queryHouserBaseNh' , + method: 'get', + params: data + }) +} //驳回提交清空历史审批记录 export function updateOpretion(id) { return request({ diff --git a/src/components/Map/MapGisObtain.vue b/src/components/Map/MapGisObtain.vue index 0ecab3f7..b5244b03 100644 --- a/src/components/Map/MapGisObtain.vue +++ b/src/components/Map/MapGisObtain.vue @@ -26,7 +26,7 @@ export default { closeMoule: null, }; }, - props: ['theGeom','shqrxm'], + props: ['theGeom','shqrxm',"shyqrStatus"], methods: { //地图加载 guidProduct(){ @@ -41,7 +41,7 @@ export default { //加载地图编辑 var that = this; console.info(this.shqrxm); - selectTHouseBaseObligeeMapList({shyqrdbxm:this.shqrxm}).then((response) => { + selectTHouseBaseObligeeMapList({shyqrdbxm:this.shqrxm,status:this.shyqrStatus}).then((response) => { if (response.code == 200) { document.getElementById(that.uuidMap).innerHTML = ''; diff --git a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue index 0021288a..c4000dd7 100644 --- a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue +++ b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue @@ -38,7 +38,16 @@

申请户主信息

- + + + + { + this.nhxxList = res.rows; + this.showNhxx = true; + }); + + }, // 获取户型配置 getHouseList() { return houseList(); @@ -2834,8 +2854,8 @@ export default { this.$set(this.applicationDetail, "fileList", fileIdList); }, // 获取申请人信息 - getApplyerDetail(){ - getHouseMembers().then(res => { + getApplyerDetail(val){ + getHouseMembers({memberName:val.hzxm}).then(res => { if(res.data) { this.applicationDetail.tHouseApplyProposer = res.data.tHouseApplyProposer; @@ -2854,6 +2874,7 @@ export default { } } }); + this.showNhxx = false; }, // 检查字符串, 不符合返回true checkString(value, regexp) { @@ -2868,6 +2889,7 @@ export default { saveProposerApply(submit) { this.$refs.form.validate().then(() => { let msg = this.validateBaseApplyFormBase(); + console.info(msg) if(msg) { this.notify(msg, 'danger'); diff --git a/src/views/onlineHome/phfs/czjy/czjyAdd.vue b/src/views/onlineHome/phfs/czjy/czjyAdd.vue index b2c71a36..f94fd571 100644 --- a/src/views/onlineHome/phfs/czjy/czjyAdd.vue +++ b/src/views/onlineHome/phfs/czjy/czjyAdd.vue @@ -12,8 +12,29 @@
- + + + + + + - - - + + +