|
|
|
@ -245,12 +245,8 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
* 消防控制室 |
|
|
|
|
*/ |
|
|
|
|
|
|
|
|
|
kongzhishi = { |
|
|
|
|
data: { |
|
|
|
|
addres: '' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
kongzhishiweizhi = '' |
|
|
|
|
shiwaixiaohuoshuanweizhi = '' |
|
|
|
|
/** |
|
|
|
|
* 室外消火栓 |
|
|
|
|
*/ |
|
|
|
@ -261,72 +257,139 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
company: string |
|
|
|
|
organization: string |
|
|
|
|
datas = { |
|
|
|
|
datas: any = { |
|
|
|
|
basicInfo: { |
|
|
|
|
name: "", |
|
|
|
|
addr: "", |
|
|
|
|
phone: "", |
|
|
|
|
total: "", |
|
|
|
|
height: "", |
|
|
|
|
layer: "", |
|
|
|
|
structure: "", |
|
|
|
|
coveredArea: "", |
|
|
|
|
builtUpArea: "", |
|
|
|
|
nature: "", |
|
|
|
|
east: "", |
|
|
|
|
south: "", |
|
|
|
|
west: "", |
|
|
|
|
north: "", |
|
|
|
|
routeAndTime: "", |
|
|
|
|
positionCoordinates: { x: 0, y: 0 } |
|
|
|
|
name: '', |
|
|
|
|
address: '', |
|
|
|
|
people: '', |
|
|
|
|
phone: '', |
|
|
|
|
peoplenum: '', |
|
|
|
|
buildingheight: '', |
|
|
|
|
cengshu: '', |
|
|
|
|
jiegou: '', |
|
|
|
|
zhandimianji: '', |
|
|
|
|
zongmianji: '', |
|
|
|
|
xingzhi: '', |
|
|
|
|
pilin: { |
|
|
|
|
dong: '', |
|
|
|
|
xi: '', |
|
|
|
|
nan: '', |
|
|
|
|
bei: '' |
|
|
|
|
}, |
|
|
|
|
luxian: '', |
|
|
|
|
time: '' |
|
|
|
|
}, |
|
|
|
|
facilities: { |
|
|
|
|
controlPosition: "", |
|
|
|
|
poolNumbe: "", |
|
|
|
|
poolPosition: "", |
|
|
|
|
poolCapacity: "", |
|
|
|
|
supplyMode: "", |
|
|
|
|
waterSources: "", |
|
|
|
|
waterSourcesPosition: "", |
|
|
|
|
system: { |
|
|
|
|
alarm: false, |
|
|
|
|
spray: false, |
|
|
|
|
broadcast: false, |
|
|
|
|
smoke: false, |
|
|
|
|
other: { |
|
|
|
|
listdata: [{ |
|
|
|
|
name: '消防水源', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '消防水池数量', velue: '' }, |
|
|
|
|
{ name: '消防水池位置', velue: '' }, |
|
|
|
|
{ name: '总容量(平方米)', velue: '' }, |
|
|
|
|
{ name: '补给方式', velue: '' }, |
|
|
|
|
{ name: '室外其他水源', velue: '' }, |
|
|
|
|
{ name: '室外其他水源位置', velue: '' } |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
hydrantsNumber: "", |
|
|
|
|
hydrantsPosition: "", |
|
|
|
|
pumpNumber: "", |
|
|
|
|
pumpRange: "", |
|
|
|
|
pumpFlow: "", |
|
|
|
|
pumpAdapter: "", |
|
|
|
|
SprayPumpNumber: "", |
|
|
|
|
SprayPumpRange: "", |
|
|
|
|
SprayPumpFlow: "", |
|
|
|
|
SprayPumpAdapter: "", |
|
|
|
|
elevator: "", |
|
|
|
|
stairs: "", |
|
|
|
|
Export: "", |
|
|
|
|
indoorHydrant: "", |
|
|
|
|
standardIndoorHydrant: "" |
|
|
|
|
{ |
|
|
|
|
name: '消防栓泵', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '扬程(m)', velue: '' }, |
|
|
|
|
{ name: '流量(L/S)', velue: '' }, |
|
|
|
|
{ name: '水泵接合器数量', velue: '' }, |
|
|
|
|
{ name: '水泵接合器位置', velue: '' } |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '喷淋泵', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '扬程(m)', velue: '' }, |
|
|
|
|
{ name: '流量(L/S)', velue: '' }, |
|
|
|
|
{ name: '水泵接合器数量', velue: '' }, |
|
|
|
|
{ name: '水泵接合器位置', velue: '' }, |
|
|
|
|
] |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '消防电梯', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '位置', velue: '' }, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '疏散电梯', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '位置', velue: '' }, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '安全出口', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '位置', velue: '' }, |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '标准层室内消火栓', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '数量', velue: '' }, |
|
|
|
|
{ name: '位置', velue: '' }, |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
], |
|
|
|
|
radiodata: [{ |
|
|
|
|
name: '自动报警系统', |
|
|
|
|
isHave: null |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '自动喷水系统', |
|
|
|
|
isHave: null |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '应急广播系统', |
|
|
|
|
isHave: null |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
name: '放排烟系统', |
|
|
|
|
isHave: null |
|
|
|
|
} |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
KeyParts: [ |
|
|
|
|
key: [ |
|
|
|
|
{ |
|
|
|
|
keyparts: "", |
|
|
|
|
keypartsposition: "", |
|
|
|
|
buildingstructure: "", |
|
|
|
|
useNature: "", |
|
|
|
|
danger: "" |
|
|
|
|
buwei: '', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '重点部位名称', value: '' }, |
|
|
|
|
{ name: '所在位置', value: '' }, |
|
|
|
|
{ name: '建筑结构', value: '' }, |
|
|
|
|
{ name: '使用性质', value: '' }, |
|
|
|
|
{ name: '主要危险性', value: '' } |
|
|
|
|
] |
|
|
|
|
}, |
|
|
|
|
{ |
|
|
|
|
keyparts: "", |
|
|
|
|
keypartsposition: "", |
|
|
|
|
buildingstructure: "", |
|
|
|
|
useNature: "", |
|
|
|
|
danger: "" |
|
|
|
|
buwei: '', |
|
|
|
|
data: [ |
|
|
|
|
{ name: '重点部位名称', value: '' }, |
|
|
|
|
{ name: '所在位置', value: '' }, |
|
|
|
|
{ name: '建筑结构', value: '' }, |
|
|
|
|
{ name: '使用性质', value: '' }, |
|
|
|
|
{ name: '主要危险性', value: '' } |
|
|
|
|
] |
|
|
|
|
} |
|
|
|
|
], |
|
|
|
|
tips: "" |
|
|
|
|
ewai: { |
|
|
|
|
kongzhishiweizhi: '', |
|
|
|
|
shineishuliang: '', |
|
|
|
|
shiwaishuliang: '', |
|
|
|
|
shiwaiweizhi: '', |
|
|
|
|
}, |
|
|
|
|
zhongdiantishi: '' |
|
|
|
|
} |
|
|
|
|
validateForm!: FormGroup; |
|
|
|
|
id = "" |
|
|
|
@ -376,14 +439,16 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
// console.log('数字化预案详情', this.planData)
|
|
|
|
|
let kongzhishi = this.methodService.getTaskDetailsItem('消防控制室', obj.form) |
|
|
|
|
if (JSON.stringify(kongzhishi.data) != "{}") { |
|
|
|
|
this.kongzhishi = this.methodService.getTaskDetailsItem('消防控制室', obj.form) |
|
|
|
|
} |
|
|
|
|
let shiwaixiaohuoshuan = this.methodService.getTaskDetailsItem('室外消火栓', obj.form) |
|
|
|
|
if (JSON.stringify(shiwaixiaohuoshuan.data) != "{}") { |
|
|
|
|
this.shiwaixiaohuoshuan = this.methodService.getTaskDetailsItem('室外消火栓', obj.form) |
|
|
|
|
} |
|
|
|
|
this.kongzhishiweizhi = obj.company.datas.facilities.controlPosition |
|
|
|
|
this.shiwaixiaohuoshuanweizhi = obj.company.datas.facilities.fireFightingFacilities.shiwaifenbu |
|
|
|
|
// let kongzhishi = this.methodService.getTaskDetailsItem('消防控制室', obj.form)
|
|
|
|
|
// if (JSON.stringify(kongzhishi.data) != "{}") {
|
|
|
|
|
// this.kongzhishiweizhi = this.methodService.getTaskDetailsItem('消防控制室', obj.form)
|
|
|
|
|
// }
|
|
|
|
|
// let shiwaixiaohuoshuan = this.methodService.getTaskDetailsItem('室外消火栓', obj.form)
|
|
|
|
|
// if (JSON.stringify(shiwaixiaohuoshuan.data) != "{}") {
|
|
|
|
|
// this.shiwaixiaohuoshuan = this.methodService.getTaskDetailsItem('室外消火栓', obj.form)
|
|
|
|
|
// }
|
|
|
|
|
// console.log('消防控制室详情', this.kongzhishi)
|
|
|
|
|
// console.log('室外消火栓详情', this.shiwaixiaohuoshuan)
|
|
|
|
|
}).catch((err) => { |
|
|
|
@ -517,7 +582,6 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
//初始化地图
|
|
|
|
|
markerPosition2 |
|
|
|
|
labelGis() { |
|
|
|
|
console.log('初始化地图') |
|
|
|
|
this.map = new AMap.Map('container', { |
|
|
|
|
zoom: 12 |
|
|
|
|
}) |
|
|
|
@ -540,9 +604,9 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
|
|
|
|
|
if (this.isMapLabel) {//如果已经标注单位坐标
|
|
|
|
|
console.log('已标注单位位置') |
|
|
|
|
this.map.setCenter([this.datas.basicInfo.positionCoordinates.x, this.datas.basicInfo.positionCoordinates.y]); |
|
|
|
|
this.map.setCenter([this.olddata.location.x, this.olddata.location.y]); |
|
|
|
|
this.oldPositionMarker = new AMap.Marker({ |
|
|
|
|
position: [this.datas.basicInfo.positionCoordinates.x, this.datas.basicInfo.positionCoordinates.y], |
|
|
|
|
position: [this.olddata.location.x, this.olddata.location.y], |
|
|
|
|
content: this.newPositionMarkerContent, |
|
|
|
|
offset: new AMap.Pixel(-34, -36) |
|
|
|
|
}) |
|
|
|
@ -1407,9 +1471,6 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
let num4 = (num + num2 + num3 - 1) / 64 |
|
|
|
|
this.integrity = Math.floor(num4 * 100) / 100 |
|
|
|
|
console.log(num, num2, num3, num4); |
|
|
|
|
this.datas.basicInfo.positionCoordinates = { |
|
|
|
|
x: this.markerPosition.x, y: this.markerPosition.y |
|
|
|
|
} |
|
|
|
|
let body = { |
|
|
|
|
id: this.id, |
|
|
|
|
usci: this.validateForm.value.code, |
|
|
|
@ -1422,12 +1483,16 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
directorPhone: this.validateForm.value.principalPhone, |
|
|
|
|
securityAdministratorName: this.validateForm.value.adminName, |
|
|
|
|
securityAdministratorPhone: this.validateForm.value.adminPhone, |
|
|
|
|
imageFile: this.imageUrl, |
|
|
|
|
companyName: this.datas.basicInfo.name, |
|
|
|
|
address: this.datas.basicInfo.addr, |
|
|
|
|
useNature: this.datas.basicInfo.nature, |
|
|
|
|
address: this.datas.basicInfo.address, |
|
|
|
|
useNature: this.datas.basicInfo.xingzhi, |
|
|
|
|
data: JSON.stringify(this.datas), |
|
|
|
|
integrity: this.integrity, |
|
|
|
|
imageFile: this.imageUrl, |
|
|
|
|
data: JSON.stringify(this.datas) |
|
|
|
|
location: { |
|
|
|
|
x: this.markerPosition.x, |
|
|
|
|
y: this.markerPosition.y |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.http.patch('/api/Companies/' + this.id, body).subscribe(data => { |
|
|
|
|
this.message.create('success', '保存成功!'); |
|
|
|
@ -1437,8 +1502,6 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
BuildingTypes |
|
|
|
|
getBuildingTypes() { |
|
|
|
|
this.http.get('/api/BuildingTypes').subscribe((data: any) => { |
|
|
|
|
console.log(data); |
|
|
|
|
|
|
|
|
|
this.BuildingTypes = data |
|
|
|
|
}) |
|
|
|
|
} |
|
|
|
@ -1448,13 +1511,20 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
this.http.get('/api/Companies/' + this.id).subscribe((data: any) => { |
|
|
|
|
console.log('当前单位信息', data); |
|
|
|
|
this.olddata = data |
|
|
|
|
if (data.data) { |
|
|
|
|
if (data.data && data.data != "{}") { |
|
|
|
|
this.datas = JSON.parse(data.data) |
|
|
|
|
if (!this.datas.ewai) { |
|
|
|
|
this.datas.ewai = { |
|
|
|
|
kongzhishiweizhi: "", |
|
|
|
|
shineishuliang: "", |
|
|
|
|
shiwaishuliang: "", |
|
|
|
|
shiwaiweizhi: "" |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
this.datas.basicInfo.name = data.companyName |
|
|
|
|
this.datas.basicInfo.addr = data.address |
|
|
|
|
// this.datas.basicInfo.phone = data.directorPhone
|
|
|
|
|
this.datas.basicInfo.nature = data.useNature |
|
|
|
|
this.datas.basicInfo.address = data.address |
|
|
|
|
this.datas.basicInfo.xingzhi = data.useNature |
|
|
|
|
this.integrity = data.integrity |
|
|
|
|
this.imageUrl = data.imageFile |
|
|
|
|
console.log('当前单位信息2', this.datas); |
|
|
|
@ -1470,9 +1540,9 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
adminName: data.securityAdministratorName, |
|
|
|
|
adminPhone: data.securityAdministratorPhone, |
|
|
|
|
}) |
|
|
|
|
if (this.datas.basicInfo.positionCoordinates && (this.datas.basicInfo.positionCoordinates.x != 0 && this.datas.basicInfo.positionCoordinates.y != 0)) {//已标注
|
|
|
|
|
if (this.olddata.location && (this.olddata.location.x != 0 && this.olddata.location.y != 0)) {//已标注
|
|
|
|
|
this.isMapLabel = true |
|
|
|
|
this.markerPosition = this.datas.basicInfo.positionCoordinates |
|
|
|
|
this.markerPosition = this.olddata.location |
|
|
|
|
} else {//未标注
|
|
|
|
|
this.isMapLabel = false |
|
|
|
|
} |
|
|
|
@ -1539,6 +1609,19 @@ export class UnitDetailsComponent implements OnInit {
|
|
|
|
|
iwindow.close(); |
|
|
|
|
} |
|
|
|
|
download(type) { |
|
|
|
|
type == 2 ? $("#tablebox").wordExport('演练卡') : $("#tablebox2").wordExport('数字化预案'); |
|
|
|
|
if (type == 1) { |
|
|
|
|
$("#tablebox4").wordExport('基本信息') |
|
|
|
|
} else if (type == 2) { |
|
|
|
|
$("#tablebox").wordExport('演练卡') |
|
|
|
|
} else if (type == 3) { |
|
|
|
|
$("#tablebox2").wordExport('数字化预案'); |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
xxx(text) { |
|
|
|
|
if (!text) { |
|
|
|
|
return '' |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|