Merge branch 'master' of http://192.168.0.105:10010/r/srs-police-affairs
| | |
| | | x: 'center', |
| | | y: 'center', |
| | | textStyle: { |
| | | color: "#fff", |
| | | fontSize: fontSize(14), |
| | | color: '#fff', |
| | | fontWeight: 'normal', |
| | | fontSize: fontSize(14) |
| | | } |
| | | } |
| | | } |
| | |
| | | borderColor: 'rgba(8, 56, 185, 0.9)', |
| | | textStyle: { |
| | | color: '#fff', |
| | | fontSize: fontSize(14) |
| | | fontSize: fontSize(12) |
| | | } |
| | | }, |
| | | color: myColor, |
| | |
| | | borderColor: 'rgba(8, 56, 185, 0.9)', |
| | | textStyle: { |
| | | color: '#fff', |
| | | fontSize: fontSize(14) |
| | | fontSize: fontSize(12) |
| | | } |
| | | }, |
| | | xAxis: { |
| | | type: 'category', |
| | | data: xDate, |
| | | |
| | | axisLabel: { |
| | | color: "#fff", |
| | | interval: 0, |
| | | rotate: 45, |
| | | fontSize: fontSize(12) |
| | | fontSize: fontSize(10) |
| | | }, |
| | | axisLine: { |
| | | lineStyle: { |
| | |
| | | }, |
| | | axisLabel: { |
| | | color: "#fff", |
| | | fontSize: fontSize(14) |
| | | fontSize: fontSize(12) |
| | | } |
| | | }, |
| | | series: [ |
| | |
| | | */ |
| | | initkeyPersonOption (dataArr) { |
| | | let options |
| | | |
| | | if (dataArr.length == 0) { |
| | | options = { |
| | | title: { |
| | |
| | | x: 'center', |
| | | y: 'center', |
| | | textStyle: { |
| | | color: "#fff", |
| | | fontSize: fontSize(14), |
| | | color: '#fff', |
| | | fontWeight: 'normal', |
| | | fontSize: fontSize(14) |
| | | } |
| | | } |
| | | } |
| | |
| | | |
| | | msg = `${params.marker} ${params.name}<strong style="margin-left:10px">${msg}</strong>` |
| | | return msg |
| | | }, |
| | | textStyle: { |
| | | color: '#fff', |
| | | fontSize: fontSize(12) |
| | | } |
| | | }, |
| | | legend: { |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-16 10:43:03 |
| | | * @LastEditTime: 2023-02-17 13:57:42 |
| | | * @FilePath: \srs-police-affairs\src\views\home\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | class="land-details-box" |
| | | > |
| | | <div class="header"> |
| | | <div> |
| | | 小区名称: |
| | | <input type="text" v-model="landSearchAoiName" placeholder="请输入负责人名称" /> |
| | | </div> |
| | | <div> |
| | | 负责人: |
| | | <input type="text" v-model="policeName" placeholder="请输入负责人名称" /> |
| | |
| | | peopleCallPhone: '', |
| | | |
| | | // 当前下拉选中的ID |
| | | policeStaionID: '' |
| | | policeStaionID: '', |
| | | |
| | | // 现有地搜索条件-小区名称 |
| | | landSearchAoiName: '' |
| | | } |
| | | }, |
| | | |
| | |
| | | clearLandDetailSearchValue () { |
| | | this.policeName = '' |
| | | this.callPhone = '' |
| | | this.landSearchAoiName = '' |
| | | this.landPage.currentPage = 1 |
| | | this.getLandDetail(this.landType, this.landDetailId, this.landPage.currentPage) |
| | | }, |
| | | |
| | | /** |
| | | * @description: 现有地弹窗中搜索 |
| | | * @return {*} |
| | | */ |
| | | searchLandDetail () { |
| | | this.landPage.currentPage = 1 |
| | | this.getLandDetail(this.landType, this.landDetailId, this.landPage.currentPage, this.policeName, this.callPhone) |
| | | this.getLandDetail(this.landType, this.landDetailId, this.landPage.currentPage, this.policeName, this.callPhone, this.landSearchAoiName) |
| | | }, |
| | | |
| | | getLandDetail (type, id, current, policeName = '', phone = '') { |
| | | /** |
| | | * @description: 现有地详情弹窗分页 |
| | | * @param {*} currentPage 当前页数 |
| | | * @return {*} |
| | | */ |
| | | landHandleCurrentChange (currentPage) { |
| | | this.landPage.currentPage = currentPage |
| | | this.getLandDetail(this.landType, this.landDetailId, this.landPage.currentPage, this.policeName, this.callPhone, this.landSearchAoiName) |
| | | }, |
| | | |
| | | getLandDetail (type, id, current, policeName = '', phone = '', aoiName = '') { |
| | | getLandDetail({ |
| | | type, |
| | | policeStationId: this.policeStaionID == '1123598813738675201' || this.policeStaionID == '' ? id : '', |
| | |
| | | current, |
| | | policeName, |
| | | phone, |
| | | aoiName, |
| | | size: this.landPage.pageSize |
| | | }).then(res => { |
| | | this.landDetailArr = [] |
| | |
| | | this.landPage.total = 0 |
| | | } |
| | | }) |
| | | }, |
| | | |
| | | // 现有地详情弹窗分页 |
| | | landHandleCurrentChange (currentPage) { |
| | | this.landPage.currentPage = currentPage |
| | | this.getLandDetail(this.landType, this.landDetailId, this.landPage.currentPage, this.policeName, this.callPhone) |
| | | }, |
| | | |
| | | /** |
| | |
| | | * @Author: shuishen 1109946754@qq.com |
| | | * @Date: 2022-08-18 16:18:17 |
| | | * @LastEditors: shuishen 1109946754@qq.com |
| | | * @LastEditTime: 2023-02-16 17:21:09 |
| | | * @LastEditTime: 2023-02-17 14:18:40 |
| | | * @FilePath: \srs-police-affairs\src\views\house\index.vue |
| | | * @Description: 小区-栋-层-房屋 |
| | | * |
| | |
| | | this.$EventBus.$emit('addMxTileset', { |
| | | titlesetName: 'sdTilesetLayer', |
| | | // 内网 |
| | | titlesetUrl: 'http://10.141.11.11:18080/sf3d/361102/model/wanda/tileset.json', |
| | | incident: that.getAoiByPtStd |
| | | // titlesetUrl: 'http://10.141.11.11:18080/sf3d/361102/model/wanda/tileset.json', |
| | | // 外网 |
| | | //titlesetUrl: 'http://192.168.0.112:18080/sf3d/361102/model/wanda/tileset.json' |
| | | titlesetUrl: 'http://192.168.0.112:18080/sf3d/361102/model/wanda/tileset.json', |
| | | incident: that.getAoiByPtStd |
| | | }) |
| | | |
| | | |