|
|
|
@ -165,12 +165,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
data.items.forEach(element => { |
|
|
|
|
if (element.id == this.route.snapshot.queryParams.companyId) { |
|
|
|
|
this.unitData = element |
|
|
|
|
if((this.unitData.buildingTypes[0].name=='高层建筑'||this.unitData.buildingTypes[0].name=='居民小区'||this.unitData.buildingTypes[0].name=='厂房' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='商市场'||this.unitData.buildingTypes[0].name=='医院'||this.unitData.buildingTypes[0].name=='学校' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='宾馆'||this.unitData.buildingTypes[0].name=='娱乐场所'||this.unitData.buildingTypes[0].name=='餐饮业' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='影剧院'||this.unitData.buildingTypes[0].name=='展览建筑'||this.unitData.buildingTypes[0].name=='养老院' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='会议中心'||this.unitData.buildingTypes[0].name=='储罐类'||this.unitData.buildingTypes[0].name=='化工生产' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='轨道交通'||this.unitData.buildingTypes[0].name=='地下建筑')&&this.planLevel=='5'){ |
|
|
|
|
if(this.planLevel=='5'){ |
|
|
|
|
this.zaixianDr=true |
|
|
|
|
} |
|
|
|
|
//console.log('单位列表信息', this.unitData)
|
|
|
|
@ -1792,7 +1787,8 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
||this.unitData.buildingTypes[0].name=='宾馆'||this.unitData.buildingTypes[0].name=='娱乐场所'||this.unitData.buildingTypes[0].name=='餐饮业' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='影剧院'||this.unitData.buildingTypes[0].name=='展览建筑'||this.unitData.buildingTypes[0].name=='养老院' |
|
|
|
|
||this.unitData.buildingTypes[0].name=='会议中心')?4:this.unitData.buildingTypes[0].name=='储罐类'?'StorageTankFivePlan': |
|
|
|
|
this.unitData.buildingTypes[0].name=='化工生产'?'ChemicalProductionFivePlan':this.unitData.buildingTypes[0].name=='轨道交通'?'MetroFivePlan':this.unitData.buildingTypes[0].name=='地下建筑'?'UndergroundBuildingFivePlan':'' |
|
|
|
|
this.unitData.buildingTypes[0].name=='化工生产'?'ChemicalProductionFivePlan':this.unitData.buildingTypes[0].name=='轨道交通'?'MetroFivePlan': |
|
|
|
|
this.unitData.buildingTypes[0].name=='地下建筑'?'UndergroundBuildingFivePlan':this.unitData.buildingTypes[0].name=='农村'?'CountrysideFivePlan':'' |
|
|
|
|
|
|
|
|
|
this.http.post(`/api/OfficeExtract/ExtractWordPlan?type=${type}`,formData).subscribe((data:any)=>{ |
|
|
|
|
console.log(data) |
|
|
|
@ -1803,7 +1799,10 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
|
|
|
|
|
this.fileData.forEach((value,index,array) => { |
|
|
|
|
if(value.groupName=='交通水源'||value.groupName=='重点图示'){ |
|
|
|
|
value.attribute.forEach(element => { |
|
|
|
|
element.imgArr[0]=element.imgArr[0].slice(25,element.imgArr[0].length) |
|
|
|
|
if(element.imgArr!=undefined){ |
|
|
|
|
element.imgArr[0]=element.imgArr[0].slice(25,element.imgArr[0].length) |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
}); |
|
|
|
|
} |
|
|
|
|
this.planTemplateData.forEach((pvalue,pindex,parr) => { |
|
|
|
|