2021-12-15 18:07:16 +08:00
|
|
|
<template>
|
|
|
|
|
<div class="add">
|
|
|
|
|
<div class="title">
|
|
|
|
|
<span class="tips"></span>房屋信息
|
|
|
|
|
</div>
|
2021-12-15 18:26:33 +08:00
|
|
|
<div class="pad-l32">
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">房屋面积</span>
|
|
|
|
|
<div class="value">
|
2021-12-17 18:06:55 +08:00
|
|
|
<u-input type="digit" placeholder="请输入" v-model="houseInfo.houseArea" input-align="right" placeholder-style="color:#999;font-size:16px;" height="48" :maxlength="7" />
|
2021-12-15 18:26:33 +08:00
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">居住现状</span>
|
2021-12-17 18:06:55 +08:00
|
|
|
<div class="value" @click="selectClick('houselivingStatus', 'livingStatus')">
|
|
|
|
|
<span :class="houseInfo.livingStatus === '' ? 'color-999' : ''">{{ $dict.getLabel('houselivingStatus', houseInfo.livingStatus) || '请选择'}}</span>
|
2021-12-15 18:26:33 +08:00
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">房屋用途</span>
|
2021-12-17 18:08:02 +08:00
|
|
|
<div class="value" @click="selectClick('houseUseStatus', 'houseUse')">
|
2021-12-17 18:06:55 +08:00
|
|
|
<span :class="houseInfo.houseUse === '' ? 'color-999' : ''">{{$dict.getLabel('houseUseStatus', houseInfo.houseUse) || '请选择'}}</span>
|
2021-12-15 18:26:33 +08:00
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">承租情况</span>
|
2021-12-17 18:08:02 +08:00
|
|
|
<div class="value" @click="selectClick('houselivingStatus', 'livingStatus')">
|
2021-12-17 18:06:55 +08:00
|
|
|
<span :class="houseInfo.livingStatus === '' ? 'color-999' : ''">{{ $dict.getLabel('houselivingStatus', houseInfo.livingStatus) || '请选择'}}</span>
|
2021-12-15 18:26:33 +08:00
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">起租日期</span>
|
|
|
|
|
<div class="value">
|
2021-12-17 18:06:55 +08:00
|
|
|
<span :class="houseInfo.startDate === '' ? 'color-999' : ''">{{ houseInfo.startDate }}</span>
|
2021-12-15 18:26:33 +08:00
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">租房备案证明</span>
|
2021-12-17 18:08:02 +08:00
|
|
|
<div class="value" @click="selectClick('isFilingCertificateStatus', 'isFilingCertificate')">
|
2021-12-17 18:06:55 +08:00
|
|
|
<span :class="houseInfo.isFilingCertificate === '' ? 'color-999' : ''">{{ $dict.getLabel('isFilingCertificateStatus', houseInfo.isFilingCertificate) || '请选择'}}</span>
|
2021-12-15 18:26:33 +08:00
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="line-bg"></div>
|
|
|
|
|
<div class="title">
|
|
|
|
|
<span class="tips"></span>房主信息
|
|
|
|
|
<span class="select">选择人员</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pad-l32">
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">林珊珊</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">李益民</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="line-bg"></div>
|
|
|
|
|
<div class="title">
|
|
|
|
|
<span class="tips"></span>承租人信息
|
|
|
|
|
<span class="select">选择人员</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pad-l32">
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">林珊珊</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">李益民</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="line-bg"></div>
|
|
|
|
|
<div class="title">
|
|
|
|
|
<span class="tips"></span>实际居住人员
|
|
|
|
|
<span class="select">选择人员</span>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="pad-l32">
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">林珊珊</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="item">
|
|
|
|
|
<span class="label">李益民</span>
|
|
|
|
|
<div class="value">
|
|
|
|
|
<span class="color-999">请选择</span>
|
|
|
|
|
<u-icon name="arrow-right" color="#cccccc" size="14"></u-icon>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="footer">
|
|
|
|
|
<div class="btn">保存</div>
|
|
|
|
|
</div>
|
2021-12-17 18:06:55 +08:00
|
|
|
|
|
|
|
|
<u-select v-model="showSelect" :list="selectList" label-name="dictName" value-name="dictValue" @confirm="confirmSelect"></u-select>
|
2021-12-15 18:07:16 +08:00
|
|
|
</div>
|
|
|
|
|
</template>
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
import { mapState } from 'vuex'
|
|
|
|
|
export default {
|
|
|
|
|
|
|
|
|
|
data() {
|
|
|
|
|
return {
|
2021-12-17 18:06:55 +08:00
|
|
|
id: '',
|
|
|
|
|
houseInfo: {},
|
|
|
|
|
showSelect: false,
|
|
|
|
|
selectList: [],
|
|
|
|
|
formName: ''
|
2021-12-15 18:07:16 +08:00
|
|
|
}
|
|
|
|
|
},
|
|
|
|
|
computed: { ...mapState(['user']) },
|
|
|
|
|
mounted() {
|
2021-12-17 18:06:55 +08:00
|
|
|
this.id = '1603004d26ad4e739b79ad5ba9f8d777'
|
|
|
|
|
this.$dict.load('householdRelation', 'houselivingStatus', 'houseLeaseSituation', 'houseUseStatus',
|
|
|
|
|
'isFilingCertificateStatus', 'communityBuildingType', 'yesOrNo', 'BulidResidentType').then(() => {
|
|
|
|
|
this.getDetail()
|
|
|
|
|
})
|
2021-12-15 18:07:16 +08:00
|
|
|
},
|
|
|
|
|
|
|
|
|
|
methods: {
|
2021-12-17 18:06:55 +08:00
|
|
|
getDetail() {
|
|
|
|
|
this.$http.post(`app/appcommunityhouseinfo/queryDetailById?id=${this.id}`).then(res => {
|
|
|
|
|
if (res.code == 0) {
|
|
|
|
|
if(res.data.startDate) {
|
|
|
|
|
res.data.startDate = res.data.startDate.substring(0, 10)
|
|
|
|
|
}
|
|
|
|
|
this.houseInfo = res.data
|
|
|
|
|
}
|
|
|
|
|
})
|
|
|
|
|
},
|
|
|
|
|
selectClick(dictName, formName) {
|
|
|
|
|
console.log(123)
|
|
|
|
|
this.selectList = this.$dict.getDict(dictName)
|
|
|
|
|
this.formName = formName
|
|
|
|
|
this.showSelect = true
|
|
|
|
|
},
|
|
|
|
|
confirmSelect(e) {
|
|
|
|
|
this.houseInfo[this.formName] = e[0].value
|
|
|
|
|
}
|
2021-12-15 18:07:16 +08:00
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<style lang="scss" scoped>
|
|
|
|
|
.add {
|
2021-12-15 18:26:33 +08:00
|
|
|
padding-bottom: 112px;
|
2021-12-15 18:07:16 +08:00
|
|
|
.title{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 96px;
|
|
|
|
|
line-height: 96px;
|
|
|
|
|
background: #FFF;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #262B36;
|
|
|
|
|
padding-right: 32px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
overflow: hidden;
|
|
|
|
|
.tips{
|
|
|
|
|
display: inline-block;
|
|
|
|
|
width: 8px;
|
|
|
|
|
height: 32px;
|
|
|
|
|
background: #4E75FE;
|
|
|
|
|
box-shadow: 0px 8px 24px 2px #C9D8FA;
|
|
|
|
|
border-radius: 4px;
|
|
|
|
|
vertical-align: middle;
|
|
|
|
|
margin-right: 22px;
|
|
|
|
|
}
|
|
|
|
|
.select{
|
|
|
|
|
float: right;
|
|
|
|
|
font-size: 30px;
|
|
|
|
|
color: #1365DD;
|
|
|
|
|
}
|
|
|
|
|
}
|
2021-12-15 18:26:33 +08:00
|
|
|
.item{
|
|
|
|
|
width: 100%;
|
|
|
|
|
padding: 34px 32px 34px 0;
|
|
|
|
|
background: #FFFFFF;
|
|
|
|
|
border-bottom: 1px solid #D8DDE6;
|
|
|
|
|
display: flex;
|
|
|
|
|
justify-content: space-between;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-family: PingFangSC-Regular, PingFang SC;
|
|
|
|
|
color: #333;
|
|
|
|
|
line-height: 44px;
|
|
|
|
|
box-sizing: border-box;
|
|
|
|
|
.color-999{
|
|
|
|
|
color: #999;
|
|
|
|
|
}
|
|
|
|
|
.value{
|
|
|
|
|
.u-icon{
|
|
|
|
|
margin-left: 16px;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
.footer{
|
|
|
|
|
width: 100%;
|
|
|
|
|
position: fixed;
|
|
|
|
|
bottom: 0;
|
|
|
|
|
left: 0;
|
|
|
|
|
}
|
|
|
|
|
.btn{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 112px;
|
|
|
|
|
line-height: 112px;
|
|
|
|
|
text-align: center;
|
|
|
|
|
background: #1365DD;
|
|
|
|
|
font-size: 32px;
|
|
|
|
|
font-family: PingFangSC-Medium, PingFang SC;
|
|
|
|
|
font-weight: 500;
|
|
|
|
|
color: #FFF;
|
|
|
|
|
}
|
|
|
|
|
.line-bg{
|
|
|
|
|
width: 100%;
|
|
|
|
|
height: 16px;
|
|
|
|
|
background: #F5F5F5;
|
|
|
|
|
}
|
|
|
|
|
.pad-l32{
|
|
|
|
|
padding-left: 32px;
|
|
|
|
|
background-color: #fff;
|
|
|
|
|
}
|
2021-12-15 18:07:16 +08:00
|
|
|
}
|
|
|
|
|
</style>
|