|
|
|
@ -830,8 +830,12 @@ export class CollectionToolsBuildingComponent implements OnInit {
|
|
|
|
|
this.canvas.paste(companyId,buildingId,floorId) |
|
|
|
|
this.renovateTreeData(false) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
isMultiSelect:boolean = false; // 多选/单选 切换
|
|
|
|
|
changeMultiSelect (e) { this.canvas.setMulitSelect(this.isMultiSelect) } |
|
|
|
|
isShowLegend:boolean = true; //图例是否显示
|
|
|
|
|
changeLegend (e) { this.canvasData.selectPanelPoint.BackgroundImageUrl? null : this.canvas.setLegendVisible(this.isShowLegend) } |
|
|
|
|
|
|
|
|
|
basicInfo:boolean = true //基本信息名称显隐
|
|
|
|
|
wantToWork:boolean = true //想定作业名称显隐
|
|
|
|
|
//点击基本信息名称
|
|
|
|
@ -1479,6 +1483,7 @@ export class CollectionToolsBuildingComponent implements OnInit {
|
|
|
|
|
isRefresh? await this.canvas.refresh() : null |
|
|
|
|
this.canvas.setNameVisible(this.basicInfo,0) |
|
|
|
|
this.canvas.setNameVisible(this.wantToWork,1) |
|
|
|
|
this.canvas.setLegendVisible(this.isShowLegend) //图例显隐
|
|
|
|
|
isRefresh? this.canvasData.isChange = false : null //服务中 数据是否改动 改为false
|
|
|
|
|
isRefresh? this.isShowProperty = true : null |
|
|
|
|
isRefresh? this.isShowAttribute = true : null |
|
|
|
@ -1508,7 +1513,6 @@ export class CollectionToolsBuildingComponent implements OnInit {
|
|
|
|
|
//陈鹏飞↓↓↓
|
|
|
|
|
//陈鹏飞↓↓↓
|
|
|
|
|
params = {companyId: sessionStorage.getItem('companyId')} |
|
|
|
|
// params = {companyId: this.route.snapshot.queryParams.id}
|
|
|
|
|
allFireElements:any = []; //当前 单位/建筑 下的消防要素
|
|
|
|
|
|
|
|
|
|
isShowAttribute:boolean = true; //属性栏 是否显示 默认数据
|
|
|
|
|