diff --git a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue index 4f415d88..500f041c 100644 --- a/src/views/onlineHome/homestead/homeApplication/proposerLite.vue +++ b/src/views/onlineHome/homestead/homeApplication/proposerLite.vue @@ -511,8 +511,8 @@ required :readonly="true" /> - - + + @@ -707,7 +707,7 @@ - + @@ -2495,12 +2495,12 @@ export default { validateAcceptingFormBase() { if(!this.applicationDetail.tHouseApplyEnd) return '请填写验收数据'; - if (this.checkString(this.applicationDetail.tHouseApplyEnd.houseCertificateNo)) { - return "权属证书号(不动产)不能为空"; - } - if (this.checkString(this.applicationDetail.tHouseApplyEnd.landCertificateNo)) { - return "权属证书号(宅基地)不能为空"; - } + // if (this.checkString(this.applicationDetail.tHouseApplyEnd.houseCertificateNo)) { + // return "权属证书号(不动产)不能为空"; + // } + // if (this.checkString(this.applicationDetail.tHouseApplyEnd.landCertificateNo)) { + // return "权属证书号(宅基地)不能为空"; + // } if (this.checkString(this.applicationDetail.tHouseApplyEnd.buildingHight)) { return "批建高度不能为空"; }