|
|
@ -96,6 +96,19 @@ |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.attachment)"> |
|
|
|
</p> |
|
|
|
</p> |
|
|
|
<div class="cutoffrule" *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment"></div> |
|
|
|
<div class="cutoffrule" *ngIf="data.getData.hasAttachmentDefault && data.getData.attachment"></div> |
|
|
|
|
|
|
|
<p *ngIf="data.getData.yearlyCheckAttachment">年检更新附件: |
|
|
|
|
|
|
|
<img *ngIf="data.getData.yearlyCheckAttachment && getFileType(data.getData.yearlyCheckAttachment) == 'img'" |
|
|
|
|
|
|
|
[src]="data.getData.yearlyCheckAttachment" (click)="viewImg(data.getData.yearlyCheckAttachment)"> |
|
|
|
|
|
|
|
<img *ngIf="data.getData.yearlyCheckAttachment && getFileType(data.getData.yearlyCheckAttachment) == 'word'" |
|
|
|
|
|
|
|
src="../../../../assets/images/license/word.png" (click)="lookFile(data.getData.yearlyCheckAttachment)"> |
|
|
|
|
|
|
|
<img *ngIf="data.getData.yearlyCheckAttachment && getFileType(data.getData.yearlyCheckAttachment) == 'pdf'" |
|
|
|
|
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData.yearlyCheckAttachment)"> |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<div class="cutoffrule" *ngIf="data.getData.yearlyCheckAttachment"></div> |
|
|
|
|
|
|
|
<p *ngIf="data.getData.yearlyCheckDescription">年检更新说明: |
|
|
|
|
|
|
|
<span>{{data.getData.yearlyCheckDescription}}</span> |
|
|
|
|
|
|
|
</p> |
|
|
|
|
|
|
|
<div class="cutoffrule" *ngIf="data.getData.yearlyCheckDescription"></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;" |
|
|
|
cols="30" rows="10" [(ngModel)]="textarea"></textarea> |
|
|
|
cols="30" rows="10" [(ngModel)]="textarea"></textarea> |
|
|
|