From 8b71d276b8bed26730932e4b27e0ba0fb87c9311 Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Thu, 21 Jan 2021 10:01:26 +0800 Subject: [PATCH] =?UTF-8?q?[=E5=AE=8C=E5=96=84]=E5=AE=8C=E5=96=84=E6=B6=88?= =?UTF-8?q?=E9=98=B2=E5=8A=9B=E9=87=8F=E9=87=87=E9=9B=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../data-collection/data-collection.module.ts | 4 +- .../fire-force/fire-force.component.html | 23 ++- .../fire-force/fire-force.component.scss | 16 +- .../fire-force/fire-force.component.ts | 158 ++++++++++++++++-- .../fire-force/viewdetails.html | 1 + .../basicinfo-look/basicinfo.component.html | 32 +++- .../basicinfo/basicinfo.component.html | 40 +++-- .../collection-tools.component.html | 4 +- src/styles.scss | 2 +- 9 files changed, 228 insertions(+), 52 deletions(-) create mode 100644 src/app/data-collection/fire-force/viewdetails.html diff --git a/src/app/data-collection/data-collection.module.ts b/src/app/data-collection/data-collection.module.ts index e901e7e..ad38bdf 100644 --- a/src/app/data-collection/data-collection.module.ts +++ b/src/app/data-collection/data-collection.module.ts @@ -44,12 +44,12 @@ import {MatTreeModule} from '@angular/material/tree'; import { FormsModule, ReactiveFormsModule } from '@angular/forms'; import { DataCollectionRoutingModule } from './data-collection.routing'; import { AddWater, WaterCollectionComponent } from './water-collection/water-collection.component'; -import { AddFireForce, FireForceComponent } from './fire-force/fire-force.component'; +import { AddFireForce, FireForceComponent, ViewDetails } from './fire-force/fire-force.component'; import { LinkageForcesComponent } from './linkage-forces/linkage-forces.component'; import { NzTreeModule } from 'ng-zorro-antd/tree'; @NgModule({ - declarations: [WaterCollectionComponent, FireForceComponent, LinkageForcesComponent,AddWater,AddFireForce], + declarations: [WaterCollectionComponent, FireForceComponent, LinkageForcesComponent,AddWater,AddFireForce,ViewDetails], imports: [ CommonModule, A11yModule, diff --git a/src/app/data-collection/fire-force/fire-force.component.html b/src/app/data-collection/fire-force/fire-force.component.html index bebd0d4..94191c0 100644 --- a/src/app/data-collection/fire-force/fire-force.component.html +++ b/src/app/data-collection/fire-force/fire-force.component.html @@ -108,7 +108,16 @@
- 上传中... + 请等待... +
+
+ + 上传中...({{progressBarValue}}%) + +
+
+ + 下载中...({{progressBarValue}}%)
@@ -450,8 +459,8 @@ 管辖单位: - - + + @@ -537,9 +546,6 @@
-
- -
- + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
+ - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
({{i.physicalUnit}}): - + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
+ left: 205px; + top: 45px; + font-size: 11px; + color: red;"> {{i.rulevalue}}
@@ -278,14 +286,14 @@ - + - + - + + + + 1级 + 2级 + 3级 + 其他 + + - + *
- +

厚度

@@ -374,8 +374,8 @@
+
- diff --git a/src/styles.scss b/src/styles.scss index aee0200..2ef5a9e 100644 --- a/src/styles.scss +++ b/src/styles.scss @@ -129,7 +129,7 @@ table td.mat-footer-cell:last-of-type{ } //弹出框样式取消padding -#shareDialog,#lookPlanDialog,#openPlanToolDialog,#addWater{ +#shareDialog,#lookPlanDialog,#openPlanToolDialog,#addWater,#videodialog{ padding: 0; }