\ No newline at end of file
diff --git a/src/app/plan-audit/key-site-look/keysiteimgs.component.ts b/src/app/plan-audit/key-site-look/keysiteimgs.component.ts
new file mode 100644
index 0000000..fb90d71
--- /dev/null
+++ b/src/app/plan-audit/key-site-look/keysiteimgs.component.ts
@@ -0,0 +1,55 @@
+import { Component, OnInit, Inject ,ViewChild} from '@angular/core';
+import { HttpClient } from '@angular/common/http';
+import { MatDialog, MatDialogRef, MAT_DIALOG_DATA } from '@angular/material/dialog';
+import Swiper from 'swiper';
+
+
+
+@Component({
+ selector: 'keysiteimgs',
+ templateUrl: './keysiteimgs.component.html',
+ styleUrls: ['./key-site.component.scss']
+ })
+
+export class KeySiteImgs2 {
+
+ constructor(private http:HttpClient,public dialog: MatDialog,public dialogRef: MatDialogRef,
+ @Inject(MAT_DIALOG_DATA) public data) { }
+ testSwiper: Swiper;
+
+ ngOnInit(): void {
+ this.allImages = []
+ this.data.forEach(element => {
+ element = `${element}?x-oss-process=image/auto-orient,1`
+ this.allImages.push(element)
+ });
+ }
+
+ ngAfterViewInit() {
+
+ this.testSwiper = new Swiper('.swiper-container', {
+ direction: 'horizontal',
+ loop: false,
+ lazy: true,
+ // 如果需要前进后退按钮
+ navigation: {
+ nextEl: '.swiper-button-next',
+ prevEl: '.swiper-button-prev',
+ }
+ });
+
+ }
+
+ allImages:any; //展示所有的图片
+ rotationAngle:number=0; //旋转角度
+
+ //旋转图片
+ rotate () {
+ this.rotationAngle = this.rotationAngle+90
+ if (this.rotationAngle === 360) {this.rotationAngle = 0}
+ }
+
+
+
+}
+
\ No newline at end of file
diff --git a/src/app/plan-audit/plan-audit.module.ts b/src/app/plan-audit/plan-audit.module.ts
index 0ee43c1..8128f39 100644
--- a/src/app/plan-audit/plan-audit.module.ts
+++ b/src/app/plan-audit/plan-audit.module.ts
@@ -52,9 +52,25 @@ import {KeyUnitModule} from '../key-unit/key-unit.module';
import { PlanRecordComponent } from './plan-record/plan-record.component';
import { BasicInfoComponent } from './basic-info/basic-info.component';
import { WaitExamineerComponent } from './wait-examineer/wait-examineer.component'
+import { AllaroundComponent } from './allaround/allaround.component'
+import { ImgDetails } from './allaround/imgdetails.component'
+import { FireFacilitiesComponent } from './fire-facilities/fire-facilities.component'
+import { ImagesData2 } from './fire-facilities/imagesdata.component'
+import { previewBigImg2 } from './fire-facilities/imagesdata.component'
+import { PlanListComponent } from './plan-list/plan-list.component'
+import { OpenPlanToolDialog } from './plan-list/plan-list.component'
+import { UiModule } from '../ui/ui.module';
+import { KeySiteLookComponent }from './key-site-look/key-site.component'
+import { KeySiteImgs2 } from './key-site-look/keysiteimgs.component'
+import { FunctionPartitionComponent } from './function-partition/function-partition.component'
+import { CadDrawComponent } from './cad-draw/cad-draw.component'
+import { RealisticPictureLookComponent }from './realistic-picture-look/realistic-picture.component'
+import { previewImg3 } from './realistic-picture-look/realistic-picture.component'
@NgModule({
- declarations: [DetachmentLevelComponent, PlanAuditComponent, PlanPassComponent,PlanOpen, PlanRecordComponent, BasicInfoComponent, WaitExamineerComponent,],
+ declarations: [DetachmentLevelComponent, PlanAuditComponent, PlanPassComponent,PlanOpen, PlanRecordComponent, BasicInfoComponent,
+ WaitExamineerComponent,AllaroundComponent,ImgDetails,FireFacilitiesComponent,ImagesData2,previewBigImg2,PlanListComponent,OpenPlanToolDialog,
+ KeySiteLookComponent,KeySiteImgs2,FunctionPartitionComponent,CadDrawComponent,RealisticPictureLookComponent,previewImg3],
imports: [
CommonModule,
PlanAuditRoutingModule,
@@ -101,7 +117,8 @@ import { WaitExamineerComponent } from './wait-examineer/wait-examineer.componen
PortalModule,
ScrollingModule,
FormsModule,
- KeyUnitModule
+ KeyUnitModule,
+ UiModule
]
})
export class PlanAuditModule { }
diff --git a/src/app/plan-audit/plan-list/openPlanTool.html b/src/app/plan-audit/plan-list/openPlanTool.html
new file mode 100644
index 0000000..9c385b7
--- /dev/null
+++ b/src/app/plan-audit/plan-list/openPlanTool.html
@@ -0,0 +1,3 @@
+
+
+
\ No newline at end of file
diff --git a/src/app/plan-audit/plan-list/openPlanTool.scss b/src/app/plan-audit/plan-list/openPlanTool.scss
new file mode 100644
index 0000000..e69de29
diff --git a/src/app/plan-audit/plan-list/plan-list.component.html b/src/app/plan-audit/plan-list/plan-list.component.html
new file mode 100644
index 0000000..55ea6a8
--- /dev/null
+++ b/src/app/plan-audit/plan-list/plan-list.component.html
@@ -0,0 +1,42 @@
+
diff --git a/src/app/plan-audit/realistic-picture-look/previewImg.html b/src/app/plan-audit/realistic-picture-look/previewImg.html
new file mode 100644
index 0000000..1cde6b9
--- /dev/null
+++ b/src/app/plan-audit/realistic-picture-look/previewImg.html
@@ -0,0 +1,17 @@
+
图片详情
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/src/app/plan-audit/realistic-picture-look/realistic-picture.component.html b/src/app/plan-audit/realistic-picture-look/realistic-picture.component.html
new file mode 100644
index 0000000..920eb22
--- /dev/null
+++ b/src/app/plan-audit/realistic-picture-look/realistic-picture.component.html
@@ -0,0 +1,32 @@
+
+