Browse Source

[完善]审核页面优化

tianjin
邵佳豪 2 years ago
parent
commit
648a04b4a0
  1. 10
      src/app/plan-audit/plan-record/plan-record.component.html
  2. 28
      src/app/plan-audit/plan-record/plan-record.component.scss
  3. 3
      src/app/plan-audit/plan-record/plan-record.component.ts
  4. 18
      src/app/plan-audit/wait-examineer/wait-examineer.component.html
  5. 885
      src/app/plan-audit/wait-examineer/wait-examineer.component.scss
  6. 1062
      src/app/plan-audit/wait-examineer/wait-examineer.component.ts

10
src/app/plan-audit/plan-record/plan-record.component.html

@ -74,6 +74,8 @@
<mat-option value="16">文本预案</mat-option>
</mat-select>
</mat-form-field>
</div>
<div class="btnbox">
<button mat-raised-button color="primary" type="submit">查询</button>
<button mat-raised-button color="primary" (click)='record()'>重置</button>
</div>
@ -121,14 +123,16 @@
<td style="width: 15%;">{{item.createTime|date:'yyyy-MM-dd'}}</td>
</tr>
</table>
<mat-paginator [length]="count" [pageSize]="10" (page)="chagePage($event)">
<mat-paginator [length]="count" [pageIndex]="PageNumber - 1" [pageSize]="10" (page)="chagePage($event)">
</mat-paginator>
</div>
</div>
</div>
<div class="mask" *ngIf="isTableData">
<mat-spinner [diameter]="30"></mat-spinner>
</div>
</div>
<div class="boxright">
<div class="company" *ngIf="showtype == 3">
@ -179,7 +183,7 @@
<div class="word" *ngIf="showtype==0">
<div class="shadow" *ngIf="!iftrue">
<mat-spinner></mat-spinner>
<mat-spinner [diameter]="30"></mat-spinner>
</div>
<button mat-raised-button color="primary" style="float: right;margin-top: 10px;margin-right: 15px;"
*ngIf="showtype == 0||bianzhi" (click)='lookNew()'>查看详情</button>

28
src/app/plan-audit/plan-record/plan-record.component.scss

@ -10,6 +10,7 @@
background-color: #FFFFFF;
display: flex;
flex-direction: column;
position: relative;
.lefthead {
height: 100%;
@ -204,9 +205,9 @@
button {
@media screen and (min-device-width:1400px) {
margin-left: 40px;
font-size: 14px;
width: 70px;
height: 32px;
font-size: 13px;
width: 65px;
height: 34px;
}
@media screen and (max-device-width:1200px) {
@ -236,6 +237,16 @@
}
}
.btnbox {
display: flex;
justify-content: center;
align-items: center;
button {
margin: 0 6px;
}
}
}
.tablediv {
@ -244,6 +255,7 @@
display: flex;
flex-direction: column;
overflow: hidden;
.header {
margin-left: 10px;
margin-right: 10px;
@ -283,6 +295,16 @@
}
}
}
.mask {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
}
}
.boxright {

3
src/app/plan-audit/plan-record/plan-record.component.ts

@ -95,7 +95,9 @@ export class PlanRecordComponent implements OnInit {
//获取表格数据
PageNumber = 1;
isTableData = false;
getAlltabledate() {
this.isTableData = true;
let paramsdata: any = {
Operation: this.level || [],
ContentType: Number(this.projectlevel) || [],
@ -112,6 +114,7 @@ export class PlanRecordComponent implements OnInit {
.get("/api/ContentVerifies", { params: paramsdata })
.subscribe((data: any) => {
//console.log(data)
this.isTableData = false;
this.tableDate = data.items;
this.count = data.totalCount;
});

18
src/app/plan-audit/wait-examineer/wait-examineer.component.html

@ -55,19 +55,18 @@
<mat-option value="16">文本预案</mat-option>
</mat-select>
</mat-form-field>
<button mat-raised-button color="primary" type="submit" class="find">查询</button>
<button mat-raised-button color="primary" (click)='record()'><img src="../../../assets/images/refresh.png">
重置</button>
</div>
</div>
<div class="btnbox">
<button mat-raised-button color="primary" type="submit">查询</button>
<button mat-raised-button color="primary" (click)='record()'>重置</button>
</div>
</form>
</div>
<div class="tablediv">
<table cellspacing="0" cellpadding="0" style="margin-top: 10px;margin-bottom: 5px;">
<table class="theader" cellspacing="0" cellpadding="0" style="margin-top: 10px;margin-bottom: 5px;">
<thead>
<th style="width: 10%;margin-left: 5px;">状态</th>
<th style="width: 10%;">类型</th>
@ -112,9 +111,12 @@
<td style="width: 13%;">{{item.createTime|date:'yyyy-MM-dd'}}</td>
</tr>
</table>
<mat-paginator [length]="count" [pageIndex]="PageNumber - 1" [pageSize]="10" (page)="chagePage($event)">
</mat-paginator>
</div>
</div>
<div class="mask" *ngIf="isTableData">
<mat-spinner [diameter]="30"></mat-spinner>
</div>
</div>

885
src/app/plan-audit/wait-examineer/wait-examineer.component.scss

@ -1,440 +1,555 @@
.box {
height: 100%;
width: 100%;
display: flex;
img {
cursor: pointer;
}
.boxleft {
height: 100%;
width: 100%;
width: 45%;
background-color: #ffffff;
display: flex;
img{
cursor: pointer;
}
.boxleft {
height: 100%;
width: 45%;
background-color: #ffffff;
flex-direction: column;
overflow: hidden;
position: relative;
.lefthead {
display: flex;
flex-direction: column;
align-items: center;
form{
width: 100%;
}
.headdiv {
@media screen and (min-device-width: 1400px) {
margin: 0 0 0 28px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 15px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 5px;
}
height: 40px;
display: flex;
flex-direction: column;
//overflow: auto;
.lefthead {
height: 30%;
display: flex;
flex-direction: column;
align-items: center;
.headdiv {
@media screen and (min-device-width: 1400px) {
margin: 0 0 0 28px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 15px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 5px;
}
height: 40px;
display: flex;
flex-direction: row;
align-items: center;
.radio {
height: 10px;
}
span {
@media screen and (min-device-width: 1400px) {
font-size: 16px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
font-size: 16px;
}
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
margin-left: 3px;
}
input {
position: relative;
@media screen and (min-device-width: 1400px) {
margin-left: 40px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 8px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 8px;
}
}
.count {
@media screen and (min-device-width: 1400px) {
margin-left: 110px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 20px;
position: relative;
bottom: 3px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 20px;
/* position: relative;
bottom: 3px; */
}
}
}
.headthree {
display: flex;
flex-direction: column;
.bzjb{
@media screen and (min-device-width: 1400px){
margin-left: 100px;
}
}
.find{
@media screen and (min-device-width: 1400px){
margin-left: 200px;
}
}
@media screen and (min-device-width: 1400px) {
margin-left: 30px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 7px;
font-size: 14px;
mat-form-field {
width: 120px;
}
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 15px;
//font-size: 14px;
mat-form-field {
width: 140px;
}
}
button {
@media screen and (min-device-width: 1400px) {
margin-left: 30px;
font-size: 16px;
width: 80px;
height: 36px;
}
@media screen and (max-device-width: 1400px) {
margin-left: 20px;
font-size: 14px;
}
}
img {
@media screen and (min-device-width: 1400px) {
height: 14px;
width: 14px;
}
@media screen and (max-device-width: 1400px) {
height: 12px;
width: 12px;
}
}
}
flex-direction: row;
align-items: center;
.radio {
height: 10px;
}
.tablediv {
width: 100%;
height: 62%;
.tbodycss {
overflow-y: auto;
height: 100%;
width: 100%;
.selectedTr {
background-color: #b3d3ee;
}
td {
font-weight: 10;
@media screen and (min-device-width: 1200px) {
font-size: 16px;
}
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
}
}
table {
margin-left: 10px;
margin-right: 10px;
width: 97.5%;
//margin-bottom: 10px;
thead {
height: 48px;
color: #ffffff;
background-color: #2196f3;
//font-size: 10px;
th {
font-weight: 10;
@media screen and (min-device-width: 1200px) {
font-size: 16px;
}
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
}
}
tr:nth-child(odd) {
background: #fafafa;
}
}
span {
@media screen and (min-device-width: 1400px) {
font-size: 16px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
font-size: 16px;
}
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
margin-left: 3px;
}
}
.boxright {
height: 100%;
width: 53%;
@media screen and (max-device-width: 1400px) {
overflow-y: auto;
input {
position: relative;
@media screen and (min-device-width: 1400px) {
margin-left: 40px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 8px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 8px;
}
}
flex: 1;
background-color: #ffffff;
margin-left: 10px;
.count {
@media screen and (min-device-width: 1400px) {
margin-left: 110px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 20px;
position: relative;
bottom: 3px;
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 20px;
/* position: relative;
bottom: 3px; */
}
}
}
.headthree {
display: flex;
flex-direction: column;
.company {
//margin-left: 20px;
@media screen and (min-device-width: 1400px) {
overflow-y: auto;
}
flex: 1;
//overflow-y: auto;
margin-top: 10px;
.bzjb {
@media screen and (min-device-width: 1400px) {
margin-left: 100px;
}
}
.righthead {
width: 100%;
display: flex;
height: 50px;
align-items: center;
flex-direction: row-reverse;
button {
margin-left: 10px;
font-size: 16px;
}
.rightheadone {
width: 40%;
margin-right: 7%;
}
.rightheadtwo {
width: 60%;
margin-right: 2%;
}
.find {
@media screen and (min-device-width: 1400px) {
margin-left: 80px;
}
}
.word {
width: 100%;
height: 100%;
.shadow{
height: 95%;
width: 97%;
margin: 10px 10px 10px 10px;
/* position:absolute;
left:0;
top:0; */
z-index:998;
background-color:#FFFFFF;
opacity:0.6;
mat-spinner{
position: relative;
top: 40%;
left: 40%;
}
@media screen and (min-device-width: 1400px) {
margin-left: 30px;
}
@media screen and (max-device-width: 1200px) {
margin-left: 7px;
font-size: 14px;
mat-form-field {
width: 120px;
}
}
@media screen and (max-device-width: 1400px) and (min-device-width: 1200px) {
margin-left: 15px;
//font-size: 14px;
mat-form-field {
width: 140px;
}
}
button {
@media screen and (min-device-width: 1400px) {
margin-left: 40px;
font-size: 13px;
width: 65px;
height: 34px;
}
@media screen and (max-device-width: 1400px) {
margin-left: 20px;
font-size: 14px;
}
}
img {
@media screen and (min-device-width: 1400px) {
height: 14px;
width: 14px;
}
@media screen and (max-device-width: 1400px) {
height: 12px;
width: 12px;
}
}
}
.btnbox{
display: flex;
justify-content: center;
align-items: center;
button{
margin: 0 6px;
}
}
}
.tablediv {
width: 100%;
flex: 1;
overflow: hidden;
display: flex;
flex-direction: column;
.theader {
margin-left: 10px;
margin-right: 10px;
width: 97.5%;
thead {
height: 48px;
color: #ffffff;
background-color: #2196f3;
th {
font-weight: 10;
@media screen and (min-device-width: 1200px) {
font-size: 16px;
}
iframe {
height: 95%;
width: 97%;
margin: 10px 10px 10px 10px;
overflow-y: auto;
border: medium none;
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
}
}
#viewer {
margin: 10px 10px 10px 10px;
width: 97%;
height: 93%;
tr:nth-child(odd) {
background: #fafafa;
}
.waterAudit,
.fireForceAudit,
.LinkageForcesAudit {
flex: 1;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.tbodycss {
flex: 1;
width: 100%;
overflow-y: auto;
box-sizing: border-box;
padding-left: 15px;
.selectedTr {
background-color: #b3d3ee;
}
.emptyContent {
width: 100%;
text-align: center;
td {
font-weight: 10;
@media screen and (min-device-width: 1200px) {
font-size: 16px;
}
@media screen and (max-device-width: 1200px) {
font-size: 14px;
}
}
}
}
}
th,
td {
height: 43px;
@media screen and (min-device-width: 1400px) {
font-size: 16px;
.mask {
position: absolute;
width: 100%;
height: 100%;
background: rgba(0, 0, 0, 0.2);
display: flex;
justify-content: center;
align-items: center;
}
}
.boxright {
height: 100%;
width: 53%;
@media screen and (max-device-width: 1400px) {
font-size: 14px;
overflow-y: auto;
}
flex: 1;
background-color: #ffffff;
margin-left: 10px;
display: flex;
flex-direction: column;
.company {
//margin-left: 20px;
@media screen and (min-device-width: 1400px) {
overflow-y: auto;
}
flex: 1;
//overflow-y: auto;
margin-top: 10px;
}
.righthead {
width: 100%;
display: flex;
height: 50px;
align-items: center;
flex-direction: row-reverse;
button {
margin-left: 10px;
font-size: 16px;
}
.rightheadone {
width: 40%;
margin-right: 7%;
}
.rightheadtwo {
width: 60%;
margin-right: 2%;
}
}
.word {
width: 100%;
height: 100%;
.shadow {
height: 95%;
width: 97%;
margin: 10px 10px 10px 10px;
/* position:absolute;
left:0;
top:0; */
z-index: 998;
background-color: #FFFFFF;
opacity: 0.6;
mat-spinner {
position: relative;
top: 40%;
left: 40%;
}
}
iframe {
height: 95%;
width: 97%;
margin: 10px 10px 10px 10px;
overflow-y: auto;
border: medium none;
}
}
text-align: center;
//white-space: nowrap;
#viewer {
margin: 10px 10px 10px 10px;
width: 97%;
height: 93%;
}
.waterAudit,
.fireForceAudit,
.LinkageForcesAudit {
flex: 1;
width: 100%;
height: 100%;
box-sizing: border-box;
}
.emptyContent {
width: 100%;
text-align: center;
}
}
}
th,
td {
height: 43px;
@media screen and (min-device-width: 1400px) {
font-size: 16px;
}
@media screen and (max-device-width: 1400px) {
font-size: 14px;
}
text-align: center;
//white-space: nowrap;
}
.green {
color: #00c756;
color: #00c756;
}
.red {
color: #ff4d4d;
color: #ff4d4d;
}
.yellow {
color: #FFC94B;
color: #FFC94B;
}
.accordingin {
margin: 5px;
.panelhead {
background-color: #e8f4fe;
color: #2196f3;
font-size: 16px;
span {
margin-left: 10px;
}
margin: 5px;
.panelhead {
background-color: #e8f4fe;
color: #2196f3;
font-size: 16px;
span {
margin-left: 10px;
}
table {
margin: 5px 0;
width: 100%;
th {
background-color: #fafafa;
width: 30%;
font-size: 16px;
text-align: right;
}
td {
text-align: left;
font-size: 16px;
margin-left: 3px;
.spantext{
margin-left: 7px;
}
.buleColor{
color: #2196f3;
}
}
}
table {
margin: 5px 0;
width: 100%;
th {
background-color: #fafafa;
width: 30%;
font-size: 16px;
text-align: right;
}
.addFiles{
tr{
td{
img{
width: 150px;
height: 105px;
margin-right: 6px;
}
}
}
td {
text-align: left;
font-size: 16px;
margin-left: 3px;
.spantext {
margin-left: 7px;
}
.buleColor {
color: #2196f3;
}
}
.onebuilding {
display: flex;
margin: 5px 0;
width: 100%;
.accordingleft {
background-color: #fafafa;
width: 30%;
height: 120px;
font-size: 16px;
text-align: right;
}
.accordingright {
margin: 7px;
height: 100px;
font-size: 16px;
img {
margin-left: 10px;
//height: 80px;
}
span {
margin-left: 10px;
position: relative;
bottom: 90px;
}
}
.addFiles {
tr {
td {
img {
width: 150px;
height: 105px;
margin-right: 6px;
}
}
}
}
.echarts {
width: 480px;
height: 304px;
}
.onebuilding {
display: flex;
background-color: #000000;
opacity: 0.7;
position: absolute;
top: 13%;
left: 55%;
z-index: 100;
.bar {
height: 100%;
width: 40%;
opacity: 1;
//margin: 40px 30px;
margin: 5px 0;
width: 100%;
.accordingleft {
background-color: #fafafa;
width: 30%;
height: 120px;
font-size: 16px;
text-align: right;
}
.zhu {
margin-bottom: 100px;
margin-right: 20px;
height: 95%;
width: 60%;
opacity: 1;
.accordingright {
margin: 7px;
height: 100px;
font-size: 16px;
img {
margin-left: 10px;
//height: 80px;
}
span {
margin-left: 10px;
position: relative;
bottom: 90px;
}
}
}
}
.echarts {
width: 480px;
height: 304px;
display: flex;
background-color: #000000;
opacity: 0.7;
position: absolute;
top: 13%;
left: 55%;
z-index: 100;
.bar {
height: 100%;
width: 40%;
opacity: 1;
//margin: 40px 30px;
}
.zhu {
margin-bottom: 100px;
margin-right: 20px;
height: 95%;
width: 60%;
opacity: 1;
}
}
.twoD {
width: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: left;
.planBox {
margin: 30px 30px;
color: black;
:first-child {
margin-right: 10px;
}
width: 100%;
box-sizing: border-box;
display: flex;
flex-direction: column;
align-items: left;
.planBox {
margin: 30px 30px;
color: black;
:first-child {
margin-right: 10px;
}
}
}
//滚动条样式
::-webkit-scrollbar {
width: 6px;
background-color: white;
width: 6px;
background-color: white;
}
::-webkit-scrollbar-thumb {
background-color: #2196f3;
background-color: #2196f3;
}
.remarkbox {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
.remarkhead {
width: 100%;
height: 100%;
display: flex;
flex-direction: column;
.remarkhead {
width: 100%;
span {
font-size: 20px;
text-align: center;
width: 80px;
margin-left: 40%;
}
span {
font-size: 20px;
text-align: center;
width: 80px;
margin-left: 40%;
}
.remarktext {
width: 100%;
margin-top: 20px;
textarea {
width: 420px;
height: 110px;
outline: none;
}
}
.remarktext {
width: 100%;
margin-top: 20px;
textarea {
width: 420px;
height: 110px;
outline: none;
}
.remarkbottom {
width: 100%;
margin-top: 22px;
button {
width: 100px;
height: 36px;
font-size: 17px;
}
}
.remarkbottom {
width: 100%;
margin-top: 22px;
button {
width: 100px;
height: 36px;
font-size: 17px;
}
}
}

1062
src/app/plan-audit/wait-examineer/wait-examineer.component.ts

File diff suppressed because it is too large Load Diff
Loading…
Cancel
Save