|
|
|
@ -1,18 +1,10 @@
|
|
|
|
|
<div class="box" id="inform"> |
|
|
|
|
<div class="search"> |
|
|
|
|
<form nz-form [formGroup]="validateForm" class="login-form" (ngSubmit)="submitForm()"> |
|
|
|
|
<nz-form-item class="searchParams searchParamsLong"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批类型" [nzLoading]="typeLoading"> |
|
|
|
|
<nz-option *ngFor="let item of typeList" [nzValue]="item.licenseName" |
|
|
|
|
[nzLabel]="item.licenseName"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
|
|
|
|
|
<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 nzValue="0" nzLabel="油站信息"></nz-option> |
|
|
|
|
<nz-option nzValue="1" nzLabel="经营类证照提醒时间"></nz-option> |
|
|
|
|
<nz-option nzValue="2" nzLabel="经营类证照"></nz-option> |
|
|
|
@ -21,6 +13,15 @@
|
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
|
|
|
|
|
<nz-form-item class="searchParams searchParamsLong"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="type" nzPlaceHolder="审批类型" [nzLoading]="typeLoading"> |
|
|
|
|
<nz-option *ngFor="let item of typeList" [nzValue]="item.licenseName" |
|
|
|
|
[nzLabel]="item.licenseName"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
|
|
|
|
|
<nz-form-item class="searchParams searchParamsLong"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-tree-select [nzAllowClear]="false" [nzDropdownClassName]="'maxHeightTreeSelect'" nzShowSearch |
|
|
|
@ -47,7 +48,7 @@
|
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
|
|
|
|
|
<nz-form-item class="searchParams"> |
|
|
|
|
<!-- <nz-form-item class="searchParams"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="level" nzPlaceHolder="审批级别"> |
|
|
|
|
<nz-option nzValue="1" nzLabel="总公司"></nz-option> |
|
|
|
@ -56,14 +57,14 @@
|
|
|
|
|
<nz-option nzValue="4" nzLabel="油站"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</nz-form-item> --> |
|
|
|
|
<nz-form-item class="searchParams"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<nz-select nzAllowClear formControlName="state" nzPlaceHolder="审批状态"> |
|
|
|
|
<nz-option nzValue="1" nzLabel="审核中"></nz-option> |
|
|
|
|
<nz-option nzValue="2" nzLabel="审核通过"></nz-option> |
|
|
|
|
<nz-option nzValue="2" nzLabel="审核中"></nz-option> |
|
|
|
|
<!-- <nz-option nzValue="2" nzLabel="审核通过"></nz-option> --> |
|
|
|
|
<nz-option nzValue="3" nzLabel="审核驳回"></nz-option> |
|
|
|
|
<nz-option nzValue="4" nzLabel="已撤销审核"></nz-option> |
|
|
|
|
<!-- <nz-option nzValue="4" nzLabel="已撤销审核"></nz-option> --> |
|
|
|
|
<nz-option nzValue="5" nzLabel="审核完成"></nz-option> |
|
|
|
|
</nz-select> |
|
|
|
|
</nz-form-control> |
|
|
|
@ -71,13 +72,15 @@
|
|
|
|
|
|
|
|
|
|
<nz-form-item class="btn"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<button nz-button type="submit" class="submit" [nzLoading]="tableSpin"><i nz-icon [nzType]="'search'"></i>查询</button> |
|
|
|
|
<button nz-button type="submit" class="submit" [nzLoading]="tableSpin"><i nz-icon |
|
|
|
|
[nzType]="'search'"></i>查询</button> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
|
|
|
|
|
<nz-form-item class="btn"> |
|
|
|
|
<nz-form-control> |
|
|
|
|
<button nz-button type="button" class="reset" (click)="resetForm($event)" [nzLoading]="tableSpin"><i nz-icon [nzType]="'sync'"></i>重置</button> |
|
|
|
|
<button nz-button type="button" class="reset" (click)="resetForm($event)" [nzLoading]="tableSpin"><i |
|
|
|
|
nz-icon [nzType]="'sync'"></i>重置</button> |
|
|
|
|
</nz-form-control> |
|
|
|
|
</nz-form-item> |
|
|
|
|
</form> |
|
|
|
@ -93,7 +96,7 @@
|
|
|
|
|
<th>审批信息</th> |
|
|
|
|
<!-- <th>加油站名称</th> |
|
|
|
|
<th [nzWidth]="'16%'">区域</th> --> |
|
|
|
|
<th>省公司</th> |
|
|
|
|
<th>公司名称</th> |
|
|
|
|
<th>申请人</th> |
|
|
|
|
<th>审批时间</th> |
|
|
|
|
<th>审批人</th> |
|
|
|
@ -103,8 +106,9 @@
|
|
|
|
|
</thead> |
|
|
|
|
<tbody id="table"> |
|
|
|
|
<tr *ngFor="let item of headerTable.data;let key = index"> |
|
|
|
|
<td> |
|
|
|
|
<span style="margin-left: 30px;">{{item.auditTitle || ''}}</span> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<span style="margin-left: 30px;" [title]="item.auditTitle || ''">{{item.auditTitle || |
|
|
|
|
''}}</span> |
|
|
|
|
</td> |
|
|
|
|
<td> |
|
|
|
|
<span *ngIf="item.auditType == 0">油站信息</span> |
|
|
|
@ -114,16 +118,18 @@
|
|
|
|
|
</td> |
|
|
|
|
<!-- <td><label *ngIf="item.gasStation">{{item.gasStation.stationName}}</label></td> |
|
|
|
|
<td><label *ngIf="item.gasStation">{{item.gasStation.locationName}}</label></td> --> |
|
|
|
|
<td> |
|
|
|
|
<td nzEllipsis> |
|
|
|
|
<ng-container *ngIf="item.gasStation; else elseTemplate"> |
|
|
|
|
<label>{{item.gasStation.companyName}}</label> |
|
|
|
|
<label [title]="item.gasStation.companyName">{{item.gasStation.companyName}}</label> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
|
<label>{{item.organization ? item.organization.displayName : null}}</label> |
|
|
|
|
<label [title]="item.organization.displayName">{{item.organization ? |
|
|
|
|
item.organization.displayName : null}}</label> |
|
|
|
|
</ng-template> |
|
|
|
|
</td> |
|
|
|
|
<td><span *ngIf="item.creatorUser">{{item.creatorUser.name || ''}}</span></td> |
|
|
|
|
<td>{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}}</td> |
|
|
|
|
<td nzEllipsis [title]="item.auditTime | date:'yyyy/MM/dd HH:mm:ss'">{{item.auditTime | |
|
|
|
|
date:"yyyy/MM/dd HH:mm:ss"}}</td> |
|
|
|
|
<td><span *ngIf="item.auditUser">{{item.auditUser.name || ''}}</span></td> |
|
|
|
|
<td>{{item.auditStatusDesc}}</td> |
|
|
|
|
<td class="operation"> |
|
|
|
|