forest.vue 57 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362
  1. <!--可视化公共模板 林业-->
  2. <template>
  3. <div class="visual-con">
  4. <!--头部-->
  5. <vheader></vheader>
  6. <!--主体-->
  7. <div class="visual-body">
  8. <!-- 左侧 -->
  9. <div class="leftbar" ref="left">
  10. <!-- 1 基本情况 -->
  11. <div class="forthis">
  12. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  13. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  14. <div class="this-title">
  15. <span>基本情况</span>
  16. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  17. </div>
  18. <div class="i-list-con h-14">
  19. <div class="d-l-con no_hover">
  20. <div class="d-l-l-text w-100p no-weight">
  21. <h4 class="line-h-1 w-100p" v-html="forestInfo">{{ forestInfo }}</h4>
  22. </div>
  23. </div>
  24. </div>
  25. </dv-border-box-13>
  26. </div>
  27. <!-- 2 事件统计-->
  28. <div class="forthis">
  29. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  30. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  31. <div class="i-list-con h-29-5">
  32. <div class="d-l-con no_hover">
  33. <div class="event-count">
  34. <div class="count-number">{{ totalStr.charAt(0) }}</div>
  35. <div class="count-number">{{ totalStr.charAt(1) }}</div>
  36. <div class="count-number">{{ totalStr.charAt(2) }}</div>
  37. <div class="count-number">{{ totalStr.charAt(3) }}</div>
  38. <div class="count-number">{{ totalStr.charAt(4) }}</div>
  39. <div class="count-number">{{ totalStr.charAt(5) }}</div>
  40. <dv-decoration-5
  41. style="width:81%;height:15px;position: absolute; top:4.2rem;z-index: 0; "/>
  42. </div>
  43. </div>
  44. <div class="d-l-con-icon">
  45. <div class="icon-con w-33 flex-d t-a-center">
  46. <dv-decoration-9
  47. style="width: 5.5rem;height: 5.5rem; color:#16e29e;font-size: 1rem;font-weight: bolder;">
  48. {{ newReport_pre }}%
  49. </dv-decoration-9>
  50. <div class="e-state"
  51. :style="{'background-image':`url(${require('@/assets/images/integrated/state-bg.png')})`}">
  52. <span>新上报</span> <span>{{ newReport }}</span>
  53. </div>
  54. </div>
  55. <div class="icon-con w-33 flex-d t-a-center">
  56. <dv-decoration-9
  57. style="width: 5.5rem;height: 5.5rem; color:#f18425;font-size: 1rem;font-weight: bolder;">
  58. {{ readySure_pre }}%
  59. </dv-decoration-9>
  60. <div class="e-state"
  61. :style="{'background-image':`url(${require('@/assets/images/integrated/state-bg.png')})`}">
  62. <span>处理中</span> <span>{{ readySure }}</span>
  63. </div>
  64. </div>
  65. <div class="icon-con w-33 flex-d t-a-center">
  66. <dv-decoration-9
  67. style="width: 5.5rem;height: 5.5rem; color:#9179f1;font-size: 1rem;font-weight: bolder;">
  68. {{ readyFinish_pre }}%
  69. </dv-decoration-9>
  70. <div class="e-state"
  71. :style="{'background-image':`url(${require('@/assets/images/integrated/state-bg.png')})`}">
  72. <span>已完成</span> <span>{{ readyFinish }}</span>
  73. </div>
  74. </div>
  75. </div>
  76. <div class="d-l-con no_hover">
  77. <div id="chart-event-ai" style="width: 100%;height:6vh;"></div>
  78. </div>
  79. </div>
  80. </dv-border-box-13>
  81. </div>
  82. <!-- 3 组织机构 -->
  83. <div class="forthis">
  84. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  85. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  86. <div class="i-list-con h-27" style="padding-left: 1rem;">
  87. <el-collapse accordion>
  88. <el-collapse-item v-for="(item,index) in forestFarm" :key="index">
  89. <!-- deptId -->
  90. <template slot="title">
  91. <div class="d-l-con sj-collapse" :class="{on:listCurrentIndex1==item.deptId}"
  92. v-on:click="selectCameraByDeptId(item.deptId)">
  93. <div class="d-l-l-text">
  94. <h4 class="collapse-title">{{ item.deptName }}</h4>
  95. </div>
  96. <div class="d-l-l-count">{{ item.eventCount }}</div>
  97. </div>
  98. </template>
  99. </el-collapse-item>
  100. </el-collapse>
  101. </div>
  102. </dv-border-box-13>
  103. </div>
  104. </div>
  105. <!-- 地图 -->
  106. <supermap ref="supermap" style="width: 100%;height: 100vh;" class="indexSupermapClass" :mapDiv="'forestMap'"
  107. :dynamicPlotting="false"
  108. :mapSite="{doubleClickZoom:false}" :codes="['9fa5']" :isSideBySide="false"
  109. @showEventDialog="showEventDialog"></supermap>
  110. <!-- 右侧 -->
  111. <div class="rightbar rightbar-index" ref="right">
  112. <div class="right-item1">
  113. <!-- 天气 -->
  114. <div class="forthis">
  115. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)">
  116. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  117. <div class="i-list-con small-bottom-margin h-18">
  118. <el-row :gutter="20" v-if="todatWeather">
  119. <el-col :span="9">
  120. <div class="weather-img">
  121. <img v-if="weatherinformationWeather==1"
  122. src="../assets/images/integrated/weather/qing-1.png">
  123. <img v-if="weatherinformationWeather==2"
  124. src="../assets/images/integrated/weather/duoyun-2.png">
  125. <img v-if="weatherinformationWeather==3"
  126. src="../assets/images/integrated/weather/yin-3.png">
  127. <img v-if="weatherinformationWeather==4"
  128. src="../assets/images/integrated/weather/zhenyu-4.png">
  129. <img v-if="weatherinformationWeather==5"
  130. src="../assets/images/integrated/weather/leizhenyu-5.png">
  131. <img v-if="weatherinformationWeather==6"
  132. src="../assets/images/integrated/weather/leizhenyubingbao-6.png">
  133. <img v-if="weatherinformationWeather==7"
  134. src="../assets/images/integrated/weather/yujiaxue-7.png">
  135. <img v-if="weatherinformationWeather==8"
  136. src="../assets/images/integrated/weather/xiaoyu-8.png">
  137. <img v-if="weatherinformationWeather==9||weatherinformationWeather==22"
  138. src="../assets/images/integrated/weather/zhongyu-9.png">
  139. <img v-if="weatherinformationWeather==10||weatherinformationWeather==23"
  140. src="../assets/images/integrated/weather/dayu-10.png">
  141. <img v-if="weatherinformationWeather==11||weatherinformationWeather==24"
  142. src="../assets/images/integrated/weather/baoyu-11.png">
  143. <img v-if="weatherinformationWeather==12||weatherinformationWeather==25"
  144. src="../assets/images/integrated/weather/dabaoyu-12.png">
  145. <img v-if="weatherinformationWeather==13||weatherinformationWeather==26"
  146. src="../assets/images/integrated/weather/tedabaoyu-13.png">
  147. <img v-if="weatherinformationWeather==14"
  148. src="../assets/images/integrated/weather/zhenxue-14.png">
  149. <img v-if="weatherinformationWeather==15"
  150. src="../assets/images/integrated/weather/xiaoxue-15.png">
  151. <img v-if="weatherinformationWeather==16||weatherinformationWeather==27"
  152. src="../assets/images/integrated/weather/zhongxue-16.png">
  153. <img v-if="weatherinformationWeather==17||weatherinformationWeather==28"
  154. src="../assets/images/integrated/weather/daxue-17.png">
  155. <img v-if="weatherinformationWeather==18||weatherinformationWeather==29"
  156. src="../assets/images/integrated/weather/baoxue-18.png">
  157. <img v-if="weatherinformationWeather==19"
  158. src="../assets/images/integrated/weather/wu-19.png">
  159. <img v-if="weatherinformationWeather==20"
  160. src="../assets/images/integrated/weather/dongyu-20.png">
  161. <img v-if="weatherinformationWeather==21"
  162. src="../assets/images/integrated/weather/shachenbao-21.png">
  163. <img v-if="weatherinformationWeather==30"
  164. src="../assets/images/integrated/weather/fuchen-30.png">
  165. <img v-if="weatherinformationWeather==31"
  166. src="../assets/images/integrated/weather/yangsha-31.png">
  167. <img v-if="weatherinformationWeather==32"
  168. src="../assets/images/integrated/weather/qiangshachenbao-32.png">
  169. <span v-if="weatherinformationWeather==1">晴</span>
  170. <span v-if="weatherinformationWeather==2">多云</span>
  171. <span v-if="weatherinformationWeather==3">阴</span>
  172. <span v-if="weatherinformationWeather==4">阵雨</span>
  173. <span v-if="weatherinformationWeather==5">雷阵雨</span>
  174. <span v-if="weatherinformationWeather==6">雷阵雨伴有冰雹</span>
  175. <span v-if="weatherinformationWeather==7">雨夹雪</span>
  176. <span v-if="weatherinformationWeather==8">小雨</span>
  177. <span v-if="weatherinformationWeather==9">中雨</span>
  178. <span v-if="weatherinformationWeather==10">大雨</span>
  179. <span v-if="weatherinformationWeather==11">暴雨</span>
  180. <span v-if="weatherinformationWeather==12">大暴雨</span>
  181. <span v-if="weatherinformationWeather==13">特大暴雨</span>
  182. <span v-if="weatherinformationWeather==14">阵雪</span>
  183. <span v-if="weatherinformationWeather==15">小雪</span>
  184. <span v-if="weatherinformationWeather==16">中雪</span>
  185. <span v-if="weatherinformationWeather==17">大雪</span>
  186. <span v-if="weatherinformationWeather==18">暴雪</span>
  187. <span v-if="weatherinformationWeather==19">雾</span>
  188. <span v-if="weatherinformationWeather==20">冻雨</span>
  189. <span v-if="weatherinformationWeather==21">沙尘暴</span>
  190. <span v-if="weatherinformationWeather==22">小雨—中雨</span>
  191. <span v-if="weatherinformationWeather==23">中雨—大雨</span>
  192. <span v-if="weatherinformationWeather==24">大雨—暴雨</span>
  193. <span v-if="weatherinformationWeather==25">暴雨—大暴雨</span>
  194. <span v-if="weatherinformationWeather==26">大暴雨—特大暴雨</span>
  195. <span v-if="weatherinformationWeather==27">小雪—中雪</span>
  196. <span v-if="weatherinformationWeather==28">中雪—大雪</span>
  197. <span v-if="weatherinformationWeather==29">大雪—暴雪</span>
  198. <span v-if="weatherinformationWeather==30">浮尘</span>
  199. <span v-if="weatherinformationWeather==31">扬沙</span>
  200. <span v-if="weatherinformationWeather==32">强沙尘暴</span>
  201. </div>
  202. </el-col>
  203. <el-col :span="15">
  204. <div class="weather-info">
  205. <ul>
  206. <li>风力:{{ weatherinformationPower }}级</li>
  207. <li>低温:{{ weatherinformationLow }}℃</li>
  208. <li v-if="weatherinformationDirection==1">风向:东风</li>
  209. <li v-if="weatherinformationDirection==2">风向:东南风</li>
  210. <li v-if="weatherinformationDirection==3">风向:南风</li>
  211. <li v-if="weatherinformationDirection==4">风向:西南风</li>
  212. <li v-if="weatherinformationDirection==5">风向:西风</li>
  213. <li v-if="weatherinformationDirection==6">风向:西北风</li>
  214. <li v-if="weatherinformationDirection==7">风向:北风</li>
  215. <li v-if="weatherinformationDirection==8">风向:东北风</li>
  216. <li>高温:{{ weatherinformationHigh }}℃</li>
  217. <li>火险:{{ weatherinformationLevelValue }}
  218. </li>
  219. <li>湿度:{{ weatherinformationTemperature }}</li>
  220. </ul>
  221. </div>
  222. </el-col>
  223. </el-row>
  224. <el-row :gutter="20" v-else>
  225. <el-col :span="24">
  226. <div class="weather-img">
  227. 暂无天气信息!
  228. </div>
  229. </el-col>
  230. </el-row>
  231. <div class="firestate" v-if="todatWeather">
  232. <div
  233. :class="weatherinformationLevel=='forest_weatherinformation_level_1'? 'state-block1 state-on':'state-block1'">
  234. </div>
  235. <div
  236. :class="weatherinformationLevel=='forest_weatherinformation_level_2'? 'state-block2 state-on':'state-block2'">
  237. </div>
  238. <div
  239. :class="weatherinformationLevel=='forest_weatherinformation_level_3'? 'state-block3 state-on':'state-block3'">
  240. </div>
  241. <div
  242. :class="weatherinformationLevel=='forest_weatherinformation_level_4'? 'state-block4 state-on':'state-block4'">
  243. </div>
  244. <div
  245. :class="weatherinformationLevel=='forest_weatherinformation_level_5'? 'state-block5 state-on':'state-block5'">
  246. </div>
  247. </div>
  248. </div>
  249. </dv-border-box-13>
  250. </div>
  251. <!-- 曝光台 -->
  252. <div class="forthis">
  253. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  254. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  255. <div class="this-title">
  256. <span>超期事件</span>
  257. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  258. </div>
  259. <div class="i-list-con small-bottom-margin h-18">
  260. <div class="d-l-con padding-box nowrap" v-for="(item,index) in exposureStageList">
  261. <div class="bgt-state">
  262. <div class="bgt-state-frequency">{{ item.urgeCount }}</div>
  263. <div class="bgt-state-minute">{{ item.timeDiff }}分钟</div>
  264. </div>
  265. <div class="bgt-info">
  266. <div class="bgt-info-name">{{ item.eventName }}</div>
  267. <div class="bgt-info-place">
  268. <ul>
  269. <li>{{ item.deptNames }}</li>
  270. </ul>
  271. </div>
  272. </div>
  273. </div>
  274. </div>
  275. </dv-border-box-13>
  276. </div>
  277. <!-- 事件列表 -->
  278. <div class="forthis">
  279. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  280. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  281. <div class="this-title">
  282. <span>事件列表</span>
  283. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  284. </div>
  285. <div class="i-list-con small-bottom-margin" style="height: 30vh;">
  286. <div class="event-list-search">
  287. <el-input placeholder="请输入内容" prefix-icon="el-icon-search" v-model="eventSearch"
  288. @change="getEventList(calendarDay,10,1,eventSearch)">
  289. </el-input>
  290. </div>
  291. <div class="d-l-con padding-box nowrap" v-for="(item,index) in eventList"
  292. @click="dropLocation(item.latitude,item.longitude,item.eventCode)" data-html2canvas-ignore>
  293. <div class="bgt-img">
  294. <img v-if="item.picturePath!=null&&item.picturePath!=''&& item.pictureType=='image'"
  295. :src="item.picturePath" style="width: 93px;height: 64px" loading="lazy"/>
  296. <img v-else src="../assets/images/integrated/event-img-sub.png"
  297. style="width: 93px;height: 64px"/>
  298. </div>
  299. <div class="bgt-info">
  300. <div v-if="item.eventStatusValue=='forest_event_status_1'&&item.urgeCount==0"
  301. class="event-state-sb">
  302. <i class="el-icon-caret-left"></i>
  303. <div class="event-list-state-sb">
  304. 新上报
  305. </div>
  306. </div>
  307. <div v-if="item.eventStatusValue=='forest_event_status_1'&&item.urgeCount>0"
  308. class="event-state-cb">
  309. <i class="el-icon-caret-left"></i>
  310. <div class="event-list-state-cb">
  311. 催办
  312. </div>
  313. </div>
  314. <div v-if="item.eventStatusValue=='forest_event_status_2'"
  315. class="event-state-qs">
  316. <i class="el-icon-caret-left"></i>
  317. <div class="event-list-state-qs">
  318. 签收
  319. </div>
  320. </div>
  321. <div v-if="item.eventStatusValue=='forest_event_status_3'"
  322. class="event-state-wb">
  323. <i class="el-icon-caret-left"></i>
  324. <div class="event-list-state-wb">
  325. 误报
  326. </div>
  327. </div>
  328. <div v-if="item.eventStatusValue=='forest_event_status_4'"
  329. class="event-state-cf">
  330. <i class="el-icon-caret-left"></i>
  331. <div class="event-list-state-cf">
  332. 重复
  333. </div>
  334. </div>
  335. <div v-if="item.eventStatusValue=='forest_event_status_5'"
  336. class="event-state-bj">
  337. <i class="el-icon-caret-left"></i>
  338. <div class="event-list-state-bj">
  339. 办结
  340. </div>
  341. </div>
  342. <div v-if="item.eventStatusValue=='forest_event_status_6'"
  343. class="event-state-gd">
  344. <i class="el-icon-caret-left"></i>
  345. <div class="event-list-state-gd">
  346. 归档
  347. </div>
  348. </div>
  349. <div v-if="item.eventStatusValue=='forest_event_status_7'"
  350. class="event-state-qr">
  351. <i class="el-icon-caret-left"></i>
  352. <div class="event-list-state-qr">
  353. 确认
  354. </div>
  355. </div>
  356. <div class="bgt-info-name">{{ item.reportor }} {{ item.eventName }}</div>
  357. <div class="bgt-info-place">
  358. <ul>
  359. <li>{{ item.createTime }}</li>
  360. </ul>
  361. </div>
  362. </div>
  363. </div>
  364. </div>
  365. <!--分页-->
  366. <div class="paging">
  367. <el-button type="button" @click="getEventList(calendarDay,10,pageNum-1)">上一页
  368. </el-button>
  369. <!-- <span>第0页</span> -->
  370. <el-button type="button" @click="getEventList(calendarDay,10,pageNum+1)">下一页
  371. </el-button>
  372. </div>
  373. </dv-border-box-13>
  374. </div>
  375. </div>
  376. <div class="right-item2">
  377. <!-- 日历 -->
  378. <div class="forthis">
  379. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  380. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  381. <div class="i-list-con small-bottom-margin h-30">
  382. <dateChoose @selectDay="selectDay"></dateChoose>
  383. </div>
  384. </dv-border-box-13>
  385. </div>
  386. <!-- 事件分类 -->
  387. <div class="forthis">
  388. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  389. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  390. <div class="this-title" style="cursor: pointer"
  391. @click="setEventTypeId({eventTypeIdDl: [], eventTypeId: []})">
  392. <span>事件分类</span>
  393. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  394. </div>
  395. <div class="i-list-con small-bottom-margin h-19">
  396. <chart v-if="showEventKind" :config="eventKind" @setEventTypeId="setEventTypeId"
  397. style="width: 90%;height: 18vh; padding:.5rem 1rem"/>
  398. </div>
  399. </dv-border-box-13>
  400. </div>
  401. <!-- 上报排行 -->
  402. <div class="forthis">
  403. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  404. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  405. <div class="this-title">
  406. <span>上报排行</span>
  407. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  408. </div>
  409. <div class="i-list-con small-bottom-margin h-19">
  410. <dv-scroll-ranking-board :config="reportList"
  411. style="width: 100%;height: 300px; padding:.5rem 1rem"/>
  412. </div>
  413. </dv-border-box-13>
  414. </div>
  415. </div>
  416. </div>
  417. <vBottomMenu ref="bottomMenu" @stopAudio="stopAudio"></vBottomMenu>
  418. </div>
  419. <audio id="resource" ref="up" :src="audioSrc" controls style="display: none;"></audio>
  420. <eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
  421. @getTodayEvents="getTodayEvents" @getFirespread="getFirespread"
  422. @getSupermap="getSupermap"></eventdetailsdialog>
  423. <firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList"
  424. @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog"
  425. @getSupermap="getSupermap" @showDialog="showDialog"></firespread>
  426. <eventLocation ref="eventLocation"></eventLocation>
  427. <TVWall ref="TVWall"></TVWall>
  428. <wrj ref="wrj"></wrj>
  429. </div>
  430. </template>
  431. <script>
  432. import dateChoose from '@/views/date.vue' //日历
  433. /** ----------------------------------weosocket开始------------------------------------- */
  434. import Cookies from 'js-cookie'
  435. /** ----------------------------------weosocket结束------------------------------------- */
  436. import {
  437. getMenuEventType,
  438. getBaseInfo,
  439. getTodayEvents,
  440. getEventPush,
  441. getDeptEventCount,
  442. getWeather,
  443. getEventList,
  444. getEventByEventType,
  445. getEventByReportorOrder,
  446. getExposureStage
  447. } from '@/api/forest'
  448. import {
  449. getNearEvent
  450. } from '@/api/event'
  451. import supermap from '@/components/supermap' //超图
  452. // import supermapNotProcessed from '@/components/supermap' //超图
  453. // import supermapProcessed from '@/components/supermap' //超图
  454. import vheader from '@/components/v-header.vue' //一体化共用头部
  455. import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
  456. import eventLocation from '@/components/eventLocation.vue' //事件定位弹窗
  457. import TVWall from '@/components/TVWall.vue' //电视墙弹窗
  458. import wrj from '@/components/wrj.vue' //无人机
  459. import eventdetailsdialog from '@/views/eventdetailsdialog.vue' //事件详情弹窗
  460. import firespread from '@/views/firespread.vue' //事件详情弹窗
  461. import chart from './from/dvCapsuleChart.vue'
  462. /** ----------------------------------摄像头预览开始------------------------------------- */
  463. import { getDahuaVideoServer } from '@/api/dahua/dahua'
  464. import DHWs from '@/dahua/lib/DHWs'
  465. import Firespread from "./firespread";
  466. /** ----------------------------------摄像头预览结束------------------------------------- */
  467. let echarts = require('echarts')
  468. export default {
  469. components: {
  470. Firespread,
  471. chart,
  472. supermap,
  473. // supermapNotProcessed,
  474. // supermapProcessed,
  475. vheader,
  476. vBottomMenu,
  477. eventLocation,
  478. TVWall,
  479. wrj,
  480. dateChoose,
  481. eventdetailsdialog,
  482. firespread
  483. },
  484. created() {
  485. /** ----------------------------------底部按钮公用组件开始------------------------------------- */
  486. window.showDialog = this.showDialog
  487. window.choseLayerSwitching = this.choseLayerSwitching
  488. window.choseLayerSwitchingList = this.choseLayerSwitchingList
  489. window.choseLayerSwitchingList_Data = this.choseLayerSwitchingList_Data
  490. /** ----------------------------------底部按钮公用组件结束------------------------------------- */
  491. const DHWsInstance = DHWs.getInstance();
  492. this.ws = DHWsInstance;
  493. },
  494. mounted() {
  495. this.getBaseInfo()
  496. this.getTodayEvents(this.getCurrentDataStr())
  497. this.getDeptEventCount(this.getCurrentDataStr())
  498. this.getWeather(this.getCurrentDataStr())
  499. this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
  500. this.getEventByEventType(this.getCurrentDataStr())
  501. this.getEventByReportorOrder(this.getCurrentDataStr())
  502. this.getExposureStage(this.getCurrentDataStr())
  503. this.getSupermap(this.getCurrentDataStr())
  504. this.getMenuEventType()
  505. /** ----------------------------------weosocket开始------------------------------------- */
  506. // this.initWebSocket()
  507. /** ----------------------------------weosocket结束------------------------------------- */
  508. setInterval(() => {
  509. if (this.calendarDay == this.getCurrentDataStr()) {
  510. this.getTodayEvents(this.getCurrentDataStr(), true);
  511. this.getDeptEventCount(this.getCurrentDataStr(), true);
  512. // this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum, '', true);
  513. this.getEventByEventType(this.getCurrentDataStr(), true);
  514. this.getEventByReportorOrder(this.getCurrentDataStr(), true);
  515. this.getExposureStage(this.getCurrentDataStr(), true);
  516. // this.getSupermap(this.getCurrentDataStr(), true);
  517. }
  518. }, 30000)
  519. this.bottomMenuList() //获取底部公共组件消息和任务
  520. },
  521. data() {
  522. return {
  523. //警报MP3文件
  524. audioSrc: require('@/assets/jingbao.mp3'),
  525. calendarDay: this.getCurrentDataStr(),
  526. //基本情况
  527. forestInfo: '', //基本情况
  528. //左侧获取事件信息统计
  529. totalStr: '000000',
  530. aiTotal: '',
  531. newReport: '',
  532. otherTotal: '',
  533. readyFinish: '',
  534. readySure: '',
  535. total: '',
  536. aiTotal_pre: '',
  537. newReport_pre: '',
  538. otherTotal_pre: '',
  539. readyFinish_pre: '',
  540. readySure_pre: '',
  541. //左侧部门事件数量
  542. forestFarm: [],
  543. //右侧天气
  544. todatWeather: false,
  545. weatherinformationDirection: '',
  546. weatherinformationHigh: '',
  547. weatherinformationLevel: '',
  548. weatherinformationLevelValue: '', //火险登记中文
  549. weatherinformationLow: '',
  550. weatherinformationPower: '',
  551. weatherinformationTemperature: '',
  552. weatherinformationTime: '',
  553. weatherinformationWeather: '',
  554. //右侧曝光台
  555. exposureStageList: [],
  556. //右侧事件列表
  557. eventList: [],
  558. pageSize: 10,
  559. pageNum: 1,
  560. eventTypeIdDl: [],
  561. eventTypeId: [],
  562. eventListnew: [],
  563. eventListAll: [],
  564. eventSearch: '', //事件列表搜索
  565. listCurrentIndex1: '',
  566. // ----------------------------------事件分类柱状----------------------------------------
  567. eventKind: {},
  568. showEventKind: false,
  569. // ----------------------------------上报排行----------------------------------------
  570. reportList: {
  571. data: []
  572. },
  573. /** ----------------------------------weosocket开始------------------------------------- */
  574. weosocket: false,
  575. websock: '',
  576. setIntervalWesocketPush: null,
  577. websockSid: {
  578. userId: '',
  579. eventTypeDl: '',
  580. eventType: '',
  581. },
  582. /** ----------------------------------weosocket结束------------------------------------- */
  583. /** ----------------------------------摄像头预览开始------------------------------------- */
  584. activePanel: 'key1',
  585. isLogin: false,
  586. cameraParams: [],
  587. ws: null,
  588. /** ----------------------------------摄像头预览结束------------------------------------- */
  589. markersList: [], //点位列表
  590. cameraList: [] //摄像头列表
  591. }
  592. },
  593. /** ----------------------------------weosocket开始------------------------------------- */
  594. destroyed() { //离开页面关闭Socket连接
  595. if (this.websock) {
  596. clearInterval(this.setIntervalWesocketPush)
  597. this.websock.close()
  598. this.websock = null
  599. }
  600. },
  601. /** ----------------------------------weosocket结束------------------------------------- */
  602. methods: {
  603. getMenuEventType() {
  604. let that = this
  605. getMenuEventType().then(res => {
  606. that.websockSid.userId = Cookies.get('userId')
  607. that.websockSid.eventTypeDl = res.data.eventTypeDl
  608. that.websockSid.eventType = res.data.eventType
  609. that.initWebSocket(that.websockSid.userId, that.websockSid.eventTypeDl, that.websockSid.eventType)
  610. console.log(that.websockSid)
  611. })
  612. },
  613. setEventTypeId(data) {
  614. // let data = {eventTypeIdDl: [], eventTypeId: []}
  615. // let data = {eventTypeIdDl: that.eventTypeIdDl, eventTypeId: that.eventTypeId}
  616. let that = this
  617. that.eventTypeIdDl = data.eventTypeIdDl
  618. that.eventTypeId = data.eventTypeId
  619. that.getSupermap(that.calendarDay, false)
  620. that.getTodayEvents(that.calendarDay, false)
  621. that.getEventByEventType(that.calendarDay, false)
  622. that.getExposureStage(that.calendarDay, false)
  623. that.getEventByReportorOrder(that.calendarDay, false)
  624. that.getDeptEventCount(that.calendarDay, false)
  625. that.getEventList(that.calendarDay, that.pageSize, that.pageNum, '', false)
  626. },
  627. // searchEvent(pageSize,pageNum,eventSearch) {
  628. // this.pageSize = pageSize;
  629. // this.pageNum = pageNum;
  630. // let that = this
  631. // //事件列表搜索
  632. // this.eventList = []
  633. // //右侧获取事件列表
  634. // getEventList({ day: that.calendarDay,pageSize:pageSize,pageNum: pageNum ,eventName:eventSearch}).then(res => {
  635. // this.eventList = res.data
  636. // if (this.eventList != null && this.eventList.length > 0) {
  637. // if(this.eventList[0].eventStatusValue == 'forest_event_status_1'){
  638. // that.$refs.bottomMenu.updateAlert();
  639. // that.$refs.up.play();
  640. // }
  641. // }
  642. // })
  643. // },
  644. dropLocation(lat, lng,eventCode) {
  645. this.$refs.supermap.dropLocation(lat, lng,18)
  646. this.showEventDialog(eventCode)
  647. },
  648. showEventDialog(eventCode) {
  649. //事件信息弹出
  650. this.$refs.eventdetailsdialog.showEventDialog(eventCode)
  651. },
  652. getFirespread(eventCode) {
  653. this.$refs.firespread.showEventDialog(eventCode);
  654. },
  655. getCurrentDataStr() {
  656. let date = new Date()
  657. let y = date.getFullYear()
  658. let m = date.getMonth() + 1
  659. m = m < 10 ? '0' + m : m
  660. let d = date.getDate()
  661. d = d < 10 ? '0' + d : d
  662. return y + '-' + m + '-' + d
  663. },
  664. selectDay(day) { //日历点击
  665. this.getTodayEvents(day)
  666. this.getDeptEventCount(day)
  667. this.getWeather(day)
  668. this.getEventList(day, 10, 1)
  669. this.getEventByEventType(day)
  670. this.getEventByReportorOrder(day)
  671. this.getExposureStage(day)
  672. this.getSupermap(day);
  673. this.calendarDay = day
  674. },
  675. //事件数量统计chart 样例地址http://192.144.199.210:8080/editor/index.html?chart_id=jTXf0Rv4A3oiBONB
  676. eventChartAi(aiTotal_pre, otherTotal_pre) {
  677. // 基于准备好的dom,初始化echarts实例
  678. let myChart = echarts.init(document.getElementById('chart-event-ai'))
  679. myChart.setOption({
  680. tooltip: {
  681. trigger: 'none'
  682. },
  683. grid: {
  684. top: '65%',
  685. left: '5%',
  686. right: '5%'
  687. },
  688. yAxis: {
  689. data: ['百分比'],
  690. axisTick: {
  691. show: false
  692. },
  693. axisLine: {
  694. show: false
  695. },
  696. axisLabel: {
  697. show: false
  698. }
  699. },
  700. xAxis: {
  701. splitLine: {
  702. show: false
  703. },
  704. axisTick: {
  705. show: false
  706. },
  707. axisLine: {
  708. show: false
  709. },
  710. axisLabel: {
  711. show: false
  712. }
  713. },
  714. legend: {
  715. data: ['AI', '其他'],
  716. bottom: '5%',
  717. textStyle: {
  718. color: '#1FC3CE',
  719. fontSize: 14
  720. }
  721. },
  722. series: [{
  723. // name: '最上层立体圆',
  724. type: 'pictorialBar',
  725. symbolSize: [10, 20],
  726. symbolOffset: [2, 0],
  727. z: 12,
  728. itemStyle: {
  729. normal: {
  730. color: '#293CA0'
  731. }
  732. },
  733. data: [{
  734. value: 100,
  735. symbolPosition: 'end'
  736. }]
  737. }, {
  738. // name: '中间立体圆',
  739. type: 'pictorialBar',
  740. symbolSize: [10, 20],
  741. symbolOffset: [2, 0],
  742. z: 12,
  743. itemStyle: {
  744. normal: {
  745. color: '#45ac8d'
  746. }
  747. },
  748. data: [{
  749. value: aiTotal_pre,
  750. symbolPosition: 'end'
  751. }]
  752. }, {
  753. // name: '最底部立体圆',
  754. type: 'pictorialBar',
  755. symbolSize: [10, 20],
  756. symbolOffset: [-4, 0],
  757. z: 12,
  758. itemStyle: {
  759. normal: {
  760. color: '#196d59'
  761. }
  762. },
  763. data: [otherTotal_pre]
  764. }, {
  765. name: 'AI',
  766. //底部立体柱
  767. stack: '1',
  768. type: 'bar',
  769. itemStyle: {
  770. normal: {
  771. color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
  772. offset: 0,
  773. color: '#29ac8f'
  774. }, {
  775. offset: 1,
  776. color: '#0a3f3f'
  777. }])
  778. }
  779. },
  780. label: {
  781. normal: {
  782. show: true,
  783. position: 'inside',
  784. offset: [0, 1],
  785. formatter: function (obj) {
  786. return (obj.value).toLocaleString() + '%'
  787. },
  788. textStyle: {
  789. align: 'center',
  790. baseline: 'middle',
  791. fontSize: 14,
  792. fontWeight: '400',
  793. color: '#fff',
  794. textShadowColor: '#000',
  795. textShadowBlur: '0',
  796. textShadowOffsetX: 1,
  797. textShadowOffsetY: 1
  798. }
  799. }
  800. },
  801. silent: true,
  802. barWidth: 20,
  803. barGap: '-100%', // Make series be overlap
  804. data: [aiTotal_pre]
  805. }, {
  806. name: '其他',
  807. //上部立体柱
  808. stack: '1',
  809. type: 'bar',
  810. itemStyle: {
  811. normal: {
  812. color: '#14257B',
  813. opacity: .7
  814. }
  815. },
  816. silent: true,
  817. barWidth: 20,
  818. barGap: '-100%', // Make series be overlap
  819. data: [otherTotal_pre],
  820. // itemStyle: {
  821. // normal: {
  822. // color: 'rgba(29,67,243,1)',
  823. // }
  824. // },
  825. label: {
  826. normal: {
  827. show: true,
  828. position: 'inside',
  829. offset: [0, 1],
  830. formatter: function (obj) {
  831. return (obj.value).toLocaleString() + '%'
  832. },
  833. textStyle: {
  834. align: 'center',
  835. baseline: 'middle',
  836. fontSize: 14,
  837. fontWeight: '400',
  838. color: '#fff',
  839. textShadowColor: '#000',
  840. textShadowBlur: '0',
  841. textShadowOffsetX: 1,
  842. textShadowOffsetY: 1
  843. }
  844. }
  845. }
  846. }]
  847. })
  848. },
  849. getBaseInfo() {
  850. //左侧获取部门信息
  851. getBaseInfo().then(res => {
  852. if (res.code == 200) {
  853. if (res.msg == '未找到部门信息') {
  854. this.forestInfo = '未找到部门信息!'
  855. } else {
  856. this.forestInfo = res.data.baseinfo //基本情况
  857. }
  858. }
  859. })
  860. },
  861. getTodayEvents(day, loading) {
  862. let that = this
  863. //左侧获取事件信息统计
  864. getTodayEvents({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId,day: day}, loading).then(res => {
  865. this.aiTotal = res.data.aiTotal
  866. this.aiTotal_pre = res.data.aiTotal_pre
  867. this.newReport = res.data.newReport
  868. this.newReport_pre = res.data.newReport_pre
  869. this.otherTotal = res.data.otherTotal
  870. this.otherTotal_pre = res.data.otherTotal_pre
  871. this.readyFinish = res.data.readyFinish
  872. this.readyFinish_pre = res.data.readyFinish_pre
  873. this.readySure = res.data.readySure
  874. this.readySure_pre = res.data.readySure_pre
  875. this.totalStr = res.data.totalStr
  876. this.total = res.data.total
  877. this.eventChartAi(this.aiTotal_pre, this.otherTotal_pre)
  878. })
  879. },
  880. getDeptEventCount(day, loading) {
  881. let that = this
  882. //左侧获取事件部门数量
  883. getDeptEventCount({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId,day: day}, loading).then(res => {
  884. this.forestFarm = res.data
  885. })
  886. },
  887. getWeather(day) {
  888. let that = this
  889. //右侧获取天气信息
  890. getWeather({day: day}).then(res => {
  891. if (res.code == 200) {
  892. if (res.msg == '天气未添加') {
  893. this.todatWeather = false
  894. } else {
  895. this.todatWeather = true
  896. this.weatherinformationDirection = res.data.weatherinformationDirection
  897. this.weatherinformationHigh = res.data.weatherinformationHigh
  898. this.weatherinformationLevel = res.data.weatherinformationLevel
  899. this.weatherinformationLevelValue = res.data.weatherinformationLevelValue
  900. this.weatherinformationLow = res.data.weatherinformationLow
  901. this.weatherinformationPower = res.data.weatherinformationPower
  902. this.weatherinformationTemperature = res.data.weatherinformationTemperature
  903. this.weatherinformationTime = res.data.weatherinformationTime
  904. this.weatherinformationWeather = res.data.weatherinformationWeather
  905. }
  906. } else {
  907. this.todatWeather = false
  908. }
  909. })
  910. },
  911. getSupermap(day, loading) {
  912. let that = this
  913. getNearEvent('', '', day, loading, that.eventTypeIdDl, that.eventTypeId).then(res => {
  914. that.markersList = [];
  915. if (res.data != null && res.data.length > 0) {
  916. for (let i = 0; i < res.data.length; i++) {
  917. let markersMap = {
  918. lng: 124.59,
  919. lat: 43.02,
  920. icon: 'marker',
  921. bindPopupHtml: '',
  922. click: '',
  923. parameter: '',
  924. keepBindPopup: false,
  925. isAggregation: true
  926. }
  927. // if (res.data.length > 200) {
  928. // markersMap.isAggregation = true
  929. // }
  930. if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount == 0) {
  931. markersMap.click = 'showEventDialog'
  932. markersMap.icon = 'sj-icon-map-xinshangbao'
  933. }
  934. if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount > 0) {
  935. markersMap.click = 'showEventDialog'
  936. markersMap.icon = 'sj-icon-map-cuiban'
  937. } else if (res.data[i].eventStatusValue == 'forest_event_status_2') {
  938. markersMap.click = 'showEventDialog'
  939. markersMap.icon = 'sj-icon-map-qianshou'
  940. markersMap.isAggregation = false
  941. } else if (res.data[i].eventStatusValue == 'forest_event_status_5') {
  942. markersMap.click = 'showEventDialog'
  943. markersMap.icon = 'sj-icon-map-banjie'
  944. markersMap.isAggregation = false
  945. } else if (res.data[i].eventStatusValue == 'forest_event_status_6') {
  946. markersMap.click = 'showEventDialog'
  947. markersMap.icon = 'sj-icon-map-guidang'
  948. } else if (res.data[i].eventStatusValue == 'forest_event_status_7') {
  949. markersMap.click = 'showEventDialog'
  950. markersMap.icon = 'sj-icon-map-queren'
  951. }
  952. markersMap.parameter = res.data[i].eventCode
  953. markersMap.lng = res.data[i].longitude
  954. markersMap.lat = res.data[i].latitude
  955. markersMap.bindPopupHtml = '<div class="map-tip">' +
  956. '<span>' +
  957. ' <div class="d-l-con">' +
  958. ' <div class="d-l-l-text">' +
  959. ' <h4>经纬度:' + res.data[i].longitude + ',' + res.data[i].latitude + '</h4>' +
  960. ' </div>' +
  961. ' </div>' +
  962. ' </span>' +
  963. '<span>' +
  964. ' <div class="d-l-con">' +
  965. ' <div class="d-l-l-text">' +
  966. ' <h4>事件名称:' + res.data[i].eventName + '</h4>' +
  967. ' </div>' +
  968. ' </div>' +
  969. ' </span>' +
  970. '<span>' +
  971. ' <div class="d-l-con">' +
  972. ' <div class="d-l-l-text">' +
  973. ' <h4>事件时间:' + res.data[i].createTime + '</h4>' +
  974. ' </div>' +
  975. ' </div>' +
  976. ' </span>';
  977. if (res.data[i].pictureType == 'image' && res.data[i].picturePath != null && res.data[i].picturePath != '') {
  978. markersMap.bindPopupHtml += '<span>' +
  979. ' <div class="d-l-con">' +
  980. ' <div class="d-l-l-text">' +
  981. '<img src="' + res.data[i].picturePath + '" style="width: 150px;height: 100px"/>' +
  982. ' </div>' +
  983. ' </div>' +
  984. ' </span>'
  985. }
  986. markersMap.bindPopupHtml += '</div>'
  987. that.markersList.push(markersMap)
  988. }
  989. setTimeout(() => {
  990. that.$refs.supermap.clearM(false)
  991. that.$refs.supermap.clearM(true)
  992. that.$refs.supermap.setMarkers(that.markersList)
  993. }, 2000)
  994. } else {
  995. setTimeout(() => {
  996. that.$refs.supermap.clearM(false)
  997. that.$refs.supermap.clearM(true)
  998. }, 2000)
  999. }
  1000. })
  1001. },
  1002. getEventList(day, pageSize, pageNum, eventSearch, loading) {
  1003. if (pageNum < 1) {
  1004. this.$modal.msg('当前已是第一页')
  1005. return;
  1006. }
  1007. this.pageSize = pageSize;
  1008. this.pageNum = pageNum;
  1009. let that = this
  1010. this.eventList = []
  1011. //右侧获取事件列表
  1012. getEventList({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId, day: day, pageSize: pageSize, pageNum: pageNum, eventName: eventSearch}, loading).then(res => {
  1013. this.eventList = res.data
  1014. if (this.eventList != null && this.eventList.length > 0) {
  1015. if (this.eventList[0].eventStatusValue == 'forest_event_status_1') {
  1016. that.$refs.bottomMenu.updateAlert();
  1017. that.$refs.up.play();
  1018. } else {
  1019. that.$refs.bottomMenu.updateAlertFalse();
  1020. }
  1021. }
  1022. })
  1023. },
  1024. getEventByEventType(day, loading) {
  1025. let that = this
  1026. //右侧获取事件分类
  1027. getEventByEventType({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId, day: day}, loading).then(res => {
  1028. if (res.data != null && res.data.length > 0) {
  1029. this.showEventKind = true
  1030. this.eventKind.data = res.data
  1031. this.eventKind.colors = ['#1ce0a9', '#d6333b', '#e68d3f', '#32c5e9', '#2abc65']
  1032. this.eventKind.showValue = true
  1033. this.eventKind = {...this.eventKind}
  1034. } else {
  1035. this.showEventKind = false
  1036. this.eventKind = {}
  1037. this.eventKind = {...this.eventKind}
  1038. }
  1039. })
  1040. },
  1041. getEventByReportorOrder(day, loading) {
  1042. let that = this
  1043. //右侧获取上报排名
  1044. getEventByReportorOrder({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId,day: day}, loading).then(res => {
  1045. if (res.data != null && res.data.length > 0) {
  1046. this.reportList.data = res.data
  1047. this.reportList = {...this.reportList}
  1048. } else {
  1049. this.reportList.data = []
  1050. this.reportList = {...this.reportList}
  1051. }
  1052. })
  1053. },
  1054. getEventListNew() {
  1055. this.eventList = []
  1056. this.eventListAll = []
  1057. //右侧获取事件列表
  1058. getEventList({day: this.getCurrentDataStr()}).then(res => {
  1059. this.eventList = res.data
  1060. this.eventListAll = res.data
  1061. })
  1062. },
  1063. getWebSocketEvent(data) {
  1064. let that = this
  1065. const event = JSON.parse(data);
  1066. //右侧获取事件列表
  1067. that.markersList = []
  1068. let markersMap = {
  1069. lng: 124.59,
  1070. lat: 43.02,
  1071. icon: 'marker',
  1072. bindPopupHtml: '',
  1073. click: '',
  1074. parameter: '',
  1075. keepBindPopup: false,
  1076. isAggregation: true
  1077. }
  1078. if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount == 0) {
  1079. markersMap.click = 'showEventDialog'
  1080. markersMap.icon = 'sj-icon-map-xinshangbao'
  1081. }
  1082. if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount > 0) {
  1083. markersMap.click = 'showEventDialog'
  1084. markersMap.icon = 'sj-icon-map-cuiban'
  1085. } else if (event.eventStatusValue == 'forest_event_status_2') {
  1086. markersMap.click = 'showEventDialog'
  1087. markersMap.icon = 'sj-icon-map-qianshou'
  1088. markersMap.isAggregation = false
  1089. } else if (event.eventStatusValue == 'forest_event_status_5') {
  1090. markersMap.click = 'showEventDialog'
  1091. markersMap.icon = 'sj-icon-map-banjie'
  1092. markersMap.isAggregation = false
  1093. } else if (event.eventStatusValue == 'forest_event_status_6') {
  1094. markersMap.click = 'showEventDialog'
  1095. markersMap.icon = 'sj-icon-map-guidang'
  1096. } else if (event.eventStatusValue == 'forest_event_status_7') {
  1097. markersMap.click = 'showEventDialog'
  1098. markersMap.icon = 'sj-icon-map-queren'
  1099. }
  1100. markersMap.parameter = event.eventCode
  1101. markersMap.lng = event.longitude
  1102. markersMap.lat = event.latitude
  1103. markersMap.bindPopupHtml = '<div class="map-tip">' +
  1104. '<span>' +
  1105. ' <div class="d-l-con">' +
  1106. ' <div class="d-l-l-text">' +
  1107. ' <h4>经纬度:' + event.longitude + ',' + event.latitude + '</h4>' +
  1108. ' </div>' +
  1109. ' </div>' +
  1110. ' </span>' +
  1111. '<span>' +
  1112. ' <div class="d-l-con">' +
  1113. ' <div class="d-l-l-text">' +
  1114. ' <h4>事件名称:' + event.eventName + '</h4>' +
  1115. ' </div>' +
  1116. ' </div>' +
  1117. ' </span>' +
  1118. '<span>' +
  1119. ' <div class="d-l-con">' +
  1120. ' <div class="d-l-l-text">' +
  1121. ' <h4>事件时间:' + event.createTime + '</h4>' +
  1122. ' </div>' +
  1123. ' </div>' +
  1124. ' </span>';
  1125. if (event.pictureType == 'image' && event.picturePath != null && event.picturePath != '') {
  1126. markersMap.bindPopupHtml += '<span>' +
  1127. ' <div class="d-l-con">' +
  1128. ' <div class="d-l-l-text">' +
  1129. '<img src="' + event.picturePath + '" style="width: 150px;height: 100px"/>' +
  1130. ' </div>' +
  1131. ' </div>' +
  1132. ' </span>'
  1133. }
  1134. markersMap.bindPopupHtml += '</div>'
  1135. that.markersList.push(markersMap)
  1136. setTimeout(() => {
  1137. that.$refs.supermap.setMarkers(that.markersList)
  1138. }, 1000)
  1139. },
  1140. getExposureStage(day, loading) {
  1141. let that = this
  1142. //右侧获取曝光台
  1143. getExposureStage({eventTypeIdDl: that.eventTypeIdDl,eventTypeId: that.eventTypeId,day: day}, loading).then(res => {
  1144. this.exposureStageList = res.data
  1145. })
  1146. },
  1147. /** ----------------------------------weosocket开始------------------------------------- */
  1148. initWebSocket(userId, eventTypeDl, eventType) { //初始化weosocket
  1149. const wsuri = 'ws://127.0.0.1:10003/eventPush/' + userId + '/' + eventTypeDl + '/' + eventType
  1150. this.websock = new WebSocket(wsuri)
  1151. console.log('建立websocket连接')
  1152. this.websock.onopen = this.websocketonopen
  1153. this.websock.onmessage = this.websocketonmessage
  1154. this.websock.onerror = this.websocketonerror
  1155. },
  1156. websocketonopen() { //连接建立之后执行send方法发送数据
  1157. console.log('websocket连接成功')
  1158. this.weosocket = true
  1159. this.sendPing()
  1160. },
  1161. websocketonerror() { //连接建立失败重连
  1162. this.initWebSocket(this.websockSid.userId, this.websockSid.eventTypeDl, this.websockSid.eventType,)
  1163. },
  1164. websocketonmessage(e) { //数据接收
  1165. console.log('接收数据', e.data)
  1166. let data = "{\"fromId\":\"forest\"}";
  1167. if (this.calendarDay == this.getCurrentDataStr() && data != e.data) {
  1168. // 处理收到的消息
  1169. this.handleWebSoceketEvent(e.data)
  1170. // this.getEventListNew();
  1171. // this.getTodayEvents(this.getCurrentDataStr());
  1172. // this.getDeptEventCount(this.getCurrentDataStr());
  1173. // this.getEventByEventType(this.getCurrentDataStr());
  1174. // this.getEventByReportorOrder(this.getCurrentDataStr());
  1175. // this.$refs.bottomMenu.updateAlert();
  1176. // this.$refs.up.play();
  1177. // thes.$refs.up.pause();//停止播放音乐
  1178. }
  1179. },
  1180. // 处理WebSocket事件
  1181. handleWebSoceketEvent(val) {
  1182. let that = this
  1183. let data = JSON.parse(val)
  1184. /**
  1185. * that.markersList.filter( item => data.eventCode == item.parameter).length == 0 如果地图中不存在当前事件则添加
  1186. * eventPush: 事件列表消息
  1187. * */
  1188. if (data.tag == "eventPush" && that.markersList.filter(item => data.eventCode == item.parameter).length == 0) {
  1189. getEventPush({ eventCode: data.eventCode }).then((res) => {
  1190. if (res.data != undefined) {
  1191. //插入到第一条
  1192. this.eventList.unshift(res.data)
  1193. // 插入后删除最后一条 保证列表中为10条数据
  1194. if (this.eventList.length > 9)
  1195. this.eventList.splice(10, 1)
  1196. // 将收到的数据在地图上添加
  1197. this.getWebSocketEvent(res.data)
  1198. }
  1199. })
  1200. }
  1201. console.log(that.eventList[0])
  1202. },
  1203. websocketsend(Data) { //数据发送
  1204. this.websock.send(Data)
  1205. },
  1206. websocketclose(e) { //关闭
  1207. console.log('断开连接', e)
  1208. // clearInterval(this.setIntervalWesocketPush)
  1209. this.weosocket = false
  1210. },
  1211. /**发送心跳
  1212. * @param {number} time 心跳间隔毫秒 默认5000
  1213. * @param {string} ping 心跳名称 默认字符串ping
  1214. */
  1215. sendPing(time = 60000, ping = {
  1216. 'fromId': 'forest'
  1217. }) {
  1218. clearInterval(this.setIntervalWesocketPush)
  1219. this.setIntervalWesocketPush = setInterval(() => {
  1220. if (this.weosocket) {
  1221. this.websock.send(JSON.stringify(ping))
  1222. } else {
  1223. // this.initWebSocket()
  1224. }
  1225. }, time)
  1226. },
  1227. stopAudio() {
  1228. this.$refs.up.pause(); //停止播放音乐
  1229. this.$refs.up.currentTime = 0;
  1230. },
  1231. /** ----------------------------------weosocket结束------------------------------------- */
  1232. /** ----------------------------------底部按钮公用组件开始------------------------------------- */
  1233. bottomMenuList() {
  1234. this.$refs.bottomMenu.selectTaskList()//获取任务列表
  1235. this.$refs.bottomMenu.selectMessageList()//获取消息列表
  1236. this.$refs.bottomMenu.linBanTreeselect()//查询林班层级树结构
  1237. this.$refs.bottomMenu.deptTreeselect()//查询林场部门树结构
  1238. },
  1239. showDialog(click) {
  1240. console.log(click)
  1241. if (click == 'eventLocation') {
  1242. this.$refs.eventLocation.showEventLocation()
  1243. this.$refs.supermap.isEditableLayers = false
  1244. this.$refs.bottomMenu.showChild = false
  1245. this.$refs.bottomMenu.showBanChild = false
  1246. this.$refs.bottomMenu.showChangChild = false
  1247. } else if (click == 'editableLayers') {
  1248. this.$refs.bottomMenu.showChild = false
  1249. this.$refs.bottomMenu.showBanChild = false
  1250. this.$refs.bottomMenu.showChangChild = false
  1251. if (!this.$refs.supermap.isEditableLayers) {
  1252. this.$refs.supermap.isEditableLayers = true
  1253. } else {
  1254. this.$refs.supermap.isEditableLayers = false
  1255. }
  1256. } else if (click == 'layerSwitching') {
  1257. this.$refs.supermap.isEditableLayers = false
  1258. this.$refs.bottomMenu.showBanChild = false
  1259. this.$refs.bottomMenu.showChangChild = false
  1260. if (!this.$refs.bottomMenu.showChild) {
  1261. this.$refs.bottomMenu.showChild = true
  1262. } else {
  1263. this.$refs.bottomMenu.showChild = false
  1264. }
  1265. } else if (click == 'TVWall') {
  1266. console.log("this.$refs.TVWall=",this.$refs.TVWall)
  1267. this.$refs.TVWall.showTVWall();
  1268. this.$refs.supermap.isEditableLayers = false
  1269. this.$refs.bottomMenu.showChild = false
  1270. this.$refs.bottomMenu.showBanChild = false
  1271. this.$refs.bottomMenu.showChangChild = false
  1272. }
  1273. else if (click == 'wrj') {
  1274. this.$refs.wrj.showWrj();
  1275. this.$refs.supermap.isEditableLayers = false
  1276. this.$refs.bottomMenu.showChild = false
  1277. this.$refs.bottomMenu.showBanChild = false
  1278. this.$refs.bottomMenu.showChangChild = false
  1279. } else if (click == 'forestban') {
  1280. this.$refs.supermap.isEditableLayers = false
  1281. this.$refs.bottomMenu.showChild = false
  1282. this.$refs.bottomMenu.showChangChild = false
  1283. if (!this.$refs.bottomMenu.showBanChild) {
  1284. this.$refs.bottomMenu.showBanChild = true
  1285. } else {
  1286. this.$refs.bottomMenu.showBanChild = false
  1287. }
  1288. } else if (click == 'forestchang') {
  1289. this.$refs.supermap.isEditableLayers = false
  1290. this.$refs.bottomMenu.showBanChild = false
  1291. this.$refs.bottomMenu.showChild = false
  1292. if (!this.$refs.bottomMenu.showChangChild) {
  1293. this.$refs.bottomMenu.showChangChild = true
  1294. } else {
  1295. this.$refs.bottomMenu.showChangChild = false
  1296. }
  1297. }
  1298. },
  1299. //选择图层
  1300. choseLayerSwitching(url, isClear) {
  1301. this.$refs.supermap.layerSwitching(url, isClear)
  1302. },
  1303. //选择图层(传递数组)
  1304. choseLayerSwitchingList(urlList) {
  1305. this.$refs.supermap.layerSwitchingList(urlList)
  1306. },
  1307. //选择图层(传递数组) 带数据
  1308. choseLayerSwitchingList_Data(urlList) {
  1309. this.$refs.supermap.layerSwitchingList_Data(urlList)
  1310. },
  1311. /** ----------------------------------底部按钮公用组件结束------------------------------------- */
  1312. }
  1313. }
  1314. </script>
  1315. <style rel="stylesheet/scss" lang="scss" scoped>
  1316. @import '@/assets/styles/base.scss';
  1317. .paging {
  1318. padding: .5rem .3rem;
  1319. display: flex;
  1320. justify-content: center;
  1321. align-content: center;
  1322. span {
  1323. color: #2bacf7;
  1324. display: flex;
  1325. align-items: center;
  1326. padding: 0 1rem;
  1327. }
  1328. button {
  1329. padding: 0 0.3rem;
  1330. height: 1.5rem;
  1331. background-color: #112543;
  1332. color: #2bacf7;
  1333. border: 1px solid #33467f;
  1334. }
  1335. button:hover {
  1336. padding: 0 0.3rem;
  1337. height: 1.5rem;
  1338. background-color: #112543;
  1339. color: #0ff7c5;
  1340. border: 1px solid #1d657f;
  1341. }
  1342. }
  1343. </style>