property.vue 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325
  1. <template>
  2. <view class="text-color-333">
  3. <view class="property">
  4. <image class="bg-box" src="/static/img/task-details/bg-four.png" mode=""></image>
  5. <view v-for="(property,propertyKey) in propertyList" class="content p-30 sys-background-fff r-30 size-26">
  6. <!-- 房产信息 -->
  7. <view v-if="property.property_type===1" class="">
  8. <view class="row-c">
  9. <view class="dot"></view>
  10. <text class="sys-weight-600 m-l10">房产信息</text>
  11. </view>
  12. <view class="property-box-one r-20 m-t30 p-20">
  13. <view class="">
  14. <text class="size-32 color-11003B sys-weight-600">{{property.data.property_owner}}</text>
  15. <text class="size-24 color-6E6686 m-l10">产权人</text>
  16. </view>
  17. <view class="size-26 m-tb10">
  18. <text class="capsule">{{property.data.house_address}}</text>
  19. <text class="capsule">{{property.data.build_date}}年建</text>
  20. <text class="capsule">{{property.data.covered_area}}m²</text>
  21. </view>
  22. <view class="sys-background-fff r-20 p-20">
  23. <view class="">
  24. <text class="text-color-666">房产证号</text>
  25. <text class="m-l10">{{property.data.deed_num}}</text>
  26. </view>
  27. <view class="row-c m-tb20">
  28. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  29. </image>
  30. <text>{{property.data.remark}}</text>
  31. </view>
  32. <view class="row m-t20">
  33. <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
  34. mode="aspectFill">
  35. </image>
  36. <view class="flex">
  37. <text class="flex">{{property.data.house_city}}</text>
  38. <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
  39. mode="aspectFill">
  40. </image>
  41. </view>
  42. </view>
  43. <view class="sys-from-background-color m-t20 p-20 r-20">
  44. <view class="m-b20">房产证件</view>
  45. <view class="row-c">
  46. <image class="picture m-r20 r-10" :src="property.data.certificate_img" mode="aspectFill">
  47. </image>
  48. </view>
  49. </view>
  50. <view class="sys-from-background-color m-t20 p-20 r-20">
  51. <view class="m-b20">房产关联图片</view>
  52. <view class="row-c">
  53. <image class="picture m-r20 r-10" :src="property.data.property" mode="aspectFill">
  54. </image>
  55. </view>
  56. </view>
  57. </view>
  58. <image class="property-icon wh-100" :src="property.data.certificate_img" mode=""> </image>
  59. </view>
  60. </view>
  61. <!-- 保单信息 -->
  62. <view v-else-if="property.property_type===2" class="m-t30">
  63. <view class="row-c">
  64. <view class="dot"></view>
  65. <text class="sys-weight-600 m-l10">保单信息</text>
  66. </view>
  67. <view class="property-box-two r-20 m-t30 p-20">
  68. <view class="">
  69. <text class="size-32 color-11003B sys-weight-600">太平洋保险</text>
  70. <text class="size-24 color-6E6686 m-l10">公司</text>
  71. </view>
  72. <view class="size-26 m-tb10">
  73. <text class="capsule two-text">人寿</text>
  74. <text class="capsule two-text">8000元/年</text>
  75. </view>
  76. <view class="sys-background-fff r-20 p-20">
  77. <view class="">
  78. <text class="text-color-666">有效期</text>
  79. <text class="m-l10">2024.10.23</text>
  80. </view>
  81. <view class="row-c m-tb20">
  82. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  83. </image>
  84. <text>满足缴费情况</text>
  85. </view>
  86. <view class="sys-from-background-color m-t20 p-20 r-20">
  87. <view class="m-b20">保单照片</view>
  88. <view class="row-c">
  89. <image class="picture m-r20 r-10" src="/static/img/logo.png" mode="aspectFill"
  90. v-for="(item,index) in 3" :key="index">
  91. </image>
  92. </view>
  93. </view>
  94. </view>
  95. <image class="property-icon wh-100" src="/static/img/task-details/property-two.png" mode="">
  96. </image>
  97. </view>
  98. </view>
  99. <!-- 车辆信息 -->
  100. <view v-else-if="property.property_type===3" class="m-t30">
  101. <view class="row-c">
  102. <view class="dot"></view>
  103. <text class="sys-weight-600 m-l10">车辆信息</text>
  104. </view>
  105. <view class="property-box-three r-20 m-t30 p-20">
  106. <view class="">
  107. <text class="size-32 color-11003B sys-weight-600">奔驰</text>
  108. <text class="size-24 color-6E6686 m-l10">品牌</text>
  109. </view>
  110. <view class="size-26 m-tb10">
  111. <text class="capsule two-text">白色</text>
  112. <text class="capsule two-text">2020年登记</text>
  113. <text class="capsule two-text">30万元</text>
  114. </view>
  115. <view class="sys-background-fff r-20 p-20">
  116. <view class="">
  117. <text class="text-color-666">车牌号</text>
  118. <text class="m-l10">渝A88888</text>
  119. </view>
  120. <view class="m-tb16">
  121. <text class="text-color-666">车架号</text>
  122. <text class="m-l10">CX584564</text>
  123. </view>
  124. <view class="">
  125. <text class="text-color-666">车牌类型</text>
  126. <text class="m-l10">非运营车</text>
  127. </view>
  128. <view class="sys-from-background-color m-t20 p-20 r-20">
  129. <view class="row-c">
  130. <view class="">
  131. <text class="size-24">行驶证</text>
  132. <image class="picture m-t20 r-10" src="/static/img/logo.png" mode="aspectFill">
  133. </image>
  134. </view>
  135. <view class="m-l20">
  136. <text class="size-24">车辆登记证</text>
  137. <image class="picture m-r20 m-t20 r-10" src="/static/img/logo.png"
  138. mode="aspectFill">
  139. </image>
  140. </view>
  141. </view>
  142. <view class="row-c">
  143. <view class="">
  144. <view class="size-24 m-t20">车辆照片</view>
  145. <view class="row-c m-t10" style="flex-wrap: wrap;">
  146. <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png"
  147. mode="aspectFill" v-for="(item,index) in 5" :key="index">
  148. </image>
  149. </view>
  150. </view>
  151. </view>
  152. </view>
  153. </view>
  154. <image class="property-icon wh-100" src="/static/img/task-details/property-three.png" mode="">
  155. </image>
  156. </view>
  157. </view>
  158. <!-- 企业信息 -->
  159. <view v-else-if="property.property_type===4" class="m-t30">
  160. <view class="row-c">
  161. <view class="dot"></view>
  162. <text class="sys-weight-600 m-l10">车辆信息</text>
  163. </view>
  164. <view class="property-box-four r-20 m-t30 p-20">
  165. <view class="">
  166. <text class="size-32 color-11003B sys-weight-600">春航科技有限责任公司</text>
  167. </view>
  168. <view class="size-26 m-tb10">
  169. <text class="capsule two-text">白色</text>
  170. <text class="capsule two-text">2020年登记</text>
  171. <text class="capsule two-text">30万元</text>
  172. </view>
  173. <view class="sys-background-fff r-20 p-20">
  174. <view class="">
  175. <text class="text-color-666">年交税额</text>
  176. <text class="m-l10">5000000元</text>
  177. </view>
  178. <view class="m-tb16">
  179. <text class="text-color-666">年开票额</text>
  180. <text class="m-l10">5000000元</text>
  181. </view>
  182. <view class="">
  183. <text class="text-color-666">税务登记</text>
  184. <text class="m-l10">A</text>
  185. </view>
  186. <view class="row-c m-tb20">
  187. <image class="wh-30 m-r20" src="/static/img/task-details/money.png" mode="aspectFill">
  188. </image>
  189. <text>无税务断缴情况</text>
  190. </view>
  191. <view class="row m-t20">
  192. <image class="wh-30 m-r20 p-t6" src="/static/img/task-details/address-two.png"
  193. mode="aspectFill">
  194. </image>
  195. <view class="flex">
  196. <text class="flex">四川省 成都市 武侯区 置信南街 61 号 兰园5栋 2 单元 5楼这是俩排的地</text>
  197. <image class="card r-20 m-t20" src="/static/img/task-details/front.png"
  198. mode="aspectFill"></image>
  199. </view>
  200. </view>
  201. <view class="sys-from-background-color m-t20 p-20 r-20">
  202. <view class="size-24">企业照片</view>
  203. <view class="row-c m-t10" style="flex-wrap: wrap;">
  204. <image class="picture m-r20 r-10 m-t10" src="/static/img/logo.png" mode="aspectFill"
  205. v-for="(item,index) in 3" :key="index">
  206. </image>
  207. </view>
  208. </view>
  209. </view>
  210. <image class="property-icon wh-100" src="/static/img/task-details/property-four.png" mode="">
  211. </image>
  212. </view>
  213. </view>
  214. </view>
  215. </view>
  216. </view>
  217. </template>
  218. <script>
  219. export default {
  220. props: {
  221. propertyList: {
  222. default: {}
  223. },
  224. },
  225. data() {
  226. return {}
  227. },
  228. }
  229. </script>
  230. <style lang="scss" scoped>
  231. .property {
  232. position: relative;
  233. .bg-box {
  234. width: 710rpx;
  235. height: 80rpx;
  236. }
  237. .dot {
  238. width: 12rpx;
  239. height: 12rpx;
  240. border-radius: 50%;
  241. background: #0FB160;
  242. }
  243. }
  244. .property-box-one {
  245. position: relative;
  246. background: linear-gradient(161deg, #B0FDB3 0%, #5EDE9D 100%);
  247. }
  248. .property-box-two {
  249. position: relative;
  250. background: linear-gradient(161deg, #FFE2E2 0%, #FBCACA 100%);
  251. .two-text {
  252. background: #D06565;
  253. }
  254. .picture {
  255. width: 160rpx;
  256. height: 190rpx;
  257. display: block;
  258. }
  259. }
  260. .property-box-three {
  261. position: relative;
  262. background: linear-gradient(161deg, #CDE7FD 0%, #B6D2FB 100%);
  263. .two-text {
  264. background: #2E86F4;
  265. }
  266. .picture {
  267. width: 160rpx;
  268. height: 90rpx;
  269. display: block;
  270. border-radius: 10rpx;
  271. }
  272. }
  273. .property-box-four {
  274. position: relative;
  275. background: linear-gradient(161deg, #F4DCBD 0%, #EEC398 100%);
  276. .two-text {
  277. background: #C37929;
  278. }
  279. .picture {
  280. width: 160rpx;
  281. height: 90rpx;
  282. display: block;
  283. border-radius: 10rpx;
  284. }
  285. }
  286. .property-icon {
  287. position: absolute;
  288. right: 40rpx;
  289. top: 12rpx;
  290. }
  291. .capsule {
  292. color: #fff;
  293. height: 50rpx;
  294. line-height: 50rpx;
  295. border-radius: 99rpx;
  296. background: #0FB160;
  297. text-align: center;
  298. padding: 0 20rpx;
  299. margin-right: 10rpx;
  300. }
  301. .card {
  302. width: 160rpx;
  303. height: 90rpx;
  304. display: block;
  305. }
  306. </style>