|
@@ -46,7 +46,7 @@ import Vue from 'vue'
|
|
|
import { Cell, Toast } from 'vant'
|
|
|
Vue.use(Cell).use(Toast)
|
|
|
import { mapGetters, mapMutations } from 'vuex'
|
|
|
-import { querySystemCount, querySystemCard, querySystemImage } from '@/api/equipmentList'
|
|
|
+import { querySystemCount, querySystemCard, querySystemImage, querySystemTuJianImage } from '@/api/equipmentList'
|
|
|
|
|
|
import MCard from '@/components/equipmentFacilities/Card'
|
|
|
import SystemMenu from '@/components/systemMenu'
|
|
@@ -125,7 +125,7 @@ export default {
|
|
|
// 2028 南外立面
|
|
|
// 2027 西外立面
|
|
|
// { text: '建筑立面图', dataType: 'img', typecode: '2026', count: '无' },
|
|
|
- { text: '建筑立面图', dataType: 'img', typecode: `['2026', '2027', '2028', '2029']`, count: '无' },
|
|
|
+ { text: '建筑立面图', dataType: 'img', typecode: ['2026', '2027', '2028', '2029'], count: '无' },
|
|
|
{ text: '楼层分布', dataType: 'floor' },
|
|
|
],
|
|
|
},
|
|
@@ -194,64 +194,6 @@ export default {
|
|
|
return false
|
|
|
}
|
|
|
let data = res.data
|
|
|
- /* let data = [
|
|
|
- {
|
|
|
- typecode: 2010,
|
|
|
- cnt: 1,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2011,
|
|
|
- cnt: 2,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2013,
|
|
|
- cnt: 3,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2014,
|
|
|
- cnt: 4,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2015,
|
|
|
- cnt: 5,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2016,
|
|
|
- cnt: 6,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2017,
|
|
|
- cnt: 7,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2019,
|
|
|
- cnt: 8,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2020,
|
|
|
- cnt: 9,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2021,
|
|
|
- cnt: 10,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2022,
|
|
|
- cnt: 11,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2023,
|
|
|
- cnt: 12,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2024,
|
|
|
- cnt: 13,
|
|
|
- },
|
|
|
- {
|
|
|
- typecode: 2025,
|
|
|
- cnt: 14,
|
|
|
- },
|
|
|
- ] */
|
|
|
|
|
|
let currentSys = this.listData[this.currentSmsxt]
|
|
|
// console.log(this.listData, currentSys)
|
|
@@ -307,7 +249,6 @@ export default {
|
|
|
cardList.map((item) => {
|
|
|
item.total = item.asset_num // card 第二行台数
|
|
|
item.name = item.category_name //card 第一行名称
|
|
|
-
|
|
|
// 设备卡片单位处理
|
|
|
if (item.name === '屋面logo') {
|
|
|
item.unit = '个'
|
|
@@ -316,7 +257,6 @@ export default {
|
|
|
} else {
|
|
|
item.unit = '台'
|
|
|
}
|
|
|
-
|
|
|
/**
|
|
|
* type 1: 正常运维 2:重要维保 3:重要维修
|
|
|
*/
|
|
@@ -335,7 +275,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.cardList = cardList
|
|
|
- console.log(this.cardList)
|
|
|
},
|
|
|
handleClick(item) {
|
|
|
switch (item.dataType) {
|
|
@@ -368,8 +307,11 @@ export default {
|
|
|
* 显示原理图
|
|
|
*/
|
|
|
async showImage(item) {
|
|
|
- // // console.log('显示原理图')
|
|
|
- // // console.log(item)
|
|
|
+ console.log('显示原理图')
|
|
|
+ console.log(item)
|
|
|
+ if (Array.isArray(item.typecode)) {
|
|
|
+ return this.getTuJianImage(item)
|
|
|
+ }
|
|
|
let getParams = {
|
|
|
plazaId: this.plazaId,
|
|
|
module: this.module,
|
|
@@ -391,6 +333,33 @@ export default {
|
|
|
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.map((item) => {
|
|
|
+ imgList.push(item.url)
|
|
|
+ })
|
|
|
+ this.imgList = imgList
|
|
|
+ imgList.length && (this.showImgPreview = true)
|
|
|
+ },
|
|
|
+ /**
|
|
|
* 跳转 机房平面布置图
|
|
|
*/
|
|
|
handleRoom(item) {
|
|
@@ -405,8 +374,13 @@ export default {
|
|
|
// TODO: 楼层分布
|
|
|
// this.$router.push({ name: 'SystemFloor', params: { title } })
|
|
|
},
|
|
|
+ /**
|
|
|
+ * 点击卡片,跳转设备列表页面
|
|
|
+ */
|
|
|
goToEquipment(data) {
|
|
|
- // console.log(data)
|
|
|
+ console.log(data)
|
|
|
+ let { name, category_code } = data
|
|
|
+ this.$router.push({ name: 'EquipmentList', params: { title: name, category_code } })
|
|
|
},
|
|
|
},
|
|
|
}
|