|
|
@@ -174,7 +174,7 @@ |
|
|
|
<van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.xzjdmj" label="宅基地面积" placeholder="宅基地面积" input-align="right" type="number"><template #right-icon>㎡</template></van-field> |
|
|
|
<van-field :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.xjzmj" label="建筑面积" placeholder="建筑面积㎡" input-align="right" type="number" :rules="[{ required: true }]" required ><template #right-icon>㎡</template></van-field> |
|
|
|
<!-- <van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.tHouseApplyCurrentSituation.buildingPerArea" label="人均建筑面积" placeholder="人均建筑面积" input-align="right" label-width="auto" type="number"><template #right-icon>㎡</template></van-field>--> |
|
|
|
<van-field :rules="[{ required: true }]" required :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.qszsh" label="权属证证书号" placeholder="权属证证书号" input-align="right"/> |
|
|
|
<van-field :readonly="!formEnabled.baseApplyForm.baseFormEnabled" v-model="applicationDetail.qszsh" label="权属证书号" placeholder="权属证证书号" input-align="right"/> |
|
|
|
<field-select |
|
|
|
v-model="applicationDetail.xzjdczqk" |
|
|
|
label="处置情况" |
|
|
@@ -2087,7 +2087,7 @@ export default { |
|
|
|
this.sysFarmer = JSON.parse(Cookies.get('user')); |
|
|
|
listHomeapplytype({deptId:this.sysFarmer.deptId}).then(response => { |
|
|
|
let _this = this; |
|
|
|
_this.tytzList = response.rows; |
|
|
|
_this.tytzList = response.rows;; |
|
|
|
}); |
|
|
|
} |
|
|
|
console.info( this.sysFarmer); |
|
|
@@ -2122,8 +2122,10 @@ export default { |
|
|
|
allInformationWLHT(this.id).then(response => { |
|
|
|
listHomeapplytype({deptId: response.data.deptId}).then(res => { |
|
|
|
this.tytzList = res.rows; |
|
|
|
console.info(this.tytzList); |
|
|
|
for (let i = 0; i < this.tytzList.length; i++) { |
|
|
|
//_this.infoList[i].push({text: response.rows[i].name, value: response.rows[i].code}); |
|
|
|
this.$set(this.tytzList[i], "tytzId", this.tytzList[i].id); |
|
|
|
if(this.tytzList[i].id = response.data.tyhxt){ |
|
|
|
this.tytzName = this.tytzList[i].name; |
|
|
|
} |
|
|
@@ -2143,8 +2145,10 @@ export default { |
|
|
|
this.$nextTick(() => { |
|
|
|
let map = this.$refs.pointDarwMap; |
|
|
|
if(data === null) |
|
|
|
if( this.applicationDetail.ydjfkg !== null){ |
|
|
|
data = this.applicationDetail.ydjfkg.theGeomJson; |
|
|
|
this.setMapData(map, data); |
|
|
|
this.setMapData(map, data); |
|
|
|
} |
|
|
|
}); |
|
|
|
}, |
|
|
|
// 绘制验收地图 |
|
|
@@ -2903,7 +2907,7 @@ export default { |
|
|
|
this.houseApplyUploadComp.proposerId = -1; |
|
|
|
|
|
|
|
this.pointDarw(); |
|
|
|
getWorkflow().then((resp) => { |
|
|
|
getWorkflow(this.sysFarmer.deptId).then((resp) => { |
|
|
|
|
|
|
|
this.$set(this.applicationDetail, 'proposerActiveIndex', -1); |
|
|
|
this.$set(this.applicationDetail, 'startActiveIndex', -1); |
|
|
@@ -2911,7 +2915,6 @@ export default { |
|
|
|
this.$set(this.applicationDetail, 'applyStepList', resp.data.applyStepList.name); |
|
|
|
this.$set(this.applicationDetail, 'startStepList', resp.data.startStepList.name); |
|
|
|
this.$set(this.applicationDetail, 'endStepList', resp.data.endStepList.name); |
|
|
|
console.info(this.applicationDetail); |
|
|
|
}); |
|
|
|
//this.initData(); |
|
|
|
break; |
|
|
@@ -3563,11 +3566,11 @@ export default { |
|
|
|
return; |
|
|
|
} else { |
|
|
|
setTimeout(() => { |
|
|
|
saveHomeBaseInfo(_this.applicationDetail).then((response) => { |
|
|
|
_this.complete(pass, comment); |
|
|
|
saveHomeBaseInfo(this.applicationDetail).then((response) => { |
|
|
|
this.complete(pass, comment); |
|
|
|
}).catch(resp => { |
|
|
|
_this.notify(msg, 'danger'); |
|
|
|
_this.notify("保存失败!", 'danger'); |
|
|
|
this.notify(msg, 'danger'); |
|
|
|
this.notify("保存失败!", 'danger'); |
|
|
|
}); |
|
|
|
}, 500); |
|
|
|
} |
|
|
@@ -4663,7 +4666,7 @@ export default { |
|
|
|
return false; |
|
|
|
}, |
|
|
|
onConfirmTytz(val){ |
|
|
|
this.$set(this.applicationDetail, 'tyhxt', val.value); |
|
|
|
this.$set(this.applicationDetail, 'tyhxt', val.tytzId); |
|
|
|
this.tytzName = val.name; |
|
|
|
this.showTyt = false; |
|
|
|
}, |
|
|
|