mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-06-12 10:00:56 +08:00
Compare commits
5 Commits
b51f185e83
...
9240049ab4
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9240049ab4 | ||
|
|
f741902e26 | ||
|
|
4f485e3634 | ||
|
|
30e3344528 | ||
|
|
b6a9069810 |
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="margin-top">
|
<div class="margin-top">
|
||||||
<el-row class="margin-top-lg">
|
<el-row class="">
|
||||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||||
<el-input
|
<el-input
|
||||||
v-model="ownerDetailCarInfo.carNum"
|
v-model="ownerDetailCarInfo.carNum"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
<template>
|
<template>
|
||||||
<div class="margin-top">
|
<div class="margin-top">
|
||||||
<el-row class="margin-top-lg">
|
<el-row class="">
|
||||||
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
<el-col :span="4" class="padding-right-xs padding-left-xl">
|
||||||
<el-input v-model="ownerDetailRoomInfo.roomNum" :placeholder="$t('ownerDetailRoom.pleaseEnterRoomNumber')" />
|
<el-input v-model="ownerDetailRoomInfo.roomNum" :placeholder="$t('ownerDetailRoom.pleaseEnterRoomNumber')" />
|
||||||
</el-col>
|
</el-col>
|
||||||
|
|||||||
@ -4,8 +4,8 @@
|
|||||||
<el-table-column prop="roomName" :label="$t('reportHuaningOweFeeDetail.table.roomNum')" align="center" />
|
<el-table-column prop="roomName" :label="$t('reportHuaningOweFeeDetail.table.roomNum')" align="center" />
|
||||||
<el-table-column prop="builtUpArea" :label="$t('reportHuaningOweFeeDetail.table.area')" align="center" />
|
<el-table-column prop="builtUpArea" :label="$t('reportHuaningOweFeeDetail.table.area')" align="center" />
|
||||||
<el-table-column prop="feeName" :label="$t('reportHuaningOweFeeDetail.table.fee')" align="center" />
|
<el-table-column prop="feeName" :label="$t('reportHuaningOweFeeDetail.table.fee')" align="center" />
|
||||||
<el-table-column prop="startTime" :label="$t('reportHuaningOweFeeDetail.table.startTime')" align="center" />
|
<el-table-column prop="endTime" :label="$t('reportHuaningOweFeeDetail.table.startTime')" align="center" />
|
||||||
<el-table-column prop="endTime" :label="$t('reportHuaningOweFeeDetail.table.endTime')" align="center" />
|
<el-table-column prop="deadlineTime" :label="$t('reportHuaningOweFeeDetail.table.endTime')" align="center" />
|
||||||
<el-table-column prop="oweAmount" :label="$t('reportHuaningOweFeeDetail.table.totalOweAmount')" align="center" />
|
<el-table-column prop="oweAmount" :label="$t('reportHuaningOweFeeDetail.table.totalOweAmount')" align="center" />
|
||||||
<el-table-column prop="curOweAmount"
|
<el-table-column prop="curOweAmount"
|
||||||
:label="`${reportHuaningOweFeeDetailInfo.conditions.year}${$t('common.year')}1-${reportHuaningOweFeeDetailInfo.conditions.month}${$t('common.month')}${$t('reportHuaningOweFeeDetail.table.oweAmount')}`"
|
:label="`${reportHuaningOweFeeDetailInfo.conditions.year}${$t('common.year')}1-${reportHuaningOweFeeDetailInfo.conditions.month}${$t('common.month')}${$t('reportHuaningOweFeeDetail.table.oweAmount')}`"
|
||||||
|
|||||||
@ -3,7 +3,7 @@
|
|||||||
<el-dialog
|
<el-dialog
|
||||||
:visible.sync="visible"
|
:visible.sync="visible"
|
||||||
:fullscreen="true"
|
:fullscreen="true"
|
||||||
:show-close="false"
|
:show-close="true"
|
||||||
custom-class="image-viewer-dialog"
|
custom-class="image-viewer-dialog"
|
||||||
>
|
>
|
||||||
<div class="image-wrapper">
|
<div class="image-wrapper">
|
||||||
|
|||||||
@ -149,7 +149,7 @@ export default {
|
|||||||
// 费用类型变更处理
|
// 费用类型变更处理
|
||||||
},
|
},
|
||||||
_queryMethod() {
|
_queryMethod() {
|
||||||
this.$refs[`${this.reportHuaningInfo._currentTab}Ref`].initData(this.reportHuaningInfo.conditions)
|
this.changeTab(this.reportHuaningInfo._currentTab)
|
||||||
},
|
},
|
||||||
_resetMethod() {
|
_resetMethod() {
|
||||||
this.reportHuaningInfo.conditions = {
|
this.reportHuaningInfo.conditions = {
|
||||||
|
|||||||
@ -30,7 +30,7 @@
|
|||||||
<template slot-scope="scope">
|
<template slot-scope="scope">
|
||||||
<div v-if="scope.row.securities === '001'">
|
<div v-if="scope.row.securities === '001'">
|
||||||
<div v-for="(item, index) in scope.row.idCardUrlShow" :key="index" class="image-container"
|
<div v-for="(item, index) in scope.row.idCardUrlShow" :key="index" class="image-container"
|
||||||
@click="showImg(item)">
|
>
|
||||||
<el-image :src="item" :preview-src-list="scope.row.idCardUrlShow" fit="cover"
|
<el-image :src="item" :preview-src-list="scope.row.idCardUrlShow" fit="cover"
|
||||||
style="width: 50px; height: 50px">
|
style="width: 50px; height: 50px">
|
||||||
<div slot="error" class="image-slot">
|
<div slot="error" class="image-slot">
|
||||||
@ -42,9 +42,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="scope.row.securities === '002'">
|
<div v-else-if="scope.row.securities === '002'">
|
||||||
<div v-for="(item, index) in scope.row.housePurchaseUrlShow" :key="index" class="image-container"
|
<div v-for="(item, index) in scope.row.housePurchaseUrlShow" :key="index" class="image-container"
|
||||||
@click="showImg(item)">
|
>
|
||||||
<el-image :src="item" :preview-src-list="scope.row.housePurchaseUrlShow" fit="cover"
|
<el-image :src="item" :preview-src-list="scope.row.housePurchaseUrlShow" fit="cover"
|
||||||
style="width: 50px; height: 50px">
|
style="width: 50px; height: 50px" >
|
||||||
<div slot="error" class="image-slot">
|
<div slot="error" class="image-slot">
|
||||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||||
</div>
|
</div>
|
||||||
@ -54,9 +54,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="scope.row.securities === '003'">
|
<div v-else-if="scope.row.securities === '003'">
|
||||||
<div v-for="(item, index) in scope.row.repairUrlShow" :key="index" class="image-container"
|
<div v-for="(item, index) in scope.row.repairUrlShow" :key="index" class="image-container"
|
||||||
@click="showImg(item)">
|
>
|
||||||
<el-image :src="item" :preview-src-list="scope.row.repairUrlShow" fit="cover"
|
<el-image :src="item" :preview-src-list="scope.row.repairUrlShow" fit="cover"
|
||||||
style="width: 50px; height: 50px">
|
style="width: 50px; height: 50px" >
|
||||||
<div slot="error" class="image-slot">
|
<div slot="error" class="image-slot">
|
||||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||||
</div>
|
</div>
|
||||||
@ -66,9 +66,9 @@
|
|||||||
</div>
|
</div>
|
||||||
<div v-else-if="scope.row.securities === '004'">
|
<div v-else-if="scope.row.securities === '004'">
|
||||||
<div v-for="(item, index) in scope.row.deedTaxUrlShow" :key="index" class="image-container"
|
<div v-for="(item, index) in scope.row.deedTaxUrlShow" :key="index" class="image-container"
|
||||||
@click="showImg(item)">
|
>
|
||||||
<el-image :src="item" :preview-src-list="scope.row.deedTaxUrlShow" fit="cover"
|
<el-image :src="item" :preview-src-list="scope.row.deedTaxUrlShow" fit="cover"
|
||||||
style="width: 50px; height: 50px">
|
style="width: 50px; height: 50px" >
|
||||||
<div slot="error" class="image-slot">
|
<div slot="error" class="image-slot">
|
||||||
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
<img src="/img/noPhoto.jpg" style="width: 50px; height: 50px">
|
||||||
</div>
|
</div>
|
||||||
@ -94,7 +94,6 @@
|
|||||||
</el-card>
|
</el-card>
|
||||||
|
|
||||||
<edit-property-right-registration-detail ref="editPropertyRightRegistrationDetail" @success="handleSuccess" />
|
<edit-property-right-registration-detail ref="editPropertyRightRegistrationDetail" @success="handleSuccess" />
|
||||||
<view-image ref="viewImage" />
|
|
||||||
</div>
|
</div>
|
||||||
</template>
|
</template>
|
||||||
|
|
||||||
@ -102,13 +101,11 @@
|
|||||||
import { listPropertyRightRegistrationDetail } from '@/api/room/listPropertyRightRegistrationDetailApi'
|
import { listPropertyRightRegistrationDetail } from '@/api/room/listPropertyRightRegistrationDetailApi'
|
||||||
import { getCommunityId } from '@/api/community/communityApi'
|
import { getCommunityId } from '@/api/community/communityApi'
|
||||||
import EditPropertyRightRegistrationDetail from '@/components/room/editPropertyRightRegistrationDetail'
|
import EditPropertyRightRegistrationDetail from '@/components/room/editPropertyRightRegistrationDetail'
|
||||||
import ViewImage from '@/components/system/viewImage'
|
|
||||||
|
|
||||||
export default {
|
export default {
|
||||||
name: 'ListPropertyRightRegistrationDetail',
|
name: 'ListPropertyRightRegistrationDetail',
|
||||||
components: {
|
components: {
|
||||||
EditPropertyRightRegistrationDetail,
|
EditPropertyRightRegistrationDetail,
|
||||||
ViewImage
|
|
||||||
},
|
},
|
||||||
data() {
|
data() {
|
||||||
return {
|
return {
|
||||||
@ -187,9 +184,6 @@ export default {
|
|||||||
_openEditPropertyRightRegistrationDetailModel(row) {
|
_openEditPropertyRightRegistrationDetailModel(row) {
|
||||||
this.$refs.editPropertyRightRegistrationDetail.open(row)
|
this.$refs.editPropertyRightRegistrationDetail.open(row)
|
||||||
},
|
},
|
||||||
showImg(url) {
|
|
||||||
this.$refs.viewImage.open(url)
|
|
||||||
},
|
|
||||||
_goBack() {
|
_goBack() {
|
||||||
this.$router.go(-1)
|
this.$router.go(-1)
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user