| | |
| | | <el-radio v-for="(item,index) in levelOfRisk" :label="item.value" :key="index"><span class="levelOfRisk-type">{{item.name}}</span></el-radio> |
| | | </el-radio-group> |
| | | <!-- <el-form-item >--> |
| | | <div class="page_total"> |
| | | <p>共计 |
| | | <span>{{total}}</span> |
| | | 条记录 |
| | | </p> |
| | | </div> |
| | | <div class="rightButtonSearch"> |
| | | <el-input v-model="form.keyword" size="mini" placeholder="在此输入关键字搜索"> |
| | | <!-- <el-button slot="append" icon="el-icon-search" size="mini"></el-button>--> |
| | |
| | | |
| | | <script> |
| | | import mapApi from '@/api/mapApi' |
| | | import publicBounced from '@/components/BaseNav/PublicBounced/PublicBounced'// import WfsHelper from '@components/helpers/WfsHelper' |
| | | import ImagGreen from '../../../../public/assets/images/map/exhaust/fq_green2.png' |
| | | import WasteWaterIndex from '../../base-page/WasteWater/WasteWaterIndex' |
| | | import { pulseEffect, setPanTo } from '../../../utils/utils' |
| | | |
| | | export default { |
| | | name: 'GasWasteSearch', |
| | | props: ['title'], |
| | | data () { |
| | | return { |
| | | layer: window.map, |
| | | L: window.L, |
| | | gdVisible: true, |
| | | list: [], |
| | | total: 0, |
| | | // 分页 |
| | | pageSize: 10, |
| | | inareaTypeOptions: [], |
| | | enterpriseTypeOptions: [], |
| | | enterpriseSubunitsTypeOptions: [], |
| | |
| | | }, |
| | | // pageSize: 10, |
| | | // current: 1, |
| | | isWaybillHover: true, |
| | | isRouteHover: false, |
| | | levelOfRisk: [ |
| | | { name: '全部', value: '1' }, |
| | | { name: '正常', value: '2' }, |
| | |
| | | ] |
| | | } |
| | | }, |
| | | props: ['title'], |
| | | methods: { |
| | | // 页面切换 分页功能 |
| | | handlePage (page) { |
| | | // this.wfsHelper.setPage(page) |
| | | this.handleSearch() |
| | | }, |
| | | // 区域筛选 |
| | | areaType (val) { |
| | | this.pipelineTypeOptions.forEach((itm) => { |
| | |
| | | async handleLocation (val) { |
| | | console.log(val) |
| | | const pos = [val.Latitude, val.Longitude] |
| | | window.map.flyTo(pos, 15) |
| | | const positionX = val.Latitude |
| | | const positionY = val.Longitude |
| | | |
| | | // 定义类型 用来区分数据的不同 1.接口接口数据来进行数据的判断 2.根据数据类型的不同,进行不同类型的图片显示 |
| | | const ContrLevel = val.ContrLevel |
| | | var iconUrl = this.differentTypes(ContrLevel) |
| | | |
| | | const marker = this.L.marker([positionX, positionY], { |
| | | icon: this.L.icon({ |
| | | iconUrl: iconUrl, |
| | | iconSize: [30, 30], |
| | | iconAnchor: [15, 15] |
| | | }) |
| | | window.map.setView(pos, 15) |
| | | window.$layer.open({ |
| | | content: { |
| | | comp: WasteWaterIndex, // 组件 |
| | | parent: this, // 父组件 |
| | | data: { // 传递的参数 |
| | | storagePlaceId: val |
| | | } |
| | | }, |
| | | title: '天津石化 ' + val.Name |
| | | }) |
| | | this.layer.addLayer(marker) |
| | | const t1 = setTimeout(async () => { |
| | | const dataValue = { |
| | | StoragePlaceId: val.StoragePlaceId |
| | | } |
| | | // 弹框标题 |
| | | const title = val.Name |
| | | console.log(title) |
| | | // 基本信息 tabs |
| | | const result = await mapApi.getWasteGas(dataValue) |
| | | const GasOnlinedata = { |
| | | onLineMonEmissPointId: '23', |
| | | monItemId: '28,31', |
| | | beginTime: '2020-04-06 15:13:20', |
| | | endTime: '2020-04-07 15:13:20', |
| | | dataType: '1' |
| | | } |
| | | const GasManualData = { |
| | | companyId: '3900100145', |
| | | labMonPointId: '219', |
| | | beginTime: '2020-04-06 15:13:20', |
| | | endTime: ' 2020-04-07 15:13:20' |
| | | } |
| | | const ManualData = await mapApi.getWasteGasManualData(GasManualData) |
| | | const Mondata = await mapApi.getWasteGasMonData(GasOnlinedata) |
| | | // 绑定弹框实例 |
| | | this.instance && this.instance.closePopup() |
| | | const PublicBounced = window.Vue.extend(publicBounced) |
| | | this.instance = new PublicBounced().$mount() |
| | | document.body.appendChild(this.instance.$el) |
| | | // document.body.removeChild(instance.$el) |
| | | // 通过方法 向绑定弹框传递数据 |
| | | this.instance.setGasData(title, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo, 'feiqi') |
| | | console.log(title, result.Result.DataInfo, Mondata.Result.DataInfo, ManualData.Result.DataInfo) |
| | | // this.setPanTo(pos, 250) |
| | | }, 1000) |
| | | console.log(t1) |
| | | }, |
| | | // 不同类型图片加载 |
| | | differentTypes (ContrLevel) { |
| | | // effectOfChange |
| | | /* |
| | | if (ContrLevel === 1) { |
| | | effectOfChange = ImgBlue |
| | | } else if (ContrLevel === 2) { |
| | | */ |
| | | const effectOfChange = ImagGreen |
| | | // } else if (ContrLevel === 3) { |
| | | // effectOfChange = ImagBright |
| | | // } else { |
| | | // effectOfChange = ImgGray |
| | | // } |
| | | return effectOfChange |
| | | pulseEffect([val.Latitude, val.Longitude]) |
| | | setPanTo(pos, 250) |
| | | } |
| | | } |
| | | } |