Browse Source

[完善]在线五级完善防火管辖

tianjin
邵佳豪 2 years ago
parent
commit
f42a1276cb
  1. 4
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html
  2. 2
      src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts

4
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.html

@ -334,7 +334,7 @@
防火管辖:
</div>
<div>
{{item.attribute.fireproofingAdminister}}
{{orName}}
</div>
</li>
<li>
@ -411,7 +411,7 @@
</div>
<div style="text-align: center;margin-bottom:20px;">
<span>防火管辖:</span>
<span> {{item.attribute.fireproofingAdminister}}</span>
<span> {{orName}}</span>
</div>
<div style="text-align: center;margin-bottom:20px;">
<span>灭火责任队站:</span>

2
src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts

@ -94,11 +94,13 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
planMode; //预案类型
xiazai; //是否点击下载按钮进来的
//index
orName
async ngOnInit() {
//this.index = this.getArrayIndex(this.planTemplateData,'单位概况')
this.xiazai = this.route.snapshot.queryParams.xiazai;
this.haveNew = this.route.snapshot.queryParams.haveNew;
this.planMode = this.route.snapshot.queryParams.planMode;
this.orName = this.route.snapshot.queryParams.orName;
console.log(this.route.snapshot.queryParams.wordChange);
this.planLevel = this.route.snapshot.queryParams.planCategory;
if (this.route.snapshot.queryParams.pattern == "false") {

Loading…
Cancel
Save