|
|
|
@ -125,10 +125,115 @@
|
|
|
|
|
</label> |
|
|
|
|
<label class="textContent">{{items.name}}</label> |
|
|
|
|
<label class="textContent"><a href="javascript:void(0)" (click)='previewBuildingImg(newItem,items)'>查看图片</a></label> |
|
|
|
|
<label class="totalContent">{{items.total ? items.total : '总数: 0'}}</label> |
|
|
|
|
<label class="totalContent"> |
|
|
|
|
<span *ngIf="item.name == '消防水系统' && items.name == '供水管网'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="fireProtectionWaterSystem.waterSupplyNetwork.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防水系统' && items.name == '自动喷水灭火系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="fireProtectionWaterSystem.sprinklerSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防灭火给水系统' && items.name == '自动喷水灭火系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="FireExtinguishingWaterSupplySystem.sprinklerSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防灭火给水系统' && items.name == '气体自动灭火系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="FireExtinguishingWaterSupplySystem.AutomaticGasFireExtinguishingSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防灭火给水系统' && items.name == '消防泵房'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="FireExtinguishingWaterSupplySystem.firePumpRoom.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它' && items.name == '排烟系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="other.purgingSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它' && items.name == '灭火器'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="other.fireExtinguisher.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它' && items.name == '气体灭火'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="other.extinctionUsingGas.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它' && items.name == '消防通信'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="other.fireControlCommunication.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防设施' && items.name == '自动报警系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="fireFightingEquipment.automaticAlarmSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防设施' && items.name == '消防泵'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="fireFightingEquipment.firePump.total"> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<label class="lastTextContent"> |
|
|
|
|
<textarea maxlength="250" [(ngModel)]="items.details" style="width: 80%;"></textarea> |
|
|
|
|
<span *ngIf="item.name == '消火栓系统' && items.name == '灭火剂'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="hydrantSystem.fireExtinguishingAgent.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消火栓系统' && items.name == '报警设施'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="hydrantSystem.AlarmFacilities.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消火栓系统' && items.name == '消防管网'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="hydrantSystem.FireControlPipeNetwork.total"> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<span *ngIf="item.name == '其它设施' && items.name == '优先广播'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="otherFacilities.givePriorityToBroadcast.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它设施' && items.name == 'VI检测仪'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="otherFacilities.VIdetector.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '其它设施' && items.name == '泡沫水喷雾系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="otherFacilities.foamWaterSpraySystem.total"> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<span *ngIf="item.name == '自动消防设施' && items.name == '喷水灭火系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="automaticFireProtectionFacility.fireSprinklingSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '自动消防设施' && items.name == '自动报警系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="automaticFireProtectionFacility.automaticAlarmSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '自动消防设施' && items.name == '防排烟系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="automaticFireProtectionFacility.smokeControlAndExhaustSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '自动消防设施' && items.name == '水幕系统'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="automaticFireProtectionFacility.waterCurtainSystem.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '自动消防设施' && items.name == '消防泵'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="automaticFireProtectionFacility.firePump.total"> |
|
|
|
|
</span> |
|
|
|
|
<span *ngIf="item.name == '消防水源' && items.name == '消防水池'"> |
|
|
|
|
<input type="text" value="" [(ngModel)]="fireWaterSupply.firePool.total"> |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
<span *ngIf="!((item.name == '消防水系统' && items.name == '供水管网') || (item.name == '消防水系统' && items.name == '自动喷水灭火系统') || (item.name == '消防灭火给水系统' && items.name == '自动喷水灭火系统') || (item.name == '消防灭火给水系统' && items.name == '气体自动灭火系统') || (item.name == '消防灭火给水系统' && items.name == '消防泵房') || (item.name == '其它' && items.name == '排烟系统') || (item.name == '其它' && items.name == '灭火器') || (item.name == '其它' && items.name == '气体灭火') || (item.name == '其它' && items.name == '消防通信') || (item.name == '消防设施' && items.name == '自动报警系统') || (item.name == '消防设施' && items.name == '消防泵') || (item.name == '消火栓系统' && items.name == '灭火剂') || (item.name == '消火栓系统' && items.name == '报警设施') || (item.name == '消火栓系统' && items.name == '消防管网') || (item.name == '其它设施' && items.name == '优先广播') || (item.name == '其它设施' && items.name == 'VI检测仪') || (item.name == '其它设施' && items.name == '泡沫水喷雾系统') || (item.name == '自动消防设施' && items.name == '喷水灭火系统') || (item.name == '自动消防设施' && items.name == '自动报警系统') || (item.name == '自动消防设施' && items.name == '防排烟系统') || (item.name == '自动消防设施' && items.name == '水幕系统') || (item.name == '自动消防设施' && items.name == '消防泵') || (item.name == '消防水源' && items.name == '消防水池'))"> |
|
|
|
|
{{items.total ? items.total : '总数: 0'}} |
|
|
|
|
</span> |
|
|
|
|
|
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
<label class="lastTextContent"> |
|
|
|
|
<textarea *ngIf="item.name == '消防水系统' && items.name == '供水管网'" maxlength="250" [(ngModel)]="fireProtectionWaterSystem.waterSupplyNetwork.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防水系统' && items.name == '自动喷水灭火系统'" maxlength="250" [(ngModel)]="fireProtectionWaterSystem.sprinklerSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防灭火给水系统' && items.name == '自动喷水灭火系统'" maxlength="250" [(ngModel)]="FireExtinguishingWaterSupplySystem.sprinklerSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防灭火给水系统' && items.name == '气体自动灭火系统'" maxlength="250" [(ngModel)]="FireExtinguishingWaterSupplySystem.AutomaticGasFireExtinguishingSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防灭火给水系统' && items.name == '消防泵房'" maxlength="250" [(ngModel)]="FireExtinguishingWaterSupplySystem.firePumpRoom.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它' && items.name == '排烟系统'" maxlength="250" [(ngModel)]="other.purgingSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它' && items.name == '灭火器'" maxlength="250" [(ngModel)]="other.fireExtinguisher.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它' && items.name == '气体灭火'" maxlength="250" [(ngModel)]="other.extinctionUsingGas.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它' && items.name == '消防通信'" maxlength="250" [(ngModel)]="other.fireControlCommunication.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防设施' && items.name == '自动报警系统'" maxlength="250" [(ngModel)]="fireFightingEquipment.automaticAlarmSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消防设施' && items.name == '消防泵'" maxlength="250" [(ngModel)]="fireFightingEquipment.firePump.details" style="width: 80%;"></textarea> |
|
|
|
|
|
|
|
|
|
<textarea *ngIf="item.name == '消火栓系统' && items.name == '灭火剂'" maxlength="250" [(ngModel)]="hydrantSystem.fireExtinguishingAgent.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消火栓系统' && items.name == '报警设施'" maxlength="250" [(ngModel)]="hydrantSystem.AlarmFacilities.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '消火栓系统' && items.name == '消防管网'" maxlength="250" [(ngModel)]="hydrantSystem.FireControlPipeNetwork.details" style="width: 80%;"></textarea> |
|
|
|
|
|
|
|
|
|
<textarea *ngIf="item.name == '其它设施' && items.name == '优先广播'" maxlength="250" [(ngModel)]="otherFacilities.givePriorityToBroadcast.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它设施' && items.name == 'VI检测仪'" maxlength="250" [(ngModel)]="otherFacilities.VIdetector.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '其它设施' && items.name == '泡沫水喷雾系统'" maxlength="250" [(ngModel)]="otherFacilities.foamWaterSpraySystem.details" style="width: 80%;"></textarea> |
|
|
|
|
|
|
|
|
|
<textarea *ngIf="item.name == '自动消防设施' && items.name == '喷水灭火系统'" maxlength="250" [(ngModel)]="automaticFireProtectionFacility.fireSprinklingSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '自动消防设施' && items.name == '自动报警系统'" maxlength="250" [(ngModel)]="automaticFireProtectionFacility.automaticAlarmSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '自动消防设施' && items.name == '防排烟系统'" maxlength="250" [(ngModel)]="automaticFireProtectionFacility.smokeControlAndExhaustSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '自动消防设施' && items.name == '水幕系统'" maxlength="250" [(ngModel)]="automaticFireProtectionFacility.waterCurtainSystem.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea *ngIf="item.name == '自动消防设施' && items.name == '消防泵'" maxlength="250" [(ngModel)]="automaticFireProtectionFacility.firePump.details" style="width: 80%;"></textarea> |
|
|
|
|
|
|
|
|
|
<textarea *ngIf="item.name == '消防水源' && items.name == '消防水池'" maxlength="250" [(ngModel)]="fireWaterSupply.firePool.details" style="width: 80%;"></textarea> |
|
|
|
|
<textarea maxlength="250" [(ngModel)]="items.details" style="width: 80%;" *ngIf="!((item.name == '消防水系统' && items.name == '供水管网') || (item.name == '消防水系统' && items.name == '自动喷水灭火系统') || (item.name == '消防灭火给水系统' && items.name == '自动喷水灭火系统') || (item.name == '消防灭火给水系统' && items.name == '气体自动灭火系统') || (item.name == '消防灭火给水系统' && items.name == '消防泵房') || (item.name == '其它' && items.name == '排烟系统') || (item.name == '其它' && items.name == '灭火器') || (item.name == '其它' && items.name == '气体灭火') || (item.name == '其它' && items.name == '消防通信') || (item.name == '消防设施' && items.name == '自动报警系统') || (item.name == '消防设施' && items.name == '消防泵') || (item.name == '消火栓系统' && items.name == '灭火剂') || (item.name == '消火栓系统' && items.name == '报警设施') || (item.name == '消火栓系统' && items.name == '消防管网') || (item.name == '其它设施' && items.name == '优先广播') || (item.name == '其它设施' && items.name == 'VI检测仪') || (item.name == '其它设施' && items.name == '泡沫水喷雾系统') || (item.name == '自动消防设施' && items.name == '喷水灭火系统') || (item.name == '自动消防设施' && items.name == '自动报警系统') || (item.name == '自动消防设施' && items.name == '防排烟系统') || (item.name == '自动消防设施' && items.name == '水幕系统') || (item.name == '自动消防设施' && items.name == '消防泵') || (item.name == '消防水源' && items.name == '消防水池'))"></textarea> |
|
|
|
|
</label> |
|
|
|
|
|
|
|
|
|
<label><mat-icon (click)='SwitchBuildingBoard(newItem,items)' *ngIf="items.isBuiltin">keyboard_arrow_down</mat-icon></label> |
|
|
|
|