123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506 |
- <!--可视化公共模板 林业-->
- <template>
- <div class="visual-con">
- <!--头部-->
- <vheader></vheader>
- <!--主体-->
- <div class="visual-body">
- <!-- 左侧 -->
- <div class="leftbar" ref="left">
- <!-- 1 通知公告 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="this-title">
- <span>通知公告</span>
- <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
- </div>
- <div class="i-list-con h-14">
- <div class="d-l-con no_hover">
- <div class="d-l-l-text w-100p no-weight">
- <h4 class="line-h-1 w-100p" v-html="noticeContent">{{ noticeContent }}</h4>
- </div>
- </div>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 2 事件统计-->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="i-list-con h-29-5">
- <div class="d-l-con no_hover">
- <div class="event-count">
- <div class="count-number">{{ totalStr.charAt(0) }}</div>
- <div class="count-number">{{ totalStr.charAt(1) }}</div>
- <div class="count-number">{{ totalStr.charAt(2) }}</div>
- <div class="count-number">{{ totalStr.charAt(3) }}</div>
- <div class="count-number">{{ totalStr.charAt(4) }}</div>
- <div class="count-number">{{ totalStr.charAt(5) }}</div>
- <dv-decoration-5 style="width:81%;height:15px;position: absolute; top:4.2rem;z-index: 0; " />
- </div>
- </div>
- <div class="d-l-con-icon no_hover">
- <div class="icon-con w-33 flex-d t-a-center">
- <dv-decoration-9
- style="width: 5.5rem;height: 5.5rem; color:#16e29e;font-size: 1rem;font-weight: bolder;">
- {{ newReport_pre }}%
- </dv-decoration-9>
- <div class="e-state"
- :style="{ 'background-image': `url(${require('@/assets/images/integrated/state-bg.png')})` }">
- <span>新上报</span> <span>{{ newReport }}</span>
- </div>
- </div>
- <div class="icon-con w-33 flex-d t-a-center">
- <dv-decoration-9
- style="width: 5.5rem;height: 5.5rem; color:#f18425;font-size: 1rem;font-weight: bolder;">
- {{ readySure_pre }}%
- </dv-decoration-9>
- <div class="e-state"
- :style="{ 'background-image': `url(${require('@/assets/images/integrated/state-bg.png')})` }">
- <span>处理中</span> <span>{{ readySure }}</span>
- </div>
- </div>
- <div class="icon-con w-33 flex-d t-a-center">
- <dv-decoration-9
- style="width: 5.5rem;height: 5.5rem; color:#9179f1;font-size: 1rem;font-weight: bolder;">
- {{ readyFinish_pre }}%
- </dv-decoration-9>
- <div class="e-state"
- :style="{ 'background-image': `url(${require('@/assets/images/integrated/state-bg.png')})` }">
- <span>已完成</span> <span>{{ readyFinish }}</span>
- </div>
- </div>
- </div>
- <div class="d-l-con no_hover">
- <div id="chart-event-ai" style="width: 100%;height:6vh;"></div>
- </div>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 3 组织机构 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="i-list-con h-27">
- <div class="d-l-con " v-for="(item,index) in forestFarm" :key="index" :class="{on:listCurrentIndex1==item.deptId}"
- v-on:click="selectCameraByDeptId(item.deptId)">
- <div class="d-l-l-text">
- <i class="i-small"></i>
- <h4 >{{ item.deptName }}</h4>
- </div>
- <div class="d-l-l-count">{{ item.eventCount }}</div>
- </div>
- </div>
- </dv-border-box-13>
- </div>
- </div>
- <!-- 地图 -->
- <supermap ref="supermap" style="width: 100%;height: 100vh;" @showEventDialog="showEventDialog"></supermap>
- <!-- 右侧 -->
- <div class="rightbar rightbar-index" ref="right">
- <div class="right-item1">
- <!-- 天气 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)" >
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="i-list-con small-bottom-margin h-18">
- <el-row :gutter="20" v-if="todatWeather">
- <el-col :span="9">
- <div class="weather-img">
- <img v-if="weatherinformationWeather == 1" src="../assets/images/integrated/weather/qing-1.png">
- <img v-if="weatherinformationWeather == 2" src="../assets/images/integrated/weather/duoyun-2.png">
- <img v-if="weatherinformationWeather == 3" src="../assets/images/integrated/weather/yin-3.png">
- <img v-if="weatherinformationWeather == 4" src="../assets/images/integrated/weather/zhenyu-4.png">
- <img v-if="weatherinformationWeather == 5"
- src="../assets/images/integrated/weather/leizhenyu-5.png">
- <img v-if="weatherinformationWeather == 6"
- src="../assets/images/integrated/weather/leizhenyubingbao-6.png">
- <img v-if="weatherinformationWeather == 7" src="../assets/images/integrated/weather/yujiaxue-7.png">
- <img v-if="weatherinformationWeather == 8" src="../assets/images/integrated/weather/xiaoyu-8.png">
- <img v-if="weatherinformationWeather == 9 || weatherinformationWeather == 22"
- src="../assets/images/integrated/weather/zhongyu-9.png">
- <img v-if="weatherinformationWeather == 10 || weatherinformationWeather == 23"
- src="../assets/images/integrated/weather/dayu-10.png">
- <img v-if="weatherinformationWeather == 11 || weatherinformationWeather == 24"
- src="../assets/images/integrated/weather/baoyu-11.png">
- <img v-if="weatherinformationWeather == 12 || weatherinformationWeather == 25"
- src="../assets/images/integrated/weather/dabaoyu-12.png">
- <img v-if="weatherinformationWeather == 13 || weatherinformationWeather == 26"
- src="../assets/images/integrated/weather/tedabaoyu-13.png">
- <img v-if="weatherinformationWeather == 14"
- src="../assets/images/integrated/weather/zhenxue-14.png">
- <img v-if="weatherinformationWeather == 15"
- src="../assets/images/integrated/weather/xiaoxue-15.png">
- <img v-if="weatherinformationWeather == 16 || weatherinformationWeather == 27"
- src="../assets/images/integrated/weather/zhongxue-16.png">
- <img v-if="weatherinformationWeather == 17 || weatherinformationWeather == 28"
- src="../assets/images/integrated/weather/daxue-17.png">
- <img v-if="weatherinformationWeather == 18 || weatherinformationWeather == 29"
- src="../assets/images/integrated/weather/baoxue-18.png">
- <img v-if="weatherinformationWeather == 19" src="../assets/images/integrated/weather/wu-19.png">
- <img v-if="weatherinformationWeather == 20" src="../assets/images/integrated/weather/dongyu-20.png">
- <img v-if="weatherinformationWeather == 21"
- src="../assets/images/integrated/weather/shachenbao-21.png">
- <img v-if="weatherinformationWeather == 30" src="../assets/images/integrated/weather/fuchen-30.png">
- <img v-if="weatherinformationWeather == 31"
- src="../assets/images/integrated/weather/yangsha-31.png">
- <img v-if="weatherinformationWeather == 32"
- src="../assets/images/integrated/weather/qiangshachenbao-32.png">
- <span v-if="weatherinformationWeather == 1">晴</span>
- <span v-if="weatherinformationWeather == 2">多云</span>
- <span v-if="weatherinformationWeather == 3">阴</span>
- <span v-if="weatherinformationWeather == 4">阵雨</span>
- <span v-if="weatherinformationWeather == 5">雷阵雨</span>
- <span v-if="weatherinformationWeather == 6">雷阵雨伴有冰雹</span>
- <span v-if="weatherinformationWeather == 7">雨夹雪</span>
- <span v-if="weatherinformationWeather == 8">小雨</span>
- <span v-if="weatherinformationWeather == 9">中雨</span>
- <span v-if="weatherinformationWeather == 10">大雨</span>
- <span v-if="weatherinformationWeather == 11">暴雨</span>
- <span v-if="weatherinformationWeather == 12">大暴雨</span>
- <span v-if="weatherinformationWeather == 13">特大暴雨</span>
- <span v-if="weatherinformationWeather == 14">阵雪</span>
- <span v-if="weatherinformationWeather == 15">小雪</span>
- <span v-if="weatherinformationWeather == 16">中雪</span>
- <span v-if="weatherinformationWeather == 17">大雪</span>
- <span v-if="weatherinformationWeather == 18">暴雪</span>
- <span v-if="weatherinformationWeather == 19">雾</span>
- <span v-if="weatherinformationWeather == 20">冻雨</span>
- <span v-if="weatherinformationWeather == 21">沙尘暴</span>
- <span v-if="weatherinformationWeather == 22">小雨—中雨</span>
- <span v-if="weatherinformationWeather == 23">中雨—大雨</span>
- <span v-if="weatherinformationWeather == 24">大雨—暴雨</span>
- <span v-if="weatherinformationWeather == 25">暴雨—大暴雨</span>
- <span v-if="weatherinformationWeather == 26">大暴雨—特大暴雨</span>
- <span v-if="weatherinformationWeather == 27">小雪—中雪</span>
- <span v-if="weatherinformationWeather == 28">中雪—大雪</span>
- <span v-if="weatherinformationWeather == 29">大雪—暴雪</span>
- <span v-if="weatherinformationWeather == 30">浮尘</span>
- <span v-if="weatherinformationWeather == 31">扬沙</span>
- <span v-if="weatherinformationWeather == 32">强沙尘暴</span>
- </div>
- </el-col>
- <el-col :span="15">
- <div class="weather-info">
- <ul>
- <li>风力:{{ weatherinformationPower }}级</li>
- <li>低温:{{ weatherinformationLow }}℃</li>
- <li v-if="weatherinformationDirection == 1">风向:东风</li>
- <li v-if="weatherinformationDirection == 2">风向:东南风</li>
- <li v-if="weatherinformationDirection == 3">风向:南风</li>
- <li v-if="weatherinformationDirection == 4">风向:西南风</li>
- <li v-if="weatherinformationDirection == 5">风向:西风</li>
- <li v-if="weatherinformationDirection == 6">风向:西北风</li>
- <li v-if="weatherinformationDirection == 7">风向:北风</li>
- <li v-if="weatherinformationDirection == 8">风向:东北风</li>
- <li>高温:{{ weatherinformationHigh }}℃</li>
- <li>火险:{{ weatherinformationLevelValue }}
- </li>
- <li>湿度:{{ weatherinformationTemperature }}</li>
- </ul>
- </div>
- </el-col>
- </el-row>
- <el-row :gutter="20" v-else>
- <el-col :span="24">
- <div class="weather-img">
- 暂无天气信息!
- </div>
- </el-col>
- </el-row>
- <div class="firestate" v-if="todatWeather">
- <div
- :class="weatherinformationLevel == 'forest_weatherinformation_level_1' ? 'state-block1 state-on' : 'state-block1'">
- </div>
- <div
- :class="weatherinformationLevel == 'forest_weatherinformation_level_2' ? 'state-block2 state-on' : 'state-block2'">
- </div>
- <div
- :class="weatherinformationLevel == 'forest_weatherinformation_level_3' ? 'state-block3 state-on' : 'state-block3'">
- </div>
- <div
- :class="weatherinformationLevel == 'forest_weatherinformation_level_4' ? 'state-block4 state-on' : 'state-block4'">
- </div>
- <div
- :class="weatherinformationLevel == 'forest_weatherinformation_level_5' ? 'state-block5 state-on' : 'state-block5'">
- </div>
- </div>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 曝光台 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="this-title">
- <span>超期事件</span>
- <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
- </div>
- <div class="i-list-con small-bottom-margin h-18">
- <div class="d-l-con padding-box nowrap" v-for="(item, index) in exposureStageList">
- <div class="bgt-state">
- <div class="bgt-state-frequency">{{ item.urgeCount }}</div>
- <div class="bgt-state-minute">{{ item.timeDiff }}分钟</div>
- </div>
- <div class="bgt-info">
- <div class="bgt-info-name">{{ item.eventName }}</div>
- <div class="bgt-info-place">
- <ul>
- <li>{{ item.deptNames }}</li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 事件列表 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="this-title">
- <span>事件列表</span>
- <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
- </div>
- <div class="sj-search">
- <el-input placeholder="请输入内容" prefix-icon="el-icon-search" v-model="eventSearch"
- @change="getEventList(calendarDay, 10, 1, eventSearch)">
- </el-input>
- </div>
- <div class="i-list-con small-bottom-margin" style="height: 24vh;">
- <div class="d-l-con padding-box nowrap" v-for="(item, index) in eventList"
- @click="dropLocation(item.latitude, item.longitude,item.eventCode)" data-html2canvas-ignore>
- <div class="bgt-img">
- <img v-if="item.picturePath != null && item.picturePath != '' && item.pictureType == 'image'"
- :src="item.picturePath" style="width: 93px;height: 64px" loading="lazy" />
- <img v-else-if="item.eventType == '510'"
- src="../assets/images/水压.png"
- style="width: 93px;height: 64px"/>
- <img v-else src="../assets/images/integrated/event-img-sub.png" style="width: 93px;height: 64px" />
- </div>
- <div class="bgt-info">
- <div v-if="item.eventStatusValue == 'forest_event_status_1' && item.urgeCount == 0"
- class="event-state-sb">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-sb">
- 新上报
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_1' && item.urgeCount > 0"
- class="event-state-cb">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-cb">
- 催办
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_2'" class="event-state-qs">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-qs">
- 签收
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_3'" class="event-state-wb">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-wb">
- 误报
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_4'" class="event-state-cf">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-cf">
- 重复
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_5'" class="event-state-bj">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-bj">
- 办结
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_6'" class="event-state-gd">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-gd">
- 归档
- </div>
- </div>
- <div v-if="item.eventStatusValue == 'forest_event_status_7'" class="event-state-qr">
- <i class="el-icon-caret-left"></i>
- <div class="event-list-state-qr">
- 确认
- </div>
- </div>
- <div class="bgt-info-name">{{ item.reportor }} {{ item.eventName }}</div>
- <div class="bgt-info-place">
- <ul>
- <li>{{ item.createTime }}</li>
- </ul>
- </div>
- </div>
- </div>
- </div>
- <!--分页-->
- <div class="paging">
- <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum - 1,eventSearch)">上一页
- </el-button>
- <span>第{{pageNum}}页</span>
- <el-button type="button":disabled="nextbutton" @click="getEventList(calendarDay, 10, pageNum + 1,eventSearch)">下一页
- </el-button>
- </div>
- </dv-border-box-13>
- </div>
- </div>
- <div class="right-item2">
- <!-- 日历 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="i-list-con small-bottom-margin h-30">
- <dateChoose ref="dateChoose" @selectDay="selectDay"></dateChoose>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 事件分类 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="this-title" style="cursor: pointer"
- @click="setEventTypeId({ eventTypeIdDl: [], eventTypeId: [] })">
- <span>事件分类</span>
- <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
- </div>
- <div class="i-list-con small-bottom-margin h-19">
- <chart v-if="showEventKind" :config="eventKind" @setEventTypeId="setEventTypeId"
- style="width: 90%;height: 18vh; padding:.5rem 1rem"></chart>
- </div>
- </dv-border-box-13>
- </div>
- <!-- 上报排行 -->
- <div class="forthis">
- <dv-border-box-13 backgroundColor="rgba(12, 19, 38, .90)"
- style="padding-bottom: 1rem;">
- <img src="../assets/images/integrated/light.png" style="width: 100%; margin-top: .4rem;" />
- <div class="this-title">
- <span>上报排行</span>
- <dv-decoration-3 style="width:150px;height:15px;margin-right: 1rem;" />
- </div>
- <div class="i-list-con small-bottom-margin h-19">
- <dv-scroll-ranking-board :config="reportList" style="width: 100%;height: 300px; padding:.5rem 1rem" />
- </div>
- </dv-border-box-13>
- </div>
- </div>
- </div>
- <vBottomMenu ref="bottomMenu" @stopAudio="stopAudio"></vBottomMenu>
- </div>
- <audio id="resource" ref="up" :src="audioSrc" controls style="display: none;"></audio>
- <eventdetailsdialog ref="eventdetailsdialog" :calendarDay="calendarDay" @getEventList="getEventList"
- @getTodayEvents="getTodayEvents" @getFirespread="getFirespread" @getSupermap="getSupermap"></eventdetailsdialog>
- <firespread ref="firespread" :calendarDay="calendarDay" @getEventList="getEventList()"
- @getTodayEvents="getTodayEvents" @showEventDialog="showEventDialog" @getSupermap="getSupermap"></firespread>
- <eventLocation ref="eventLocation"></eventLocation>
- <TVWall ref="TVWall"></TVWall>
- </div>
- </template>
- <script>
- import dateChoose from '@/views/date.vue' //日历
- /** ----------------------------------weosocket开始------------------------------------- */
- import Cookies from 'js-cookie'
- /** ----------------------------------weosocket结束------------------------------------- */
- import {
- getMenuEventType,
- getEventPush,
- getBaseInfo,
- getLatestNotice,
- getTodayEvents,
- getDeptEventCount,
- getWeather,
- getEventList,
- getEventByEventType,
- getEventByReportorOrder,
- getExposureStage
- } from '@/api/forest'
- import {
- getNearEvent
- } from '@/api/event'
- import supermap from '@/components/supermap-2.5d' //超图
- // import supermapNotProcessed from '@/components/supermap' //超图
- // import supermapProcessed from '@/components/supermap' //超图
- import vheader from '@/components/v-header.vue' //一体化共用头部
- import vBottomMenu from '@/components/vBottomMenu.vue' //一体化公共底部菜单
- import eventLocation from '@/components/eventLocation.vue' //事件定位弹窗
- import TVWall from '@/components/TVWall.vue' //电视墙弹窗
- import eventdetailsdialog from '@/views/eventdetailsdialog.vue' //事件详情弹窗
- import firespread from '@/views/firespread.vue' //事件详情弹窗
- import Firespread from "./firespread";
- import chart from "./from/dvCapsuleChart.vue";
- import {selectConfigKey} from "@/api/system/config";
- import {getUserProfile} from "@/api/system/user";
- let echarts = require('echarts')
- export default {
- components: {
- Firespread,
- supermap,
- // supermapNotProcessed,
- // supermapProcessed,
- vheader,
- vBottomMenu,
- chart,
- eventLocation,
- TVWall,
- dateChoose,
- eventdetailsdialog,
- firespread
- },
- created() {
- /** ----------------------------------底部按钮公用组件开始------------------------------------- */
- window.showDialog = this.showDialog
- window.choseLayerSwitching = this.choseLayerSwitching
- window.choseLayerSwitchingList = this.choseLayerSwitchingList
- /** ----------------------------------底部按钮公用组件结束------------------------------------- */
- },
- mounted() {
- // 初始化地图数据
- this.getSuperMapUrl();
- setTimeout(() => {
- this.getLatestNotice()
- this.getTodayEvents(this.getCurrentDataStr())
- this.getDeptEventCount(this.getCurrentDataStr())
- this.getWeather(this.getCurrentDataStr())
- this.getEventList(this.getCurrentDataStr(), this.pageSize, this.pageNum)
- this.getEventByEventType(this.getCurrentDataStr())
- this.getEventByReportorOrder(this.getCurrentDataStr())
- this.getExposureStage(this.getCurrentDataStr())
- this.getSupermap(this.getCurrentDataStr())
- }, 2000)
- this.getBaseInfo()
- this.getMenuEventType()
- /** ----------------------------------weosocket开始------------------------------------- */
- // this.initWebSocket()
- /** ----------------------------------weosocket结束------------------------------------- */
- this.bottomMenuList() //获取底部公共组件消息和任务
- setTimeout(() => {
- this.title = '四平市态势感知平台'
- }, 1000)
- },
- data() {
- return {
- nextbutton:true,
- //警报MP3文件
- noticeContent:null,
- audioSrc: require('@/assets/jingbao.mp3'),
- title:'',
- calendarDay: this.getCurrentDataStr(),
- //基本情况
- forestInfo: '', //基本情况
- //左侧获取事件信息统计
- totalStr: '000000',
- totalAllEvent: 0,
- aiTotal: '',
- newReport: '',
- otherTotal: '',
- readyFinish: '',
- readySure: '',
- total: '',
- aiTotal_pre: '',
- newReport_pre: '',
- otherTotal_pre: '',
- readyFinish_pre: '',
- readySure_pre: '',
- //左侧部门事件数量
- forestFarm: [],
- //右侧天气
- todatWeather: false,
- weatherinformationDirection: '',
- weatherinformationHigh: '',
- weatherinformationLevel: '',
- weatherinformationLevelValue: '', //火险登记中文
- weatherinformationLow: '',
- weatherinformationPower: '',
- weatherinformationTemperature: '',
- weatherinformationTime: '',
- weatherinformationWeather: '',
- //右侧曝光台
- exposureStageList: [],
- //右侧事件列表
- eventList: [],
- pageSize: 10,
- pageNum: 1,
- eventTypeIdDl: [],
- eventTypeId: [],
- eventListnew: [],
- eventListAll: [],
- eventSearch: '', //事件列表搜索
- listCurrentIndex1: '',
- // ----------------------------------事件分类柱状----------------------------------------
- eventKind: {},
- showEventKind: false,
- // ----------------------------------上报排行----------------------------------------
- reportList: {
- data: []
- },
- /** ----------------------------------weosocket开始------------------------------------- */
- weosocket: false,
- websock: '',
- setIntervalWesocketPush: null,
- websockSid: {
- userId: '',
- eventTypeDl: '',
- eventType: '',
- },
- /** ----------------------------------weosocket结束------------------------------------- */
- /** ----------------------------------摄像头预览开始------------------------------------- */
- activePanel: 'key1',
- isLogin: false,
- cameraParams: [],
- ws: null,
- /** ----------------------------------摄像头预览结束------------------------------------- */
- markersList: [], //点位列表
- cameraList: [] //摄像头列表
- }
- },
- /** ----------------------------------weosocket开始------------------------------------- */
- destroyed() { //离开页面关闭Socket连接
- if (this.websock) {
- clearInterval(this.setIntervalWesocketPush)
- this.websock.close()
- this.websock = null
- }
- },
- metaInfo () {
- return {
- title:this.title,
- meta:[{
- charset: "utf-8"
- },
- {
- name: "viewport",
- content: "width=device-width, initial-scale=1.0,minimum-scale=1.0, maximum-scale=1.0, user-scalable=no"
- }]
- }
- },
- /** ----------------------------------weosocket结束------------------------------------- */
- methods: {
- //初始化地图数据
- getSuperMapUrl(){
- getUserProfile().then(response => {
- let mapDeptId=response.mapDeptId
- let num = 0;
- if (mapDeptId == "365") {
- num = 0;
- } else if (mapDeptId == "369") {
- num = 1;
- } else if (mapDeptId == "371") {
- num = 2;
- } else if (mapDeptId == "373") {
- num = 3;
- } else if (mapDeptId == "372") {
- num = 4;
- } else if (mapDeptId == "370") {
- num = 5;
- }
- this.$refs.supermap.removeAllviewer(num, -1);
- });
- },
- getMenuEventType() {
- let that = this
- getMenuEventType().then(res => {
- that.websockSid.userId = Cookies.get('userId')
- that.websockSid.eventTypeDl = res.data.eventTypeDl
- that.websockSid.eventType = res.data.eventType
- that.initWebSocket(that.websockSid.userId, that.websockSid.eventTypeDl, that.websockSid.eventType)
- console.log(that.websockSid)
- })
- },
- // searchEvent(pageSize,pageNum,eventSearch) {
- // this.pageSize = pageSize;
- // this.pageNum = pageNum;
- // let that = this
- // //事件列表搜索
- // this.eventList = []
- // //右侧获取事件列表
- // getEventList({ day: that.calendarDay,pageSize:pageSize,pageNum: pageNum ,eventName:eventSearch}).then(res => {
- // this.eventList = res.data
- // if (this.eventList != null && this.eventList.length > 0) {
- // if(this.eventList[0].eventStatusValue == 'forest_event_status_1'){
- // that.$refs.bottomMenu.updateAlert();
- // that.$refs.up.play();
- // }
- // }
- // })
- // },
- dropLocation(lat, lng,eventCode) {
- this.$refs.supermap.dropLocation(lat, lng,18)
- this.showEventDialog(eventCode)
- },
- showEventDialog(eventCode) {
- //事件信息弹出
- this.$refs.eventdetailsdialog.showEventDialog(eventCode)
- },
- getFirespread(eventCode) {
- this.$refs.firespread.showEventDialog(eventCode);
- this.$refs.firespread.fireControlViewList()
- },
- getCurrentDataStr() {
- let date = new Date()
- let y = date.getFullYear()
- let m = date.getMonth() + 1
- m = m < 10 ? '0' + m : m
- let d = date.getDate()
- d = d < 10 ? '0' + d : d
- return y + '-' + m + '-' + d
- },
- selectDay(day) { //日历点击
- this.pageNum = 1
- this.getTodayEvents(day)
- this.getDeptEventCount(day)
- this.getWeather(day)
- this.getEventList(day, 10, 1)
- this.getEventByEventType(day)
- this.getEventByReportorOrder(day)
- this.getExposureStage(day)
- this.getSupermap(day);
- this.calendarDay = day
- },
- //事件数量统计chart 样例地址http://192.144.199.210:8080/editor/index.html?chart_id=jTXf0Rv4A3oiBONB
- eventChartAi(aiTotal_pre, otherTotal_pre) {
- // 基于准备好的dom,初始化echarts实例
- let myChart = echarts.init(document.getElementById('chart-event-ai'))
- myChart.setOption({
- tooltip: {
- trigger: 'none'
- },
- grid: {
- top: '65%',
- left: '5%',
- right: '5%'
- },
- yAxis: {
- data: ['百分比'],
- axisTick: {
- show: false
- },
- axisLine: {
- show: false
- },
- axisLabel: {
- show: false
- }
- },
- xAxis: {
- splitLine: {
- show: false
- },
- axisTick: {
- show: false
- },
- axisLine: {
- show: false
- },
- axisLabel: {
- show: false
- }
- },
- legend: {
- data: ['AI', '其他'],
- bottom: '5%',
- textStyle: {
- color: '#1FC3CE',
- fontSize: 14
- }
- },
- series: [{
- // name: '最上层立体圆',
- type: 'pictorialBar',
- symbolSize: [10, 20],
- symbolOffset: [2, 0],
- z: 12,
- itemStyle: {
- normal: {
- color: '#293CA0'
- }
- },
- data: [{
- value: 100,
- symbolPosition: 'end'
- }]
- }, {
- // name: '中间立体圆',
- type: 'pictorialBar',
- symbolSize: [10, 20],
- symbolOffset: [2, 0],
- z: 12,
- itemStyle: {
- normal: {
- color: '#45ac8d'
- }
- },
- data: [{
- value: aiTotal_pre,
- symbolPosition: 'end'
- }]
- }, {
- // name: '最底部立体圆',
- type: 'pictorialBar',
- symbolSize: [10, 20],
- symbolOffset: [-4, 0],
- z: 12,
- itemStyle: {
- normal: {
- color: '#196d59'
- }
- },
- data: [otherTotal_pre]
- }, {
- name: 'AI',
- //底部立体柱
- stack: '1',
- type: 'bar',
- itemStyle: {
- normal: {
- color: new echarts.graphic.LinearGradient(0, 0, 1, 0, [{
- offset: 0,
- color: '#29ac8f'
- }, {
- offset: 1,
- color: '#0a3f3f'
- }])
- }
- },
- label: {
- normal: {
- show: true,
- position: 'inside',
- offset: [0, 1],
- formatter: function (obj) {
- return (obj.value).toLocaleString() + '%'
- },
- textStyle: {
- align: 'center',
- baseline: 'middle',
- fontSize: 14,
- fontWeight: '400',
- color: '#fff',
- textShadowColor: '#000',
- textShadowBlur: '0',
- textShadowOffsetX: 1,
- textShadowOffsetY: 1
- }
- }
- },
- silent: true,
- barWidth: 20,
- barGap: '-100%', // Make series be overlap
- data: [aiTotal_pre]
- }, {
- name: '其他',
- //上部立体柱
- stack: '1',
- type: 'bar',
- itemStyle: {
- normal: {
- color: '#14257B',
- opacity: .7
- }
- },
- silent: true,
- barWidth: 20,
- barGap: '-100%', // Make series be overlap
- data: [otherTotal_pre],
- // itemStyle: {
- // normal: {
- // color: 'rgba(29,67,243,1)',
- // }
- // },
- label: {
- normal: {
- show: true,
- position: 'inside',
- offset: [0, 1],
- formatter: function (obj) {
- return (obj.value).toLocaleString() + '%'
- },
- textStyle: {
- align: 'center',
- baseline: 'middle',
- fontSize: 14,
- fontWeight: '400',
- color: '#fff',
- textShadowColor: '#000',
- textShadowBlur: '0',
- textShadowOffsetX: 1,
- textShadowOffsetY: 1
- }
- }
- },
- }]
- })
- },
- getLatestNotice() {
- //左侧获取通知公告
- getLatestNotice().then(res => {
- if (res.code == 200) {
- this.noticeContent = res.data.noticeContent //通知公告
- }
- })
- },
- getTodayEvents(day, loading) {
- let that = this
- //左侧获取事件信息统计
- getTodayEvents({
- day: day,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- this.aiTotal = res.data.aiTotal
- this.aiTotal_pre = res.data.aiTotal_pre
- this.newReport = res.data.newReport
- this.newReport_pre = res.data.newReport_pre
- this.otherTotal = res.data.otherTotal
- this.otherTotal_pre = res.data.otherTotal_pre
- this.readyFinish = res.data.readyFinish
- this.readyFinish_pre = res.data.readyFinish_pre
- this.readySure = res.data.readySure
- this.readySure_pre = res.data.readySure_pre
- this.totalStr = res.data.totalStr
- this.totalAllEvent = +res.data.totalStr
- this.total = res.data.total
- this.eventChartAi(this.aiTotal_pre, this.otherTotal_pre)
- })
- },
- getDeptEventCount(day, loading) {
- let that = this
- //左侧获取事件部门数量
- getDeptEventCount({
- day: day,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- this.forestFarm = res.data
- })
- },
- getWeather(day) {
- let that = this
- //右侧获取天气信息
- getWeather({ day: day }).then(res => {
- if (res.code == 200) {
- if (res.msg == '天气未添加') {
- this.todatWeather = false
- } else {
- this.todatWeather = true
- this.weatherinformationDirection = res.data.weatherinformationDirection
- this.weatherinformationHigh = res.data.weatherinformationHigh
- this.weatherinformationLevel = res.data.weatherinformationLevel
- this.weatherinformationLevelValue = res.data.weatherinformationLevelValue
- this.weatherinformationLow = res.data.weatherinformationLow
- this.weatherinformationPower = res.data.weatherinformationPower
- this.weatherinformationTemperature = res.data.weatherinformationTemperature
- this.weatherinformationTime = res.data.weatherinformationTime
- this.weatherinformationWeather = res.data.weatherinformationWeather
- }
- } else {
- this.todatWeather = false
- }
- })
- },
- setEventTypeId(data) {
- // let data = {eventTypeIdDl: [], eventTypeId: []}
- // let data = {eventTypeIdDl: that.eventTypeIdDl, eventTypeId: that.eventTypeId}
- let that = this
- that.eventTypeIdDl = data.eventTypeIdDl
- that.eventTypeId = data.eventTypeId
- that.getSupermap(that.calendarDay, false)
- that.getTodayEvents(that.calendarDay, false)
- that.getEventByEventType(that.calendarDay, false)
- that.getExposureStage(that.calendarDay, false)
- that.getEventByReportorOrder(that.calendarDay, false)
- that.getDeptEventCount(that.calendarDay, false)
- that.getEventList(that.calendarDay, that.pageSize, that.pageNum, '', false)
- },
- getSupermap(day, loading) {
- let that = this
- getNearEvent('', '', day, loading, that.eventTypeIdDl, that.eventTypeId).then(res => {
- that.markersList = [];
- if (res.data != null && res.data.length > 0) {
- for (let i = 0; i < res.data.length; i++) {
- let markersMap = {
- lng: 124.59,
- lat: 43.02,
- icon: 'marker',
- bindPopupHtml: '',
- click: '',
- parameter: '',
- name: i,
- keepBindPopup: false,
- isAggregation: false
- }
- if (res.data.length > 200) {
- markersMap.isAggregation = true
- }
- if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount == 0) {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-xinshangbao'
- }
- if (res.data[i].eventStatusValue == 'forest_event_status_1' && res.data[i].urgeCount > 0) {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-cuiban'
- } else if (res.data[i].eventStatusValue == 'forest_event_status_2') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-qianshou'
- markersMap.isAggregation = false
- } else if (res.data[i].eventStatusValue == 'forest_event_status_5') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-banjie'
- markersMap.isAggregation = false
- } else if (res.data[i].eventStatusValue == 'forest_event_status_6') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-guidang'
- } else if (res.data[i].eventStatusValue == 'forest_event_status_7') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-queren'
- }
- markersMap.parameter = res.data[i].eventCode
- markersMap.lng = res.data[i].longitude
- markersMap.lat = res.data[i].latitude
- markersMap.bindPopupHtml = '<div class="map-tip">' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>经纬度:' + res.data[i].longitude + ',' + res.data[i].latitude + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>事件名称:' + res.data[i].eventName + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>事件时间:' + res.data[i].createTime + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>';
- if (res.data[i].pictureType == 'image' && res.data[i].picturePath != null && res.data[i].picturePath != '') {
- markersMap.bindPopupHtml += '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- '<img src="' + res.data[i].picturePath + '" style="width: 150px;height: 100px"/>' +
- ' </div>' +
- ' </div>' +
- ' </span>'
- }
- markersMap.bindPopupHtml += '</div>'
- that.markersList.push(markersMap)
- }
- setTimeout(() => {
- that.$refs.supermap.clearM()
- that.$refs.supermap.setMarkers(that.markersList)
- }, 2000)
- } else {
- setTimeout(() => {
- that.$refs.supermap.clearM()
- }, 2000)
- }
- })
- },
- getEventList(day, pageSize, pageNum, eventSearch, loading) {
- let num=this.eventList.length/pageSize+1
- if (pageNum < 1) {
- this.$modal.msg('当前已是第一页')
- return
- } else if(pageNum>this.totalAllEvent/10+1)
- {
- this.$modal.msg('当前已是最后一页')
- return;
- }
- this.pageSize = pageSize;
- this.pageNum = pageNum;
- let that = this
- this.eventList = []
- //右侧获取事件列表
- getEventList({
- day: day,
- pageSize: pageSize,
- pageNum: pageNum,
- eventName: eventSearch,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- this.eventList = res.data
- if(res.data!==null&&res.data.length!==0)
- {
- this.nextbutton=false
- }else
- {
- this.nextbutton=true
- }
- if (this.eventList != null && this.eventList.length > 0) {
- if (this.eventList[0].eventStatusValue == 'forest_event_status_1') {
- that.$refs.bottomMenu.updateAlert();
- that.$refs.up.play();
- } else {
- that.$refs.bottomMenu.updateAlertFalse();
- }
- }
- })
- },
- getEventByEventType(day, loading) {
- let that = this
- //右侧获取事件分类
- getEventByEventType({
- day: day,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- if (res.data != null && res.data.length > 0) {
- this.showEventKind = true
- this.eventKind.data = res.data
- this.eventKind.colors = ['#1ce0a9', '#d6333b', '#e68d3f', '#32c5e9', '#2abc65']
- this.eventKind.showValue = true
- this.eventKind = { ...this.eventKind }
- } else {
- this.showEventKind = false
- this.eventKind = {}
- this.eventKind = { ...this.eventKind }
- }
- })
- },
- getEventByReportorOrder(day, loading) {
- let that = this
- //右侧获取上报排名
- getEventByReportorOrder({
- day: day,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- if (res.data != null && res.data.length > 0) {
- this.reportList.data = res.data
- this.reportList = { ...this.reportList }
- } else {
- this.reportList.data = []
- this.reportList = { ...this.reportList }
- }
- })
- },
- getEventListNew() {
- this.eventList = []
- this.eventListAll = []
- //右侧获取事件列表
- getEventList({ day: this.getCurrentDataStr() }).then(res => {
- this.eventList = res.data
- this.eventListAll = res.data
- })
- },
- getWebSocketEvent(data) {
- let that = this
- let event = data
- if (typeof data != 'object') {
- event = JSON.parse(data);
- }
- //右侧获取事件列表
- that.markersList = []
- let markersMap = {
- lng: 124.59,
- lat: 43.02,
- icon: 'marker',
- bindPopupHtml: '',
- click: '',
- parameter: '',
- name:i,
- keepBindPopup: false,
- isAggregation: false
- }
- if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount == 0) {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-xinshangbao'
- }
- if (event.eventStatusValue == 'forest_event_status_1' && event.urgeCount > 0) {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-cuiban'
- } else if (event.eventStatusValue == 'forest_event_status_2') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-qianshou'
- markersMap.isAggregation = false
- } else if (event.eventStatusValue == 'forest_event_status_5') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-banjie'
- markersMap.isAggregation = false
- } else if (event.eventStatusValue == 'forest_event_status_6') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-guidang'
- } else if (event.eventStatusValue == 'forest_event_status_7') {
- markersMap.click = 'showEventDialog'
- markersMap.icon = 'sj-icon-map-queren'
- }
- markersMap.parameter = event.eventCode
- markersMap.lng = event.longitude
- markersMap.lat = event.latitude
- markersMap.bindPopupHtml = '<div class="map-tip">' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>经纬度:' + event.longitude + ',' + event.latitude + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>事件名称:' + event.eventName + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>' +
- '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- ' <h4>事件时间:' + event.createTime + '</h4>' +
- ' </div>' +
- ' </div>' +
- ' </span>';
- if (event.pictureType == 'image' && event.picturePath != null && event.picturePath != '') {
- markersMap.bindPopupHtml += '<span>' +
- ' <div class="d-l-con">' +
- ' <div class="d-l-l-text">' +
- '<img src="' + event.picturePath + '" style="width: 150px;height: 100px"/>' +
- ' </div>' +
- ' </div>' +
- ' </span>'
- }
- markersMap.bindPopupHtml += '</div>'
- that.markersList.push(markersMap)
- setTimeout(() => {
- that.$refs.supermap.clearM()
- that.$refs.supermap.setMarkers(that.markersList)
- }, 1000)
- },
- getExposureStage(day, loading) {
- let that = this
- //右侧获取曝光台
- getExposureStage({
- day: day,
- eventTypeIdDl: that.eventTypeIdDl,
- eventTypeId: that.eventTypeId
- }, loading).then(res => {
- this.exposureStageList = res.data
- })
- },
- /** ----------------------------------weosocket开始------------------------------------- */
- initWebSocket(userId, eventTypeDl, eventType) { //初始化weosocket
- selectConfigKey('KSH_SOCKET').then(res => {
- const wsuri = res.data + userId + '/' + eventTypeDl + '/' + eventType
- this.websock = new WebSocket(wsuri)
- console.log('建立websocket连接')
- this.websock.onopen = this.websocketonopen
- this.websock.onmessage = this.websocketonmessage
- this.websock.onerror = this.websocketonerror
- })
- },
- websocketonopen() { //连接建立之后执行send方法发送数据
- console.log('websocket连接成功')
- this.weosocket = true
- this.sendPing()
- },
- websocketonerror() { //连接建立失败重连
- this.initWebSocket(this.websockSid.userId, this.websockSid.eventTypeDl, this.websockSid.eventType,)
- },
- websocketonmessage(e) { //数据接收
- console.log('接收数据', e.data)
- // let data = "{\"fromId\":\"forest\",\"fromUserId\":\""+Cookies.get('username')+"\",\"toUserId\":\""+Cookies.get('username')+"\"}";
- let data = "{\"fromId\":\"fire\"}";
- if (this.calendarDay == this.getCurrentDataStr() && data != e.data) {
- // 处理收到的消息
- this.handleWebSoceketEvent(e.data)
- this.getTodayEvents(this.getCurrentDataStr(), true);
- this.getDeptEventCount(this.getCurrentDataStr(), true);
- this.getEventByEventType(this.getCurrentDataStr(), true);
- this.getEventByReportorOrder(this.getCurrentDataStr(), true);
- this.getExposureStage(this.getCurrentDataStr(), true);
- // thes.$refs.up.pause();//停止播放音乐
- }
- },
- // 处理WebSocket事件
- handleWebSoceketEvent(val) {
- let that = this
- let data = JSON.parse(val)
- /**
- * that.markersList.filter( item => data.eventCode == item.parameter).length == 0 如果地图中不存在当前事件则添加
- * eventPush: 事件列表消息
- * */
- if (data.tag == "eventPush" && that.markersList.filter(item => data.eventCode == item.parameter).length == 0) {
- getEventPush({ eventCode: data.eventCode }).then((res) => {
- if (res.data != undefined) {
- if (res.data.eventTypeXl == 510) {
- res.data.picturePath = "../assets/images/水压.png"
- }
- //if (res.data.eventStatusValue !== "forest_event_status_1") {
- //插入到第一条
- this.eventList.unshift(res.data)
- // 插入后删除最后一条 保证列表中为10条数据
- if (this.eventList.length > 9)
- this.eventList.splice(10, 1)
- // 将收到的数据在地图上添加
- this.getWebSocketEvent(res.data)
- this.$refs.bottomMenu.updateAlert();
- this.$refs.up.play();
- //}
- }
- })
- }
- console.log(that.eventList[0])
- },
- websocketsend(Data) { //数据发送
- this.websock.send(Data)
- },
- websocketclose(e) { //关闭
- console.log('断开连接', e)
- // clearInterval(this.setIntervalWesocketPush)
- this.weosocket = false
- },
- /**发送心跳
- * @param {number} time 心跳间隔毫秒 默认5000
- * @param {string} ping 心跳名称 默认字符串ping
- */
- sendPing(time = 60000, ping = {
- 'fromId': 'fire'
- }) {
- clearInterval(this.setIntervalWesocketPush)
- this.setIntervalWesocketPush = setInterval(() => {
- if (this.weosocket) {
- this.websock.send(JSON.stringify(ping))
- } else {
- // this.initWebSocket()
- }
- }, time)
- },
- stopAudio() {
- this.$refs.up.pause(); //停止播放音乐
- this.$refs.up.currentTime = 0;
- },
- /** ----------------------------------weosocket结束------------------------------------- */
- /** ----------------------------------底部按钮公用组件开始------------------------------------- */
- bottomMenuList() {
- this.$refs.bottomMenu.selectTaskList()//获取任务列表
- this.$refs.bottomMenu.selectMessageList()//获取消息列表
- },
- showDialog(click) {
- if (click == 'eventLocation') {
- this.$refs.eventLocation.showEventLocation()
- this.$refs.bottomMenu.showMeasure = false
- this.$refs.bottomMenu.showChild = false
- this.$refs.bottomMenu.showBanChild = false
- this.$refs.bottomMenu.showChangChild = false
- } else if (click == 'editableLayers') {
- this.$refs.bottomMenu.showChild = false
- this.$refs.bottomMenu.showBanChild = false
- this.$refs.bottomMenu.showChangChild = false
- if (!this.$refs.bottomMenu.showMeasure) {
- this.$refs.bottomMenu.showMeasure = true
- } else {
- this.$refs.bottomMenu.showMeasure = false
- }
- } else if (click == 'layerSwitching') {
- this.$refs.bottomMenu.showMeasure = false
- this.$refs.bottomMenu.showBanChild = false
- this.$refs.bottomMenu.showChangChild = false
- if (!this.$refs.bottomMenu.showChild) {
- this.$refs.bottomMenu.showChild = true
- } else {
- this.$refs.bottomMenu.showChild = false
- }
- } else if (click == 'TVWall') {
- this.$refs.TVWall.showTVWall()
- this.$refs.bottomMenu.showMeasure = false
- this.$refs.bottomMenu.showChild = false
- this.$refs.bottomMenu.showBanChild = false
- this.$refs.bottomMenu.showChangChild = false
- } else if (click == 'forestban') {
- this.$refs.bottomMenu.showMeasure = false
- this.$refs.bottomMenu.showChild = false
- this.$refs.bottomMenu.showChangChild = false
- if (!this.$refs.bottomMenu.showBanChild) {
- this.$refs.bottomMenu.showBanChild = true
- } else {
- this.$refs.bottomMenu.showBanChild = false
- }
- } else if (click == 'forestchang') {
- this.$refs.bottomMenu.showMeasure = false
- this.$refs.bottomMenu.showBanChild = false
- this.$refs.bottomMenu.showChild = false
- if (!this.$refs.bottomMenu.showChangChild) {
- this.$refs.bottomMenu.showChangChild = true
- } else {
- this.$refs.bottomMenu.showChangChild = false
- }
- }
- },
- //选择图层
- choseLayerSwitching(url, isClear) {
- this.$refs.supermap.layerSwitching(url, isClear)
- },
- //选择图层(传递数组)
- choseLayerSwitchingList(urlList) {
- this.$refs.supermap.layerSwitchingList(urlList)
- },
- /** ----------------------------------底部按钮公用组件结束------------------------------------- */
- }
- }
- </script>
- <style rel="stylesheet/scss" lang="scss" scoped>
- @import '@/assets/styles/base.scss';
- .paging {
- padding: .5rem .3rem;
- display: flex;
- justify-content: center;
- align-content: center;
- span {
- color: #2bacf7;
- display: flex;
- align-items: center;
- padding: 0 1rem;
- }
- button {
- padding: 0 0.3rem;
- height: 1.5rem;
- background-color: #112543;
- color: #2bacf7;
- border: 1px solid #33467f;
- }
- button:hover {
- padding: 0 0.3rem;
- height: 1.5rem;
- background-color: #112543;
- color: #0ff7c5;
- border: 1px solid #1d657f;
- }
- }
- </style>
- <style lang="scss">
- @import '@/assets/styles/base.scss';
- .bottomRight{
- .el-table .el-table__header-wrapper th, .el-table .el-table__fixed-header-wrapper th {
- background-color: $searchBG;
- }
- .el-table td.el-table__cell, .el-table th.el-table__cell.is-leaf {
- border-bottom: 1px $tableBorder;
- }
- .el-table--border, .el-table--border::after {
- border: 1px $tableBorder;
- background-color: $searchBG
- }
- .el-table--border {
- .el-table--group {
- border: 1px $tableBorder;
- }
- .el-table__cell {
- border-right: 1px $tableBorder;;
- }
- }
- .el-table::before {
- background: $searchBG;
- }
- .el-table {
- background: $searchBG;
- color: $inBlue;
- thead {
- }
- tr {
- background: $searchBG;
- }
- td {
- text-align: center;
- }
- .el-table__header-wrapper {
- th {
- color: $inBlue;
- font-size: .8rem;
- }
- }
- thead.is-group {
- .el-table__cell {
- text-align: center;
- background: $searchBG;
- border-bottom: 1px $tableBorder;
- border-right: 1px $tableBorder;
- padding: 0;
- font-weight: normal;
- }
- }
- }
- .el-table__empty-block {
- min-height: auto;
- }
- .el-table__empty-text {
- line-height: 30px;
- }
- .el-table__header {
- width: auto !important
- }
- .el-table__empty-block {
- width: auto !important
- }
- .el-table__body-wrapper {
- .el-table__body {
- width: auto !important
- }
- }
- .el-table--enable-row-hover .el-table__body tr:hover > td.el-table__cell {
- background-color: #0f3655;
- }
- }
- </style>
|