forest.vue 55 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290
  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)" 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">
  391. <span>事件分类</span>
  392. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  393. </div>
  394. <div class="i-list-con small-bottom-margin h-19">
  395. <dv-capsule-chart v-if="showEventKind" :config="eventKind"
  396. style="width: 90%;height: 18vh; padding:.5rem 1rem"/>
  397. </div>
  398. </dv-border-box-13>
  399. </div>
  400. <!-- 上报排行 -->
  401. <div class="forthis">
  402. <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" style="padding-bottom: 1rem;">
  403. <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;"/>
  404. <div class="this-title">
  405. <span>上报排行</span>
  406. <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;"/>
  407. </div>
  408. <div class="i-list-con small-bottom-margin h-19">
  409. <dv-scroll-ranking-board :config="reportList"
  410. style="width: 100%;height: 300px; padding:.5rem 1rem"/>
  411. </div>
  412. </dv-border-box-13>
  413. </div>
  414. </div>
  415. </div>
  416. <vBottomMenu ref="bottomMenu" @stopAudio="stopAudio"></vBottomMenu>
  417. </div>
  418. <audio id="resource" ref="up" :src="audioSrc" controls style="display: none;"></audio>
  419. <eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
  420. @getTodayEvents="getTodayEvents" @getFirespread="getFirespread"
  421. @getSupermap="getSupermap"></eventdetailsdialog>
  422. <firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList"
  423. @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog"
  424. @getSupermap="getSupermap"></firespread>
  425. <eventLocation ref="eventLocation"></eventLocation>
  426. <TVWall ref="TVWall"></TVWall>
  427. </div>
  428. </template>
  429. <script>
  430. import dateChoose from '@/views/date.vue' //日历
  431. /** ----------------------------------weosocket开始------------------------------------- */
  432. import Cookies from 'js-cookie'
  433. /** ----------------------------------weosocket结束------------------------------------- */
  434. import {
  435. getBaseInfo,
  436. getTodayEvents,
  437. getDeptEventCount,
  438. getWeather,
  439. getEventList,
  440. getEventByEventType,
  441. getEventByReportorOrder,
  442. getExposureStage
  443. } from '@/api/forest'
  444. import {
  445. getNearEvent
  446. } from '@/api/event'
  447. import supermap from '@/components/supermap' //超图
  448. // import supermapNotProcessed from '@/components/supermap' //超图
  449. // import supermapProcessed from '@/components/supermap' //超图
  450. import vheader from '@/components/v-header.vue' //一体化共用头部
  451. import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
  452. import eventLocation from '@/components/eventLocation.vue' //事件定位弹窗
  453. import TVWall from '@/components/TVWall.vue' //电视墙弹窗
  454. import eventdetailsdialog from '@/views/eventdetailsdialog.vue' //事件详情弹窗
  455. import firespread from '@/views/firespread.vue' //事件详情弹窗
  456. /** ----------------------------------摄像头预览开始------------------------------------- */
  457. import {
  458. getDahuaVideoServer
  459. } from '@/api/dahua/dahua'
  460. // import DHWs from '@/dahua/lib/DHWs'
  461. import Firespread from "./firespread";
  462. /** ----------------------------------摄像头预览结束------------------------------------- */
  463. let echarts = require('echarts')
  464. export default {
  465. components: {
  466. Firespread,
  467. supermap,
  468. // supermapNotProcessed,
  469. // supermapProcessed,
  470. vheader,
  471. vBottomMenu,
  472. eventLocation,
  473. TVWall,
  474. dateChoose,
  475. eventdetailsdialog,
  476. firespread
  477. },
  478. created() {
  479. /** ----------------------------------底部按钮公用组件开始------------------------------------- */
  480. window.showDialog = this.showDialog
  481. window.choseLayerSwitching = this.choseLayerSwitching
  482. window.choseLayerSwitchingList = this.choseLayerSwitchingList
  483. /** ----------------------------------底部按钮公用组件结束------------------------------------- */
  484. },
  485. mounted() {
  486. this.getBaseInfo()
  487. this.getTodayEvents(this.getCurrentDataStr())
  488. this.getDeptEventCount(this.getCurrentDataStr())
  489. this.getWeather(this.getCurrentDataStr())
  490. this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
  491. this.getEventByEventType(this.getCurrentDataStr())
  492. this.getEventByReportorOrder(this.getCurrentDataStr())
  493. this.getExposureStage(this.getCurrentDataStr())
  494. this.getSupermap(this.getCurrentDataStr())
  495. /** ----------------------------------weosocket开始------------------------------------- */
  496. this.initWebSocket()
  497. /** ----------------------------------weosocket结束------------------------------------- */
  498. this.selectTaskList() //获取任务
  499. setInterval(() => {
  500. if (this.calendarDay == this.getCurrentDataStr()) {
  501. this.getTodayEvents(this.getCurrentDataStr(), true);
  502. this.getDeptEventCount(this.getCurrentDataStr(), true);
  503. this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum, '', true);
  504. this.getEventByEventType(this.getCurrentDataStr(), true);
  505. this.getEventByReportorOrder(this.getCurrentDataStr(), true);
  506. this.getExposureStage(this.getCurrentDataStr(), true);
  507. this.getSupermap(this.getCurrentDataStr(), true);
  508. }
  509. }, 10000)
  510. },
  511. data() {
  512. return {
  513. //警报MP3文件
  514. audioSrc: require('@/assets/jingbao.mp3'),
  515. calendarDay: this.getCurrentDataStr(),
  516. //基本情况
  517. forestInfo: '', //基本情况
  518. //左侧获取事件信息统计
  519. totalStr: '000000',
  520. aiTotal: '',
  521. newReport: '',
  522. otherTotal: '',
  523. readyFinish: '',
  524. readySure: '',
  525. total: '',
  526. aiTotal_pre: '',
  527. newReport_pre: '',
  528. otherTotal_pre: '',
  529. readyFinish_pre: '',
  530. readySure_pre: '',
  531. //左侧部门事件数量
  532. forestFarm: [],
  533. //右侧天气
  534. todatWeather: false,
  535. weatherinformationDirection: '',
  536. weatherinformationHigh: '',
  537. weatherinformationLevel: '',
  538. weatherinformationLevelValue: '', //火险登记中文
  539. weatherinformationLow: '',
  540. weatherinformationPower: '',
  541. weatherinformationTemperature: '',
  542. weatherinformationTime: '',
  543. weatherinformationWeather: '',
  544. //右侧曝光台
  545. exposureStageList: [],
  546. //右侧事件列表
  547. eventList: [],
  548. pageSize: 10,
  549. pageNum: 1,
  550. eventListnew: [],
  551. eventListAll: [],
  552. eventSearch: '', //事件列表搜索
  553. listCurrentIndex1: '',
  554. // ----------------------------------事件分类柱状----------------------------------------
  555. eventKind: {},
  556. showEventKind: false,
  557. // ----------------------------------上报排行----------------------------------------
  558. reportList: {
  559. data: []
  560. },
  561. /** ----------------------------------weosocket开始------------------------------------- */
  562. weosocket: false,
  563. websock: '',
  564. setIntervalWesocketPush: null,
  565. /** ----------------------------------weosocket结束------------------------------------- */
  566. /** ----------------------------------摄像头预览开始------------------------------------- */
  567. activePanel: 'key1',
  568. isLogin: false,
  569. cameraParams: [],
  570. ws: null,
  571. /** ----------------------------------摄像头预览结束------------------------------------- */
  572. markersList: [], //点位列表
  573. cameraList: [] //摄像头列表
  574. }
  575. },
  576. /** ----------------------------------weosocket开始------------------------------------- */
  577. destroyed() { //离开页面关闭Socket连接
  578. if (this.websock) {
  579. clearInterval(this.setIntervalWesocketPush)
  580. this.websock.close()
  581. this.websock = null
  582. }
  583. },
  584. /** ----------------------------------weosocket结束------------------------------------- */
  585. methods: {
  586. // searchEvent(pageSize,pageNum,eventSearch) {
  587. // this.pageSize = pageSize;
  588. // this.pageNum = pageNum;
  589. // let that = this
  590. // //事件列表搜索
  591. // this.eventList = []
  592. // //右侧获取事件列表
  593. // getEventList({ day: that.calendarDay,pageSize:pageSize,pageNum: pageNum ,eventName:eventSearch}).then(res => {
  594. // this.eventList = res.data
  595. // if (this.eventList != null && this.eventList.length > 0) {
  596. // if(this.eventList[0].eventStatusValue == 'forest_event_status_1'){
  597. // that.$refs.bottomMenu.updateAlert();
  598. // that.$refs.up.play();
  599. // }
  600. // }
  601. // })
  602. // },
  603. dropLocation(lat, lng) {
  604. this.$refs.supermap.dropLocation(lat, lng)
  605. },
  606. showEventDialog(eventCode) {
  607. //事件信息弹出
  608. this.$refs.eventdetailsdialog.showEventDialog(eventCode)
  609. },
  610. getFirespread(eventCode) {
  611. this.$refs.firespread.showEventDialog(eventCode);
  612. },
  613. getCurrentDataStr() {
  614. let date = new Date()
  615. let y = date.getFullYear()
  616. let m = date.getMonth() + 1
  617. m = m < 10 ? '0' + m : m
  618. let d = date.getDate()
  619. d = d < 10 ? '0' + d : d
  620. return y + '-' + m + '-' + d
  621. },
  622. selectDay(day) { //日历点击
  623. this.getTodayEvents(day)
  624. this.getDeptEventCount(day)
  625. this.getWeather(day)
  626. this.getEventList(day, 10, 1)
  627. this.getEventByEventType(day)
  628. this.getEventByReportorOrder(day)
  629. this.getExposureStage(day)
  630. this.getSupermap(day);
  631. this.calendarDay = day
  632. },
  633. //事件数量统计chart 样例地址http://192.144.199.210:8080/editor/index.html?chart_id=jTXf0Rv4A3oiBONB
  634. eventChartAi(aiTotal_pre, otherTotal_pre) {
  635. // 基于准备好的dom,初始化echarts实例
  636. let myChart = echarts.init(document.getElementById('chart-event-ai'))
  637. myChart.setOption({
  638. tooltip: {
  639. trigger: 'none'
  640. },
  641. grid: {
  642. top: '65%',
  643. left: '5%',
  644. right: '5%'
  645. },
  646. yAxis: {
  647. data: ['百分比'],
  648. axisTick: {
  649. show: false
  650. },
  651. axisLine: {
  652. show: false
  653. },
  654. axisLabel: {
  655. show: false
  656. }
  657. },
  658. xAxis: {
  659. splitLine: {
  660. show: false
  661. },
  662. axisTick: {
  663. show: false
  664. },
  665. axisLine: {
  666. show: false
  667. },
  668. axisLabel: {
  669. show: false
  670. }
  671. },
  672. legend: {
  673. data: ['AI', '其他'],
  674. bottom: '5%',
  675. textStyle: {
  676. color: '#1FC3CE',
  677. fontSize: 14
  678. }
  679. },
  680. series: [{
  681. // name: '最上层立体圆',
  682. type: 'pictorialBar',
  683. symbolSize: [10, 20],
  684. symbolOffset: [2, 0],
  685. z: 12,
  686. itemStyle: {
  687. normal: {
  688. color: '#293CA0'
  689. }
  690. },
  691. data: [{
  692. value: 100,
  693. symbolPosition: 'end'
  694. }]
  695. }, {
  696. // name: '中间立体圆',
  697. type: 'pictorialBar',
  698. symbolSize: [10, 20],
  699. symbolOffset: [2, 0],
  700. z: 12,
  701. itemStyle: {
  702. normal: {
  703. color: '#45ac8d'
  704. }
  705. },
  706. data: [{
  707. value: aiTotal_pre,
  708. symbolPosition: 'end'
  709. }]
  710. }, {
  711. // name: '最底部立体圆',
  712. type: 'pictorialBar',
  713. symbolSize: [10, 20],
  714. symbolOffset: [-4, 0],
  715. z: 12,
  716. itemStyle: {
  717. normal: {
  718. color: '#196d59'
  719. }
  720. },
  721. data: [otherTotal_pre]
  722. }, {
  723. name: 'AI',
  724. //底部立体柱
  725. stack: '1',
  726. type: 'bar',
  727. itemStyle: {
  728. normal: {
  729. color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
  730. offset: 0,
  731. color: '#29ac8f'
  732. }, {
  733. offset: 1,
  734. color: '#0a3f3f'
  735. }])
  736. }
  737. },
  738. label: {
  739. normal: {
  740. show: true,
  741. position: 'inside',
  742. offset: [0, 1],
  743. formatter: function (obj) {
  744. return (obj.value).toLocaleString() + '%'
  745. },
  746. textStyle: {
  747. align: 'center',
  748. baseline: 'middle',
  749. fontSize: 14,
  750. fontWeight: '400',
  751. color: '#fff',
  752. textShadowColor: '#000',
  753. textShadowBlur: '0',
  754. textShadowOffsetX: 1,
  755. textShadowOffsetY: 1
  756. }
  757. }
  758. },
  759. silent: true,
  760. barWidth: 20,
  761. barGap: '-100%', // Make series be overlap
  762. data: [aiTotal_pre]
  763. }, {
  764. name: '其他',
  765. //上部立体柱
  766. stack: '1',
  767. type: 'bar',
  768. itemStyle: {
  769. normal: {
  770. color: '#14257B',
  771. opacity: .7
  772. }
  773. },
  774. silent: true,
  775. barWidth: 20,
  776. barGap: '-100%', // Make series be overlap
  777. data: [otherTotal_pre],
  778. // itemStyle: {
  779. // normal: {
  780. // color: 'rgba(29,67,243,1)',
  781. // }
  782. // },
  783. label: {
  784. normal: {
  785. show: true,
  786. position: 'inside',
  787. offset: [0, 1],
  788. formatter: function (obj) {
  789. return (obj.value).toLocaleString() + '%'
  790. },
  791. textStyle: {
  792. align: 'center',
  793. baseline: 'middle',
  794. fontSize: 14,
  795. fontWeight: '400',
  796. color: '#fff',
  797. textShadowColor: '#000',
  798. textShadowBlur: '0',
  799. textShadowOffsetX: 1,
  800. textShadowOffsetY: 1
  801. }
  802. }
  803. }
  804. }]
  805. })
  806. },
  807. selectTaskList() {
  808. this.$refs.bottomMenu.selectTaskList()
  809. },
  810. getBaseInfo() {
  811. //左侧获取部门信息
  812. getBaseInfo().then(res => {
  813. if (res.code == 200) {
  814. if (res.msg == '未找到部门信息') {
  815. this.forestInfo = '未找到部门信息!'
  816. } else {
  817. this.forestInfo = res.data.baseinfo //基本情况
  818. }
  819. }
  820. })
  821. },
  822. getTodayEvents(day, loading) {
  823. let that = this
  824. //左侧获取事件信息统计
  825. getTodayEvents({day: day}, loading).then(res => {
  826. this.aiTotal = res.data.aiTotal
  827. this.aiTotal_pre = res.data.aiTotal_pre
  828. this.newReport = res.data.newReport
  829. this.newReport_pre = res.data.newReport_pre
  830. this.otherTotal = res.data.otherTotal
  831. this.otherTotal_pre = res.data.otherTotal_pre
  832. this.readyFinish = res.data.readyFinish
  833. this.readyFinish_pre = res.data.readyFinish_pre
  834. this.readySure = res.data.readySure
  835. this.readySure_pre = res.data.readySure_pre
  836. this.totalStr = res.data.totalStr
  837. this.total = res.data.total
  838. this.eventChartAi(this.aiTotal_pre, this.otherTotal_pre)
  839. })
  840. },
  841. getDeptEventCount(day, loading) {
  842. let that = this
  843. //左侧获取事件部门数量
  844. getDeptEventCount({day: day}, loading).then(res => {
  845. this.forestFarm = res.data
  846. })
  847. },
  848. getWeather(day) {
  849. let that = this
  850. //右侧获取天气信息
  851. getWeather({day: day}).then(res => {
  852. if (res.code == 200) {
  853. if (res.msg == '天气未添加') {
  854. this.todatWeather = false
  855. } else {
  856. this.todatWeather = true
  857. this.weatherinformationDirection = res.data.weatherinformationDirection
  858. this.weatherinformationHigh = res.data.weatherinformationHigh
  859. this.weatherinformationLevel = res.data.weatherinformationLevel
  860. this.weatherinformationLevelValue = res.data.weatherinformationLevelValue
  861. this.weatherinformationLow = res.data.weatherinformationLow
  862. this.weatherinformationPower = res.data.weatherinformationPower
  863. this.weatherinformationTemperature = res.data.weatherinformationTemperature
  864. this.weatherinformationTime = res.data.weatherinformationTime
  865. this.weatherinformationWeather = res.data.weatherinformationWeather
  866. }
  867. } else {
  868. this.todatWeather = false
  869. }
  870. })
  871. },
  872. getSupermap(day, loading) {
  873. let that = this
  874. getNearEvent('', '', day, loading).then(res => {
  875. that.markersList = [];
  876. if (res.data != null && res.data.length > 0) {
  877. for (let i = 0; i < res.data.length; i++) {
  878. let markersMap = {
  879. lng: 124.59,
  880. lat: 43.02,
  881. icon: 'marker',
  882. bindPopupHtml: '',
  883. click: '',
  884. parameter: '',
  885. keepBindPopup: false,
  886. isAggregation: false
  887. }
  888. if (res.data.length > 200) {
  889. markersMap.isAggregation = true
  890. }
  891. if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount == 0) {
  892. markersMap.click = 'showEventDialog'
  893. markersMap.icon = 'sj-icon-map-xinshangbao'
  894. }
  895. if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount > 0) {
  896. markersMap.click = 'showEventDialog'
  897. markersMap.icon = 'sj-icon-map-cuiban'
  898. } else if (res.data[i].eventStatusValue == 'forest_event_status_2') {
  899. markersMap.click = 'showEventDialog'
  900. markersMap.icon = 'sj-icon-map-qianshou'
  901. markersMap.isAggregation = false
  902. } else if (res.data[i].eventStatusValue == 'forest_event_status_5') {
  903. markersMap.click = 'showEventDialog'
  904. markersMap.icon = 'sj-icon-map-banjie'
  905. markersMap.isAggregation = false
  906. } else if (res.data[i].eventStatusValue == 'forest_event_status_6') {
  907. markersMap.click = 'showEventDialog'
  908. markersMap.icon = 'sj-icon-map-guidang'
  909. } else if (res.data[i].eventStatusValue == 'forest_event_status_7') {
  910. markersMap.click = 'showEventDialog'
  911. markersMap.icon = 'sj-icon-map-queren'
  912. }
  913. markersMap.parameter = res.data[i].eventCode
  914. markersMap.lng = res.data[i].longitude
  915. markersMap.lat = res.data[i].latitude
  916. markersMap.bindPopupHtml = '<div class="map-tip">' +
  917. '<span>' +
  918. ' <div class="d-l-con">' +
  919. ' <div class="d-l-l-text">' +
  920. ' <h4>经纬度:' + res.data[i].longitude + ',' + res.data[i].latitude + '</h4>' +
  921. ' </div>' +
  922. ' </div>' +
  923. ' </span>' +
  924. '<span>' +
  925. ' <div class="d-l-con">' +
  926. ' <div class="d-l-l-text">' +
  927. ' <h4>事件名称:' + res.data[i].eventName + '</h4>' +
  928. ' </div>' +
  929. ' </div>' +
  930. ' </span>' +
  931. '<span>' +
  932. ' <div class="d-l-con">' +
  933. ' <div class="d-l-l-text">' +
  934. ' <h4>事件时间:' + res.data[i].createTime + '</h4>' +
  935. ' </div>' +
  936. ' </div>' +
  937. ' </span>';
  938. if (res.data[i].pictureType == 'image' && res.data[i].picturePath != null && res.data[i].picturePath != '') {
  939. markersMap.bindPopupHtml += '<span>' +
  940. ' <div class="d-l-con">' +
  941. ' <div class="d-l-l-text">' +
  942. '<img src="' + res.data[i].picturePath + '" style="width: 150px;height: 100px"/>' +
  943. ' </div>' +
  944. ' </div>' +
  945. ' </span>'
  946. }
  947. markersMap.bindPopupHtml += '</div>'
  948. that.markersList.push(markersMap)
  949. }
  950. setTimeout(() => {
  951. that.$refs.supermap.clearM(false)
  952. that.$refs.supermap.clearM(true)
  953. that.$refs.supermap.setMarkers(that.markersList)
  954. }, 2000)
  955. } else {
  956. setTimeout(() => {
  957. that.$refs.supermap.clearM(false)
  958. that.$refs.supermap.clearM(true)
  959. }, 2000)
  960. }
  961. })
  962. },
  963. getEventList(day, pageSize, pageNum, eventSearch, loading) {
  964. if (pageNum < 1) {
  965. this.$modal.msg('当前已是第一页')
  966. return;
  967. }
  968. this.pageSize = pageSize;
  969. this.pageNum = pageNum;
  970. let that = this
  971. this.eventList = []
  972. //右侧获取事件列表
  973. getEventList({day: day, pageSize: pageSize, pageNum: pageNum, eventName: eventSearch}, loading).then(res => {
  974. this.eventList = res.data
  975. if (this.eventList != null && this.eventList.length > 0) {
  976. if (this.eventList[0].eventStatusValue == 'forest_event_status_1') {
  977. that.$refs.bottomMenu.updateAlert();
  978. that.$refs.up.play();
  979. } else {
  980. that.$refs.bottomMenu.updateAlertFalse();
  981. }
  982. }
  983. })
  984. },
  985. getEventByEventType(day, loading) {
  986. let that = this
  987. //右侧获取事件分类
  988. getEventByEventType({day: day}, loading).then(res => {
  989. if (res.data != null && res.data.length > 0) {
  990. this.showEventKind = true
  991. this.eventKind.data = res.data
  992. this.eventKind.colors = ['#1ce0a9', '#d6333b', '#e68d3f', '#32c5e9', '#2abc65']
  993. this.eventKind.showValue = true
  994. this.eventKind = {...this.eventKind}
  995. } else {
  996. this.showEventKind = false
  997. this.eventKind = {}
  998. this.eventKind = {...this.eventKind}
  999. }
  1000. })
  1001. },
  1002. getEventByReportorOrder(day, loading) {
  1003. let that = this
  1004. //右侧获取上报排名
  1005. getEventByReportorOrder({day: day}, loading).then(res => {
  1006. if (res.data != null && res.data.length > 0) {
  1007. this.reportList.data = res.data
  1008. this.reportList = {...this.reportList}
  1009. } else {
  1010. this.reportList.data = []
  1011. this.reportList = {...this.reportList}
  1012. }
  1013. })
  1014. },
  1015. getEventListNew() {
  1016. this.eventList = []
  1017. this.eventListAll = []
  1018. //右侧获取事件列表
  1019. getEventList({day: this.getCurrentDataStr()}).then(res => {
  1020. this.eventList = res.data
  1021. this.eventListAll = res.data
  1022. })
  1023. },
  1024. getWebSocketEvent(data) {
  1025. let that = this
  1026. const event = JSON.parse(data);
  1027. //右侧获取事件列表
  1028. that.markersList = []
  1029. let markersMap = {
  1030. lng: 124.59,
  1031. lat: 43.02,
  1032. icon: 'marker',
  1033. bindPopupHtml: '',
  1034. click: '',
  1035. parameter: '',
  1036. keepBindPopup: false,
  1037. isAggregation: false
  1038. }
  1039. if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount == 0) {
  1040. markersMap.click = 'showEventDialog'
  1041. markersMap.icon = 'sj-icon-map-xinshangbao'
  1042. }
  1043. if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount > 0) {
  1044. markersMap.click = 'showEventDialog'
  1045. markersMap.icon = 'sj-icon-map-cuiban'
  1046. } else if (event.eventStatusValue == 'forest_event_status_2') {
  1047. markersMap.click = 'showEventDialog'
  1048. markersMap.icon = 'sj-icon-map-qianshou'
  1049. markersMap.isAggregation = false
  1050. } else if (event.eventStatusValue == 'forest_event_status_5') {
  1051. markersMap.click = 'showEventDialog'
  1052. markersMap.icon = 'sj-icon-map-banjie'
  1053. markersMap.isAggregation = false
  1054. } else if (event.eventStatusValue == 'forest_event_status_6') {
  1055. markersMap.click = 'showEventDialog'
  1056. markersMap.icon = 'sj-icon-map-guidang'
  1057. } else if (event.eventStatusValue == 'forest_event_status_7') {
  1058. markersMap.click = 'showEventDialog'
  1059. markersMap.icon = 'sj-icon-map-queren'
  1060. }
  1061. markersMap.parameter = event.eventCode
  1062. markersMap.lng = event.longitude
  1063. markersMap.lat = event.latitude
  1064. markersMap.bindPopupHtml = '<div class="map-tip">' +
  1065. '<span>' +
  1066. ' <div class="d-l-con">' +
  1067. ' <div class="d-l-l-text">' +
  1068. ' <h4>经纬度:' + event.longitude + ',' + event.latitude + '</h4>' +
  1069. ' </div>' +
  1070. ' </div>' +
  1071. ' </span>' +
  1072. '<span>' +
  1073. ' <div class="d-l-con">' +
  1074. ' <div class="d-l-l-text">' +
  1075. ' <h4>事件名称:' + event.eventName + '</h4>' +
  1076. ' </div>' +
  1077. ' </div>' +
  1078. ' </span>' +
  1079. '<span>' +
  1080. ' <div class="d-l-con">' +
  1081. ' <div class="d-l-l-text">' +
  1082. ' <h4>事件时间:' + event.createTime + '</h4>' +
  1083. ' </div>' +
  1084. ' </div>' +
  1085. ' </span>';
  1086. if (event.pictureType == 'image' && event.picturePath != null && event.picturePath != '') {
  1087. markersMap.bindPopupHtml += '<span>' +
  1088. ' <div class="d-l-con">' +
  1089. ' <div class="d-l-l-text">' +
  1090. '<img src="' + event.picturePath + '" style="width: 150px;height: 100px"/>' +
  1091. ' </div>' +
  1092. ' </div>' +
  1093. ' </span>'
  1094. }
  1095. markersMap.bindPopupHtml += '</div>'
  1096. that.markersList.push(markersMap)
  1097. setTimeout(() => {
  1098. that.$refs.supermap.setMarkers(that.markersList)
  1099. }, 1000)
  1100. },
  1101. getExposureStage(day, loading) {
  1102. let that = this
  1103. //右侧获取曝光台
  1104. getExposureStage({day: day}, loading).then(res => {
  1105. this.exposureStageList = res.data
  1106. })
  1107. },
  1108. /** ----------------------------------weosocket开始------------------------------------- */
  1109. initWebSocket() { //初始化weosocket
  1110. // const wsuri = 'ws://127.0.0.1:10003/webSocket/' + Cookies.get('username')
  1111. const wsuri = 'ws://121.36.228.66:10003/webSocket/admin'
  1112. // const wsuri = 'ws://121.36.228.66:100036/webSocket/admin'
  1113. this.websock = new WebSocket(wsuri)
  1114. console.log('建立websocket连接')
  1115. this.websock.onopen = this.websocketonopen
  1116. this.websock.onmessage = this.websocketonmessage
  1117. this.websock.onerror = this.websocketonerror
  1118. },
  1119. websocketonopen() { //连接建立之后执行send方法发送数据
  1120. console.log('websocket连接成功')
  1121. this.weosocket = true
  1122. this.sendPing()
  1123. },
  1124. websocketonerror() { //连接建立失败重连
  1125. this.initWebSocket()
  1126. },
  1127. websocketonmessage(e) { //数据接收
  1128. console.log('你看e是啥', e)//{"fromId":"forest","fromUserId":"admin","toUserId":"admin"}
  1129. console.log('接收数据', e.data)//{"fromId":"forest","fromUserId":"admin","toUserId":"admin"}
  1130. console.log('接收数据强哥 哈哈哈', e.data)//{"fromId":"forest","fromUserId":"admin","toUserId":"admin"}
  1131. // let data = "{\"fromId\":\"forest\",\"fromUserId\":\""+Cookies.get('username')+"\",\"toUserId\":\""+Cookies.get('username')+"\"}";
  1132. // let data = "{\"fromId\":\"forest\",\"fromUserId\":\"admin\",\"toUserId\":\"admin\"}";
  1133. let data = e.data;
  1134. if (this.calendarDay == this.getCurrentDataStr() && data != e.data) {
  1135. this.getWebSocketEvent(e.data);
  1136. // this.getEventListNew();
  1137. // this.getTodayEvents(this.getCurrentDataStr());
  1138. // this.getDeptEventCount(this.getCurrentDataStr());
  1139. // this.getEventByEventType(this.getCurrentDataStr());
  1140. // this.getEventByReportorOrder(this.getCurrentDataStr());
  1141. // this.$refs.bottomMenu.updateAlert();
  1142. // this.$refs.up.play();
  1143. // thes.$refs.up.pause();//停止播放音乐
  1144. }
  1145. },
  1146. websocketsend(Data) { //数据发送
  1147. this.websock.send(Data)
  1148. },
  1149. websocketclose(e) { //关闭
  1150. console.log('断开连接', e)
  1151. // clearInterval(this.setIntervalWesocketPush)
  1152. this.weosocket = false
  1153. },
  1154. /**发送心跳
  1155. * @param {number} time 心跳间隔毫秒 默认5000
  1156. * @param {string} ping 心跳名称 默认字符串ping
  1157. */
  1158. sendPing(time = 60000, ping = {
  1159. 'fromId': 'forest',
  1160. 'fromUserId': Cookies.get('username'),
  1161. 'toUserId': Cookies.get('username')
  1162. }) {
  1163. clearInterval(this.setIntervalWesocketPush)
  1164. this.setIntervalWesocketPush = setInterval(() => {
  1165. if (this.weosocket) {
  1166. this.websock.send(JSON.stringify(ping))
  1167. } else {
  1168. this.initWebSocket()
  1169. }
  1170. }, time)
  1171. },
  1172. stopAudio() {
  1173. this.$refs.up.pause(); //停止播放音乐
  1174. this.$refs.up.currentTime = 0;
  1175. },
  1176. /** ----------------------------------weosocket结束------------------------------------- */
  1177. /** ----------------------------------底部按钮公用组件开始------------------------------------- */
  1178. showDialog(click) {
  1179. if (click == 'eventLocation') {
  1180. this.$refs.eventLocation.showEventLocation()
  1181. this.$refs.supermap.isEditableLayers = false
  1182. this.$refs.bottomMenu.showChild = false
  1183. this.$refs.bottomMenu.showBanChild = false
  1184. this.$refs.bottomMenu.showChangChild = false
  1185. } else if (click == 'editableLayers') {
  1186. this.$refs.bottomMenu.showChild = false
  1187. this.$refs.bottomMenu.showBanChild = false
  1188. this.$refs.bottomMenu.showChangChild = false
  1189. if (!this.$refs.supermap.isEditableLayers) {
  1190. this.$refs.supermap.isEditableLayers = true
  1191. } else {
  1192. this.$refs.supermap.isEditableLayers = false
  1193. }
  1194. } else if (click == 'layerSwitching') {
  1195. this.$refs.supermap.isEditableLayers = false
  1196. this.$refs.bottomMenu.showBanChild = false
  1197. this.$refs.bottomMenu.showChangChild = false
  1198. if (!this.$refs.bottomMenu.showChild) {
  1199. this.$refs.bottomMenu.showChild = true
  1200. } else {
  1201. this.$refs.bottomMenu.showChild = false
  1202. }
  1203. } else if (click == 'TVWall') {
  1204. this.$refs.TVWall.showTVWall()
  1205. this.$refs.supermap.isEditableLayers = false
  1206. this.$refs.bottomMenu.showChild = false
  1207. this.$refs.bottomMenu.showBanChild = false
  1208. this.$refs.bottomMenu.showChangChild = false
  1209. } else if (click == 'forestban') {
  1210. this.$refs.supermap.isEditableLayers = false
  1211. this.$refs.bottomMenu.showChild = false
  1212. this.$refs.bottomMenu.showChangChild = false
  1213. if (!this.$refs.bottomMenu.showBanChild) {
  1214. this.$refs.bottomMenu.showBanChild = true
  1215. } else {
  1216. this.$refs.bottomMenu.showBanChild = false
  1217. }
  1218. } else if (click == 'forestchang') {
  1219. this.$refs.supermap.isEditableLayers = false
  1220. this.$refs.bottomMenu.showBanChild = false
  1221. this.$refs.bottomMenu.showChild = false
  1222. if (!this.$refs.bottomMenu.showChangChild) {
  1223. this.$refs.bottomMenu.showChangChild = true
  1224. } else {
  1225. this.$refs.bottomMenu.showChangChild = false
  1226. }
  1227. }
  1228. },
  1229. //选择图层
  1230. choseLayerSwitching(url, isClear) {
  1231. this.$refs.supermap.layerSwitching(url, isClear)
  1232. },
  1233. //选择图层(传递数组)
  1234. choseLayerSwitchingList(urlList) {
  1235. this.$refs.supermap.layerSwitchingList(urlList)
  1236. },
  1237. /** ----------------------------------底部按钮公用组件结束------------------------------------- */
  1238. }
  1239. }
  1240. </script>
  1241. <style rel="stylesheet/scss" lang="scss" scoped>
  1242. @import '@/assets/styles/base.scss';
  1243. .paging {
  1244. padding: .5rem .3rem;
  1245. display: flex;
  1246. justify-content: center;
  1247. align-content: center;
  1248. span {
  1249. color: #2bacf7;
  1250. display: flex;
  1251. align-items: center;
  1252. padding: 0 1rem;
  1253. }
  1254. button {
  1255. padding: 0 0.3rem;
  1256. height: 1.5rem;
  1257. background-color: #112543;
  1258. color: #2bacf7;
  1259. border: 1px solid #33467f;
  1260. }
  1261. button:hover {
  1262. padding: 0 0.3rem;
  1263. height: 1.5rem;
  1264. background-color: #112543;
  1265. color: #0ff7c5;
  1266. border: 1px solid #1d657f;
  1267. }
  1268. }
  1269. </style>