|
|
|
@ -3,7 +3,7 @@
|
|
|
|
|
<form nz-form [formGroup]="validateForm" class="login-form" (ngSubmit)="submitForm()"> |
|
|
|
|
<nz-form-item class="searchParams"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批信息" |
|
|
|
|
<nz-select nzAllowClear formControlName="info" nzPlaceHolder="审批类型" |
|
|
|
|
(ngModelChange)="infoChange($event)"> |
|
|
|
|
<nz-option *ngIf="!level" nzValue="0" nzLabel="油站信息"></nz-option> |
|
|
|
|
<nz-option *ngIf="level" nzValue="1" nzLabel="经营类证照提醒时间"></nz-option> |
|
|
|
@ -17,7 +17,7 @@
|
|
|
|
|
|
|
|
|
|
<nz-form-item class="searchParams searchParamsLong"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批类型" [nzLoading]="typeLoading"> |
|
|
|
|
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批事件" [nzLoading]="typeLoading"> |
|
|
|
|
<nz-option *ngFor="let item of typeList" |
|
|
|
|
[nzValue]="item.licenseName ? item.licenseName : item.eventSystemName" |
|
|
|
|
[nzLabel]="item.licenseName ? item.licenseName : item.eventSystemName"></nz-option> |
|
|
|
@ -94,9 +94,9 @@
|
|
|
|
|
<thead> |
|
|
|
|
<tr> |
|
|
|
|
<th [nzWidth]="'16%'"> |
|
|
|
|
<span style="margin-left: 30px;">审批类型</span> |
|
|
|
|
<span style="margin-left: 30px;">审批事件</span> |
|
|
|
|
</th> |
|
|
|
|
<th>审批信息</th> |
|
|
|
|
<th>审批类型</th> |
|
|
|
|
<th *ngIf="!level">油站名称</th> |
|
|
|
|
<th *ngIf="!level">区域名称</th> |
|
|
|
|
<th>公司名称</th> |
|
|
|
|