index.vue 31 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040
  1. <template>
  2. <!-- 设备设施 -->
  3. <div id="equipment">
  4. <!-- 顶部八个子系统导航 -->
  5. <div class="eq-top">
  6. <span
  7. class="eq-system"
  8. v-for="(item, index) in system"
  9. :class="item.id == systemId ? 'isActive' : ''"
  10. :key="index"
  11. @click="tabSyatem(item)"
  12. >
  13. <img :src="item.id == systemId ? item.icon1 : item.icon" />
  14. {{ item.name }}
  15. </span>
  16. </div>
  17. <div class="eq-bottom">
  18. <!-- 左侧选择,系统原理图等,点击进入弹窗 -->
  19. <div class="eq-left">
  20. <ul v-for="(eve, index) in everySystem" :key="'o' + index">
  21. <li
  22. class="li-style"
  23. :class="{ 'is-active': eve.id }"
  24. @click="dialogVisible(eve)"
  25. >
  26. <span class="circle"></span>
  27. <el-button
  28. type="text"
  29. disabled
  30. class="hanzi2"
  31. title="数字化移交系统上线后可用"
  32. v-if="eve.label == '查看图纸' && !showLookPic"
  33. style="text-align: left"
  34. >{{ eve.label }}</el-button
  35. >
  36. <span class="hanzi" v-else>{{ eve.label }}</span>
  37. </li>
  38. </ul>
  39. </div>
  40. <!-- 右侧楼层图主体 -->
  41. <div class="eq-right">
  42. <div class="eq-right-bottom">
  43. <div class="title-box">
  44. <div class="eq-title">
  45. <span class="span1">{{ floorInfo.code }}</span>
  46. </div>
  47. </div>
  48. <div class="eq-content">
  49. <floorMap
  50. ref="floorMap"
  51. :id="'equip'"
  52. :loadName="loadName"
  53. :type="'system'"
  54. ></floorMap>
  55. <div class="legend-boxs">
  56. <Legend
  57. :key="keyLd"
  58. :systemName="systemName"
  59. :floors="floorsArr"
  60. type="1"
  61. :editTips="`编辑${floorInfo.code}层${systemName}平面图`"
  62. ></Legend>
  63. <!-- 楼层切换组件 -->
  64. <floor-list
  65. :key="keyFL"
  66. v-if="floorsArr.length > 0"
  67. :floorsArr="floorsArr"
  68. @emitFloor="emitFloor"
  69. id="system"
  70. ></floor-list>
  71. <div
  72. class="additional-box"
  73. ref="additionalBox"
  74. v-if="fqPic.length > 0 && (smsxt == '1003' || smsxt == '1004')"
  75. >
  76. <el-badge :is-dot="visibleTooltip" class="item" >
  77. <a-tooltip v-if="showView === 3" placement="bottomRight" :defaultVisible="visibleTooltip" overlayClassName="additional-box-tooltip" :visible="visibleTooltip">
  78. <template slot="title">
  79. <span>数据填写不完整,请检查并完善</span>
  80. </template>
  81. <div
  82. class="additional2"
  83. @click="additionalColl"
  84. >
  85. <img src="../../assets/imgs/bg2.png" alt />
  86. </div>
  87. </a-tooltip>
  88. <div class="additional" @click="additionalColl" v-else>
  89. <img src="../../assets/imgs/bg.png" alt />
  90. </div>
  91. </el-badge>
  92. <el-collapse-transition>
  93. <div
  94. v-show="showView === 3"
  95. class="add-img-container"
  96. ref="addImgContainer"
  97. :style="`bottom: ${bottomOffset}px;`"
  98. >
  99. <!-- <div class="add-img" ref="addImg">
  100. <img :src="fqPic[0].url" alt />
  101. </div> -->
  102. <!-- -->
  103. <div class="add-data-box">
  104. <!-- 该div内为谢贝贝开发区域-->
  105. <div class="add-data-table" style="max-height: 500px">
  106. <!-- <addDataTable :system-name="systemName" :tableData2="tableData" :tableData="tableData" :totalCount="totalCount" :examplesBoo="false"></addDataTable>-->
  107. <addDataTable :system-name="systemName" :tableData="tableData" :totalCount="totalCount" :examplesBoo="false"></addDataTable>
  108. </div>
  109. <el-button type="primary" class="add-data-editbtn" @click="addDataVisible=!addDataVisible">编辑</el-button>
  110. </div>
  111. </div>
  112. </el-collapse-transition>
  113. </div>
  114. </div>
  115. </div>
  116. </div>
  117. </div>
  118. </div>
  119. <!-- 使用 v-if解决弹窗未展示时,会调用接口的问题 -->
  120. <eq-dialog
  121. v-if="ShowDialog"
  122. ref="dialog"
  123. :systemName="systemName"
  124. :smsxt="smsxt"
  125. @emitCount="emitCount"
  126. @closeModal="closeModal"
  127. ></eq-dialog>
  128. <!--编辑点击弹窗-->
  129. <addDataDialog v-if="addDataVisible" :systemName="systemName" @handelCancel="handelCancel" :tableData="tableData"></addDataDialog>
  130. </div>
  131. </template>
  132. <script>
  133. import floorList from "@/components/floorList.vue";
  134. import floorMap from "@/components/floorMap/index.vue";
  135. import eqDialog from "./eqDialog";
  136. import addDataDialog from "./addDataDialog";
  137. import addDataTable from "./addDataTable";
  138. import { system } from "@/utils/plugins/components.js";
  139. import { queryPic, getPvUv } from "@/api/public.js";
  140. import {
  141. uploadExcel,
  142. downloadExcel,
  143. previewExecl,
  144. uploadExcelTemplate,
  145. addDataCheckComplete,
  146. addDataPreviewFireControl,
  147. addDataPreviewWeakCurrent,
  148. } from "@/api/equipmentList.js";
  149. import { mapGetters } from "vuex";
  150. import store from "../../store";
  151. import XLSX from "xlsx";
  152. import { Alert } from "ant-design-vue";
  153. export default {
  154. data() {
  155. return {
  156. system,
  157. everySystem: [],
  158. systemId: 1,
  159. categoryId: "GDXT",
  160. systemName: "供电系统",
  161. floorInfo: {},
  162. smsxt: "1001",
  163. dialogInfo: {},
  164. brand: [], //品牌
  165. manufacturer: [],
  166. fqPic: [],
  167. loadName: "",
  168. type: "",
  169. objCount: [],
  170. bottomOffset: 0,
  171. keyFL: "keyFL" + new Date().getTime(),
  172. keyLd: "keyLd_" + new Date().getTime(),
  173. ShowDialog: false, //是否显示弹窗
  174. showLookPic: false,
  175. showExeclTooltip: false, // 是否展示execl提示信息,
  176. showXFXTToltip: false, //是否展示消防系统tooltip
  177. addDataVisible: false,//附加数据弹窗
  178. visibleTooltip:false, //是否展示附加数据有无数据提示信息
  179. tableData:[],
  180. totalCount:{},
  181. };
  182. },
  183. components: { floorList, eqDialog, floorMap,addDataDialog ,addDataTable},
  184. watch: {
  185. // 监听currentFloor变化,重新渲染楼层组件,解决 数据与视图不照应的问题
  186. /* '$store.state.currentFloor': {
  187. handler(newV, oldV) {
  188. if (newV.seq !== oldV.seq) {
  189. // TODO: keyFL更新
  190. this.keyFL = 'keyFL' + new Date().getTime()
  191. }
  192. }
  193. } */
  194. },
  195. methods: {
  196. //附加数据弹窗取消
  197. handelCancel(data){
  198. this.addDataVisible = data;
  199. },
  200. showToolTip() {
  201. this.showExeclTooltip = true;
  202. if (this.smsxt == 1003) {
  203. // 是否是消防系统
  204. this.showXFXTToltip = true;
  205. } else {
  206. this.showXFXTToltip = false;
  207. }
  208. },
  209. hideToolTip() {
  210. this.showExeclTooltip = false;
  211. },
  212. /**
  213. * excel文件上传
  214. */
  215. uploadExl(resData) {
  216. const { file } = resData;
  217. // 创建FormData对象
  218. const isLt30M = file.size / 1024 / 1024 < 30;
  219. if (!["xls", "xlsx"].includes(file.name.split(".")[1])) {
  220. this.$message.warning("上传文件只能是 xls、xlsx格式!");
  221. return;
  222. }
  223. if (!isLt30M) {
  224. this.$message.warning("上传excel模板大小不能超过 30MB!");
  225. return;
  226. }
  227. const formData = new FormData();
  228. // 将得到的文件流添加到FormData对象
  229. formData.append("file", file, file.name);
  230. const getParams = {
  231. plazaId: this.plazaId,
  232. smsxt: this.smsxt,
  233. floor: this.floorInfo.gname, //楼层 必填
  234. };
  235. const data = formData;
  236. uploadExcel({ getParams, data }).then((res) => {
  237. if (res?.result === "success") {
  238. this.$message({
  239. message: "上传成功",
  240. type: "success",
  241. });
  242. // 刷新预览界面
  243. this.previewExl();
  244. } else {
  245. this.$message({
  246. message: "上传失败",
  247. type: "error",
  248. });
  249. }
  250. });
  251. },
  252. /**
  253. * 下载excel
  254. */
  255. downloadExl() {
  256. const getParams = {
  257. plazaId: this.plazaId,
  258. smsxt: this.smsxt,
  259. floor: this.floorInfo.gname,
  260. };
  261. downloadExcel({ getParams }).then((res) => {
  262. // 文件不存在,下载失败提示
  263. res.msg && this.$message({ type: "warning", message: res.msg });
  264. });
  265. },
  266. // execl预览
  267. previewExl() {
  268. const getParams = {
  269. plazaId: this.plazaId,
  270. smsxt: this.smsxt,
  271. floor: this.floorInfo.gname,
  272. };
  273. previewExecl({ getParams }).then((res) => {
  274. // 文件不存在,下载失败提示
  275. var data = new Uint8Array(res);
  276. var workbook = XLSX.read(data, { type: "array" });
  277. this.readWorkbook(workbook);
  278. });
  279. },
  280. // 上传模板execl
  281. uploadTemplateExl(resData) {
  282. const { file } = resData;
  283. // 创建FormData对象
  284. const isLt30M = file.size / 1024 / 1024 < 30;
  285. if (!["xls", "xlsx"].includes(file.name.split(".")[1])) {
  286. this.$message.warning("上传文件只能是 xls、xlsx格式!");
  287. return;
  288. }
  289. if (!isLt30M) {
  290. this.$message.warning("上传excel模板大小不能超过 30MB!");
  291. return;
  292. }
  293. const formData = new FormData();
  294. // 将得到的文件流添加到FormData对象
  295. formData.append("file", file, file.name);
  296. const getParams = {
  297. plazaId: this.plazaId,
  298. smsxt: this.smsxt,
  299. };
  300. const data = formData;
  301. uploadExcelTemplate({ getParams, data }).then((res) => {
  302. if (res?.result === "success") {
  303. this.$message({
  304. message: "上传成功",
  305. type: "success",
  306. });
  307. // 刷新预览界面
  308. this.previewExl();
  309. } else {
  310. this.$message({
  311. message: "上传失败",
  312. type: "error",
  313. });
  314. }
  315. });
  316. },
  317. // 将表格追加到页面节点展示
  318. readWorkbook(workbook) {
  319. var sheetNames = workbook.SheetNames; // 工作表名称集合
  320. var worksheet = workbook.Sheets[sheetNames[0]]; // 这里我们只读取第一张sheet
  321. const xlsxHtml = XLSX.write(workbook, {
  322. sheet: sheetNames[0],
  323. type: "string",
  324. bookType: "html",
  325. });
  326. document.getElementById("result").innerHTML = xlsxHtml;
  327. },
  328. // 查询tab页
  329. tabSyatem(item) {
  330. this.systemId = item.id;
  331. this.everySystem = item.children;
  332. this.systemName = item.name;
  333. this.smsxt = item.smsxt;
  334. this.$cookie.set("categoryId", item.categoryId, 3);
  335. store.commit("SETCATEGORYID", item.categoryId);
  336. this.$refs.floorMap.init(this.floorInfo.gname);
  337. this.querySmsxt();
  338. this.viewLengend();
  339. // 发送pvUv
  340. const data = {
  341. plazaId: this.plazaId,
  342. };
  343. let postParams = {
  344. type: "equipmentRouter",
  345. target: item.name,
  346. parameter: item.categoryId,
  347. };
  348. getPvUv(data, postParams)
  349. .then((res) => {
  350. console.log("pvuv", res);
  351. })
  352. .catch((res) => {
  353. console.log("error", res);
  354. });
  355. },
  356. querySmsxt() {
  357. // 目前消防和弱电下面有特殊的数据表格
  358. if (this.smsxt == "1003" || this.smsxt == "1004") {
  359. this.queryTable(this.smsxt);
  360. //检测消防和弱电下是否表格有数据
  361. this.addDataCheckCompleteFun();
  362. }
  363. },
  364. //判断有没有原理图,如果没有则不出现系统原理图列表li
  365. emitCount(objCount) {
  366. this.objCount = objCount;
  367. },
  368. emitFloor(item) {
  369. this.floorInfo = item;
  370. this.$refs.floorMap.init(this.floorInfo.gname);
  371. this.init();
  372. this.querySmsxt();
  373. },
  374. dialogVisible(eve) {
  375. // console.log('dialogVisible')
  376. // 点击后显示弹窗组件
  377. // if (eve.label != '查看图纸') {
  378. this.ShowDialog = true;
  379. this.$nextTick(() => {
  380. this.$refs.dialog.showModal(eve);
  381. });
  382. // pvuv接口记录
  383. // 发送pvUv
  384. const data = {
  385. plazaId: this.plazaId,
  386. };
  387. let postParams = {
  388. type: "modal",
  389. target: eve.id,
  390. parameter: eve.label,
  391. };
  392. getPvUv(data, postParams)
  393. .then((res) => {
  394. console.log("pvuv", res);
  395. })
  396. .catch((res) => {
  397. console.log("error", res);
  398. });
  399. // }
  400. },
  401. /**
  402. * 关闭弹窗后,重新渲染 楼层组件
  403. * 在父组件(本组件)内将 ShowDialog 置为false
  404. * @param {Boolean} flag 弹窗组件传回的标志: 一直传回 true
  405. */
  406. closeModal(flag) {
  407. this.ShowDialog = false;
  408. // this.keyFL = 'keyFL' + new Date().getTime()
  409. this.keyLd = "keyLd" + new Date().getTime();
  410. },
  411. //附加数据图片查看 showView为3展示状态
  412. additionalColl() {
  413. console.log('this.floorInfo',this.floorInfo);
  414. // // 走预览接口
  415. // this.previewExl();
  416. // 调整样式
  417. if (this.showView != 3) {
  418. this.$store.commit("SETSHOWVIEW", 3);
  419. this.$nextTick(() => {
  420. let p = this.$refs.additionalBox.offsetTop;
  421. let d = this.$refs.addImgContainer.offsetHeight;
  422. let bottomOffset = p + 44 - d;
  423. if (bottomOffset >= 0) {
  424. this.bottomOffset = this.visibleTooltip?0:-100;
  425. } else {
  426. this.bottomOffset = bottomOffset;
  427. }
  428. });
  429. } else {
  430. this.$store.commit("SETSHOWVIEW", 0);
  431. }
  432. if(this.systemName =='消防系统'){
  433. this.addDataPreviewFireControlFun();
  434. }
  435. if(this.systemName =='弱电系统'){
  436. this.addDataPreviewWeakCurrentFun();
  437. }
  438. },
  439. // 查询附加数据图片
  440. queryTable(system) {
  441. this.fqPic = [];
  442. let picFloor = this.$cookie.get("floorMapId");
  443. let getParams = {
  444. module: "1003",
  445. floor: picFloor,
  446. system: system,
  447. plazaId: this.plazaId,
  448. };
  449. queryPic({ getParams }).then((res) => {
  450. // console.log('附加数据', res)
  451. this.fqPic = res.data ? res.data : [];
  452. });
  453. },
  454. init() {
  455. this.loadName = `设备设施-${this.systemName}-${this.floorInfo.code}`;
  456. if (this.floorsArr.length > 0 && this.$cookie.get("currentFloorId")) {
  457. this.floorInfo = this.floorsArr.find((item) => {
  458. return this.$cookie.get("currentFloorId") == item.seq;
  459. });
  460. }
  461. },
  462. // 从设备设施进入的机房
  463. queryType(val) {
  464. this.type = val;
  465. },
  466. viewLengend() {
  467. if (this.legendTable.length > 0) {
  468. this.$store.commit("SETSHOWVIEW", 1);
  469. } else {
  470. this.$store.commit("SETSHOWVIEW", 0);
  471. }
  472. },
  473. smsxtQuery() {
  474. if (this.smsxt == "1001") {
  475. this.$cookie.set("categoryId", "GDXT");
  476. } else if (this.smsxt == "1002") {
  477. this.$cookie.set("categoryId", "NTXT");
  478. } else if (this.smsxt == "1003") {
  479. this.$cookie.set("categoryId", "XFXT");
  480. } else if (this.smsxt == "1004") {
  481. this.$cookie.set("categoryId", "RDXT");
  482. } else if (this.smsxt == "1005") {
  483. this.$cookie.set("categoryId", "JPSXT");
  484. } else if (this.smsxt == "1006") {
  485. this.$cookie.set("categoryId", "DTXT");
  486. } else if (this.smsxt == "1007") {
  487. this.$cookie.set("categoryId", "RQYL");
  488. } else {
  489. this.$cookie.set("categoryId", "SCPZ");
  490. }
  491. },
  492. // 查看数据是否填写完整
  493. addDataCheckCompleteFun() {
  494. let params = {
  495. projectId: this.plazaId,
  496. systemCode: this.smsxt,
  497. floor: this.floorInfo.gname,
  498. }
  499. addDataCheckComplete({params}).then(res=>{
  500. // let res = {
  501. // "result": "success", //状态信息 success:调用成功 fail:调用失败
  502. // "data": {
  503. // "isComplate": false, //是否完整, true: 完整 false :不完整
  504. // "desc": "数据填写不完整,请检查并完善" // 描述信息
  505. // }
  506. // }
  507. if (res.result == 'success') {
  508. if (!res.data.isComplate) {
  509. this.visibleTooltip = false;
  510. } else {
  511. this.visibleTooltip = true;
  512. }
  513. }else{
  514. this.$message({
  515. message: res.message,
  516. type: 'error'
  517. })
  518. }
  519. console.log(res);
  520. })
  521. },
  522. // 消防系统数据预览/数据回显
  523. addDataPreviewFireControlFun(){
  524. let params = {
  525. projectId: this.plazaId,
  526. systemCode: this.smsxt,
  527. floor: this.floorInfo.gname,
  528. getTotal:'0'
  529. }
  530. // addDataPreviewFireControl({params}).then(res=>{
  531. let res = {
  532. "result": "success", //状态信息 success:调用成功 fail:调用失败
  533. "data":{
  534. "infoList":[{
  535. "fireZone":"C1-C1-C1-C1-9", //防火分区
  536. "isFm": "1", //是否属于工程物业管理范围,0:否,1:是
  537. "hostNum":"2", //主机编号
  538. //烟感数量
  539. "warmCount":"999999", //温感数量
  540. "handNewCount":"13", //手报数量
  541. "moduleCount":"999999" //模块数量
  542. },{
  543. "fireZone":"C1-10", //防火分区
  544. "isFm": "0", //是否属于工程物业管理范围,0:否,1:是
  545. "manageScope":"合作方管理范围" //管理范围
  546. } ],
  547. "totalCount":{ //总数量,当传入的参数getTotal的值为1时有该数据
  548. "smokeTotalCount":"20", //烟感总数量
  549. "warmTotalCount":"12", //温感总数量
  550. "handNewTotalCount":"13", //手报总数量
  551. "fireHydrantTotalCount":"15", //消火栓总数量
  552. "moduleTotalCount":"33" //模块总数量
  553. }
  554. }
  555. };
  556. if(res.result=='success'){
  557. this.tableData = res.data.infoList;
  558. }else{
  559. this.$message({
  560. message: res.message,
  561. type: 'error'
  562. })
  563. }
  564. // })
  565. },
  566. //弱电系统数据预览/回显
  567. addDataPreviewWeakCurrentFun(){
  568. let params = {
  569. projectId: this.plazaId,
  570. systemCode: this.smsxt,
  571. floor: this.floorInfo.gname,
  572. getTotal:'1'
  573. }
  574. // addDataPreviewWeakCurrent({params}).then(res=>{
  575. let res = {
  576. "result": "success", //状态信息 success:调用成功 fail:调用失败
  577. "data":{
  578. "infoList":[{
  579. "fireZone":"C区", //分区
  580. "monitorCount":"2", //监控系统数量
  581. "baCount":"3", //BA系统数量
  582. "ddcCount":"4", //DDC数量
  583. "accessCount":"20" //门禁系统数量
  584. },{
  585. "fireZone":"C区", //分区
  586. "monitorCount":"2", //监控系统数量
  587. "baCount":"5", //BA系统数量
  588. "ddcCount":"4", //DDC数量
  589. "accessCount":"20" //门禁系统数量
  590. } ],
  591. "totalCount":{ //总数量,当传入的参数getTotal的值为1时有该数据
  592. "monitorTotalCount":"2", //监控系统总数量
  593. "baTotalCount":"3", //BA系统总数量
  594. "ddcTotalCount":"4", //DDC总数量
  595. "accessTotalCount":"20" //门禁系统总数量
  596. }
  597. }
  598. }
  599. this.tableData =[];
  600. if(res.result=='success'){
  601. res.data.infoList.length && res.data.infoList.map(item=>{
  602. let arr = [
  603. {
  604. fireZone: '',
  605. system: '监控系统',
  606. monitorCount: '',
  607. },
  608. {
  609. fireZone: '',
  610. system: 'BA系统',
  611. baCount: '',
  612. },
  613. {
  614. fireZone: '',
  615. system: 'DDC',
  616. ddcCount: '',
  617. },
  618. {
  619. fireZone: '',
  620. system: '门禁系统',
  621. accessCount: '',
  622. },
  623. ];
  624. arr[0].fireZone = item.fireZone;
  625. arr[0].monitorCount = item.monitorCount;
  626. arr[1].baCount = item.baCount;
  627. arr[2].ddcCount = item.ddcCount;
  628. arr[3].accessCount = item.accessCount;
  629. this.tableData.push(...arr);
  630. })
  631. console.log(this.tableData);
  632. this.totalCount = res.data.totalCount
  633. }else{
  634. this.$message({
  635. message: res.message,
  636. type: 'error'
  637. })
  638. }
  639. // })
  640. },
  641. },
  642. created() {
  643. /**
  644. * 是否显示,可以点击的查看图纸
  645. * 根据配置文件中,配置的广场ID显示查看图纸
  646. */
  647. if (
  648. window.__systemConf.conf.showLookPic_projectData.includes(this.plazaId)
  649. ) {
  650. this.showLookPic = true;
  651. }
  652. },
  653. mounted() {
  654. // if (Object.keys(this.floorObj).length > 0) {
  655. // this.floorInfo = this.floorObj
  656. // }
  657. /**
  658. * 解决切换到设备设施地图数据加载两次问题
  659. */
  660. // this.$refs.floorMap.init(this.floorInfo.gname)
  661. if (this.$route.query.smsxt) {
  662. console.log(this.$route.query.smsxt);
  663. this.smsxt = this.$route.query.smsxt;
  664. this.smsxtQuery();
  665. this.system.forEach((el) => {
  666. if (el.smsxt == this.smsxt) {
  667. this.everySystem = el.children;
  668. this.systemName = el.name;
  669. this.systemId = el.id;
  670. }
  671. });
  672. }
  673. this.everySystem = this.system[0].children;
  674. // 刷新时,store中有categoryId时,选中子系统状态
  675. if (this.$store.state.categoryId) {
  676. let item = this.system.filter(
  677. (item) => item.categoryId === this.$store.state.categoryId
  678. )[0];
  679. this.systemId = item.id;
  680. this.everySystem = item.children;
  681. this.systemName = item.name;
  682. this.smsxt = item.smsxt;
  683. this.querySmsxt();
  684. this.viewLengend();
  685. }
  686. this.init();
  687. },
  688. computed: {
  689. ...mapGetters([
  690. "floorsArr",
  691. "plazaId",
  692. "showView",
  693. "legendTable",
  694. "floorObj",
  695. ]),
  696. },
  697. };
  698. </script>
  699. <style lang="less" scoped>
  700. #equipment {
  701. background: rgba(242, 245, 247, 1);
  702. display: flex;
  703. flex: 1;
  704. overflow: hidden;
  705. color: #1f2429;
  706. .eq-top {
  707. // margin-left: 260px;
  708. width: 100%;
  709. padding-top: 24px;
  710. position: fixed;
  711. z-index: 3;
  712. display: flex;
  713. justify-content: center;
  714. .eq-system {
  715. padding: 12px 20px;
  716. background: #fff;
  717. font-size: 16px;
  718. cursor: pointer;
  719. img {
  720. width: 16px;
  721. height: 16px;
  722. margin-right: 4px;
  723. margin-bottom: 3px;
  724. }
  725. }
  726. .isActive {
  727. color: #025baa;
  728. font-weight: bolder;
  729. background: linear-gradient(
  730. 360deg,
  731. rgba(2, 91, 170, 0.1) 0%,
  732. rgba(2, 91, 170, 0) 100%
  733. );
  734. }
  735. }
  736. .eq-bottom {
  737. display: flex;
  738. flex: 1;
  739. .eq-left {
  740. position: fixed;
  741. z-index: 2;
  742. width: 260px;
  743. padding-top: 100px;
  744. color: #646c73;
  745. font-size: 14px;
  746. height: 100%;
  747. background: rgba(242, 245, 247, 1);
  748. }
  749. .li-style {
  750. margin-left: 28px;
  751. cursor: pointer;
  752. .circle {
  753. width: 6px;
  754. height: 6px;
  755. background: linear-gradient(
  756. 180deg,
  757. rgba(54, 156, 247, 0.6) 0%,
  758. rgba(2, 91, 170, 0.6) 100%
  759. );
  760. border-radius: 50%;
  761. display: inline-block;
  762. margin-right: 10px;
  763. }
  764. .hanzi {
  765. padding: 10px 0 10px 6px;
  766. width: 200px;
  767. display: inline-block;
  768. &:hover {
  769. color: rgba(2, 91, 170, 1);
  770. background: linear-gradient(
  771. 270deg,
  772. rgba(199, 217, 234, 0) 0%,
  773. rgba(199, 217, 234, 1) 100%
  774. );
  775. }
  776. }
  777. .hanzi2 {
  778. padding: 10px 0 10px 6px;
  779. width: 200px;
  780. display: inline-block;
  781. }
  782. }
  783. .eq-right {
  784. flex: 1;
  785. .eq-right-bottom {
  786. display: flex;
  787. flex: 1;
  788. height: 100%;
  789. .title-box {
  790. position: fixed;
  791. z-index: 2;
  792. top: 156px;
  793. left: 260px;
  794. display: flex;
  795. img {
  796. margin-top: -5px;
  797. }
  798. .eq-title {
  799. width: 140px;
  800. height: 32px;
  801. background: linear-gradient(
  802. 270deg,
  803. rgba(199, 217, 234, 0) 0%,
  804. rgba(199, 217, 234, 1) 100%
  805. );
  806. box-shadow: -6px 2px 8px 0px rgba(31, 36, 41, 0.1);
  807. color: #025baa;
  808. font-size: 16px;
  809. &::before {
  810. width: 2px;
  811. height: 16px;
  812. background: rgba(2, 91, 170, 1);
  813. display: inline-block;
  814. content: "";
  815. margin-right: 10px;
  816. margin-top: 8px;
  817. }
  818. .span1 {
  819. position: absolute;
  820. top: 3px;
  821. }
  822. }
  823. }
  824. .eq-content {
  825. flex: 1;
  826. .legend-boxs {
  827. position: fixed;
  828. z-index: 9;
  829. right: 32px;
  830. top: 142px;
  831. /deep/ .el-badge__content.is-dot{
  832. width: 12px;
  833. height: 12px;
  834. background: #F54E45;
  835. }
  836. }
  837. .additional-box {
  838. position: relative;
  839. margin-top: 8px;
  840. .additional,
  841. .additional2 {
  842. width: 44px;
  843. height: 44px;
  844. border-radius: 2px;
  845. display: flex;
  846. justify-content: center;
  847. align-items: center;
  848. cursor: pointer;
  849. img {
  850. width: 20px;
  851. height: 20px;
  852. }
  853. }
  854. .additional {
  855. background: rgba(255, 255, 255, 1);
  856. box-shadow: 0px 2px 15px 0px rgba(31, 36, 41, 0.08);
  857. }
  858. .additional2 {
  859. background: linear-gradient(
  860. 180deg,
  861. rgba(54, 156, 247, 1) 0%,
  862. rgba(2, 91, 170, 1) 100%
  863. );
  864. box-shadow: 0px 2px 15px 0px rgba(31, 36, 41, 0.08);
  865. }
  866. .add-img-container {
  867. /*width: 450px;*/
  868. max-height: 674px;
  869. overflow-y: auto;
  870. background: #ffffff;
  871. -webkit-box-shadow: 0px 2px 8px 0px rgba(31, 36, 41, 0.06);
  872. box-shadow: 0px 2px 8px 0px rgba(31, 36, 41, 0.06);
  873. border-radius: 2px;
  874. border: 1px solid #e4e5e7;
  875. position: absolute;
  876. right: 48px;
  877. bottom: 0;
  878. padding: 24px 20px;
  879. &::-webkit-scrollbar {
  880. display: none;
  881. }
  882. .add-img {
  883. width: 100%;
  884. height: 100%;
  885. overflow: hidden;
  886. position: relative;
  887. .btn-list {
  888. display: flex;
  889. width: 100%;
  890. justify-content: center;
  891. }
  892. img {
  893. width: 100%;
  894. display: block;
  895. margin: 0 auto;
  896. }
  897. .tooltip-msg {
  898. position: relative;
  899. z-index: 999;
  900. width: 100%;
  901. img {
  902. width: 20px;
  903. height: 20px;
  904. float: right;
  905. margin: 0 auto 12px;
  906. }
  907. .tool-tip {
  908. position: absolute;
  909. top: 20px;
  910. border-radius: 4px;
  911. padding: 0.8rem 1.6rem 1.6rem;
  912. font-size: 1.4rem;
  913. line-height: 2.2rem;
  914. background: white;
  915. border: 1px solid rgba(151, 151, 151, 0.2);
  916. filter: drop-shadow(0 2px 4px rgba(31, 35, 41, 0.1));
  917. }
  918. }
  919. }
  920. }
  921. }
  922. }
  923. }
  924. }
  925. }
  926. .add-data-box {
  927. display: flex;
  928. flex-direction: column;
  929. .add-data-table{
  930. flex: 1;
  931. }
  932. .add-data-editbtn{
  933. width: 65px;
  934. margin-left: auto;
  935. margin-top: 20px;
  936. }
  937. }
  938. }
  939. @media screen and (max-width: 1600px) {
  940. /*当屏幕尺寸小于1366px时,应用下面的CSS样式*/
  941. .eq-top {
  942. margin-left: 0 !important;
  943. }
  944. #equipment
  945. .eq-bottom
  946. .eq-right
  947. .eq-right-bottom
  948. .eq-content
  949. .additional-box
  950. .add-img-container {
  951. /*width: 360px;*/
  952. /*max-height: 480px;*/
  953. }
  954. }
  955. </style>
  956. <style lang="less">
  957. .additional-box-tooltip{
  958. /deep/ .ant-tooltip-inner{
  959. background: linear-gradient(180deg, #369CF7 0%, #025BAA 100%)!important;
  960. }
  961. .ant-tooltip-arrow::before{
  962. background: #3398F2!important;
  963. }
  964. }
  965. .el-table {
  966. th {
  967. background: rgba(248, 249, 250, 1);
  968. font-size: 12px;
  969. padding: 8px 0;
  970. color: #646a73;
  971. }
  972. td {
  973. font-size: 14px;
  974. color: #1f2429;
  975. padding: 8px 0;
  976. overflow: hidden;
  977. text-overflow: ellipsis;
  978. white-space: nowrap;
  979. }
  980. }
  981. @media screen and (max-width: 1600px) {
  982. .el-table td {
  983. padding: 4px 0;
  984. }
  985. }
  986. #result {
  987. width: 408px;
  988. position: relative;
  989. height: 408px;
  990. overflow-y: auto;
  991. overflow-x: auto;
  992. table {
  993. border-collapse: collapse;
  994. min-width: 100%;
  995. }
  996. th,
  997. td {
  998. border: solid 1px #6d6d6d;
  999. padding: 5px 10px;
  1000. white-space:nowrap;
  1001. }
  1002. .mt-sm {
  1003. margin-top: 8px;
  1004. }
  1005. }
  1006. @keyframes selectDownUpExtendTop {
  1007. from {
  1008. transform: translateY(8px);
  1009. opacity: 0;
  1010. }
  1011. to {
  1012. transform: translateY(0);
  1013. opacity: 1;
  1014. }
  1015. }
  1016. .selectDownUpExtendTop-enter-active {
  1017. animation: selectDownUpExtendTop 0.3s;
  1018. }
  1019. .selectDownUpExtendTop-leave-active {
  1020. animation: selectDownUpExtendTop 0.3s reverse;
  1021. }
  1022. </style>