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 75a1628..2b6a73d 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 @@ -4,27 +4,49 @@ * @Author: sueRimn * @Date: 2020-12-11 16:34:26 * @LastEditors: sueRimn - * @LastEditTime: 2020-12-11 17:42:09 + * @LastEditTime: 2020-12-13 09:43:19 -->
-
+
-
+
-
+
-
-
-
- 包含下级 - - +
+
+
+ + 包含下级 +
+
clear
+ + + +
  • {{node.name}}
  • +
    + + +
  • {{node.name}}
  • +
    +
    +
    + +
    @@ -32,8 +54,61 @@
    -
    + + + + + + + + + + + + + + + + + + + + + + + + +
    + + + 单位名称{{element.name}}辖区中队{{element.organizationName}}单位类型{{element.buildingTypes.length != 0 ? element.buildingTypes[0].name : ''}}统一社会信用代码{{element.usci}}
    + + +
    +
    +
    +
    + 所选单位 +
    +
    + + + + + + + + + + + +
    单位名称操作
    {{item.name}}删除
    +
    +
    +
    -
    diff --git a/src/app/examiner/examiner-new-one/examiner-new-one.component.scss b/src/app/examiner/examiner-new-one/examiner-new-one.component.scss index ac8deaa..b83683c 100644 --- a/src/app/examiner/examiner-new-one/examiner-new-one.component.scss +++ b/src/app/examiner/examiner-new-one/examiner-new-one.component.scss @@ -1,3 +1,4 @@ + table { width: 100%; text-align: center; @@ -18,13 +19,73 @@ table { margin: 20px 20px 10px 50px; background-color: #FFFFFF; border-radius: 16px ; + .contenttable{ + width: 1200px; + //margin-right: 40px; + margin-left: 30px; + //background-color: none; + table{ + width: 100%; + margin-top: 15px; + background-color:transparent; + font-size: 16px; + th{ + background-color: #F5FDFE; + color: #000000; + font-size: 15px; + } + td{font-size: 15px;} + .mat-table{ + background-color:transparent; + } + } + mat-paginator{ + width: 100%; + // margin-top: 30px; + } + } } + .contentRight{ width: 320px; height: 850px; margin: 20px 20px 10px 10px; background-color: #FFFFFF; border-radius: 16px ; + display: flex; + flex-direction: column; + .rightone{ + width: 100%; + margin:30px 20px; + span{ + font-size: 20px; + } + } + .righttwo{ + height: 670px; + width:280px; + margin-left: 20px; + overflow-y: auto; + table{ + th,td{ + height: 48px; + font-size: 15px; + } + thead{ + background-color: #F5FDFE; + } + table tbody{ + height: 570px; + overflow-y:scroll; + tr{ + table-layout:fixed + } + } + } + } + ::-webkit-scrollbar { + width:2px; + } } } .header { @@ -67,36 +128,60 @@ table { border-radius: 8px; outline:0 none !important; } + } + .ordiv{ + position: relative; + .organizationbox{ + button{ + color: #000000; + position: relative; + bottom: 5px; + } + width:450px; + height: 200px; + background: white; + position: absolute; + top: 48px; + left: 27px; + z-index: 999; + border: 1px solid grey; + overflow-y: auto; + li{ + overflow: hidden; + text-overflow: ellipsis; + white-space: nowrap; + } + mat-tree-node{ + cursor: pointer; + white-space:pre; + } + mat-tree-node:hover{ + background: rgba(225, 225, 225, 0.8); + } + .closediv{ + z-index: 100; + position: absolute; + right: 0; + top: 0; + width: 30px; + height: 30px; + cursor: pointer; + line-height: 30px; + text-align: center; + } + .closediv:hover{ + background:rgba(225, 225, 225, 0.8); + } + } + + } .headerright{ float: right; } } //queryBox } - .centertable{ - width: 1632px; - margin-right: 40px; - margin-left: 40px; - background-color: #FFFFFF; - table{ - td,th{ - height: 48px; - font-size: 18px; - } - td{ - border-bottom: 1px solid #F2F5F6; - } - thead{ - background-color:#F5FDFE; - } - .green{ - color: #07CDCF; - } - .red{ - color: #FF8678; - } - } - } + .operationSpan{ margin: 0 10px; diff --git a/src/app/examiner/examiner-new-one/examiner-new-one.component.ts b/src/app/examiner/examiner-new-one/examiner-new-one.component.ts index 6940fe3..665ceb5 100644 --- a/src/app/examiner/examiner-new-one/examiner-new-one.component.ts +++ b/src/app/examiner/examiner-new-one/examiner-new-one.component.ts @@ -4,7 +4,7 @@ * @Author: sueRimn * @Date: 2020-12-11 16:34:26 * @LastEditors: sueRimn - * @LastEditTime: 2020-12-12 09:13:04 + * @LastEditTime: 2020-12-13 10:13:54 */ import { Component, OnInit, ViewChild, Inject } from '@angular/core'; import { HttpClient } from '@angular/common/http' @@ -30,9 +30,13 @@ export class ExaminerNewOneComponent implements OnInit { constructor(private http:HttpClient,private router:Router,private route:ActivatedRoute,private tree: TreeService,public dialog: MatDialog,public snackBar: MatSnackBar) { } ngOnInit(): void { - //this.getAllKeyUnit(); + this.getunitdata(); + this.getOrganizations(); + this.getUnittype(); + this.getAllKeyUnit(); } + removeClass=document.getElementsByClassName("mat-form-field-underline") private _transformer = (node, level: number) => { //初始化tree return { expandable: !!node.children && node.children.length > 0, @@ -62,7 +66,7 @@ export class ExaminerNewOneComponent implements OnInit { pageSizeOptions: number[] = [10] //设置每页条数 PageNumber:any //第几页 - displayedColumns: string[] = ['checked','Follow','unitname','integrity','jurisdictionsquadron', 'unittype','scc', 'time','operation']; + displayedColumns: string[] = ['checked','unitname','jurisdictionsquadron', 'unittype','scc']; tabledataSource:any allorganizations:any oldDataSource:any; //原始表格数据 @@ -213,9 +217,9 @@ export class ExaminerNewOneComponent implements OnInit { Sort: this.integritySort ? 'integrityscore' : '', SortType: this.integritySort || '', } - console.log(paramsdata) + //console.log(paramsdata) this.http.get("/api/Companies",{params:paramsdata}).subscribe((data:any)=>{ - console.log(data) + //console.log(data) this.length = data.totalCount this.allKeyUnitInfo = data // data.items.sort( (a,b) => { @@ -224,9 +228,21 @@ export class ExaminerNewOneComponent implements OnInit { data.items.forEach( (item,index) => { item.integrity = this.wanzhengduArr[index] }) - console.log(789,data.items) + //console.log(789,data.items) this.tabledataSource = new MatTableDataSource(data.items); + //console.log(this.tabledataSource) + if(this.selectedunitArr.length!=0){ + for(var i=0;i