Browse Source

宅基地调查

wulanhaote
yujk 3 years ago
parent
commit
2ae6bea9dd
1 changed files with 4 additions and 3 deletions
  1. +4
    -3
      src/views/homesteadSurvey/add.vue

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

@@ -592,7 +592,7 @@
<div style="position:fixed;bottom:0;left:5%;width:90%;text-align:center;display:flex;"> <div style="position:fixed;bottom:0;left:5%;width:90%;text-align:center;display:flex;">
<van-button round color="#ee0a24" style="flex:1;" @click="showycbjinfo">异常标记</van-button> <van-button round color="#ee0a24" style="flex:1;" @click="showycbjinfo">异常标记</van-button>
<van-button round color="#7AC943" style="flex:1;" @click="searchCommit">签名确认</van-button> <van-button round color="#7AC943" style="flex:1;" @click="searchCommit">签名确认</van-button>
<van-button round color="#ff976a" v-if="form.houseDataConfirmStatus=='CONFIRMED'&&showsh" style="flex:1;" @click="showdcshinfo">调查审核</van-button>
<van-button round color="#ff976a" v-if="!isFinished&&showsh" style="flex:1;" @click="showdcshinfo">调查审核</van-button>
</div> </div>
</div> </div>
<van-popup v-model="showsyqr" style="height:100%;width:100%;"> <van-popup v-model="showsyqr" style="height:100%;width:100%;">
@@ -3467,6 +3467,7 @@
this.form.auditRemark = this.auditRemark this.form.auditRemark = this.auditRemark
if(this.form.zjdAudit=='2'){ if(this.form.zjdAudit=='2'){
this.form.houseDataConfirmStatus = 'UNCONFIRMED' this.form.houseDataConfirmStatus = 'UNCONFIRMED'
this.isFinished = true
let params = { let params = {
houseDataConfirmStatus : 'UNCONFIRMED', houseDataConfirmStatus : 'UNCONFIRMED',
zjddm : this.form.zjddm, zjddm : this.form.zjddm,
@@ -5108,7 +5109,7 @@
_this.showzrz = false _this.showzrz = false
_this.active = 3 _this.active = 3
_this.getZrzList() _this.getZrzList()
_this.shownmfwlist(_this.form3)
} }
}) })
}); });
@@ -5124,7 +5125,7 @@
_this.showzrz = false _this.showzrz = false
_this.active = 3 _this.active = 3
_this.getZrzList() _this.getZrzList()
_this.shownmfwlist(_this.form3)
} }
}) })
}); });


Loading…
Cancel
Save