+
diff --git a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss
index d99dbb2..056f324 100644
--- a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss
+++ b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.scss
@@ -171,6 +171,51 @@
}
}
}
+ .leftBuilding{
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ }
+ .buildingHead{
+ height: 40px;
+ width: 100%;
+ background-color: #e8f4fe;
+ text-align: center;
+ span{
+ line-height: 40px;
+ color: #2196f3;
+ font-size: 16px;
+ }
+ }
+ .buildingBody{
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ .selectedTr {
+ background-color: #b3d3ee;
+ }
+ .buildName{
+ cursor: pointer;
+ height: 40px;
+ width: 100%;
+ border-bottom: 1px solid #F2F4F5;
+ .example-margin {
+ width: 14px;
+ height: 14px;
+ margin-left: 30px;
+ margin-bottom: 7px;
+ position: relative;
+ bottom: 1px;
+ }
+ span{
+ line-height: 40px;
+ font-size: 16px;
+ margin-left: 5px;
+ }
+ }
+ }
}
.mainbox {
background-color: white;
@@ -410,6 +455,126 @@
margin: 10px 0;
}
}
+ .unit{
+ width: 100%;
+ height: 100%;
+ display: flex;
+ flex-direction: column;
+ overflow-y: auto;
+ .unithead{
+ height: 40px;
+ width: 100%;
+ background-color: #e8f4fe;
+ //opacity: 0.1;
+ span {
+ margin-left: 20px;
+ font-size: 16px;
+ color: #2196f3;
+ opacity: 1;
+ height: 40px;
+ line-height: 40px;
+ }
+ }
+ .unitbody{
+ height: 100%;
+ width: 100%;
+ display: flex;
+ flex-direction: column;
+ .unitbodyHead{
+ width: 100%;
+ height: 40px;
+ background-color: #2196F3;
+ text-align: center;
+ span {
+ font-size: 16px;
+ text-align: center;
+ height: 40px;
+ line-height: 40px;
+ color: #FFFFFF;
+ }
+ img {
+ cursor: pointer;
+ width: 20px;
+ height: 20px;
+ float: right;
+ margin-top: 10px;
+ margin-right: 10px;
+ }
+ }
+ .body{
+ width: 100%;
+ height: 100%;
+ .attack{
+ width: 100%;
+ height: 100%;
+ .attackhead{
+ width: 100%;
+ height: 40px;
+ background-color: #ffd91d;
+ text-align: center;
+ span {
+ font-size: 16px;
+ text-align: center;
+ height: 40px;
+ line-height: 40px;
+ color: #b99a00;
+ }
+ img {
+ cursor: pointer;
+ width: 20px;
+ height: 20px;
+ float: right;
+ margin-top: 10px;
+ margin-right: 10px;
+ }
+ }
+ .attackbody{
+ width: 100%;
+ height: 100%;
+ thead {
+ width: 100%;
+ background-color: #e8e9e9;
+ }
+ table {
+ width: 100%;
+ border-collapse: collapse;
+ //background-color: #E8E9E9;
+ }
+ th {
+ //background-color: #E8E9E9;
+ border: 1px solid #999;
+ height: 40px;
+ font-size: 16px;
+ text-align: center;
+ input {
+ background-color: #e8e9e9;
+ text-align: center;
+ height: 100%;
+ width: 100%;
+ font-size: 16px;
+ border: none;
+ outline: none;
+ }
+ }
+ td {
+ border: 1px solid #999;
+ height: 40px;
+ font-size: 16px;
+ text-align: center;
+ input {
+ background-color: #ffffff;
+ text-align: center;
+ height: 100%;
+ width: 100%;
+ font-size: 16px;
+ border: none;
+ outline: none;
+ }
+ }
+ }
+ }
+ }
+ }
.disposalPoint {
div {
width: 100%;
@@ -461,3 +626,4 @@
}
}
}
+}
\ No newline at end of file
diff --git a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts
index fb14c16..929d283 100644
--- a/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts
+++ b/src/app/plan-management/create-plan-online-five/create-plan-online-five.component.ts
@@ -4,7 +4,7 @@
* @Author: sueRimn
* @Date: 2021-06-16 13:56:54
* @LastEditors: sueRimn
- * @LastEditTime: 2021-06-17 17:05:09
+ * @LastEditTime: 2021-06-22 17:16:01
*/
import { HttpClient } from '@angular/common/http';
import { Component, Inject, OnInit, Renderer2, ViewChild, Input } from '@angular/core';
@@ -30,6 +30,7 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
console.log('级别', this.planLevel)
this.getTemplateData()
this.getUnitData()
+ this.getAllBuildings()
this.tree = {
json: this.treedate,
config: this.treeConfig
@@ -77,6 +78,8 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
this.getAllBuildings()
this.getSitePlan()
this.getRealPicture()
+ }else if(this.selectedItem == '单位概况'){
+ //this.getAllBuildings()
}
}
@@ -230,6 +233,12 @@ export class CreatePlanOnlineFiveComponent implements OnInit {
})
})
this.allBuildings = data
+ this.planTemplateData[0].building=[]
+ for(var i=0;i
+ {{buildingName}}
+
+
+
+
+
+
+
+ {{element.surveyName}}
+
+
+
+
+
+
+
+
+
+
+
+ {{attack.head}}
+
+
+
+ 

+
+
+
+
+ + + | + + +
---|