|
|
@ -300,11 +300,14 @@ export class PlanComponent implements OnInit { |
|
|
|
e == 0 ? bootomDiv.scrollLeft = bootomDiv.scrollLeft + 50 : bootomDiv.scrollLeft = bootomDiv.scrollLeft - 50 |
|
|
|
e == 0 ? bootomDiv.scrollLeft = bootomDiv.scrollLeft + 50 : bootomDiv.scrollLeft = bootomDiv.scrollLeft - 50 |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
isShowNature: boolean = false; //显隐设备 属性栏
|
|
|
|
beforeOnePropertyData: FacilityInfoUIItem = null; //当前选择 设备
|
|
|
|
beforeOnePropertyData: FacilityInfoUIItem = null; //当前选择 设备
|
|
|
|
|
|
|
|
|
|
|
|
//选中 设备
|
|
|
|
//选中 设备
|
|
|
|
selectProperty(e: FacilityInfoUIItem) { |
|
|
|
selectProperty(e: FacilityInfoUIItem) { |
|
|
|
|
|
|
|
this.isShowNature = true |
|
|
|
this.beforeOnePropertyData = e |
|
|
|
this.beforeOnePropertyData = e |
|
|
|
|
|
|
|
console.log(e.getPropertyData(),'选中设备') |
|
|
|
if (this.isShowChildComponent && this.leftDomain) { |
|
|
|
if (this.isShowChildComponent && this.leftDomain) { |
|
|
|
this.leftDomain.selectFacilityId = e.getID() |
|
|
|
this.leftDomain.selectFacilityId = e.getID() |
|
|
|
} |
|
|
|
} |
|
|
@ -383,7 +386,6 @@ export class PlanComponent implements OnInit { |
|
|
|
this.isShowLoading = show; |
|
|
|
this.isShowLoading = show; |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
// 处置预案 所有图标
|
|
|
|
// 处置预案 所有图标
|
|
|
|