|
|
|
@ -7,52 +7,65 @@
|
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="content"> |
|
|
|
|
<p *ngIf="data.auditType != 0 && data.auditType != 1 && data.gasStation">{{data.gasStation.companyName}} - {{data.gasStation.locationName}} - {{data.gasStation.stationName}}</p> |
|
|
|
|
<p *ngIf="data.auditType != 0 && data.auditType != 1 && data.gasStation">{{data.gasStation.companyName}} - |
|
|
|
|
{{data.gasStation.locationName}} - {{data.gasStation.stationName}}</p> |
|
|
|
|
<div class="cutoffrule" *ngIf="data.auditType != 0 && data.auditType != 1"></div> |
|
|
|
|
<div *ngIf="data.auditType == 0"><app-gas-base-info [data]="data"></app-gas-base-info></div> |
|
|
|
|
<div *ngIf="data.auditType == 0"> |
|
|
|
|
<app-gas-base-info [data]="data"></app-gas-base-info> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="data.auditType == 1"> |
|
|
|
|
<p>公司名称: {{data.organization.displayName}}</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p>证照名称: {{data.getData.licenseType.licenseName}}</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p> |
|
|
|
|
办理提醒时间:修改时间 {{data.getData.handleRemindDays}}天 |
|
|
|
|
办理提醒时间: 修改时间 {{data.getData.handleRemindDays}}天 |
|
|
|
|
<span style="float: right;">默认时间 {{data.getData.handleRemindDaysDefault}}天</span> |
|
|
|
|
</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p> |
|
|
|
|
临期提醒时间:修改时间 {{data.getData.closingRemindDays}}天 |
|
|
|
|
临期提醒时间: 修改时间 {{data.getData.closingRemindDays}}天 |
|
|
|
|
<span style="float: right;">默认时间 {{data.getData.closingRemindDaysDefault}}天</span> |
|
|
|
|
</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p>修改说明: {{data.getData.remark}}</p> |
|
|
|
|
<p *ngIf="data.getData.licenseType.isYearlyCheck">年检时间: {{data.getData.yearlyCheckDate | date:"MM/dd"}}</p> |
|
|
|
|
<div *ngIf="data.getData.licenseType.isYearlyCheck" class="cutoffrule"></div> |
|
|
|
|
<p>修改说明: {{data.getData.remark}}</p> |
|
|
|
|
</div> |
|
|
|
|
<div *ngIf="data.auditType == 2"> |
|
|
|
|
<p>证照名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p>证照编号: {{data.getData.licenseCode || ''}}</p> |
|
|
|
|
<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> |
|
|
|
|
<p>办理类型: {{getHandleTypes(data.getData.handleTypes)}}</p> |
|
|
|
|
<div class="cutoffrule"></div> |
|
|
|
|
<p>有效期类型: {{data.getData.validityDays || 0}}天</p> |
|
|
|
|
<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 *ngIf="data.auditType == 3"> |
|
|
|
|
<p>证照名称: {{data.getData.licenseTypeName}}</p> |
|
|
|
|
<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 class="cutoffrule"></div> |
|
|
|
|
<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) == '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) == '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) == 'pdf'" |
|
|
|
|
src="../../../../assets/images/license/pdf.png" (click)="lookFile(data.getData)"> |
|
|
|
|
<div class="cutoffrule" [hidden]="data.getData.imageUrl === undefined"></div> |
|
|
|
|
<p>审批意见:</p> |
|
|
|
|
<textarea style="background: #173350;height: 100px;width: 100%;border-radius: 0;border: 0;color: white;" cols="30" rows="10" [(ngModel)]="textarea"></textarea> |
|
|
|
|
<p>审批意见: </p> |
|
|
|
|
<textarea style="background: #173350;height: 100px;width: 100%;border-radius: 0;border: 0;color: white;" |
|
|
|
|
cols="30" rows="10" [(ngModel)]="textarea"></textarea> |
|
|
|
|
<div class="btnbox"> |
|
|
|
|
<button nz-button type="button" class="ok" (click)="ok(true)">通过</button> |
|
|
|
|
<button nz-button type="button" class="cancel" (click)="ok(false)">驳回</button> |
|
|
|
|