|
@@ -11,8 +11,9 @@
|
|
<image :src="houseb" class="imgs" v-if="ite.houseStatus==2"></image>
|
|
<image :src="houseb" class="imgs" v-if="ite.houseStatus==2"></image>
|
|
<image :src="housec" class="imgs" v-if="ite.houseStatus==3"></image>
|
|
<image :src="housec" class="imgs" v-if="ite.houseStatus==3"></image>
|
|
<view class="tit">{{ite.communityName}}{{ite.detailedAddress}}</view>
|
|
<view class="tit">{{ite.communityName}}{{ite.detailedAddress}}</view>
|
|
|
|
+ <image :src="pdel" class="chdel" @click.stop="getDelFn(ite)" v-if="checkPermi(['wuYe:residentInfo:deleteResident'])"></image>
|
|
<view class="flex1"></view>
|
|
<view class="flex1"></view>
|
|
- <view @click.stop="getDelFn(ite)" v-if="checkPermi(['wuYe:residentInfo:deleteResident'])">删除</view>
|
|
|
|
|
|
+ <!-- <view @click.stop="getDelFn(ite)" v-if="checkPermi(['wuYe:residentInfo:deleteResident'])">删除</view> -->
|
|
<block v-if="tabval=='-1'&&ite.examine==1&&checkPermi(['wuYe:residentInfo:examineStaff'])">
|
|
<block v-if="tabval=='-1'&&ite.examine==1&&checkPermi(['wuYe:residentInfo:examineStaff'])">
|
|
<view class="shbtn btna" @click.stop="getSh('3',ite)">拒绝</view>
|
|
<view class="shbtn btna" @click.stop="getSh('3',ite)">拒绝</view>
|
|
<view class="shbtn btnb" @click.stop="getSh('2',ite)">通过</view>
|
|
<view class="shbtn btnb" @click.stop="getSh('2',ite)">通过</view>
|
|
@@ -24,9 +25,17 @@
|
|
<view class="txt co6" v-if="ite.houseStatus==3">代售</view>
|
|
<view class="txt co6" v-if="ite.houseStatus==3">代售</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
- <view class="clists" v-if="tabval=='-1'">
|
|
|
|
|
|
+ <view class="clists pr" v-if="tabval=='-1'||tabval=='wtg'">
|
|
|
|
+ <!-- 房本信息 -->
|
|
|
|
+ <view class="chtit">
|
|
|
|
+ <image :src="chtitbg" class="chtitbg"></image>
|
|
|
|
+ <view class="chtxt">房本信息</view>
|
|
|
|
+ </view>
|
|
<view class="clist"><view class="tit">姓名</view>{{ite.residentName}}</view>
|
|
<view class="clist"><view class="tit">姓名</view>{{ite.residentName}}</view>
|
|
<view class="clist"><view class="tit">手机号</view>{{ite.residentPhone}}</view>
|
|
<view class="clist"><view class="tit">手机号</view>{{ite.residentPhone}}</view>
|
|
|
|
+ <view class="clist"><view class="tit">人员类型</view>
|
|
|
|
+
|
|
|
|
+ {{kaType(ite.residentType,rylxList)}}</view>
|
|
<!-- <view class="clist"><view class="tit">房屋坐落</view>{{ite.location}}</view>
|
|
<!-- <view class="clist"><view class="tit">房屋坐落</view>{{ite.location}}</view>
|
|
<view class="w50 flexc">
|
|
<view class="w50 flexc">
|
|
<view class="clist"><view class="tit">房屋状态</view>
|
|
<view class="clist"><view class="tit">房屋状态</view>
|
|
@@ -242,6 +251,12 @@
|
|
default () {
|
|
default () {
|
|
return []
|
|
return []
|
|
}
|
|
}
|
|
|
|
+ },
|
|
|
|
+ rylxList:{
|
|
|
|
+ type:Array,
|
|
|
|
+ default () {
|
|
|
|
+ return []
|
|
|
|
+ }
|
|
}
|
|
}
|
|
},
|
|
},
|
|
data(){
|
|
data(){
|
|
@@ -268,6 +283,7 @@
|
|
star:require('@/manage/static/community/star.png'),
|
|
star:require('@/manage/static/community/star.png'),
|
|
stara:require('@/manage/static/community/stara.png'),
|
|
stara:require('@/manage/static/community/stara.png'),
|
|
eye:require('@/manage/static/community/eye.png'),
|
|
eye:require('@/manage/static/community/eye.png'),
|
|
|
|
+ chtitbg:require('@/work/static/manage/hbg.png'),
|
|
baseUrl:config.baseUrl,
|
|
baseUrl:config.baseUrl,
|
|
delBtnWidth:66,//左滑默认宽度
|
|
delBtnWidth:66,//左滑默认宽度
|
|
}
|
|
}
|
|
@@ -493,6 +509,11 @@ font-size: 26rpx;color: #272727;display: flex;line-height: 34rpx;
|
|
&.cc{color: #28C529;}
|
|
&.cc{color: #28C529;}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
+ .chdel{width: 44rpx;height: 44rpx;margin-left: 12rpx;flex: 0 0 auto;}
|
|
|
|
+ .chtit{font-size: 26rpx;color: #66b4d1;position: absolute;right: -10rpx;top: 16rpx;
|
|
|
|
+ .chtitbg{width: 55rpx;height: 149rpx;}
|
|
|
|
+ .chtxt{position: absolute;width: 44rpx;height: 149rpx;left: 0;top: 0;padding: 10rpx;box-sizing: border-box;padding-left: 14rpx;}
|
|
|
|
+ }
|
|
.shbtn{border-radius: 20rpx;font-weight: 500;min-width: 92rpx;height: 40rpx;font-size: 26rpx;box-sizing: border-box;padding: 0 20rpx;line-height: 38rpx;margin-left: 24rpx;
|
|
.shbtn{border-radius: 20rpx;font-weight: 500;min-width: 92rpx;height: 40rpx;font-size: 26rpx;box-sizing: border-box;padding: 0 20rpx;line-height: 38rpx;margin-left: 24rpx;
|
|
&.btna{border: 2rpx solid #FF6969;background: #FFF8F8;color: #FF6969;}
|
|
&.btna{border: 2rpx solid #FF6969;background: #FFF8F8;color: #FF6969;}
|
|
&.btnb{border: 2rpx solid #28C529;background: #EEFCEE;color: #28C529;}
|
|
&.btnb{border: 2rpx solid #28C529;background: #EEFCEE;color: #28C529;}
|