|
@@ -1,5 +1,5 @@
|
|
|
<template>
|
|
<template>
|
|
|
- <view class="text-color-333">
|
|
|
|
|
|
|
+ <view class="text-color-333" style="position: relative;left: -15rpx;">
|
|
|
<view class="property content p-30 sys-background-fff r-30">
|
|
<view class="property content p-30 sys-background-fff r-30">
|
|
|
<view v-for="(property,propertyKey) in propertyList" class=" size-26">
|
|
<view v-for="(property,propertyKey) in propertyList" class=" size-26">
|
|
|
<!-- 房产信息 -->
|
|
<!-- 房产信息 -->
|
|
@@ -16,7 +16,8 @@
|
|
|
<view class="size-26 m-tb10">
|
|
<view class="size-26 m-tb10">
|
|
|
<text class="capsule" v-if="verifyKey('house_city')">{{property.data.house_city}}</text>
|
|
<text class="capsule" v-if="verifyKey('house_city')">{{property.data.house_city}}</text>
|
|
|
<text class="capsule" v-if="verifyKey('build_date')">{{property.data.build_date}}年建</text>
|
|
<text class="capsule" v-if="verifyKey('build_date')">{{property.data.build_date}}年建</text>
|
|
|
- <text class="capsule" v-if="verifyKey('covered_area')">{{property.data.covered_area}}m²</text>
|
|
|
|
|
|
|
+ <text class="capsule"
|
|
|
|
|
+ v-if="verifyKey('covered_area')">{{property.data.covered_area}}m²</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-background-fff r-20 p-20">
|
|
<view class="sys-background-fff r-20 p-20">
|
|
|
<view class="" v-if="verifyKey('deed_num')">
|
|
<view class="" v-if="verifyKey('deed_num')">
|
|
@@ -24,7 +25,8 @@
|
|
|
<text class="m-l10">{{property.data.deed_num}}</text>
|
|
<text class="m-l10">{{property.data.deed_num}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_pay')">
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_pay')">
|
|
|
- <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png" mode="aspectFill">
|
|
|
|
|
|
|
+ <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png"
|
|
|
|
|
+ mode="aspectFill">
|
|
|
</image>
|
|
</image>
|
|
|
<text>{{property.data.is_pay===1?'已支付材料费':'未支付材料费'}}</text>
|
|
<text>{{property.data.is_pay===1?'已支付材料费':'未支付材料费'}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -33,27 +35,29 @@
|
|
|
mode="aspectFill">
|
|
mode="aspectFill">
|
|
|
</image>
|
|
</image>
|
|
|
<view class="flex">
|
|
<view class="flex">
|
|
|
- <text class="flex">{{property.data.house_city}}{{property.data.house_address}}</text>
|
|
|
|
|
-<!-- <image class="card r-20 m-t20" src="/page_task/static/img/task-details/front.png"-->
|
|
|
|
|
-<!-- mode="aspectFill">-->
|
|
|
|
|
-<!-- </image>-->
|
|
|
|
|
|
|
+ <text
|
|
|
|
|
+ class="flex">{{property.data.house_city}}{{property.data.house_address}}</text>
|
|
|
|
|
+ <!-- <image class="card r-20 m-t20" src="/page_task/static/img/task-details/front.png"-->
|
|
|
|
|
+ <!-- mode="aspectFill">-->
|
|
|
|
|
+ <!-- </image>-->
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('certificate_img')">
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('certificate_img')">
|
|
|
<view class="m-b20">房产证件</view>
|
|
<view class="m-b20">房产证件</view>
|
|
|
<view class="row-c">
|
|
<view class="row-c">
|
|
|
-<!-- <image class="picture m-r20 r-10" :src="property.data.certificate_img"-->
|
|
|
|
|
-<!-- mode="aspectFill">-->
|
|
|
|
|
-<!-- </image>-->
|
|
|
|
|
- <en-image :img="property.data.certificate_img"></en-image>
|
|
|
|
|
|
|
+ <!-- <image class="picture m-r20 r-10" :src="property.data.certificate_img"-->
|
|
|
|
|
+ <!-- mode="aspectFill">-->
|
|
|
|
|
+ <!-- </image>-->
|
|
|
|
|
+ <en-image :img="property.data.certificate_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <view class="sys-from-background-color m-t20 p-20 r-20" v-if="property.data.property && property.data.property.length>0">
|
|
|
|
|
|
|
+ <view class="sys-from-background-color m-t20 p-20 r-20"
|
|
|
|
|
+ v-if="property.data.property && property.data.property.length>0">
|
|
|
<view class="m-b20">房产关联图片</view>
|
|
<view class="m-b20">房产关联图片</view>
|
|
|
<view class="row-c">
|
|
<view class="row-c">
|
|
|
-<!-- <image class="picture m-r20 r-10" :src="property.data.property" mode="aspectFill">-->
|
|
|
|
|
-<!-- </image>-->
|
|
|
|
|
- <en-image :img="property.data.property"></en-image>
|
|
|
|
|
|
|
+ <!-- <image class="picture m-r20 r-10" :src="property.data.property" mode="aspectFill">-->
|
|
|
|
|
+ <!-- </image>-->
|
|
|
|
|
+ <en-image :img="property.data.property"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -71,8 +75,10 @@
|
|
|
<text class="size-24 color-6E6686 m-l10">公司</text>
|
|
<text class="size-24 color-6E6686 m-l10">公司</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="size-26 m-tb10">
|
|
<view class="size-26 m-tb10">
|
|
|
- <text class="capsule two-text" v-if="verifyKey('insurance_type')">{{property.data.insurance_type}}</text>
|
|
|
|
|
- <text class="capsule two-text" v-if="verifyKey('year_money')">{{property.data.year_money}}元/年</text>
|
|
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('insurance_type')">{{property.data.insurance_type}}</text>
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('year_money')">{{property.data.year_money}}元/年</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-background-fff r-20 p-20">
|
|
<view class="sys-background-fff r-20 p-20">
|
|
|
<view class="" v-if="verifyKey('validity_date')">
|
|
<view class="" v-if="verifyKey('validity_date')">
|
|
@@ -80,14 +86,15 @@
|
|
|
<text class="m-l10">{{property.data.validity_date}}</text>
|
|
<text class="m-l10">{{property.data.validity_date}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_fees')">
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_fees')">
|
|
|
- <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png" mode="aspectFill">
|
|
|
|
|
|
|
+ <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png"
|
|
|
|
|
+ mode="aspectFill">
|
|
|
</image>
|
|
</image>
|
|
|
<text>{{property.data.is_fees===1?'满足缴费情况':'未满足缴费情况'}}</text>
|
|
<text>{{property.data.is_fees===1?'满足缴费情况':'未满足缴费情况'}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('insurance_img')">
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('insurance_img')">
|
|
|
<view class="m-b20">保单照片</view>
|
|
<view class="m-b20">保单照片</view>
|
|
|
<view class="row-c">
|
|
<view class="row-c">
|
|
|
- <en-image :img="property.data.insurance_img"></en-image>
|
|
|
|
|
|
|
+ <en-image :img="property.data.insurance_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -107,8 +114,10 @@
|
|
|
</view>
|
|
</view>
|
|
|
<view class="size-26 m-tb10">
|
|
<view class="size-26 m-tb10">
|
|
|
<text class="capsule two-text" v-if="verifyKey('colour')">{{property.data.colour}}</text>
|
|
<text class="capsule two-text" v-if="verifyKey('colour')">{{property.data.colour}}</text>
|
|
|
- <text class="capsule two-text" v-if="verifyKey('register_date')">{{property.data.register_date}}年登记</text>
|
|
|
|
|
- <text class="capsule two-text" v-if="verifyKey('car_price')">{{property.data.car_price}}万元</text>
|
|
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('register_date')">{{property.data.register_date}}年登记</text>
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('car_price')">{{property.data.car_price}}万元</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-background-fff r-20 p-20">
|
|
<view class="sys-background-fff r-20 p-20">
|
|
|
<view class="" v-if="verifyKey('car_num')">
|
|
<view class="" v-if="verifyKey('car_num')">
|
|
@@ -127,18 +136,18 @@
|
|
|
<view class="row-c" v-if="verifyKey('register_img')">
|
|
<view class="row-c" v-if="verifyKey('register_img')">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<text class="size-24">行驶证</text>
|
|
<text class="size-24">行驶证</text>
|
|
|
- <en-image :img="property.data.register_img"></en-image>
|
|
|
|
|
|
|
+ <en-image :img="property.data.register_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="m-l20" v-if="verifyKey('driving_img')">
|
|
<view class="m-l20" v-if="verifyKey('driving_img')">
|
|
|
<text class="size-24">车辆登记证</text>
|
|
<text class="size-24">车辆登记证</text>
|
|
|
- <en-image :img="property.data.driving_img"></en-image>
|
|
|
|
|
|
|
+ <en-image :img="property.data.driving_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row-c" v-if="verifyKey('car_img')">
|
|
<view class="row-c" v-if="verifyKey('car_img')">
|
|
|
<view class="">
|
|
<view class="">
|
|
|
<view class="size-24 m-t20">车辆照片</view>
|
|
<view class="size-24 m-t20">车辆照片</view>
|
|
|
<view class="row-c m-t10" style="flex-wrap: wrap;">
|
|
<view class="row-c m-t10" style="flex-wrap: wrap;">
|
|
|
- <en-image :img="property.data.car_img"></en-image>
|
|
|
|
|
|
|
+ <en-image :img="property.data.car_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
@@ -157,8 +166,10 @@
|
|
|
<text class="size-32 color-11003B sys-weight-600">{{property.data.firm_name}}</text>
|
|
<text class="size-32 color-11003B sys-weight-600">{{property.data.firm_name}}</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="size-26 m-tb10">
|
|
<view class="size-26 m-tb10">
|
|
|
- <text class="capsule two-text" v-if="verifyKey('establish_city')">{{property.data.establish_city}}</text>
|
|
|
|
|
- <text class="capsule two-text" v-if="verifyKey('establish_date')">{{property.data.establish_date}}成立</text>
|
|
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('establish_city')">{{property.data.establish_city}}</text>
|
|
|
|
|
+ <text class="capsule two-text"
|
|
|
|
|
+ v-if="verifyKey('establish_date')">{{property.data.establish_date}}成立</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="sys-background-fff r-20 p-20">
|
|
<view class="sys-background-fff r-20 p-20">
|
|
|
<view class="" v-if="verifyKey('year_tax')">
|
|
<view class="" v-if="verifyKey('year_tax')">
|
|
@@ -174,7 +185,8 @@
|
|
|
<text class="m-l10">{{property.data.tax_grade_name}}级</text>
|
|
<text class="m-l10">{{property.data.tax_grade_name}}级</text>
|
|
|
</view>
|
|
</view>
|
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_end_tax')">
|
|
<view class="row-c m-tb20" v-if="verifyKey('is_end_tax')">
|
|
|
- <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png" mode="aspectFill">
|
|
|
|
|
|
|
+ <image class="wh-30 m-r20" src="/page_task/static/img/task-details/money.png"
|
|
|
|
|
+ mode="aspectFill">
|
|
|
</image>
|
|
</image>
|
|
|
<text>{{property.data.is_end_tax===1?'无税务断缴情况':'有税务断缴情况'}}</text>
|
|
<text>{{property.data.is_end_tax===1?'无税务断缴情况':'有税务断缴情况'}}</text>
|
|
|
</view>
|
|
</view>
|
|
@@ -191,40 +203,43 @@
|
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('firm_img')">
|
|
<view class="sys-from-background-color m-t20 p-20 r-20" v-if="verifyKey('firm_img')">
|
|
|
<view class="size-24">企业照片</view>
|
|
<view class="size-24">企业照片</view>
|
|
|
<view class="row-c m-t10" style="flex-wrap: wrap;">
|
|
<view class="row-c m-t10" style="flex-wrap: wrap;">
|
|
|
- <en-image :img="property.data.firm_img"></en-image>
|
|
|
|
|
|
|
+ <en-image :img="property.data.firm_img"></en-image>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
- <en-blank v-if="propertyList.length<=0"></en-blank>
|
|
|
|
|
|
|
+ <en-blank v-if="propertyList.length<=0"></en-blank>
|
|
|
</view>
|
|
</view>
|
|
|
</view>
|
|
</view>
|
|
|
</template>
|
|
</template>
|
|
|
|
|
|
|
|
<script>
|
|
<script>
|
|
|
import EnImage from "@/components/en-utils/en-image/en-image.vue";
|
|
import EnImage from "@/components/en-utils/en-image/en-image.vue";
|
|
|
- import EnBlank from "@/components/en-utils/en-blank/en-blank.vue";
|
|
|
|
|
|
|
+ import EnBlank from "@/components/en-utils/en-blank/en-blank.vue";
|
|
|
|
|
|
|
|
- export default {
|
|
|
|
|
- components: {EnBlank, EnImage},
|
|
|
|
|
|
|
+ export default {
|
|
|
|
|
+ components: {
|
|
|
|
|
+ EnBlank,
|
|
|
|
|
+ EnImage
|
|
|
|
|
+ },
|
|
|
props: {
|
|
props: {
|
|
|
propertyList: {
|
|
propertyList: {
|
|
|
default: []
|
|
default: []
|
|
|
},
|
|
},
|
|
|
- propertyKey:{
|
|
|
|
|
- default: []
|
|
|
|
|
- }
|
|
|
|
|
|
|
+ propertyKey: {
|
|
|
|
|
+ default: []
|
|
|
|
|
+ }
|
|
|
},
|
|
},
|
|
|
data() {
|
|
data() {
|
|
|
return {}
|
|
return {}
|
|
|
},
|
|
},
|
|
|
- methods: {
|
|
|
|
|
- verifyKey(key){
|
|
|
|
|
- return this.propertyKey.indexOf(key)>=0
|
|
|
|
|
- }
|
|
|
|
|
- },
|
|
|
|
|
|
|
+ methods: {
|
|
|
|
|
+ verifyKey(key) {
|
|
|
|
|
+ return this.propertyKey.indexOf(key) >= 0
|
|
|
|
|
+ }
|
|
|
|
|
+ },
|
|
|
}
|
|
}
|
|
|
</script>
|
|
</script>
|
|
|
|
|
|
|
@@ -324,4 +339,4 @@
|
|
|
height: 90rpx;
|
|
height: 90rpx;
|
|
|
display: block;
|
|
display: block;
|
|
|
}
|
|
}
|
|
|
-</style>
|
|
|
|
|
|
|
+</style>
|