diff --git a/src/assets/scss/people-info.scss b/src/assets/scss/people-info.scss index b0aa3714b..a2ea2d776 100644 --- a/src/assets/scss/people-info.scss +++ b/src/assets/scss/people-info.scss @@ -3,6 +3,7 @@ .m-pop { @include shield; + z-index: 2000; background-color: rgba(#000, 0.5); overflow-y: auto; @@ -51,7 +52,7 @@ .list { display: flex; flex-wrap: wrap; - padding: 10px 97px; + padding: 10px 20px 10px 97px; .item { position: relative; @@ -135,3 +136,6 @@ } } } +.bot12{ + margin-bottom: 12px +} diff --git a/src/views/modules/plugins/rent/resi.vue b/src/views/modules/plugins/rent/resi.vue index be7128075..c04af0926 100644 --- a/src/views/modules/plugins/rent/resi.vue +++ b/src/views/modules/plugins/rent/resi.vue @@ -965,27 +965,27 @@ export default { }) this.btnLoading = false }, - async getTableHeader () { - await this.$http - .post('/oper/customize/icform/tableheaders', { - formCode: 'resi_base_info' - }) - .then(({ data: res }) => { - if (res.code !== 0) { - return this.$message.error(res.msg) - } else { - this.tableHeader = [] - res.data.forEach(item => { - if (this.tableHeaderFilter(item.columnName)) { - this.tableHeader.push(item) - } - }) - } - }) - .catch(() => { - return this.$message.error('网络错误') - }) - }, + // async getTableHeader () { + // await this.$http + // .post('/oper/customize/icform/tableheaders', { + // formCode: 'resi_base_info' + // }) + // .then(({ data: res }) => { + // if (res.code !== 0) { + // return this.$message.error(res.msg) + // } else { + // this.tableHeader = [] + // res.data.forEach(item => { + // if (this.tableHeaderFilter(item.columnName)) { + // this.tableHeader.push(item) + // } + // }) + // } + // }) + // .catch(() => { + // return this.$message.error('网络错误') + // }) + // }, async getTableData () { this.tableLoading = true let params = { diff --git a/src/views/modules/shequ/cpts/peopleDetail.vue b/src/views/modules/shequ/cpts/peopleDetail.vue index 17eb8a065..93b2e8a4e 100644 --- a/src/views/modules/shequ/cpts/peopleDetail.vue +++ b/src/views/modules/shequ/cpts/peopleDetail.vue @@ -41,10 +41,11 @@ :class="{'width-40':index==1}" :key="field.itemId" v-for="field in fieldSubList" - v-if="info[field.columnName]!=0" + v-if="info[field.columnName]!=0" > {{field.label}} - {{ info[field.columnName]||'--'}} + + {{ info[field.columnName]||'--'}} @@ -77,32 +78,24 @@ - - - - - + + - -
@@ -289,8 +282,13 @@ }}
- + + + + 关闭 + + @@ -424,19 +422,25 @@ export default { methods: { handlTabs(i){ - this.groupIndex = i.index + this.groupIndex = i.index + }, + handlDropdownTabs(index){ + this.groupIndex = index }, - async handleTuomin () { + async handleTuomin (item) { + console.log(); const url = "/data/aggregator/epmetuser/detailByType"; const { data, code, msg } = await requestPost(url, { id: this.userId, type: "checkIcResiUser", }); - if (code === 0) { - this.$set(this.info, 'MOBILE', data.mobile) - this.$set(this.info, 'ID_CARD', data.idCard) + if(item.columnName=='MOBILE'){ + this.$set(this.info, 'MOBILE', data.mobile) + }else if(item.columnName=='ID_CARD'){ + this.$set(this.info, 'ID_CARD', data.idCard) + } } else { this.$message.error(msg); } @@ -737,8 +741,8 @@ export default { } .el-tabs ::v-deep .el-tabs__content { position: absolute; - right: 35px; - top: 5px; + right: 23px; + top: 14px; } .m-pop .wrap{ width: 820px;