|
|
@ -30,14 +30,15 @@ |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p *ngIf="data.getData.licenseType.isYearlyCheck">年检时间: {{data.getData.yearlyCheckDate | date:"MM/dd"}}</p> |
|
|
|
<p *ngIf="data.getData.licenseType.isYearlyCheck">年检时间: {{data.getData.yearlyCheckDate | date:"MM/dd"}}</p> |
|
|
|
<div *ngIf="data.getData.licenseType.isYearlyCheck" class="cutoffrule"></div> |
|
|
|
<div *ngIf="data.getData.licenseType.isYearlyCheck" class="cutoffrule"></div> |
|
|
|
<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>证照效期: {{data.getData.isLongTerm ? '长期证照' : (data.getData.validityEndTime | date:"yyyy/MM/dd")}}</p> |
|
|
|
<p>证照效期: {{data.getData.isLongTerm ? '长期证照' : (data.getData.validityEndTime | |
|
|
|
|
|
|
|
date:"yyyy/MM/dd")}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>办理类型: {{getHandleTypes(data.getData.handleTypesDefault)}}</p> |
|
|
|
<p>办理类型: {{getHandleTypes(data.getData.handleTypesDefault)}}</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
@ -50,33 +51,35 @@ |
|
|
|
</ng-template> |
|
|
|
</ng-template> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<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>有无证照: |
|
|
|
<p>有无证照: |
|
|
|
<span *ngIf="data.getData.validatyType == 0">不适用</span><span *ngIf="data.getData.validatyType == 1">无</span><span *ngIf="data.getData.validatyType == 2">有</span> |
|
|
|
<span *ngIf="data.getData.validatyType == 0">不适用</span><span |
|
|
|
|
|
|
|
*ngIf="data.getData.validatyType == 1">无</span><span *ngIf="data.getData.validatyType == 2">有</span> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p>说明: {{data.getData.remark}}</p> |
|
|
|
<p>说明: {{data.getData.remark}}</p> |
|
|
|
</div> |
|
|
|
</div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<div class="cutoffrule"></div> |
|
|
|
<p [hidden]="data.getData.imageUrl === undefined">附件: |
|
|
|
<p [hidden]="data.getData.imageUrl === undefined">附件: </p> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'img'" |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'img'" [src]="data.getData.imageUrl" |
|
|
|
[src]="data.getData.imageUrl" (click)="viewImg(data.getData.imageUrl)"> |
|
|
|
(click)="viewImg(data.getData.imageUrl)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'word'" |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'word'" |
|
|
|
src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData.imageUrl)"> |
|
|
|
src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData.imageUrl)"> |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'pdf'" |
|
|
|
<img *ngIf="data.getData.imageUrl && getFileType(data.getData.imageUrl) == 'pdf'" |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.imageUrl)"> |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.imageUrl)"> |
|
|
|
<div class="cutoffrule" [hidden]="data.getData.imageUrl === undefined"></div> |
|
|
|
<div class="cutoffrule" [hidden]="data.getData.imageUrl === undefined"></div> |
|
|
|
<p *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment">附件副本: |
|
|
|
<p *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment">附件副本: </p> |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'img'" |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'img'" |
|
|
|
[src]="data.getData.attachment" (click)="viewImg(data.getData.attachment)"> |
|
|
|
[src]="data.getData.attachment" (click)="viewImg(data.getData.attachment)"> |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'word'" |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'word'" |
|
|
|
src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'pdf'" |
|
|
|
<img *ngIf="data.getData.attachment && getFileType(data.getData.attachment) == 'pdf'" |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
<div class="cutoffrule" *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment"></div> |
|
|
|
<div class="cutoffrule" *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment"></div> |
|
|
|
<p>审批意见: </p> |
|
|
|
<p>审批意见: </p> |
|
|
|
<textarea style="background: #173350;height: 100px;width: 100%;border-radius: 0;border: 0;color: white;" |
|
|
|
<textarea style="background: #173350;height: 100px;width: 100%;border-radius: 0;border: 0;color: white;" |
|
|
|