123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594 |
- <template>
- <div class='equipment-facilities'>
- <!-- 左侧菜单 -->
- <SystemMenu class='left' @chooseSystem='changeSystem' />
- <div class='right' v-show='showRight'>
- <div class='top' :key='listKey'>
- <!-- <van-cell :title='`消防电系统原理示意图`' :border='false' is-link :value='`19条`' @click='handleClick' />
- <van-cell :title='`消防喷淋系统示意图`' :border='false' is-link value='无' @click='handleClick' />
- <van-cell :title='`消防窗喷系统示意图`' :border='false' is-link value='无' @click='handleClick' />
- <van-cell :title='`配电室低压柜及出线明细`' :border='false' is-link value='无' @click='handleClick' />
- <van-cell :title='`消防泵房引出管路分布图`' :border='false' is-link value='无' @click='handleClick' />
- <van-cell :title='`楼层分布+其他数据`' :border='false' is-link value='无' @click='handleClick' />-->
- <van-cell
- v-for='(item,index ) in listData[currentSmsxt]'
- :key='index'
- :title='item.text'
- :border='false'
- is-link
- :value='`${item.count||""}`'
- @click='handleClick(item)'
- />
- </div>
- <!-- 分割线 -->
- <div class='divider'></div>
- <!-- 设备卡片 -->
- <div class='card-container'>
- <m-card
- class='card'
- :type='item.type'
- :name='item.name'
- :unit='item.unit'
- :total='item.total'
- :number='item.number'
- v-for='item in cardList'
- :key='item.category_name'
- @click.native='goToEquipment(item)'
- />
- <!-- 更多主要设备 -->
- <m-card class='card' :type='4' name unit :total='0' @click.native='goToMoreEquipment' />
- </div>
- </div>
- <!-- 原理图 -->
- <ImagePreview :key='imgKey' class='update-img-preview' :visible.sync='showImgPreview' :imgList='imgList' />
- </div>
- </template>
- <script>
- import Vue from 'vue'
- import { Cell, Toast } from 'vant'
- Vue.use(Cell).use(Toast)
- import { mapGetters, mapMutations } from 'vuex'
- import { querySystemCount, querySystemCard, querySystemImage, querySystemTuJianImage, queryRoomCount } from '@/api/equipmentList'
- import { appGraphElementQuery } from '@/api/public'
- import MCard from '@/components/equipmentFacilities/Card'
- import SystemMenu from '@/components/systemMenu'
- import ImagePreview from '@/components/ImagePreview'
- export default {
- name: 'EquipmentFacilities',
- props: {},
- components: { SystemMenu, MCard, ImagePreview },
- computed: {
- ...mapGetters(['plazaId', 'smsxt', 'categoryId', 'floorsArr']),
- },
- data() {
- return {
- currentSmsxt: '1001', //系统值,默认供电系统
- systemText: '供电系统',
- module: '1002', // 广场管理说明书图片上传视图查询条件 1001 项目概况 1004其他事项 1003楼层分布 1002 设备设施
- neTypename: '位置布置图',
- listData: {
- //上部列表数据
- 1001: [
- //供电
- { text: '供电系统原理图', dataType: 'img', typecode: '2010', count: '无' },
- { text: '机房平面布置图', dataType: 'room' },
- { text: '配电室低压柜及出线明细', dataType: 'dyg' },
- { text: '楼层分布', dataType: 'floor', value: ' ' },
- { text: '电井控制商铺范围', dataType: 'electricWell' },
- ],
- 1002: [
- //暖通
- { text: '空调系统原理图', dataType: 'img', typecode: '2011', count: '无' },
- { text: '分水器支路分布图', dataType: 'fbt', categoryId: 'FZQZL' },
- { text: '机房平面布置图', dataType: 'room' },
- { text: '楼层分布', dataType: 'floor' },
- ],
- 1003: [
- //消防
- { text: '消防电系统原理示意图', dataType: 'img', typecode: '2014', count: '无' },
- { text: '消防喷淋系统示意图', dataType: 'img', typecode: '2015', count: '无' },
- { text: '消防窗喷系统示意图', dataType: 'img', typecode: '2016', count: '无' },
- { text: '消火栓系统示意图', dataType: 'img', typecode: '2017', count: '无' },
- { text: '消防泵房引出管路分布图', dataType: 'fbt', categoryId: 'XFBFYCFL' },
- { text: '机房平面布置图', dataType: 'room' },
- { text: '楼层分布+附加数据', dataType: 'floor' },
- ],
- 1004: [
- //弱电
- { text: '门禁管理系统原理图', dataType: 'img', typecode: '2019', count: '无' },
- { text: 'BA楼宇智能化系统原理图', dataType: 'img', typecode: '2020', count: '无' },
- { text: '机房平面布置图', dataType: 'room' },
- { text: '楼层分布+附加数据', dataType: 'floor' },
- ],
- 1005: [
- //给排水
- { text: '给水系统原理示意图', dataType: 'img', typecode: '2021', count: '无' },
- { text: '排水系统原理示意图', dataType: 'img', typecode: '2022', count: '无' },
- { text: '机房平面布置图', dataType: 'room' },
- { text: '楼层分布', dataType: 'floor' },
- ],
- 1006: [
- //电梯
- { text: '扶梯原理图', dataType: 'img', typecode: '2023', count: '无' },
- { text: '直梯原理图', dataType: 'img', typecode: '2024', count: '无' },
- { text: '楼层分布', dataType: 'floor' },
- ],
- 1007: [
- // 燃气
- { text: '燃气系统原理示意图', dataType: 'img', typecode: '2025', count: '无' },
- { text: '楼层分布', dataType: 'floor' },
- ],
- 1008: [
- // 土建
- // 2026 东外立面
- // 2029 北外立面
- // 2028 南外立面
- // 2027 西外立面
- // { text: '建筑立面图', dataType: 'img', typecode: '2026', count: '无' },
- { text: '建筑立面图', dataType: 'img', typecode: ['2026', '2027', '2028', '2029'], count: '无' },
- { text: '楼层分布', dataType: 'floor' },
- ],
- },
- listKey: `list_${new Date().getTime()}`,
- cardList: [],
- showRight: false, //是否显示右侧内容
- showImgPreview: false, //是否展示图片预览
- imgList: [], //图片数组
- imgKey: `img${new Date().getTime()}`,
- fbtArr: [], //分布图使用的楼层数据
- }
- },
- watch: {
- // 前五个系统更改,查询机房平面布置图数量
- smsxt: {
- handler(newV, oldV) {
- let smsxtArr = ['1001', '1002', '1003', '1004', '1005']
- if (smsxtArr.includes(newV)) {
- // 查询机房平面布置图数量
- this.getRoomCount()
- }
- // 暖通,消防,查询 分水器支路分布图,消防泵房引出管路分布图 对应的楼层图例数据
- if (['1002', '1003'].includes(newV)) {
- let dict = {
- 1002: 'FZQZL',
- 1003: 'XFBFYCFL',
- }
- this.getTuliData({ smsxt: newV, system_code: dict[newV] })
- }
- },
- immediate: true,
- },
- },
- async created() {
- // let initSys = {
- // text: '供电',
- // categoryId: 'GDXT',
- // smsxt: '1001',
- // }
- this.systemText = '供电系统'
- this.currentSmsxt = '1001'
- this.SETCATEGORYID('GDXT')
- this.SETSMSXT('1001')
- this.showRight = false
- // 查询图片数量,设备卡片
- await Promise.all([this.getPicCount(), this.getCard()])
- this.showRight = true
- // this.changeSystem(initSys)
- },
- beforeMount() {},
- mounted() {},
- methods: {
- ...mapMutations(['SETCATEGORYID', 'SETSMSXT']),
- /**
- * 左侧菜单切换事件
- * @param { String } text 系统名称
- * @param { String } category 系统拼音简称 NTXT ...
- * @param { String } currentSmsxt 系统id? 1001 - 1008
- */
- async changeSystem({ text, categoryId, smsxt }) {
- this.showRight = false
- this.currentSmsxt = smsxt
- this.systemText = text + '系统'
- console.log(this.systemText)
- /**
- * 查询图片数量,设备卡片
- */
- await Promise.all([this.getPicCount(), this.getCard()])
- this.showRight = true
- },
- /**
- * 查询图片数量
- */
- async getPicCount() {
- let getParams = {
- plazaId: this.plazaId,
- system: this.currentSmsxt,
- }
- let res
- Toast.loading({
- message: '加载中...',
- forbidClick: true,
- })
- try {
- res = await querySystemCount({ getParams })
- } catch (error) {}
- // TODO: 123123
- if (!res?.data) {
- return false
- }
- let data = res.data
- let currentSys = this.listData[this.currentSmsxt]
- // console.log(this.listData, currentSys)
- currentSys.map((item) => {
- if (item.dataType === 'img') {
- let detail = data.filter((v) => v.typecode == item.typecode)[0]
- // console.log(detail)
- item.count = detail?.cnt ? detail?.cnt + '张' : '无' // + '张' || '无'
- }
- })
- // console.log(this.currentSmsxt)
- // 土建装饰单独处理 将东西南北合并到一起
- if (this.currentSmsxt === '1008') {
- // console.log(data)
- let count = data.reduce((prev, current) => {
- return prev + current.cnt
- }, 0)
- // console.log(count)
- currentSys.map((item) => {
- if (item.dataType === 'img') {
- item.count = count ? count + '张' : '无' // + '张' || '无'
- }
- })
- }
- // console.log(currentSys)
- this.listKey = `list_${new Date().getTime()}`
- this.$set(this.listData, this.currentSmsxt, currentSys)
- Toast.clear()
- // console.log(this.listData)
- },
- /**
- * 查询机房平面布置图数量
- */
- async getRoomCount() {
- let getParams = {
- plazaId: this.plazaId,
- systemCode: this.smsxt,
- }
- // 查询机房平面布置图数量
- let res = await queryRoomCount({ getParams })
- // 取出listData中对应的系统数据
- let data = this.listData[this.smsxt]
- data.map((item, index, arr) => {
- if (item.dataType === 'room') {
- item.count = res?.count ? res?.count + '张' : '无'
- }
- })
- this.listKey = `list_${new Date().getTime()}`
- },
- /**
- * 分水器支路分布图,消防泵房引出管路分布图 对应的楼层图例数据
- */
- async getTuliData({ smsxt, system_code }) {
- let params = {
- BuildingID: '1',
- CategoryID: system_code,
- ProjectID: this.plazaId,
- Floors: this.floorsArr.map((item) => {
- return {
- FloorId: item.gname,
- FloorName: item.code,
- }
- }),
- }
- console.log(params)
- let res = await appGraphElementQuery(params)
- console.log(res)
- if (!res?.Data) {
- return false
- }
- let Data = res.Data || []
- // 过滤有Statistics的条数
- Data = Data.filter((v) => v.Statistics?.length)
- let fbtArr = []
- Data.map((item) => {
- fbtArr.push({
- code: item.FloorName,
- gname: item.FloorId,
- })
- })
- this.fbtArr = fbtArr
- let count = Data.length ? Data.length + '张' : '无'
- let systemData = this.listData[smsxt]
- console.log(systemData)
- systemData.map((item, index, arr) => {
- if (item.dataType === 'fbt') {
- arr[index].count = count
- }
- })
- this.$set(this.listData, smsxt, systemData)
- this.listKey = `list_${new Date().getTime()}`
- // .then(res => {
- // this.floorData = res.Data.map(floor => {
- // floor.Open = false;
- // return floor;
- // });
- // })
- },
- /**
- * 查询设备卡片
- */
- async getCard() {
- this.cardList = []
- let getParams = {
- plazaId: this.plazaId,
- smsxt: this.smsxt,
- }
- let res
- try {
- res = await querySystemCard({ getParams })
- } catch (error) {}
- // console.log('设备卡片')
- // console.log(res.data)
- if (!res && !res?.data?.length) {
- return false
- }
- let data = res.data
- // 取出assetTypeList
- let cardList = data[0]?.assetTypeList || []
- // console.log(cardList)
- cardList.map((item) => {
- item.total = item.asset_num // card 第二行台数
- item.name = item.category_name //card 第一行名称
- // 设备卡片单位处理
- if (item.name === '屋面logo') {
- item.unit = '个'
- } else if (item.name === '玻璃护栏') {
- item.unit = '段'
- } else {
- item.unit = '台'
- }
- /**
- * type 1: 正常运维 2:重要维保 3:重要维修
- */
- // 及无异常 有无 检测中
- if (!item.is_exception && !item.is_detecting) {
- item.type = 1
- item.number = 0
- } else if (item.is_exception) {
- // 有异常
- item.type = 3
- item.number = item.is_exception_num
- } else if (item.is_detecting) {
- // 检测中
- item.type = 2
- item.number = item.is_detecting_num
- }
- })
- this.cardList = cardList
- },
- handleClick(item) {
- switch (item.dataType) {
- // 原理图
- case 'img':
- this.handleImg(item)
- break
- // 机房平面布置图
- case 'room':
- this.handleRoom(item)
- break
- // 楼层分布
- case 'floor':
- this.handleFloor(item)
- break
- case 'fbt':
- this.handleFbt(item)
- break
- // 电井间商铺控制范围
- case 'electricWell':
- this.hanldeElectricWell(item)
- break
- // 配电室低压柜及出线明细
- case 'dyg':
- this.hanldeDyg(item)
- break
- default:
- break
- }
- },
- /**
- * 显示原理图预览
- */
- handleImg(item) {
- if (item.count === '无') {
- return false
- }
- this.showImage(item)
- },
- /**
- * 显示原理图
- */
- async showImage(item) {
- console.log('显示原理图')
- console.log(item)
- this.imgList = []
- this.imgKey = 'img_' + new Date().getTime()
- if (Array.isArray(item.typecode)) {
- return this.getTuJianImage(item)
- }
- let getParams = {
- plazaId: this.plazaId,
- module: this.module,
- neTypename: '位置布置图',
- typecode: item.typecode,
- system: this.smsxt,
- }
- let res = await querySystemImage({ getParams })
- // console.log(res)
- if (!res && !res?.data) {
- return false
- }
- let data = res.data
- let imgList = []
- data.map((item) => {
- imgList.push(item.url)
- })
- this.imgList = imgList
- imgList.length && (this.showImgPreview = true)
- },
- /**
- * 土建立面图(typecode为数组,查询多种图)
- */
- // TODO: 土建立面图
- async getTuJianImage(item) {
- let data = {
- plazaId: this.plazaId,
- module: this.module,
- neTypename: '位置布置图',
- system: this.smsxt,
- },
- postParams = {
- typecode: item.typecode,
- }
- let res = await querySystemTuJianImage({ data, postParams })
- // console.log(res)
- if (!res && !res?.data) {
- return false
- }
- let resData = res.data
- let imgList = []
- resData?.data.map((item) => {
- imgList.push(item.url)
- })
- this.imgList = imgList
- imgList.length && (this.showImgPreview = true)
- },
- /**
- * 跳转 机房平面布置图
- */
- handleRoom(item) {
- if (!item.count || item.count === '无') {
- return false
- }
- // TODO: 机房平面布置图
- this.$router.push({ name: 'EngineRoomPicture', params: {} })
- },
- /**
- * 配电室低压柜及出线明细
- */
- hanldeDyg() {
- // TODO: 11111
- this.$router.push({ name: 'LowVoltageCabinet', params: {} })
- },
- /**
- * 跳转 楼层分布
- */
- handleFloor(item) {
- let title = this.systemText + ' - 楼层分布'
- this.$router.push({ name: 'SystemFloor', params: { title } })
- },
- /**
- * 分水器支路分布图
- */
- handleFbt(item) {
- console.log(item)
- let currentSystem = this.listData[this.smsxt]
- let fbt = currentSystem.filter((v) => v.dataType === 'fbt')[0]
- if (!fbt || fbt.count === '无') {
- return false
- }
- const { categoryId, text } = item
- this.SETCATEGORYID(categoryId)
- let query = { title: text }
- // mockData
- // this.fbtArr = [
- // {
- // code: 'RF',
- // gname: 'g80',
- // },
- // ]
- if (this.fbtArr.length) {
- query.fbtArr = JSON.stringify(this.fbtArr)
- query.fbt = true
- }
- this.$router.push({ name: 'SystemFloor', query })
- },
- /**
- * 跳转 电井间控制商铺范围
- */
- hanldeElectricWell(item) {
- this.$router.push({ name: 'ElectricWell', params: {} })
- },
- /**
- * 点击卡片,跳转设备列表页面
- */
- goToEquipment(data) {
- console.log(data)
- let { name, category_code } = data
- this.$router.push({ name: 'EquipmentList', params: { title: name, category_code } })
- },
- /**
- * 点击更多设备卡片,跳转设备列表页面
- */
- goToMoreEquipment() {
- // this.$router.push({ name: 'MoreEquipmentList', params: {} })
- },
- },
- }
- </script>
- <style lang='less' scoped>
- .equipment-facilities {
- width: 100%;
- height: calc(100% - 100px);
- padding: 0;
- display: flex;
- .left {
- width: 80px;
- height: 100%;
- }
- .right {
- flex: 1;
- height: 100%;
- padding: 16px 16px 16px 12px;
- overflow: auto;
- .top {
- width: 100%;
- /deep/ .van-cell {
- font-size: 14px;
- font-weight: 400;
- color: #333333;
- background: #f8f9fa;
- border-radius: 4px;
- margin-bottom: 4px;
- .van-cell__value {
- width: 40px;
- max-width: 50px;
- flex: none;
- }
- }
- }
- .divider {
- border-bottom: 1px solid #e6e6e6;
- margin: 20px 0;
- }
- .card-container {
- width: 100%;
- display: flex;
- flex-wrap: wrap;
- flex-flow: wrap;
- .card {
- flex: 1;
- width: 50%;
- margin: 2% 0;
- min-width: 50%; // 加入这两个后每个item的宽度就生效了
- max-width: 50%; // 加入这两个后每个item的宽度就生效了
- height: 110px;
- }
- }
- }
- }
- </style>
|