123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149 |
- <template>
- <div class="btm-box">
- <img class="light" src="../assets/images/integrated/btm-light.png"/>
- <div class="btm-left" :class="btmTipIndent">
- <div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c1"></div>
- 新上报
- </div>
- <div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c2"></div>
- 催办
- </div>
- <div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c3"></div>
- 已签收
- </div>
- <!-- div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c4"></div>
- 联动
- </div> -->
- <div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c5"></div>
- 办结
- </div>
- <div class="btm-left-tip">
- <div class="btm-left-block btm-left-state-c6"></div>
- 归档
- </div>
- <div class="btm-legend" @click="btmIndent">
- <span>图例</span>
- <i class="el-icon-caret-right" v-if="this.btmTipIndent !== 'btm-tip-to-right'"></i>
- <i class="el-icon-caret-left" v-if="this.btmTipIndent == 'btm-tip-to-right'"></i>
- </div>
- </div>
- <div class="bottom-menu-normal">
- <div v-for="(fastMenu,index) in fastMenu" :key="index" class="btm-m-con">
- <a><i :class="fastMenu.icon" @click.stop="showDialog(fastMenu.click)"></i><a
- @click.stop="showDialog(fastMenu.click)">{{ fastMenu.name }}</a>
- <div v-if="showChild && fastMenu.click == 'layerSwitching'" class="nav-child">
- <el-button type="primary"
- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiedong_lunkuo',true)"
- class="nav-child-btn" plain>铁东
- </el-button>
- <el-button type="primary"
- @click.stop="choseLayerSwitching('http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiexi_lunkuo',true)"
- class="nav-child-btn" plain>铁西
- </el-button>
- <!-- <el-button type="danger" icon="el-icon-close" style="position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;padding:0;"
- @click.stop="closeChild"></el-button> -->
- </div>
- <!-- 林斑 -->
- <div v-show="showBanChild && fastMenu.click == 'forestban'" class="nav-child">
- <div class="forestban">
- <div class="forestban-con">
- <!-- <el-input-->
- <!-- placeholder="输入关键字进行过滤"-->
- <!-- v-model="filterbanText">-->
- <!-- </el-input>-->
- <el-tree
- :data="deptOptionsLiandong"
- ref="banDept"
- node-key="id"
- :check-strictly="true"
- :filter-node-method="filterbanNode"
- @click
- :accordion="true"
- empty-text="加载中,请稍候"
- :props="defaultProps"
- ></el-tree>
- </div>
- <div class="forestban-right">
- <el-input placeholder="请输入内容" prefix-icon="el-icon-search" v-model="searchFB">
- </el-input>
- <el-checkbox-group v-model="banCheckList" @change="handleCheckedCitiesChangeBan">
- <el-checkbox v-for="(fastMenu,index) in filterbanList" label="http://218.27.1.154:8090/iserver/services/map-sipingshi/rest/maps/tiedong_lunkuo">
- 铁东
- </el-checkbox>
- </el-checkbox-group>
- </div>
- <el-button type="danger" icon="el-icon-close"
- style="position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;padding:0;"
- @click.stop="closeBanChild"></el-button>
- </div>
- </div>
- <!-- 林场 -->
- <div v-show="showChangChild && fastMenu.click == 'forestchang'" class="nav-child">
- <div class="forestban">
- <div class="forestban-con">
- <!-- <el-input-->
- <!-- placeholder="输入关键字进行过滤"-->
- <!-- v-model="filterchangText">-->
- <!-- </el-input>-->
- <el-tree
- :data="deptOptionsLiandong"
- ref="changDept"
- node-key="id"
- :check-strictly="true"
- :filter-node-method="filterchangNode"
- @node-click="handlechangNodeClick"
- :accordion="true"
- empty-text="加载中,请稍候"
- :props="defaultProps"
- ></el-tree>
- </div>
- <div class="forestban-right">
- <el-input placeholder="请输入内容" prefix-icon="el-icon-search" v-model="filterchang" @change="searchFilterchang(filterchang)">
- </el-input>
- <el-checkbox-group v-model="changCheckList" @change="handleCheckedCitiesChangeChang">
- <el-checkbox v-for="(item,index) in filterchangList" :label="item.farmAddress">
- {{ item.farmName }}
- </el-checkbox>
- </el-checkbox-group>
- </div>
- <el-button type="danger" icon="el-icon-close"
- style="position: absolute;right: 0;top: 0;width: 1rem;height: 1rem;padding:0;"
- @click.stop="closeChangChild"></el-button>
- </div>
- </div>
- </a>
- </div>
- </div>
- <div class="btm-right">
- <el-popover placement="top" trigger="click">
- <div class="btm-r-pop-info">
- <!--<div class="btm-r-pop-info-box" v-for="(item,index) in taskList">-->
- <!--<div class="btm-r-pop-info-tit">-->
- <!--<h3>{{ item.taskSourceValue }}</h3>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-con">-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">标题</div>-->
- <!--<div class="btm-r-pop-info-list-text">{{ item.taskTitle }}</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">发起人</div>-->
- <!--<div class="btm-r-pop-info-list-text">{{ item.sendPersonName }}</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">发起时间</div>-->
- <!--<div class="btm-r-pop-info-list-text">{{ item.taskSendTime }}</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">关联事件</div>-->
- <!--<div class="btm-r-pop-info-list-text">{{ item.eventName }}</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">催办状态</div>-->
- <!--<div class="btm-r-pop-info-list-text" style="color: red" v-if="item.isUrged==1">任务催办中,请及时处理!!</div>-->
- <!--<div class="btm-r-pop-info-list-text" v-else>正常</div>-->
- <!--</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-btm">-->
- <!--<el-link type="success" @click="showEventDialog( item.eventCode )">查看详情</el-link>-->
- <!--<div class="btm-r-pop-info-btm-btn">-->
- <!--<el-button type="danger" @click="selectTaskDtpts(item.taskId,item.eventCode,'jj')">拒绝</el-button>-->
- <!--<el-button type="primary" @click="selectTaskDtpts(item.taskId,item.eventCode,'lq')">领取</el-button>-->
- <!--</div>-->
- <!--</div>-->
- <!--</div>-->
- </div>
- <!--<el-badge :value="taskCount" slot="reference">-->
- <!--<el-button size="small" icon="el-icon-bank-card" @click="refreshTaskList">任务</el-button>-->
- <!--</el-badge>-->
- </el-popover>
- <el-popover placement="top" trigger="click">
- <div class="btm-r-pop-info">
- <!--<div class="btm-r-pop-info-box" v-for="(item,index) in 0">-->
- <!--<div class="btm-r-pop-info-tit">-->
- <!--<h3>火险任务</h3>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-con">-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">标题</div>-->
- <!--<div class="btm-r-pop-info-list-text">四平阿斯利康大姐夫啊路上的风景可丽金啊水电分离家</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">发起人</div>-->
- <!--<div class="btm-r-pop-info-list-text">张三</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">发起时间</div>-->
- <!--<div class="btm-r-pop-info-list-text">2022-09-05 12:12:15</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-list">-->
- <!--<div class="btm-r-pop-info-list-name">关联事件</div>-->
- <!--<div class="btm-r-pop-info-list-text">啊萨杜拉副科级啊萨杜拉副科级</div>-->
- <!--</div>-->
- <!--</div>-->
- <!--<div class="btm-r-pop-info-btm">-->
- <!--<el-link type="success">查看详情</el-link>-->
- <!--<div class="btm-r-pop-info-btm-btn">-->
- <!--<el-button type="danger">拒绝</el-button>-->
- <!--<el-button type="primary">领取</el-button>-->
- <!--</div>-->
- <!--</div>-->
- <!--</div>-->
- </div>
- <!--<el-badge :value="0" slot="reference">-->
- <!--<el-button size="small" icon="el-icon-chat-line-round">消息</el-button>-->
- <!--</el-badge>-->
- </el-popover>
- <el-badge type="primary">
- <el-button size="small" icon="el-icon-bell">警报</el-button>
- </el-badge>
- <el-badge type="warning">
- <el-button size="small" icon="el-icon-refresh-right" @click="refresh">刷新</el-button>
- </el-badge>
- </div>
- <!-- 事件详情弹层 -->
- <el-dialog title="事件详情" :visible.sync="eventDialog" v-if="eventDialog" customClass="customWidth" append-to-body
- @close="cancelEventShow()">
- <div class="dia-event-info">
- <el-row>
- <!-- 左侧 -->
- <el-col :span="18" class="dia-left">
- <div ref="imageTofile" style="height: 75vh;">
- <!-- 应急预案 -->
- <div class="dia-left-top">
- <div class="dia-left-top-tit">应急预案</div>
- <div class="dia-left-top-carousel">
- <el-carousel height="30px" direction="vertical" :interval="2000">
- <el-carousel-item v-if="visuForestCloudYuAnBo!=null">
- <a :href="visuForestCloudYuAnBo.fileUrl">{{ visuForestCloudYuAnBo.reserveName }}</a>
- </el-carousel-item>
- <el-carousel-item v-else>
- <a href="#">未选预案</a>
- </el-carousel-item>
- </el-carousel>
- </div>
- </div>
- <!-- 应急预案end -->
- <!-- 地图 -->
- <supermapTaskDialog ref="supermapTaskDialog"
- style="position: absolute; top:0;left: 0;"
- :mapDiv="'taskDialogSuperMap'"
- :mapSite="{zoom:12,doubleClickZoom:false,dragging:false,scrollWheelZoom:false}"
- :codes="['9fa5']"
- :isSideBySide="false"
- :isdynamicPlotting="false"/>
- <!-- 地图end -->
- </div>
- </el-col>
- <!-- 左侧end -->
- <!-- 右侧 -->
- <el-col :span="6" class="dia-right">
- <div class="e-right">
- <div class="forthis1-1">
- <dv-border-box-7 backgroundColor="#040b1f" :color="['#25335d', '#5baffd']"
- style="padding-bottom:1rem ;">
- <div class="i-list-con">
- <div class="this-con">
- <div class="z-info-list" style="margin-top: 0;">
- <el-timeline>
- <el-timeline-item color="#2bacf7" :timestamp="item.createTime"
- placement="top" v-for="(item,index) in eventLogList">
- <el-card style="width: 40vh">
- <div class="z-info-list-con">
- <div class="user-and-time flex-d">
- <span>{{ item.createName }}</span>
- <span v-if="eventLogList.length - 1 == index&&address!=null&&address!=''"><i
- class="el-icon-location"></i> {{ address }}</span>
- <span v-else></span>
- </div>
- <div class="z-info">
- <div class="this-con-list-info">
- {{ item.logContent }}
- </div>
- <div>
- <router-link to="#" @click.native="clickFile(itemfile.fileUrl,itemfile.fileName)"
- v-for="(itemfile,indexfile) in item.fileVOs">
- <!-- 使用el-image的:src需要加require -->
- <!-- <img v-if="isAssetTypeAnImage(itemfile.fileUrl)"-->
- <!-- style="width:3rem; height:3rem;margin: 2px;"-->
- <!-- :src="itemfile.fileUrl"-->
- <!-- :title="itemfile.fileName">-->
- <!-- </img>-->
- <el-image :src="itemfile.fileUrl" v-if="isAssetTypeAnImage(itemfile.fileUrl)"
- :preview-src-list="assetTypeAnImage(item.attachs)"
- style="width:3rem; height:3rem;margin: 2px;"
- :title="itemfile.fileName">
- </el-image>
- <img v-else-if="isAssetTypeAnMp4(itemfile.fileUrl)"
- style="width:3rem; height:3rem;margin: 2px;"
- :src="require('@/assets/fileTypeImage/mp4.png')"
- :title="itemfile.fileName">
- </img>
- <img v-else-if="isAssetTypeAnWord(itemfile.fileUrl)"
- style="width:3rem; height:3rem;margin: 2px;"
- :src="require('@/assets/fileTypeImage/word.png')"
- :title="itemfile.fileName">
- </img>
- <img v-else-if="isAssetTypeAnExcel(itemfile.fileUrl)"
- style="width:3rem; height:3rem;margin: 2px;"
- :src="require('@/assets/fileTypeImage/excel.png')"
- :title="itemfile.fileName">
- </img>
- <img v-else
- style="width:3rem; height:3rem;margin: 2px;"
- :src="require('@/assets/fileTypeImage/file.png')"
- :title="itemfile.fileName">
- </img>
- </router-link>
- </div>
- </div>
- </div>
- </el-card>
- </el-timeline-item>
- </el-timeline>
- </div>
- </div>
- </div>
- </dv-border-box-7>
- </div>
- <!-- <div class="forthis">-->
- <!-- <dv-border-box-7 backgroundColor="#040b1f" :color="['#25335d', '#5baffd']">-->
- <!-- <div class="i-list-con">-->
- <!-- <div class="this-con h-25 no-padding">-->
- <!-- <div class="z-info-list" style="margin-top: 0;">-->
- <!-- <div class="z-info-btm-grp">-->
- <!-- <div class="z-info-btm-grp-top">-->
- <!-- <div class="z-info-btm-grp-left">-->
- <!-- <!– <el-button size="small" icon="el-icon-s-flag">责任制–>-->
- <!-- <!– </el-button>–>-->
- <!-- <el-button size="small" icon="el-icon-upload" @click="showEventLogUpload()">上传-->
- <!-- </el-button>-->
- <!-- <el-button size="small" icon="el-icon-download" @click="toImage()">保存-->
- <!-- </el-button>-->
- <!-- </div>-->
- <!-- <div class="z-info-btm-grp-right">-->
- <!-- <el-button size="small" icon="el-icon-mic">会议-->
- <!-- </el-button>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </div>-->
- <!-- </dv-border-box-7>-->
- <!-- </div>-->
- </div>
- </el-col>
- <!-- 左侧end -->
- </el-row>
- </div>
- </el-dialog>
- <!-- 任务选择领取部门弹层 -->
- <el-dialog title="选择部门" :visible.sync="showDeptConfirm" v-if="showDeptConfirm" width="30%" append-to-body
- @close="cancelEventConfirm()">
- <el-form label-width="80px">
- <el-form-item label="选择部门">
- <el-select v-model="deptName" multiple placeholder="请选择部门" class="m-r-1rem" @change="setValue">
- <el-option
- v-for="item in deptOptions"
- :key="item.taskDeptId"
- :label="item.taskDeptName"
- :value="{value:item.taskDeptId,label:item.taskDeptName}">
- <!--:disabled="item.eventStatus=='未处理' ? false:true"-->
- </el-option>
- </el-select>
- </el-form-item>
- <el-button size="mini" type="primary" v-if="taskStatusButton=='lq'"
- @click="receiveTask(taskId,eventCode)">领取
- </el-button>
- <el-button size="mini" type="primary" v-if="taskStatusButton=='jj'"
- @click="refusedTask(taskId,eventCode)">拒绝
- </el-button>
- </el-form>
- </el-dialog>
- <!-- 图片,视频预览 -->
- <el-dialog title="视频预览" :visible.sync="showTcPlayer" width="40%" append-to-body>
- <TcPlayer ref="TcPlayer" :playVideo="playVideo" :widthHeigt="[100,100]"></TcPlayer>
- </el-dialog>
- </div>
- </template>
- <script>
- import {
- selectTaskBO, getEventDetail, selectTaskDtpts, receiveTask, refusedTask
- } from '@/api/forest'
- import {
- selectFarmByDeptId
- } from '@/api/vBottomMenu'
- import {
- treeselectAll as deptTreeselect
- } from '@/api/system/dept'
- import supermapTaskDialog from '@/components/supermap' //超图
- import TcPlayer from '@/components/TcPlayer' //视频预览
- export default {
- components: {
- supermapTaskDialog,
- TcPlayer
- },
- watch: {
- filterbanText(val) {
- alert(val)
- console.log(this.$refs)
- this.$refs.banDept.filter(val)
- },
- filterchangText(val) {
- alert(val)
- console.log(this.$refs)
- this.$refs.changDept.filter(val)
- }
- },
- data() {
- return {
- playVideo: '',//视频预览地址
- showTcPlayer: false,//视频预览弹窗
- filterbanText: '',
- filterchangText: '',
- filterbanList: [],
- filterchangList: [],
- filterchangListAll: [],
- eventId: null,
- eventCode: null,
- longitude: null,
- latitude: null,
- eventLogList: [],//事件详情日志
- eventDialog: false,//事件详情弹层
- taskStatusButton: null,//任务按钮
- visuForestCloudYuAnBo: null,
- address: null,//事件上报地址
- taskId: null,//任务ID
- showDeptConfirm: false,//任务领取选择部门弹窗
- deptOptions: [],//任务领取部门列表
- centerTaskTaskDepts: [],//任务领取部门
- deptName: [],//任务领取部门
- taskCount: 0,//任务数量
- taskList: 0,//任务列表
- btmTipIndent: '', //图例收起弹出
- eventLocationVisible: false,
- showChild: false,
- showBanChild: false, //林斑
- showChangChild: false, //林场
- fastMenu: [
- {
- name: '事件定位',
- icon: 'iconfont sj-icon-sjdw',
- click: 'eventLocation'
- },
- {
- name: '图层切换',
- icon: 'iconfont sj-icon-tcqh',
- click: 'layerSwitching'
- },
- {
- name: '测量工具',
- icon: 'iconfont sj-icon-clgj',
- click: 'editableLayers'
- },
- {
- name: '养殖场',
- icon: 'iconfont sj-icon-lbzy',
- click: 'forestban'
- },
- {
- name: '农场',
- icon: 'iconfont sj-icon-lczy',
- click: 'forestchang'
- },
- {
- name: '电视墙',
- icon: 'el-icon-s-grid',
- click: 'TVWall'
- }
- ],
- deptOptionsLiandong: [],
- data: [
- {
- label: '一级 1',
- children: [{
- label: '二级 1-1',
- children: [{
- label: '三级 1-1-1'
- }]
- }]
- }, {
- label: '一级 2',
- children: [{
- label: '二级 2-1',
- children: [{
- label: '三级 2-1-1'
- }]
- }, {
- label: '二级 2-2',
- children: [{
- label: '三级 2-2-1'
- }]
- }]
- }, {
- label: '一级 3',
- children: [{
- label: '二级 3-1',
- children: [{
- label: '三级 3-1-1'
- }]
- }, {
- label: '二级 3-2',
- children: [{
- label: '三级 3-2-1'
- }]
- }]
- }],
- defaultProps: {
- children: 'children',
- label: 'label'
- },
- banCheckList: [], //林班
- changCheckList: [], //林场
- searchFB: '',
- filterchang: '',//林场搜索
- btmCurrent: ''
- }
- },
- created() {
- /** 查询部门树结构 */
- deptTreeselect().then(response => {
- this.deptOptionsLiandong = response.data
- })
- },
- methods: {
- filterbanNode(value, data) {
- //树搜索
- if (!value) return true
- return data.label.indexOf(value) !== -1
- },
- filterchangNode(value, data) {
- //树搜索
- if (!value) return true
- return data.label.indexOf(value) !== -1
- },
- handlechangNodeClick(node,data,value) {
- //获取林场列表
- this.filterchang=''
- selectFarmByDeptId({deptId:node.id}).then(res => {
- this.filterchangList = res.data
- this.filterchangListAll = res.data
- })
- },
- // 返回图片列表
- assetTypeAnImage(filePath) {
- let imageList = []
- if (filePath != null && filePath.length > 0) {
- for (let i = 0; i < filePath.length; i++) {
- //获取最后一个.的位置
- var index = filePath[i].lastIndexOf('.')
- //获取后缀
- var ext = filePath[i].substr(index + 1)
- let aa = ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].indexOf(ext.toLowerCase()) !== -1
- if (aa) {
- imageList.push(filePath[i])
- }
- }
- }
- return imageList
- },
- // 返回图片列表
- assetTypeAnImage(filePath) {
- let imageList = []
- if (filePath != null && filePath.length > 0) {
- for (let i = 0; i < filePath.length; i++) {
- //获取最后一个.的位置
- var index = filePath[i].lastIndexOf('.')
- //获取后缀
- var ext = filePath[i].substr(index + 1)
- let aa = ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].indexOf(ext.toLowerCase()) !== -1
- if (aa) {
- imageList.push(filePath[i])
- }
- }
- }
- return imageList
- },
- // 判断是否为视频
- isAssetTypeAnMp4(filePath) {
- //获取最后一个.的位置
- var index = filePath.lastIndexOf('.')
- //获取后缀
- var ext = filePath.substr(index + 1)
- let aa = ['mp4'].indexOf(ext.toLowerCase()) !== -1
- return aa
- },
- // 判断是否为Word
- isAssetTypeAnWord(filePath) {
- //获取最后一个.的位置
- var index = filePath.lastIndexOf('.')
- //获取后缀
- var ext = filePath.substr(index + 1)
- let aa = ['doc', 'docx'].indexOf(ext.toLowerCase()) !== -1
- return aa
- },
- // 判断是否为Excel
- isAssetTypeAnExcel(filePath) {
- //获取最后一个.的位置
- var index = filePath.lastIndexOf('.')
- //获取后缀
- var ext = filePath.substr(index + 1)
- let aa = ['xlsx', 'xls', 'csv'].indexOf(ext.toLowerCase()) !== -1
- return aa
- },
- // 判断是否为图片
- isAssetTypeAnImage(filePath) {
- //获取最后一个.的位置
- var index = filePath.lastIndexOf('.')
- //获取后缀
- var ext = filePath.substr(index + 1)
- let aa = ['png', 'jpg', 'jpeg', 'bmp', 'gif', 'webp', 'psd', 'svg', 'tiff'].indexOf(ext.toLowerCase()) !== -1
- return aa
- },
- // 获取文件名称
- getFileName(name) {
- if (name.lastIndexOf('/') > -1) {
- return name.slice(name.lastIndexOf('/') + 1)
- } else {
- return ''
- }
- },
- clickFile(fileUrl, fileName) {
- if (this.isAssetTypeAnImage(fileUrl)) {
- return
- } else if (this.isAssetTypeAnMp4(fileUrl)) {
- this.showTcPlayer = true
- setTimeout(() => {
- this.playVideo = fileUrl
- }, 500)
- } else {
- let a = document.createElement('a')
- a.download = fileName
- a.href = fileUrl
- a.target="_blank"
- a.click()
- }
- },
- setValue(event) {
- this.centerTaskTaskDepts = []
- //签收选择部门
- if (event != null && event.length > 0) {
- for (let i = 0; i < event.length; i++) {
- if (event[i].label != undefined && event[i].value != undefined) {
- this.centerTaskTaskDepts.push({ taskDeptId: event[i].value, taskDeptName: event[i].label })
- }
- }
- }
- },
- receiveTask(taskId, eventCode) {
- let param = { taskId: taskId, eventCode: eventCode, centerTaskTaskDepts: this.centerTaskTaskDepts }
- receiveTask(param).then(res => {
- //任务领取
- if (res.code == 200) {
- this.$message.success(`任务领取成功!`)
- this.deptOptions = []
- this.deptName = []
- this.centerTaskTaskDepts = []
- //刷新任务列表
- this.selectTaskList()
- this.showDeptConfirm = false
- }
- })
- },
- refusedTask(taskId, eventCode) {
- let param = { taskId: taskId, eventCode: eventCode, centerTaskTaskDepts: this.centerTaskTaskDepts }
- refusedTask(param).then(res => {
- //任务拒绝
- if (res.code == 200) {
- this.$message.success(`任务拒绝成功!`)
- this.deptOptions = []
- this.deptName = []
- this.centerTaskTaskDepts = []
- //刷新任务列表
- this.selectTaskList()
- this.showDeptConfirm = false
- }
- })
- },
- selectTaskDtpts(taskId, eventCode, state) {
- this.taskId = taskId
- this.eventCode = eventCode
- selectTaskDtpts({ taskId: taskId }).then(res => {
- //任务领取部门列表
- if (res.code == 200) {
- this.deptOptions = res.data
- this.taskStatusButton = state
- this.showDeptConfirm = true
- }
- })
- },
- cancelEventShow() {
- console.log('关闭事件弹窗')
- this.eventCode = null
- this.eventLogList = []
- },
- cancelEventConfirm() {
- console.log('关闭任务选择部门')
- this.eventCode = null
- this.deptOptions = []
- this.deptName = []
- this.centerTaskTaskDepts = []
- },
- showEventDialog(eventCode) {
- this.eventCode = eventCode
- let that = this
- //获取事件详情
- getEventDetail({ eventCode: eventCode }).then(res => {
- this.eventDialog = true
- this.eventLogList = res.data.eventlog
- this.visuForestCloudYuAnBo = res.data.visuForestCloudYuAnBo//应急预案
- if (res.data.catalogue != null && res.data.catalogue.length > 0) {
- this.address = res.data.catalogue[0].address
- this.eventType = res.data.catalogue[0].eventType
- this.eventId = res.data.catalogue[0].id
- this.longitude = res.data.catalogue[0].longitude
- this.latitude = res.data.catalogue[0].latitude
- let markersMap = {
- lng: 124.59,
- lat: 43.02,
- icon: 'marker',
- bindPopupHtml: '',
- click: '',
- parameter: '',
- keepBindPopup: false,
- isAggregation: false,
- radius: 0
- }
- if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_1' && res.data.catalogue[0].urgeCount == 0) {
- markersMap.icon = 'sj-icon-map-xinshangbao'
- }
- if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_1' && res.data.catalogue[0].urgeCount > 0) {
- markersMap.icon = 'sj-icon-map-cuiban'
- } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_2') {
- markersMap.icon = 'sj-icon-map-qianshou'
- } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_5') {
- markersMap.icon = 'sj-icon-map-banjie'
- } else if (res.data.catalogue[0].eventStatusValue == 'forest_event_status_6') {
- markersMap.icon = 'sj-icon-map-guidnag'
- }
- markersMap.lng = res.data.catalogue[0].longitude
- markersMap.lat = res.data.catalogue[0].latitude
- if (res.data.eventdetail != null && res.data.eventdetail.length > 0 && res.data.eventdetail[0].fireRadius != null && res.data.eventdetail[0].fireRadius != '' && res.data.eventdetail[0].fireRadius > 0) {
- markersMap.radius = res.data.eventdetail[0].fireRadius
- }
- setTimeout(() => {
- // that.$refs.supermapTaskDialog.dynamicPlotting()//弹出动态绘制窗口,防止截图位置改变
- that.$refs.supermapTaskDialog.clearM(false)
- that.$refs.supermapTaskDialog.setMarkersRadius([markersMap])
- that.$refs.supermapTaskDialog.dropLocation(res.data.catalogue[0].latitude, res.data.catalogue[0].longitude)
- }, 1000)
- }
- })
- },
- refreshTaskList() {
- //刷新任务列表
- this.selectTaskList()
- },
- selectTaskList: async function() {
- //获取任务列表
- selectTaskBO().then(res => {
- this.taskList = res.data
- this.taskCount = res.data.length
- })
- },
- handleCheckedCitiesChangeBan(value) {
- this.choseLayerSwitchingList(this.banCheckList)
- },
- handleCheckedCitiesChangeChang(value) {
- this.choseLayerSwitchingList(this.changCheckList)
- },
- refresh() {
- window.location.reload()
- },
- showDialog(click) {
- window.showDialog(click)
- },
- choseLayerSwitching(url, isClear) {
- window.choseLayerSwitching(url, isClear)
- },
- choseLayerSwitchingList(urlList) {//选择图层(传递数组)
- window.choseLayerSwitchingList(urlList)
- },
- forestban() {
- window.forestban()
- console.log('林班')
- },
- forestchang() {
- window.forestchang()
- console.log('林场')
- },
- closeBanChild() {
- this.banCheckList = []
- this.showBanChild = false
- },
- closeChangChild() {
- this.changCheckList = []
- this.showChangChild = false
- },
- //图例收起弹出
- btmIndent() {
- if (this.btmTipIndent == '') {
- this.btmTipIndent = 'btm-tip-to-right'
- } else if (this.btmTipIndent == 'btm-tip-to-right') {
- this.btmTipIndent = ''
- }
- },
- searchFilterchang(filterchang){
- //林场列表搜索
- let searchFilterchangnew = []
- if (filterchang != null && filterchang != '') {
- for (var i = 0; i < this.filterchangListAll.length; i++) {
- if (this.filterchangListAll[i].farmName.indexOf(filterchang) > -1) {
- searchFilterchangnew.push(this.filterchangListAll[i])
- }
- }
- this.filterchangList = searchFilterchangnew
- } else {
- this.filterchangList = this.filterchangListAll
- }
- }
- }
- }
- </script>
- <style rel="stylesheet/scss" lang="scss" scoped>
- @import '@/assets/styles/base.scss';
- .btm-box {
- width: 100%;
- height: auto;
- background: linear-gradient($btmMemu);
- position: absolute;
- z-index: 999;
- bottom: 0;
- height: 2.5rem;
- display: flex;
- align-items: center;
- z-index:9999;
- .light {
- position: absolute;
- top: -.5rem;
- }
- .btm-left {
- position: absolute;
- font-size: .7rem;
- height: 2rem;
- line-height: 2rem;
- border: 1px $searchBorder;
- border-left: none;
- color: $inBlue;
- display: flex;
- -webkit-transform: translateX(-21rem) !important;
- transform: translateX(-21rem) !important;
- transition: all 0.5s ease-in-out !important;
- .btm-legend {
- height: 2rem;
- text-align: center;
- color: $inBlue;
- padding: 0 .5rem;
- cursor: pointer;
- }
- .btm-legend:hover {
- background-color: $tipHover;
- color: $white;
- }
- .btm-left-tip {
- display: flex;
- align-items: center;
- margin: 0 .5rem;
- .btm-left-block {
- width: 1rem;
- height: 1rem;
- margin-right: .3rem;
- border-radius: .2rem;
- }
- .btm-left-state-c1 {
- background-color: $eventStateColor-xsb;
- }
- .btm-left-state-c2 {
- background-color: $eventStateColor-cb;
- }
- .btm-left-state-c3 {
- background-color: $eventStateColor-yqs;
- }
- .btm-left-state-c4 {
- background-color: $eventStateColor-ld;
- }
- .btm-left-state-c5 {
- background-color: $eventStateColor-bj;
- }
- .btm-left-state-c6 {
- background-color: $eventStateColor-tb;
- }
- }
- }
- .btm-tip-to-right {
- -webkit-transform: translateX(0) !important;
- transform: translateX(0) !important;
- transition: all 0.5s ease-in-out !important;
- }
- .bottom-menu-normal {
- max-width: 70%;
- padding: 0 3rem;
- position: absolute;
- left: 50%;
- transform: translateX(-50%);
- bottom: 0;
- z-index: 999;
- border-radius: 5px;
- display: flex;
- justify-content: center;
- align-items: center;
- // background: url(../assets/images/integrated/btm-menu.png) center no-repeat;
- // background-size: cover;
- .btm-m-con {
- position: relative;
- color: $inBlue;
- font-size: .5rem;
- padding: .6rem 1rem;
- display: flex;
- align-items: center;
- justify-content: center;
- -webkit-transform: translateY(0);
- transform: translateY(0);
- transition: all 0.2s ease-in-out;
- cursor: pointer;
- white-space: nowrap;
- i {
- font-size: 1rem;
- color: $inBlue;
- text-shadow: 0 0 10px rgba($color: $inBlue, $alpha: .6);
- margin-right: 0.2rem;
- }
- .nav-child {
- text-shadow: none !important;
- position: absolute;
- bottom: 3rem;
- border: 1px solid saddlebrown;
- padding: .5rem;
- -moz-border-radius-topleft: 0;
- -moz-border-radius-bottomright: 0;
- background-color: $barBgc;
- box-shadow: $barShadow;
- border: 1px $barBorder;
- left: 50%;
- transform: translateX(-50%);
- color: $inBlue;
- .nav-child-btn {
- padding: .2rem;
- }
- .forestban {
- display: flex;
- .forestban-con {
- width: 20rem;
- height: 20rem;
- overflow-y: scroll;
- border: 1px solid rgba(51, 70, 127, 0.7);
- }
- .forestban-right {
- width: 10rem;
- height: 20rem;
- overflow-y: scroll;
- padding: 0 1rem;
- .el-checkbox-group {
- display: flex;
- flex-direction: column;
- label {
- padding: .4rem 0;
- }
- .el-checkbox {
- color: $white;
- }
- }
- }
- }
- }
- }
- .btm-m-con:hover,
- .on {
- text-shadow: 0 0 20px rgba($color: $inBlueHover, $alpha: 1.0);
- -webkit-transform: translateX(0.2rem);
- transform: translateX(0.2rem);
- transition: all 0.2s ease-in-out;
- .nav-child {
- text-shadow: none !important;
- }
- i {
- color: $inBlueHover;
- text-shadow: 0 0 20px rgba($color: $inBlueHover, $alpha: 1.0);
- }
- }
- }
- .btm-right {
- position: absolute;
- font-size: .7rem;
- height: 2rem;
- display: flex;
- right: 1rem;
- align-items: center;
- .el-badge {
- display: flex !important;
- margin-left: 1.5rem;
- button {
- padding: 0 .3rem;
- height: 1.5rem;
- background-color: #112543;
- color: $inBlue;
- border: 1px $searchBorder;
- }
- }
- .el-badge:hover {
- -webkit-transform: translateX(0.1rem);
- transform: translateX(0.1rem);
- transition: all 0.2s ease-in-out;
- button {
- text-shadow: 0 0 15px rgba($color: $inBlueHover, $alpha: 1.0);
- }
- }
- }
- }
- .btm-r-pop-info {
- display: flex;
- width: 35rem;
- flex-direction: column;
- max-height: 85vh;
- min-height: fit-content;
- overflow-y: scroll;
- padding: 1rem;
- .btm-r-pop-info-box:hover {
- box-shadow: $shadowListHover;
- color: $inBlue;
- border: 1px $countBorder;
- }
- .btm-r-pop-info-box {
- width: 100%;
- display: flex;
- flex-direction: column;
- background-color: $deepBG;
- padding: .5rem;
- border-radius: .5rem;
- color: $inBlue;
- border: 1px $searchBorder;
- margin-bottom: 1rem;
- .btm-r-pop-info-tit {
- display: flex;
- padding: .5rem;
- h3 {
- font-weight: bolder;
- }
- }
- .btm-r-pop-info-con {
- padding: .5rem;
- display: flex;
- flex-direction: column;
- border-top: 1px $searchBorder;
- border-bottom: 1px $searchBorder;
- .btm-r-pop-info-list {
- display: flex;
- padding: .3rem 0;
- .btm-r-pop-info-list-name {
- width: 3.6rem;
- text-align: right;
- margin-right: 1rem;
- }
- .btm-r-pop-info-list-text {
- }
- }
- }
- .btm-r-pop-info-btm {
- padding: .5rem;
- display: flex;
- justify-content: space-between;
- .btm-r-pop-info-btm-btn {
- button {
- padding: .5rem;
- }
- }
- }
- }
- }
- </style>
|