|
@@ -3,12 +3,8 @@
|
|
-->
|
|
-->
|
|
<template>
|
|
<template>
|
|
<div id="businessSpace">
|
|
<div id="businessSpace">
|
|
- <!------------------------ 头部弹窗,选择楼层信息 -------------->
|
|
+ <!-- 空间属于多个建筑楼层 -->
|
|
- <!-- <influence-dialog ref="influence" :param="param" :tabsList="tabsList" title="受元空间变化影响的业务空间" :isShow="floor"></influence-dialog> -->
|
|
+ <!-- <roomInFloorDialog ref="roomInFloorDialog"></roomInFloorDialog> -->
|
|
- <!-- <details-dialog ref="details" @del="delSuccess" :param="param" :tabsList="tabsList" title="业务空间详情" :isShow="floor" :activeTabType="activeTabType">
|
|
|
|
- </details-dialog> -->
|
|
|
|
- <!-- <not-related ref="notRelated" @createSuccess="createSuccess" :isShow="floor"></not-related> -->
|
|
|
|
- <!-- <facility-dialog ref="facility" :activeTabType="activeTabType" :isShow="floor"></facility-dialog> -->
|
|
|
|
<!--------- 页面头部 -------------->
|
|
<!--------- 页面头部 -------------->
|
|
<div class="saga-title" v-show="1">
|
|
<div class="saga-title" v-show="1">
|
|
<div class="saga-build-mess">
|
|
<div class="saga-build-mess">
|
|
@@ -20,7 +16,7 @@
|
|
<el-radio-button label="2" class="space-own-radio" style="width: 68px;">列表</el-radio-button>
|
|
<el-radio-button label="2" class="space-own-radio" style="width: 68px;">列表</el-radio-button>
|
|
</el-radio-group>
|
|
</el-radio-group>
|
|
</div>
|
|
</div>
|
|
- <!-- <div class="saga-build-tips" v-if="1">有25个空间同时属于多个建筑楼层,点击处理</div> -->
|
|
+ <!-- <div class="saga-build-tips" v-if="1" @click="getTips">有25个空间同时属于多个建筑楼层,点击处理</div> -->
|
|
</div>
|
|
</div>
|
|
<div class="saga-business-sapce-main" v-show="1">
|
|
<div class="saga-business-sapce-main" v-show="1">
|
|
<el-row class="spaceTypes">
|
|
<el-row class="spaceTypes">
|
|
@@ -56,6 +52,7 @@
|
|
// import facilityDialog from "@/components/business_space/dialogs/facilityDialog";
|
|
// import facilityDialog from "@/components/business_space/dialogs/facilityDialog";
|
|
// import graphy from "@/components/business_space/graphy/business";
|
|
// import graphy from "@/components/business_space/graphy/business";
|
|
import graphy from "@/components/business_space/newGraphy/graphy";
|
|
import graphy from "@/components/business_space/newGraphy/graphy";
|
|
|
|
+import roomInFloorDialog from "@/components/business_space/newAddDialogs/roomInFloorDialog";
|
|
import handsontableMain from "@/components/business_space/business/handsontable";
|
|
import handsontableMain from "@/components/business_space/business/handsontable";
|
|
import {
|
|
import {
|
|
getDataDictionary,
|
|
getDataDictionary,
|
|
@@ -69,13 +66,9 @@ import floorCascader from "@/components/ledger/lib/floorCascader";
|
|
import { mapGetters, mapActions } from "vuex";
|
|
import { mapGetters, mapActions } from "vuex";
|
|
export default {
|
|
export default {
|
|
components: {
|
|
components: {
|
|
- // noModelDialog,
|
|
|
|
- // influenceDialog,
|
|
|
|
- // detailsDialog,
|
|
|
|
- // notRelated,
|
|
|
|
graphy,
|
|
graphy,
|
|
handsontableMain,
|
|
handsontableMain,
|
|
- // facilityDialog,
|
|
+ roomInFloorDialog,
|
|
floorCascader,
|
|
floorCascader,
|
|
},
|
|
},
|
|
computed: {
|
|
computed: {
|
|
@@ -277,6 +270,10 @@ export default {
|
|
this.floor.facility = true
|
|
this.floor.facility = true
|
|
this.$refs.facility.getData(infos, this.buildMess)
|
|
this.$refs.facility.getData(infos, this.buildMess)
|
|
},
|
|
},
|
|
|
|
+ // 空间属于多个建筑楼层
|
|
|
|
+ getTips() {
|
|
|
|
+ this.$refs.roomInFloorDialog.showDialog();
|
|
|
|
+ }
|
|
},
|
|
},
|
|
watch: {
|
|
watch: {
|
|
floor: {
|
|
floor: {
|
|
@@ -367,11 +364,11 @@ export default {
|
|
color: #fff;
|
|
color: #fff;
|
|
}
|
|
}
|
|
}
|
|
}
|
|
- .saga-build-tips{
|
|
+ .saga-build-tips {
|
|
float: right;
|
|
float: right;
|
|
margin-right: 10px;
|
|
margin-right: 10px;
|
|
font-size: 12px;
|
|
font-size: 12px;
|
|
- color: #409EFF;
|
|
+ color: #409eff;
|
|
cursor: pointer;
|
|
cursor: pointer;
|
|
}
|
|
}
|
|
}
|
|
}
|