index.html 37 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666
  1. <!DOCTYPE html>
  2. <html lang="en">
  3. <head>
  4. <meta charset="utf-8" />
  5. <meta http-equiv="X-UA-Compatible" content="IE=edge" />
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <!-- 引入样式 -->
  8. <link rel="stylesheet" href="./styles/index.css" />
  9. <link rel="stylesheet" href="./styles/animate.css" />
  10. <!-- 引入js -->
  11. <script src="./libs/vue@2.7.10.js"></script>
  12. <script src="./libs/echarts.min2.js"></script>
  13. <script src="./libs/echarts-gl.min.js"></script>
  14. <script src="./libs/datav.map.vue.js"></script>
  15. <script src="./libs/axios.min.js"></script>
  16. <script src="./js/request.js"></script>
  17. <script src="./js/map/china.json"></script>
  18. <script src="./js/Data.js"></script>
  19. <script src="./libs/echarts-tooltip-carousel.js"></script>
  20. <script src="./libs/echarts-liquidfill.min.js"></script>
  21. </head>
  22. <body>
  23. <div id="app" class="w-full h-full overflow-hidden" :class="mapShow?'appbg1':'appbg2'">
  24. <div class="top">
  25. <div class="title relative" style="padding-top: 2%">
  26. <span @click="tipShow1Fun('2.png','投前管理')" class="pointer">投前管理</span>
  27. <div></div>
  28. <div class="pointer timeBox" @click="pullShow = !pullShow">
  29. <span>{{year}}</span>
  30. <img src="./img/arrow.png" alt="">
  31. </div>
  32. <div class="pullBox" v-if="pullShow">
  33. <span v-for="(item,index) in pollList" class="pointer text-center" @click="chooseTime(item)"
  34. :key="index">{{item}}</span>
  35. </div>
  36. </div>
  37. <div class="mainTitle pointer" @click.stop="tipShow1Fun('1.png','数智化投资管理驾驶舱')">数智化投资管理驾驶舱</div>
  38. <div class="title" style="padding-top: 2%">
  39. <span class="pointer" @click.stop="tipShow1Fun('7.png','投中、投后管理')">投中、投后管理</span>
  40. <div></div>
  41. </div>
  42. </div>
  43. <div class="bottom overflow-hidden">
  44. <div class="left">
  45. <div>
  46. <div class="title">投资计划分析</div>
  47. <div class="content left1">
  48. <div class="overflow-hidden">
  49. <div class="child">
  50. <div style="font-size: 28px">固定资产类项目</div>
  51. <div></div>
  52. <div style="font-size: 50px; color: #68bdff; font-weight: bold" class="pointer"
  53. @click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','固定资产投资金额','','','','','',2141)">
  54. {{numFormat(yuanChange(left4[1]))}}<span style="font-size: 28px">亿</span>
  55. </div>
  56. <div class="pointer" style="
  57. font-size: 50px;
  58. color: #68bdff;
  59. font-weight: bold;
  60. justify-self: center;
  61. " @click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','固定资产投资金额','','','','','',2141)">
  62. {{numFormat(left4[2])}}<span style="font-size: 28px">个</span>
  63. </div>
  64. <div style="font-size: 28px">投资金额</div>
  65. <div style="font-size: 28px; justify-self: center">
  66. 项目数量
  67. </div>
  68. </div>
  69. <div class="child">
  70. <div style="font-size: 28px">股权类项目</div>
  71. <div></div>
  72. <div class="pointer" style="font-size: 50px; color: #68bdff; font-weight: bold"
  73. @click.stop="showChartLTipSingle('投资金额','left','','','投资计划分析','股权类投资金额','','','','','',2141)">
  74. {{numFormat(yuanChange(left4[3]))}}<span style="font-size: 28px">亿</span>
  75. </div>
  76. <div class="pointer" style="
  77. font-size: 50px;
  78. color: #68bdff;
  79. font-weight: bold;
  80. justify-self: center;
  81. " @click.stop="showChartLTipSingle('项目数量','left','','','投资计划分析','股权类项目数量','','','','','',2141)">
  82. {{numFormat(left4[4])}}<span style="font-size: 28px">个</span>
  83. </div>
  84. <div style="font-size: 28px">投资金额</div>
  85. <div style="font-size: 28px; justify-self: center">
  86. 项目数量
  87. </div>
  88. </div>
  89. </div>
  90. <div class="overflow-hidden left1B">
  91. <svg style="height: 700px; width: 700px" class="svg_box">
  92. <circle cx="240" cy="260" r="150" stroke-width="30px" stroke="rgb(140 201 249)" fill="none"
  93. stroke-dasharray="40 10">
  94. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 260" /
  95. to="-360 240 260" dur="20" />
  96. </circle>
  97. </svg>
  98. <svg style="height: 700px;width: 700px" class="svg_box">
  99. <circle cx="240" cy="120" r="100" stroke-width="10px" stroke="rgb(140 201 249)" fill="none"
  100. stroke-dasharray="10 20">
  101. <animateTransform attributeName="transform" repeatCount="indefinite" type="rotate" from="0 240 120"
  102. to="360 240 120" dur="20" />
  103. </circle>
  104. </svg>
  105. <div class="flex items-center justify-center flex-col relative" style="padding-bottom: 10%;">
  106. <div class="pointer" style="font-size: 72px; color: #ffe036; font-weight: bold"
  107. @click.stop="showChartLTipSingle('年度投资计划总额','left','','','投资计划分析','年度投资计划总额','','','','','',2141)">
  108. {{numFormat(yuanChange(left4[0]))}}<span style="font-size: 28px">亿</span>
  109. </div>
  110. <div style="font-size: 28px">年度投资计划总额</div>
  111. </div>
  112. <div class="left1C">
  113. <div class="flex justify-between left1C-child">
  114. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  115. @click="industryProportionChange(1)"
  116. :class="industryProportion==1?'industryProportion1':'industryProportion2'">
  117. 主辅业计划占比
  118. </div>
  119. <div style="height: 100%; width: 48%" class="flex items-center justify-center font28 pointer"
  120. @click="industryProportionChange(2)"
  121. :class="industryProportion==2?'industryProportion1':'industryProportion2'">
  122. 投资阶段占比
  123. </div>
  124. </div>
  125. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  126. <div ref="leftEcharts1" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  127. <div style="width: 95%; margin-left: 5%">
  128. <div class="flex items-center font28">
  129. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  130. <span style="margin: 0 10px">{{industryProportion==1?'主业':'新建'}}</span>
  131. <span style="color: #68bdff">{{industryProportion==1?left5[1].num:left6[0].num}}个</span>
  132. </div>
  133. <div ref="leftEcharts2" style="height: 50%; width: 100%"></div>
  134. </div>
  135. </div>
  136. <div class="flex overflow-hidden items-center" style="padding: 1% 0">
  137. <div ref="leftEcharts3" style="height: 100%; aspect-ratio: 1/1; flex-shrink: 0"></div>
  138. <div style="width: 95%; margin-left: 5%">
  139. <div class="flex items-center font28">
  140. <img src="./img/title-icon.png" style="width: 32px; height: 52px" alt="" />
  141. <span style="margin: 0 10px">{{industryProportion==1?'辅业':'续建'}}</span>
  142. <span style="color: #68bdff">{{industryProportion==1?left5[0].num:left6[1].num}}个</span>
  143. </div>
  144. <div ref="leftEcharts4" style="height: 50%; width: 100%"></div>
  145. </div>
  146. </div>
  147. </div>
  148. </div>
  149. </div>
  150. </div>
  151. <div>
  152. <div class="title">投资额度分析</div>
  153. <div class="content left3">
  154. <div ref="leftEcharts6" style="width: 100%; height: 100%"></div>
  155. <div class="left3A">
  156. <div class="flex justify-center flex-col" style="padding-left: 35%">
  157. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  158. 514.89<span class="font28">亿</span>
  159. </div>
  160. <div class="font28">上年度净利润</div>
  161. </div>
  162. <div class="flex justify-center flex-col" style="padding-left: 35%">
  163. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  164. 744.06<span class="font28">亿</span>
  165. </div>
  166. <div class="font28">固定资产折旧及无形资产摊销</div>
  167. </div>
  168. <div class="flex justify-center flex-col" style="padding-left: 35%">
  169. <div style="font-size: 48px; font-weight: bold; color: #68bdff">
  170. 487.00<span class="font28">亿</span>
  171. </div>
  172. <div class="font28">带息负责压降额</div>
  173. </div>
  174. </div>
  175. </div>
  176. </div>
  177. <div>
  178. <div class="title">产业布局分析</div>
  179. <div class="content left2">
  180. <div class="flex items-center justify-around font28" style="padding: 0 10%">
  181. <div @click="industryLayoutChange(0)" class="pointer"
  182. :class="industryLayout==0?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  183. 传统产业
  184. </div>
  185. <div @click="industryLayoutChange(1)" class="pointer"
  186. :class="industryLayout==1?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  187. 战略性新兴产业
  188. </div>
  189. <div @click="industryLayoutChange(2)" class="pointer"
  190. :class="industryLayout==2?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  191. 特色优势产业
  192. </div>
  193. <div @click="industryLayoutChange(3)" class="pointer"
  194. :class="industryLayout==3?'industryProportion1':'industryProportion2'" style="padding: 1% 2%">
  195. 公共基础产业
  196. </div>
  197. </div>
  198. <div ref="leftEcharts5" style="width: 100%; height: 100%"></div>
  199. </div>
  200. </div>
  201. <div>
  202. <div class="title">投资额度使用情况</div>
  203. <div class="content">
  204. <div ref="leftEcharts10" style="height: 100%; width: 100%"></div>
  205. </div>
  206. </div>
  207. <div>
  208. <div class="title">项目阶段分析</div>
  209. <div class="content left4">
  210. <div ref="leftEcharts7" style="height: 100%; width: 100%"></div>
  211. <div ref="leftEcharts8" style="height: 100%; width: 100%"></div>
  212. <div class="left4A left4AShadow" v-if="projecList[0][0].top != 0">
  213. <!-- 第一列 -->
  214. <div class="pointer" :class="{'left4AShadow':projectNum2 == 0}" style="width: 104px; left: 9%; animation-delay: 1s" :style="{top:`${projecList[0][0].top}%`}" @mouseenter="projectNum2Fun(0)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '项目储备', '特别监管', '', '', '', '', '', 216)">
  215. <div class="text-center">{{projecList[0][0].value2}}亿</div>
  216. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  217. </div>
  218. <div class="pointer" :class="{'left4AShadow':projectNum2 == 0}" style="width: 104px; left: 9%; animation-delay: 1s" :style="{top:`${projecList[0][1].top}%`}" @mouseenter="projectNum2Fun(0)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '项目储备', '备案', '', '', '', '', '', 216)">
  219. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  220. <div class="text-center">{{projecList[0][1].value2}}亿</div>
  221. </div>
  222. <!-- 第二列 -->
  223. <div class="pointer" :class="{'left4AShadow':projectNum2 == 1}" style="width: 104px; left: 19%" :style="{top:`${projecList[1][0].top}%`}" @mouseenter="projectNum2Fun(1)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '项目立项', '特别监管', '', '', '', '', '', 216)">
  224. <div class="text-center">{{projecList[1][0].value2}}亿</div>
  225. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  226. </div>
  227. <div class="pointer" class="pointer" :class="{'left4AShadow':projectNum2 == 1}" style="width: 104px; left: 19%" :style="{top:`${projecList[1][1].top}%`}" @mouseenter="projectNum2Fun(1)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '项目立项', '备案', '', '', '', '', '', 216)">
  228. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  229. <div class="text-center">{{projecList[1][1].value2}}亿</div>
  230. </div>
  231. <!-- 第三列 -->
  232. <div class="pointer" :class="{'left4AShadow':projectNum2 == 2}" style="width: 104px; left: 29%; animation-delay: 1s" :style="{top:`${projecList[2][0].top}%`}" @mouseenter="projectNum2Fun(2)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '可研论证', '特别监管', '', '', '', '', '', 216)">
  233. <div class="text-center">{{projecList[2][0].value2}}亿</div>
  234. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  235. </div>
  236. <div class="pointer" :class="{'left4AShadow':projectNum2 == 2}" style="width: 104px; left: 29%; animation-delay: 1s" :style="{top:`${projecList[2][1].top}%`}" @mouseenter="projectNum2Fun(2)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '可研论证', '备案', '', '', '', '', '', 216)">
  237. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  238. <div class="text-center">{{projecList[2][1].value2}}亿</div>
  239. </div>
  240. <!-- 第四列 -->
  241. <div class="pointer" :class="{'left4AShadow':projectNum2 == 3}" style="width: 104px;left: 39%" :style="{top:`${projecList[3][0].top}%`}" @mouseenter="projectNum2Fun(3)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '投资决策', '特别监管', '', '', '', '', '', 216)">
  242. <div class="text-center">{{projecList[3][0].value2}}亿</div>
  243. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  244. </div>
  245. <div class="pointer" :class="{'left4AShadow':projectNum2 == 3}" style="width: 104px; left: 39%" :style="{top:`${projecList[3][1].top}%`}" @mouseenter="projectNum2Fun(3)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '固定资产', '投资决策', '备案', '', '', '', '', '', 216)">
  246. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  247. <div class="text-center">{{projecList[3][1].value2}}亿</div>
  248. </div>
  249. <!-- 第五列 -->
  250. <div class="pointer" :class="{'left4AShadow':projectNum2 == 4}" style="width: 104px; left: 58%; animation-delay: 1s" :style="{top:`${projecList[4][0].top}%`}" @mouseenter="projectNum2Fun(4)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '项目储备', '特别监管', '', '', '', '', '', 216)">
  251. <div class="text-center">{{projecList[4][0].value2}}亿</div>
  252. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  253. </div>
  254. <div class="pointer" :class="{'left4AShadow':projectNum2 == 4}" style="width: 104px; left: 58%; animation-delay: 1s" :style="{top:`${projecList[4][1].top}%`}" @mouseenter="projectNum2Fun(4)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '项目储备', '备案', '', '', '', '', '', 216)">
  255. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  256. <div class="text-center">{{projecList[4][1].value2}}亿</div>
  257. </div>
  258. <!-- 第六列 -->
  259. <div class="pointer" :class="{'left4AShadow':projectNum2 == 5}" style="width: 104px; left: 68%" :style="{top:`${projecList[5][0].top}%`}" @mouseenter="projectNum2Fun(5)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '项目立项', '特别监管', '', '', '', '', '', 216)">
  260. <div class="text-center">{{projecList[5][0].value2}}亿</div>
  261. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  262. </div>
  263. <div class="pointer" :class="{'left4AShadow':projectNum2 == 5}" style="width: 104px; left: 68%" :style="{top:`${projecList[5][1].top}%`}" @mouseenter="projectNum2Fun(5)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '项目立项', '备案', '', '', '', '', '', 216)">
  264. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  265. <div class="text-center">{{projecList[5][1].value2}}亿</div>
  266. </div>
  267. <!-- 第七列 -->
  268. <div class="pointer" :class="{'left4AShadow':projectNum2 == 6}" style="width: 104px; left: 78%; animation-delay: 1s" :style="{top:`${projecList[6][0].top}%`}" @mouseenter="projectNum2Fun(6)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '可研论证', '特别监管', '', '', '', '', '', 216)">
  269. <div class="text-center">{{projecList[6][0].value2}}亿</div>
  270. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  271. </div>
  272. <div class="pointer" :class="{'left4AShadow':projectNum2 == 6}" style="width: 104px; left: 78%; animation-delay: 1s" :style="{top:`${projecList[6][1].top}%`}" @mouseenter="projectNum2Fun(6)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '可研论证', '备案', '', '', '', '', '', 216)">
  273. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  274. <div class="text-center">{{projecList[6][1].value2}}亿</div>
  275. </div>
  276. <!-- 第八列 -->
  277. <div class="pointer" :class="{'left4AShadow':projectNum2 == 7}" style="width: 104px; left: 88%" :style="{top:`${projecList[7][0].top}%`}" @mouseenter="projectNum2Fun(7)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '投资决策', '特别监管', '', '', '', '', '', 216)">
  278. <div class="text-center">{{projecList[7][0].value2}}亿</div>
  279. <img src="./img/left-blue.png" class="" style="width: 104px; height: 112px" alt="" />
  280. </div>
  281. <div class="pointer" :class="{'left4AShadow':projectNum2 == 7}" style="width: 104px; left: 88%" :style="{top:`${projecList[7][1].top}%`}" @mouseenter="projectNum2Fun(7)" @mouseleave="projectNum2Stop = true" @click="showChartLTipDouble('项目储备', 'left', '项目阶段分析', '股权类', '投资决策', '备案', '', '', '', '', '', 216)">
  282. <img src="./img/left-green.png" class="" style="width: 104px; height: 112px" alt="" />
  283. <div class="text-center">{{projecList[7][1].value2}}亿</div>
  284. </div>
  285. <div class="absolute projectPop" style="top: 50%;" :style="{left:projecList[projectNum2][2].distance}">
  286. <div>{{projecList[projectNum2][2].name}}</div>
  287. <div><span
  288. style="display:inline-block;border-radius:50%;margin-right: 10px; width:20px;height:20px;background-color:#45A9E1"></span>{{projecList[projectNum2][0].name}}:{{projecList[projectNum2][0].value}}个,{{projecList[projectNum2][0].value2}}亿
  289. </div>
  290. <div><span
  291. style="display:inline-block;border-radius:50%;margin-right: 10px; width:20px;height:20px;background-color:#4CEEE5"></span>{{projecList[projectNum2][1].name}}:{{projecList[projectNum2][1].value}}个,{{projecList[projectNum2][1].value2}}亿
  292. </div>
  293. </div>
  294. </div>
  295. </div>
  296. </div>
  297. <div>
  298. <div class="title">重点项目两线指标</div>
  299. <div class="content left5">
  300. <dv-scroll-board ref="indicator" :config="storageRecordConfig"
  301. @scroll-change="scrollChange"></dv-scroll-board>
  302. <div ref="leftEcharts11" style="width: 100%; height: 100%"></div>
  303. </div>
  304. </div>
  305. </div>
  306. <div class="center" v-if="mapShow">
  307. <div>
  308. <div>
  309. <div class="title">两个转型</div>
  310. <div class="content relative center1">
  311. <div class="flex items-center justify-end" style="font-size: 24px">
  312. <span class="length1"></span>
  313. <span style="margin-right: 40px">产业转型</span>
  314. <span class="length2"></span>
  315. <span>数字转型</span>
  316. </div>
  317. <div></div>
  318. <div class="absolute flex items-center justify-center flex-col bubble" style="
  319. width: 192px;
  320. height: 192px;
  321. top: 25%;
  322. left: 25%;
  323. animation-delay: 1s;
  324. ">
  325. <span style="font-size: 30px; font-weight: bold; color: #68bdff">55.05<span
  326. class="font28">亿</span></span>
  327. <span class="font28">投资金额</span>
  328. </div>
  329. <div class="absolute flex items-center justify-center flex-col bubble" style="
  330. width: 170px;
  331. height: 170px;
  332. top: 60%;
  333. left: 70%;
  334. animation-delay: 1s;
  335. ">
  336. <span style="font-size: 30px; font-weight: bold; color: #68bdff">98<span class="font28">个</span></span>
  337. <span class="font28">项目数量</span>
  338. </div>
  339. <div class="absolute flex items-center justify-center flex-col bubble"
  340. style="width: 175px; height: 175px; top: 65%; left: 15%">
  341. <span style="font-size: 30px; font-weight: bold; color: #ebde27">101<span class="font28">个</span></span>
  342. <span class="font28">项目数量</span>
  343. </div>
  344. <div class="absolute flex items-center justify-center flex-col bubble"
  345. style="width: 190px; height: 190px; top: 35%; left: 50%">
  346. <span style="font-size: 30px; font-weight: bold; color: #ebde27">10.63<span
  347. class="font28">亿</span></span>
  348. <span class="font28">投资金额</span>
  349. </div>
  350. </div>
  351. </div>
  352. <div>
  353. <div class="title">投资产业分布</div>
  354. <div class="content relative">
  355. <div style="width: 100%;height: 100%;" ref="leftEcharts12"></div>
  356. <div style="width: 100%;height: 100%;top: 0;left: 0;" class="absolute" ref="leftEcharts17"></div>
  357. <div class="absolute flex flex-col items-center justify-center" style="top: 40%;left: 36.5%;">
  358. <span style="color: #58E6F7;font-size: 50px;font-weight: bold;">{{stageTitle3}}</span>
  359. <span class="font28 text-center" style="width: 180px;">{{stageTitle4}}</span>
  360. </div>
  361. </div>
  362. </div>
  363. <div>
  364. <div class="title">投资执行情况</div>
  365. <div class="content">
  366. <div class="w-full h-full" ref="leftEcharts14"></div>
  367. </div>
  368. </div>
  369. </div>
  370. <div class="center2">
  371. <div>
  372. <div class="flex justify-center flex-col">
  373. <div>
  374. <div style="font-size: 50px; color: #5bdcc8; font-weight: bold">
  375. 402.70<span style="font-size: 28px">亿</span>
  376. </div>
  377. <div style="font-size: 28px; justify-self: center">
  378. 总投资额
  379. </div>
  380. </div>
  381. </div>
  382. <div class="flex justify-center flex-col">
  383. <div>
  384. <div style="font-size: 50px; color: #68bdff; font-weight: bold">
  385. 396<span style="font-size: 28px">个</span>
  386. </div>
  387. <div style="font-size: 28px; justify-self: center">
  388. 项目总数
  389. </div>
  390. </div>
  391. </div>
  392. <div class="flex justify-center flex-col">
  393. <div>
  394. <div style="font-size: 50px; color: #68bdff; font-weight: bold">
  395. 25.43<span style="font-size: 28px">亿</span>
  396. </div>
  397. <div style="font-size: 28px; justify-self: center">
  398. 固定资产类
  399. </div>
  400. </div>
  401. </div>
  402. <div class="flex justify-center flex-col">
  403. <div>
  404. <div style="font-size: 50px; color: #5bdcc8; font-weight: bold">
  405. 377.27<span style="font-size: 28px">亿</span>
  406. </div>
  407. <div style="font-size: 28px; justify-self: center">
  408. 股权类
  409. </div>
  410. </div>
  411. </div>
  412. </div>
  413. <div class="relative overflow-hidden">
  414. <div ref="shanxi" style="width: 100%; height: 100%; z-index: 100"></div>
  415. <div class="center3" ref="leftEcharts9"></div>
  416. </div>
  417. </div>
  418. <div class="center4">
  419. <div>
  420. <div>
  421. <div class="title">五个一体化</div>
  422. <div class="content">
  423. <div ref="leftEcharts15" style="height: 100%;width: 100%;"></div>
  424. </div>
  425. </div>
  426. </div>
  427. <div>
  428. <div>
  429. <div class="title">管理类型分析</div>
  430. <div class="content relative">
  431. <div ref="leftEcharts13" style="height: 100%;width: 100%;"></div>
  432. <div class="absolute flex flex-col items-center justify-center" style="top: 40%;left: 38%;">
  433. <span style="color: #58E6F7;font-size: 50px;font-weight: bold;">{{stageTitle2}}</span>
  434. <span class="font28 text-center" style="width: 180px;">{{stageTitle}}</span>
  435. </div>
  436. </div>
  437. </div>
  438. </div>
  439. <div>
  440. <div>
  441. <div class="title">省级重点项目监控</div>
  442. <div class="content">
  443. <dv-scroll-board :config="storageRecordConfig2" class="h-full w-full" />
  444. </div>
  445. </div>
  446. </div>
  447. </div>
  448. </div>
  449. <div v-else class="centerB h-full w-full relative">
  450. <div class="chinaTop">
  451. <div class="flex justify-center flex-col">
  452. <div style="padding-left: 40%;">
  453. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  454. 402.7<span style="font-size: 28px">亿</span>
  455. </div>
  456. <div style="font-size: 28px; justify-self: center">
  457. 总投资额
  458. </div>
  459. </div>
  460. </div>
  461. <div class="flex justify-center flex-col">
  462. <div style="padding-left: 40%;">
  463. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  464. 396<span style="font-size: 28px">个</span>
  465. </div>
  466. <div style="font-size: 28px; justify-self: center">
  467. 项目总数
  468. </div>
  469. </div>
  470. </div>
  471. <div class="flex justify-center flex-col">
  472. <div style="padding-left: 40%;">
  473. <div style="font-size: 60px; color: #68bdff; font-weight: bold">
  474. 25.43<span style="font-size: 28px">亿</span>
  475. </div>
  476. <div style="font-size: 28px; justify-self: center">
  477. 固定资产类
  478. </div>
  479. </div>
  480. </div>
  481. <div class="flex justify-center flex-col">
  482. <div style="padding-left: 40%;">
  483. <div style="font-size: 60px; color: #5bdcc8; font-weight: bold">
  484. 377.27<span style="font-size: 28px">亿</span>
  485. </div>
  486. <div style="font-size: 28px; justify-self: center">
  487. 股权类
  488. </div>
  489. </div>
  490. </div>
  491. </div>
  492. <div ref="china" style="width: 100%; height: 100%; z-index: 100"></div>
  493. <div class="center5" ref="leftEcharts16"></div>
  494. </div>
  495. <div class="right">
  496. <div class="means">
  497. <div class="meansWrap">
  498. <div class="meansHead">
  499. <img src="./img/1.png" alt="" />
  500. 固定资产类项目
  501. </div>
  502. <div class="wrapMeansItem">
  503. <div v-for="(item, index) in meansList" class="itemWid" :class="[topIndex == index ? 'active': '']">
  504. <div class="itemBac">
  505. <div>
  506. {{item.value}}
  507. <p>个</p>
  508. </div>
  509. <span>{{item.label}}</span>
  510. </div>
  511. <img v-if="index != meansList.length -1" src="./img/6.png" alt="" />
  512. </div>
  513. </div>
  514. </div>
  515. <div class="shareholding">
  516. <div class="meansHead">
  517. <img src="./img/2.png" alt="" />
  518. 股权类项目
  519. </div>
  520. <div class="wrapMeansItem">
  521. <div v-for="(item, index) in stockRightList" :class="[topIndex == index+6 ? 'active': '']"
  522. class="itemWid2">
  523. <div class="itemBac itemBac2">
  524. <div>
  525. {{item.value}}
  526. <p>个</p>
  527. </div>
  528. <span>{{item.label}}</span>
  529. </div>
  530. <img v-if="index != stockRightList.length -1" src="./img/6.png" alt="" />
  531. </div>
  532. </div>
  533. </div>
  534. </div>
  535. <div>
  536. <div class="publicTitle">进度成本偏差概览</div>
  537. <div class="progressCost">
  538. <div class="costItem" v-for="(item, index) in costList">
  539. <div class="itemTop">
  540. <div class="topDiv">
  541. <p>项目数量</p>
  542. <div class="costNum">
  543. {{item.num}}
  544. <span>个</span>
  545. </div>
  546. </div>
  547. <div class="topDiv" style="margin-top: 1.875rem">
  548. <p>投资金额</p>
  549. <div class="costNum">
  550. {{item.value}}
  551. <span>亿</span>
  552. </div>
  553. </div>
  554. </div>
  555. <div class="itemBottom">
  556. <img class="aniLeft" src="./img/8.png" alt="" />
  557. <div>{{item.status}}</div>
  558. <img class="aniRight" src="./img/9.png" alt="" />
  559. </div>
  560. </div>
  561. </div>
  562. </div>
  563. <div>
  564. <div class="publicTitle">投资预算执行</div>
  565. <div class="invest">
  566. <div class="lp">
  567. <div class="quan"></div>
  568. <div class="bigq"></div>
  569. <img :src="investData.investList[witchs].url" alt="" />
  570. <div class="plItem" :style="{transform:'rotate('+innerDeg+'deg)'}">
  571. <div :class="[witchs == index? 'active' : '']" v-for="(item, index) in investData.investList"
  572. :style="{ transform: 'translateY(-50%) rotate(-' + item.deg + 'deg)' }" @click="clickItem(index)">
  573. {{item.name}}
  574. </div>
  575. </div>
  576. </div>
  577. <div class="investInfoWrap">
  578. <div class="investInfo">
  579. 项目预算额<span>{{investData.investList[witchs].yse}}</span>亿
  580. </div>
  581. <div class="investInfo">
  582. 已签合同额<span>{{investData.investList[witchs].yqhte}}</span>亿
  583. </div>
  584. <div class="investInfo">
  585. 产值认定额<span>{{investData.investList[witchs].czrde}}</span>亿
  586. </div>
  587. <div class="investInfo">
  588. 累计结算额<span>{{investData.investList[witchs].jse}}</span>亿
  589. </div>
  590. <div class="investInfo">
  591. 累计付款额<span>{{investData.investList[witchs].fke}}</span>亿
  592. </div>
  593. </div>
  594. </div>
  595. </div>
  596. <div>
  597. <div class="publicTitle">进度成本偏差</div>
  598. <div class="echartsWrap" ref="rightEcharts1"></div>
  599. </div>
  600. <div>
  601. <div class="publicTitle">项目风险分析</div>
  602. <div class="projectRisk">
  603. <div class="riskWrap" ref="echartR2"></div>
  604. <div class="riskWrap" ref="echartR3"></div>
  605. <div class="riskWrap longRisk" ref="echartR4"></div>
  606. </div>
  607. </div>
  608. </div>
  609. <div class="bottom-tip" @click="backChina"></div>
  610. </div>
  611. <!-- 标题状图弹窗 -->
  612. <div class="absolute backBlack" v-if="tipShow1 || tipShow2 || tipShow3 || projectListTipShow || boardTipShow">
  613. <div class="tip-box1" v-show="tipShow1">
  614. <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
  615. alt="" @click="closeTap()">
  616. <div class="pop-title1">{{titleName}}</div>
  617. <div class="pop-content1 text-center">
  618. <div class="absolute popLeft" @click.stop="popLeftClick()"></div>
  619. <div class="absolute popright" @click.stop="poprightClick()"></div>
  620. <img :src="`./img/titleImg/${titleUrl}`" class="titleImg" alt="">
  621. </div>
  622. </div>
  623. <!-- 单个柱状图弹窗 -->
  624. <div class="tip-box1" v-if="tipShow2">
  625. <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
  626. alt="" @click="closeTap()">
  627. <div class="pop-title1">{{titleName}}</div>
  628. <div class="pop-content1 text-center">
  629. <div class="h-full w-full" id="leftEcharts18" ref="leftEcharts18"></div>
  630. </div>
  631. </div>
  632. <!-- 两个柱状图弹窗 -->
  633. <div class="tip-box1" v-if="tipShow3">
  634. <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
  635. alt="" @click="closeTap()">
  636. <div class="pop-title1">{{titleName}}</div>
  637. <div class="pop-content1 text-center">
  638. <div id="echartSingleTip2" ref="echartSingleTip2" style="width: 100%; height: 50%;"></div>
  639. <div id="echartSingleTip3" ref="echartSingleTip3" style="width: 100%; height: 50%;"></div>
  640. </div>
  641. </div>
  642. <!-- 项目列表专属弹窗 -->
  643. <div class="productTip" v-if="projectListTipShow">
  644. <img src="./img/close.png" style="width: 40px;height: 40px;top: 30px;right: 30px;" class="absolute pointer"
  645. alt="" @click="projectListTipShow = false">
  646. <div class="pop-title1">项目列表</div>
  647. <div class="pop-content1 text-center">
  648. <dv-scroll-board :config='config6' @click="goLookBoard" style="width:90%;height:100%;margin: 0 auto;" />
  649. </div>
  650. </div>
  651. <!-- 项目看板专属弹窗 -->
  652. <div class="tip-box productTipBoard" v-if="boardTipShow">
  653. <div class="absolute poptitle productPoptitle">项目看板</div>
  654. <div class="tip-down" @click="boardTipShow = false">×</div>
  655. <iframe align="center" class="iframeCss" width="1920px" height="1080px" :src='boardUrl' frameborder="no"
  656. border="0" marginwidth="0" marginheight="0" scrolling="no"></iframe>
  657. </div>
  658. </div>
  659. </div>
  660. <script src="./js/index.js"></script>
  661. </body>
  662. </html>