|
|
@ -13,7 +13,7 @@ |
|
|
|
<div *ngIf="data.auditType == 1"> |
|
|
|
<div *ngIf="data.auditType == 1"> |
|
|
|
<p>公司名称: {{data.organization.displayName}}</p> |
|
|
|
<p>公司名称: {{data.organization.displayName}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>证件名称: {{data.getData.licenseType.licenseName}}</p> |
|
|
|
<p>证照名称: {{data.getData.licenseType.licenseName}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p> |
|
|
|
<p> |
|
|
|
办理提醒时间:修改时间 {{data.getData.handleRemindDays}}天 |
|
|
|
办理提醒时间:修改时间 {{data.getData.handleRemindDays}}天 |
|
|
@ -28,11 +28,11 @@ |
|
|
|
<p>修改说明: {{data.getData.remark}}</p> |
|
|
|
<p>修改说明: {{data.getData.remark}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div *ngIf="data.auditType == 2"> |
|
|
|
<div *ngIf="data.auditType == 2"> |
|
|
|
<p>证件名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
<p>证照名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>证件编号: {{data.getData.licenseCode || ''}}</p> |
|
|
|
<p>证照编号: {{data.getData.licenseCode || ''}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>证件有效期: <span *ngIf="!data.getData.isLongTerm">{{data.getData.validityStartTime | date:"yyyy/MM/dd"}} - </span>{{data.getData.validityEndTime | date:"yyyy/MM/dd"}}</p> |
|
|
|
<p>证照效期: <span *ngIf="!data.getData.isLongTerm">{{data.getData.validityStartTime | date:"yyyy/MM/dd"}} - </span>{{data.getData.validityEndTime | date:"yyyy/MM/dd"}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>办理类型: {{getHandleTypes(data.getData.handleTypes)}}</p> |
|
|
|
<p>办理类型: {{getHandleTypes(data.getData.handleTypes)}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
@ -41,12 +41,12 @@ |
|
|
|
<p>是否年检: <span *ngIf="data.getData.isYearlyCheck">是</span><span *ngIf="!data.getData.isYearlyCheck">否</span></p> |
|
|
|
<p>是否年检: <span *ngIf="data.getData.isYearlyCheck">是</span><span *ngIf="!data.getData.isYearlyCheck">否</span></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div *ngIf="data.auditType == 3"> |
|
|
|
<div *ngIf="data.auditType == 3"> |
|
|
|
<p>证件名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
<p>证照名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>有无证照: <span *ngIf="data.getData.validatyType == 0">不适用</span><span *ngIf="data.getData.validatyType == 1">无</span><span *ngIf="data.getData.validatyType == 2">有</span></p> |
|
|
|
<p>有无证照: <span *ngIf="data.getData.validatyType == 0">不适用</span><span *ngIf="data.getData.validatyType == 1">无</span><span *ngIf="data.getData.validatyType == 2">有</span></p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p [hidden]="data.getData.imageUrl === undefined">证件图片: |
|
|
|
<p [hidden]="data.getData.imageUrl === undefined">附件: |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'img'" [src]="data.getData.imageUrl" (click)="viewImg(data.getData.imageUrl)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'img'" [src]="data.getData.imageUrl" (click)="viewImg(data.getData.imageUrl)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'pdf'" src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'pdf'" src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData)"> |
|
|
|