|
|
@ -5,17 +5,17 @@ |
|
|
|
<thead> |
|
|
|
<thead> |
|
|
|
<tr> |
|
|
|
<tr> |
|
|
|
<th [nzWidth]="'16%'"> |
|
|
|
<th [nzWidth]="'16%'"> |
|
|
|
<span style="margin-left: 30px;">证件名称</span> |
|
|
|
<span style="margin-left: 30px;">证照名称</span> |
|
|
|
</th> |
|
|
|
</th> |
|
|
|
<th>证件编号</th> |
|
|
|
<th>证照编号</th> |
|
|
|
<th>证件有效期</th> |
|
|
|
<th>证照效期</th> |
|
|
|
<th>附件</th> |
|
|
|
<th>有效天数</th> |
|
|
|
<th>有效期类型</th> |
|
|
|
|
|
|
|
<th>办理类型</th> |
|
|
|
<th>办理类型</th> |
|
|
|
<!-- <th>是否年检</th> --> |
|
|
|
<!-- <th>是否年检</th> |
|
|
|
<th>提交时间</th> |
|
|
|
<th>提交时间</th> |
|
|
|
<th>审核状态</th> |
|
|
|
<th>审核状态</th> --> |
|
|
|
<th>预警状态</th> |
|
|
|
<th>预警状态</th> |
|
|
|
|
|
|
|
<th>附件</th> |
|
|
|
<th>操作</th> |
|
|
|
<th>操作</th> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</thead> |
|
|
|
</thead> |
|
|
@ -26,11 +26,6 @@ |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td>{{item.licenseCode || ''}}</td> |
|
|
|
<td>{{item.licenseCode || ''}}</td> |
|
|
|
<td>{{item.isLongTerm ? '长期证照' : (item.validityEndTime | date:"yyyy/MM/dd")}}</td> |
|
|
|
<td>{{item.isLongTerm ? '长期证照' : (item.validityEndTime | date:"yyyy/MM/dd")}}</td> |
|
|
|
<td> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'img'" [src]="item.imageUrl" (click)="viewImg(item.imageUrl)"> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(item)"> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'pdf'" src="../../../../assets/images/license/pdf.png" (click)="lookFile(item)"> |
|
|
|
|
|
|
|
</td> |
|
|
|
|
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<ng-container *ngIf="item.isLongTerm; else elseTemplate"> |
|
|
|
<ng-container *ngIf="item.isLongTerm; else elseTemplate"> |
|
|
|
长期 |
|
|
|
长期 |
|
|
@ -41,22 +36,27 @@ |
|
|
|
|
|
|
|
|
|
|
|
</td> |
|
|
|
</td> |
|
|
|
<td>{{getHandleTypes(item.handleTypes)}}</td> |
|
|
|
<td>{{getHandleTypes(item.handleTypes)}}</td> |
|
|
|
<!-- <td><span *ngIf="item.isYearlyCheck">是</span><span *ngIf="!item.isYearlyCheck">否</span></td> --> |
|
|
|
<!-- <td><span *ngIf="item.isYearlyCheck">是</span><span *ngIf="!item.isYearlyCheck">否</span></td> |
|
|
|
<td>{{item.committedTime | date:"yyyy/MM/dd"}}<span *ngIf="!item.committedTime">未提交审核</span></td> |
|
|
|
<td>{{item.committedTime | date:"yyyy/MM/dd"}}<span *ngIf="!item.committedTime">未提交审核</span></td> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span> |
|
|
|
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span> |
|
|
|
</td> |
|
|
|
</td> --> |
|
|
|
<td> |
|
|
|
<td> |
|
|
|
<span *ngIf="item.licenseViolationType == 0">无</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 0">无</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 1">办理提醒</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 1">办理提醒</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 2">临期提醒</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 2">临期提醒</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 3">逾期报警</span> |
|
|
|
<span *ngIf="item.licenseViolationType == 3">逾期报警</span> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
|
|
|
|
<td> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'img'" [src]="item.imageUrl" (click)="viewImg(item.imageUrl)"> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(item)"> |
|
|
|
|
|
|
|
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'pdf'" src="../../../../assets/images/license/pdf.png" (click)="lookFile(item)"> |
|
|
|
|
|
|
|
</td> |
|
|
|
<td class="operation"> |
|
|
|
<td class="operation"> |
|
|
|
<span class="blueColor" (click)="edit(item)">编辑</span> |
|
|
|
<span class="blueColor" (click)="edit(item)">编辑</span> |
|
|
|
<span class="blueColor" (click)="details(item)">详情</span> |
|
|
|
<span class="blueColor" (click)="details(item)">详情</span> |
|
|
|
<span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span> |
|
|
|
<span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span> |
|
|
|
<span class="blueColor" (click)="submitReview(item)" *ngIf="item.auditStatus != 1">提交审核</span> |
|
|
|
<!-- <span class="blueColor" (click)="submitReview(item)" *ngIf="item.auditStatus != 1">提交审核</span> --> |
|
|
|
</td> |
|
|
|
</td> |
|
|
|
</tr> |
|
|
|
</tr> |
|
|
|
</tbody> |
|
|
|
</tbody> |
|
|
|