|
|
|
@ -4,13 +4,13 @@
|
|
|
|
|
* @Author: sueRimn |
|
|
|
|
* @Date: 2020-12-25 10:19:31 |
|
|
|
|
* @LastEditors: sueRimn |
|
|
|
|
* @LastEditTime: 2021-03-24 14:35:51 |
|
|
|
|
* @LastEditTime: 2021-03-24 16:06:43 |
|
|
|
|
--> |
|
|
|
|
<div class="box"> |
|
|
|
|
<div class="boxleft"> |
|
|
|
|
<div class="lefthead"> |
|
|
|
|
<form (ngSubmit)="onSubmit(form.value)" #form="ngForm"> |
|
|
|
|
<div class="headdiv" style="margin-top: 30px;"> |
|
|
|
|
<div class="headdiv"> |
|
|
|
|
<span>操作类型:</span> |
|
|
|
|
<input type="radio" name="level" value="" [(ngModel)]="level"><span>全部</span> |
|
|
|
|
<input type="radio" name="level" value="1" [(ngModel)]="level"><span>更新</span> |
|
|
|
@ -56,11 +56,11 @@
|
|
|
|
|
</div> |
|
|
|
|
<div class="headfour"> |
|
|
|
|
<span>时间:</span> |
|
|
|
|
<mat-form-field class="example-full-width"> |
|
|
|
|
<mat-form-field class="example-full-width" style="margin-bottom: 0;"> |
|
|
|
|
<input type="date" matInput name="companyName" autocomplete="off" [(ngModel)]="addtime"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<mat-icon aria-hidden="false" style="position: relative;right: 120px;top: 5px;">arrow forward</mat-icon> |
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 10px;"> |
|
|
|
|
<mat-form-field class="example-full-width" style="margin-left: 10px;margin-bottom: 0;"> |
|
|
|
|
<input type="date" matInput name="companyName" autocomplete="off" [(ngModel)]="endtime"> |
|
|
|
|
</mat-form-field> |
|
|
|
|
<button mat-raised-button color="primary" type="submit" >查询</button> |
|
|
|
@ -126,7 +126,7 @@
|
|
|
|
|
|
|
|
|
|
</div> |
|
|
|
|
<div class="boxright"> |
|
|
|
|
<div class="company"> |
|
|
|
|
<div class="company" *ngIf="showtype == 3"> |
|
|
|
|
<mat-tab-group *ngIf="showtype == 3" style="flex: 1;overflow-y: auto;margin-top: 10px;" [selectedIndex]="selected.value" (selectedIndexChange)="selected.setValue($event)"> |
|
|
|
|
<mat-tab label="基本信息"> |
|
|
|
|
<ng-template matTabContent> |
|
|
|
|