entities.vue 7.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228
  1. <template>
  2. <view class="m-20">
  3. <view class="title-box p-b20">
  4. <view class="size-32 sys-weight-600">债务</view>
  5. <view class="size-20 title-num">{{stageList.length}}</view>
  6. </view>
  7. <view class="row-c r-20 sys-background-fff m-b20" v-for="(item,index) in stageList" :key="index">
  8. <view class="file-box r-20">
  9. <view class="file-data">
  10. <view class="file-icon" style="background-color:#FC526A " >
  11. <uni-icons type="calendar" color="#fff" size="20"></uni-icons>
  12. </view>
  13. <view>
  14. <view class="attachment-text">{{item.attachmentName}}</view>
  15. <view class="size-26 text-color-333 m-t20"><text class="text-icon">活跃</text><text>¥116,5710</text></view>
  16. </view>
  17. </view>
  18. <view>
  19. <uni-icons type="right" size="20"></uni-icons>
  20. </view>
  21. </view>
  22. </view>
  23. <view class="title-box p-b20">
  24. <view class="size-32 sys-weight-600">借款人</view>
  25. <view class="size-20 title-num">{{oneList.length}}</view>
  26. </view>
  27. <view class="row-c r-20 sys-background-fff m-b20" v-for="(item,index) in oneList" :key="index">
  28. <view class="file-box r-20">
  29. <view class="file-data">
  30. <view class="file-icon" style="background-color:#9335FF " >
  31. <uni-icons type="calendar" color="#fff" size="20"></uni-icons>
  32. </view>
  33. <view>
  34. <view class="attachment-text">{{item.attachmentName}}</view>
  35. <view class="size-26 text-color-333 m-t20"><text class="text-icon">活跃</text></view>
  36. </view>
  37. </view>
  38. <view>
  39. <uni-icons type="right" size="20"></uni-icons>
  40. </view>
  41. </view>
  42. </view>
  43. <view class="title-box p-b20">
  44. <view class="size-32 sys-weight-600">担保人</view>
  45. <view class="size-20 title-num">{{twoList.length}}</view>
  46. </view>
  47. <view class="row-c r-20 sys-background-fff m-b20" v-for="(item,index) in twoList" :key="index">
  48. <view class="file-box r-20">
  49. <view class="file-data">
  50. <view class="file-icon" style="background-color:#009BF2 " >
  51. <uni-icons type="calendar" color="#fff" size="20"></uni-icons>
  52. </view>
  53. <view>
  54. <view class="attachment-text">{{item.attachmentName}}</view>
  55. <view class="size-26 text-color-333 m-t20"><text class="text-icon">活跃</text></view>
  56. </view>
  57. </view>
  58. <view>
  59. <uni-icons type="right" size="20"></uni-icons>
  60. </view>
  61. </view>
  62. </view>
  63. <view class="title-box p-b20">
  64. <view class="size-32 sys-weight-600">抵押物</view>
  65. <view class="size-20 title-num">{{threeList.length}}</view>
  66. </view>
  67. <view class="row-c r-20 sys-background-fff m-b20" v-for="(item,index) in threeList" :key="index">
  68. <view class="file-box r-20">
  69. <view class="file-data">
  70. <view class="file-icon" style="background-color:#00B05E " >
  71. <uni-icons type="calendar" color="#fff" size="20"></uni-icons>
  72. </view>
  73. <view>
  74. <view class="attachment-text">{{item.attachmentName}}</view>
  75. <view class="size-26 text-color-333 m-t20"><text class="text-icon">活跃</text></view>
  76. </view>
  77. </view>
  78. <view>
  79. <uni-icons type="right" size="20"></uni-icons>
  80. </view>
  81. </view>
  82. </view>
  83. <view class="title-box p-b20">
  84. <view class="size-32 sys-weight-600">债权人</view>
  85. <view class="size-20 title-num">{{fourList.length}}</view>
  86. </view>
  87. <view class="row-c r-20 sys-background-fff m-b20" v-for="(item,index) in fourList" :key="index">
  88. <view class="file-box r-20">
  89. <view class="file-data">
  90. <view class="file-icon" style="background-color:#FF7E00 " >
  91. <uni-icons type="calendar" color="#fff" size="20"></uni-icons>
  92. </view>
  93. <view>
  94. <view class="attachment-text">{{item.attachmentName}}</view>
  95. <view class="size-26 text-color-333 m-t20"><text class="text-icon">活跃</text></view>
  96. </view>
  97. </view>
  98. <view>
  99. <uni-icons type="right" size="20"></uni-icons>
  100. </view>
  101. </view>
  102. </view>
  103. </view>
  104. </template>
  105. <script>
  106. export default {
  107. name:'entities',
  108. props: {
  109. businessId:{
  110. default:0
  111. }
  112. },
  113. data() {
  114. return {
  115. stageList: [],
  116. oneList: [],
  117. twoList: [],
  118. threeList: [],
  119. fourList: [],
  120. }
  121. },
  122. watch:{
  123. 'businessId':function () {
  124. // this.getStageList()
  125. }
  126. },
  127. mounted() {
  128. this.getStageList()
  129. },
  130. methods: {
  131. getStageList() {
  132. this.stageList=[{'attachmentName':'大连迈世未履行(2024)辽0211民初2861号民事判决书','attachmentFormat':'docx','attachmentSize':1165710},]
  133. this.oneList=[{'attachmentName':'大连迈世农业发展有限公司','attachmentFormat':'docx','attachmentSize':1165710},]
  134. this.twoList=[{'attachmentName':'迈世集团有限公司','attachmentFormat':'docx','attachmentSize':1165710},]
  135. this.fourList=[{'attachmentName':'迈世集团有限公司','attachmentFormat':'docx','attachmentSize':1165710},]
  136. this.threeList=[{'attachmentName':'中信银行股份有限公司大连分行','attachmentFormat':'docx','attachmentSize':1165710},{'attachmentName':'景山东园7号13层2号房屋','attachmentFormat':'docx','attachmentSize':1165710},]
  137. },
  138. },
  139. }
  140. </script>
  141. <style lang="scss" scoped>
  142. .title-box{
  143. display: flex;
  144. justify-content: space-between;
  145. align-items: center;
  146. .title-num{
  147. color: #ee9393;
  148. background-color: #f6e8c4;
  149. padding: 4rpx 16rpx;
  150. border-radius: 12rpx;
  151. }
  152. }
  153. .file-box{
  154. box-shadow: 0 2rpx 6rpx 0 #0000001a, 0 2rpx 2px -2rpx #0000001a;
  155. width: 100%;
  156. padding: 32rpx;
  157. display: flex;
  158. align-items: center;
  159. justify-content: space-between;
  160. .file-data{
  161. display: flex;
  162. justify-content: flex-start;
  163. .attachment-text{
  164. width: 410rpx;
  165. overflow: hidden;
  166. text-overflow: ellipsis;
  167. white-space: nowrap;
  168. }
  169. .file-icon{
  170. display: flex;
  171. justify-content: center;
  172. align-items: center;
  173. width: 96rpx;
  174. height: 96rpx;
  175. border-radius: 20rpx;
  176. margin-right: 32rpx;
  177. background-color: #FA4C78;
  178. }
  179. .text-icon{
  180. padding: 4rpx 8rpx;
  181. background-color: #DBFCE7;
  182. color: #008236;
  183. font-weight: 400;
  184. font-size: 24rpx;
  185. margin-right: 10rpx;
  186. }
  187. .file-icon-pdf{
  188. background-color: #9033FF;
  189. }
  190. .file-icon-excel{
  191. background-color:#00A5EC;
  192. }
  193. .file-icon-excel{
  194. background-color:#00A762;
  195. }
  196. .file-icon-excel{
  197. background-color:#FF7F00;
  198. }
  199. .file-icon-excel{
  200. background-color:#8440FD;
  201. }
  202. }
  203. }
  204. .steps-item:last-child {
  205. margin-bottom: 0;
  206. }
  207. .steps-line {
  208. width: 2rpx;
  209. background-color: #D9D9D9;
  210. height: 90rpx;
  211. }
  212. </style>