From 70529f9b90f64b52197463150b8e5b418d0b60df Mon Sep 17 00:00:00 2001 From: SHAOJIAHAO <55341701@qq.com> Date: Mon, 14 Dec 2020 13:39:48 +0800 Subject: [PATCH] =?UTF-8?q?[=E4=BF=AE=E6=94=B9]=E6=9B=B4=E6=94=B9=E4=B8=BA?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=93=AA=E4=B8=AA=E5=8D=95=E4=BD=8D=E6=9F=A5?= =?UTF-8?q?=E7=9C=8B=E8=AF=A5=E5=8D=95=E4=BD=8D=E7=9A=84=E9=A2=98=E7=9B=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../create-test-score.component.html | 427 +++++++++--------- .../create-test-score.component.scss | 7 + .../create-test-score.component.ts | 48 +- .../examiner-new-one.component.html | 4 +- 4 files changed, 259 insertions(+), 227 deletions(-) diff --git a/src/app/examiner/create-test-score/create-test-score.component.html b/src/app/examiner/create-test-score/create-test-score.component.html index 660ffad..847aa6c 100644 --- a/src/app/examiner/create-test-score/create-test-score.component.html +++ b/src/app/examiner/create-test-score/create-test-score.component.html @@ -19,7 +19,7 @@ 单位名称 总分 - + {{item.name}} {{item.score}} @@ -37,221 +37,224 @@
-
- -

{{unit.name}}

- - - - - - 基本信息 - - - 总分值: 分, - 单项 - - {{unit.basicInfoItemScore ? unit.basicInfoItemScore : 0}} - 分 - - - - -
- - - -
- -
- 查看 +
+
+ +

{{unit.name}}

+ + + + + + 基本信息 + + + 总分值: 分, + 单项 + + {{unit.basicInfoItemScore ? unit.basicInfoItemScore : 0}} + 分 + + + + +
+ + + +
+ +
+ 查看 +
+
- -
- -
- - - - - - - - 四周毗邻 - - 总分值: 分, - 单项 - {{unit.aroundItemScore ? unit.aroundItemScore : 0}} - 分 - - - - -
- - - -
- -
- 查看 + +
+ + + + + + + + 四周毗邻 + + 总分值: 分, + 单项 + {{unit.aroundItemScore ? unit.aroundItemScore : 0}} + 分 + + + + +
+ + + +
+ +
+ 查看 +
+
- -
- -
- - - - - - - - 重点部位 - - 总分值: 分, - 单项 - {{unit.keySiteItemScore ? unit.keySiteItemScore : 0}} - 分 - - - - -
- - - -
- -
- 查看 + +
+ + + + + + + + 重点部位 + + 总分值: 分, + 单项 + {{unit.keySiteItemScore ? unit.keySiteItemScore : 0}} + 分 + + + + +
+ + + +
+ +
+ 查看 +
+
- -
- -
- - - - - - - - 功能分区 - - 总分值: 分, - 单项 - {{unit.funDivItemScore ? unit.funDivItemScore : 0}} - 分 - - - - -
- - - -
- -
- 查看 + +
+ + + + + + + + 功能分区 + + 总分值: 分, + 单项 + {{unit.funDivItemScore ? unit.funDivItemScore : 0}} + 分 + + + + +
+ + + +
+ +
+ 查看 +
+
- -
- -
- - - - - - - - 数据核验 - - 总分值: 分, - 单项 - {{unit.fireFacItemScore ? unit.fireFacItemScore : 0}} - 分 - - - - -
- - - -
- -
- 查看 + +
+ + + + + + + + 数据核验 + + 总分值: 分, + 单项 + {{unit.fireFacItemScore ? unit.fireFacItemScore : 0}} + 分 + + + + +
+ + + +
+ +
+ 查看 +
+
- -
- -
- - +
+
+
+
+
+
@@ -290,7 +293,7 @@
-
+
上一步
diff --git a/src/app/examiner/create-test-score/create-test-score.component.scss b/src/app/examiner/create-test-score/create-test-score.component.scss index 2378a17..a4422c6 100644 --- a/src/app/examiner/create-test-score/create-test-score.component.scss +++ b/src/app/examiner/create-test-score/create-test-score.component.scss @@ -59,6 +59,13 @@ table { text-align: center; border-collapse: collapse; padding:2px;} tr:nth-child(1){ background: #F5FDFE; } + .selectedLi{ + background-color: #07CDCF; + color: #fff; + .colorspan{ + color: #fff; + } + } } } } diff --git a/src/app/examiner/create-test-score/create-test-score.component.ts b/src/app/examiner/create-test-score/create-test-score.component.ts index 78a3f2e..afa12e9 100644 --- a/src/app/examiner/create-test-score/create-test-score.component.ts +++ b/src/app/examiner/create-test-score/create-test-score.component.ts @@ -23,7 +23,11 @@ export class CreateTestScoreComponent implements OnInit { this.getFunDiv() this.getFireFac() } - + //当前选中的单位 + selectedUnitIndex = 0 + clickUnitName(key){ + this.selectedUnitIndex = key + } //模拟单位数据 unitDatas:any = [ {name:'富丽华大酒店1',score:0,basicInfoScore:0,basicInfoItemScore:0,basicInfoNodes : [ @@ -76,11 +80,11 @@ export class CreateTestScoreComponent implements OnInit { ] //上个页面传过来的单位数据 - unitId:any = [{name:'最最最最最',id:'5fb76c42919f2b44e464016f'}, - {name:'华南城集团有限公司',id:'5ee19fe06f91049f5e23e937'}, - {name:'贵港油库',id:'5fa35d68f8eb762cb03c662e'} - ] - + // unitId:any = [{name:'最最最最最',id:'5fb76c42919f2b44e464016f'}, + // {name:'华南城集团有限公司',id:'5ee19fe06f91049f5e23e937'}, + // {name:'贵港油库',id:'5fa35d68f8eb762cb03c662e'} + // ] + unitId:any = JSON.parse(localStorage.getItem('checkedWork')) //获取单位基本信息 getUnitData(){ this.unitId.forEach((element,index) => { @@ -732,7 +736,7 @@ export class CreateTestScoreComponent implements OnInit { }) this.examScore = examScore + examScore2 } - @ViewChild('nzTreeComponent', { static: false }) nzTreeComponent!: NzTreeComponent; + //保存 save(){ let copyDatas = JSON.parse(JSON.stringify(this.unitId)) @@ -996,14 +1000,32 @@ export class CreateTestScoreComponent implements OnInit { //循环每个建筑处理数据 console.log(copyDatas) - // copyDatas.forEach(item =>{ - // //建筑的基本信息模块处理 - // item.basicInfoNodes.forEach((i,key) => { - - // }) + + let paperDataInfo = [] + copyDatas.forEach((item,key) =>{ + paperDataInfo[key] = {} + paperDataInfo[key].id = '' + paperDataInfo[key].paperId = '' + paperDataInfo[key].companyId = item.id + paperDataInfo[key].basicInfoData = item.basicInfoNodes + paperDataInfo[key].basicInfoScore = item.basicInfoScore + paperDataInfo[key].adjoinData = item.aroundNodes + paperDataInfo[key].adjoinScore = item.aroundScore + paperDataInfo[key].importLocationData = item.keySiteNodes + paperDataInfo[key].importLocationScore = item.keySiteScore + paperDataInfo[key].functionalDivisionData = item.funDivNodes + paperDataInfo[key].functionalDivisionScore = item.funDivScore + paperDataInfo[key].facilityData = item.fireFacNodes + paperDataInfo[key].facilityScore = item.fireFacScore + }) + console.log(paperDataInfo) - // }) + + } + //上一步 + goBack(){ + window.history.back(); } } diff --git a/src/app/examiner/examiner-new-one/examiner-new-one.component.html b/src/app/examiner/examiner-new-one/examiner-new-one.component.html index 2b6a73d..48ff7bf 100644 --- a/src/app/examiner/examiner-new-one/examiner-new-one.component.html +++ b/src/app/examiner/examiner-new-one/examiner-new-one.component.html @@ -23,7 +23,7 @@
- 包含下级 + 包含下级
clear
@@ -59,7 +59,7 @@ - +