Browse Source

显示审批状态

beijing
陈鹏飞 3 years ago
parent
commit
949bfd6241
  1. 8
      src/app/pages/audit/audit-ing/audit-ing.component.html
  2. 4
      src/app/pages/audit/audit-record/audit-record.component.html
  3. 10
      src/app/pages/license/file-category/file-category.component.html
  4. 8
      src/app/pages/license/update-category/update-category.component.html

8
src/app/pages/audit/audit-ing/audit-ing.component.html

@ -11,8 +11,8 @@
<th>加油站名称</th> <th>加油站名称</th>
<th [nzWidth]="'16%'">区域名称</th> <th [nzWidth]="'16%'">区域名称</th>
<th>省公司名称</th> <th>省公司名称</th>
<!-- <th>提交时间</th> <!-- <th>提交时间</th> -->
<th>审批状态</th> --> <th>审批状态</th>
<th>审批</th> <th>审批</th>
</tr> </tr>
</thead> </thead>
@ -37,8 +37,8 @@
<label>{{item.organization ? item.organization.displayName : null}}</label> <label>{{item.organization ? item.organization.displayName : null}}</label>
</ng-template> </ng-template>
</td> </td>
<!-- <td>{{item.committedTime | date:"yyyy/MM/dd HH:mm:ss" }}</td> <!-- <td>{{item.committedTime | date:"yyyy/MM/dd HH:mm:ss" }}</td> -->
<td>{{item.auditStatusDesc}}</td> --> <td>{{item.auditStatusDesc}}</td>
<td class="operation"> <td class="operation">
<span class="blueColor" (click)="dispose(item)">审批</span> <span class="blueColor" (click)="dispose(item)">审批</span>
<span class="blueColor" (click)="details(item)">详情</span> <span class="blueColor" (click)="details(item)">详情</span>

4
src/app/pages/audit/audit-record/audit-record.component.html

@ -97,7 +97,7 @@
<th>申请人</th> <th>申请人</th>
<th>审批时间</th> <th>审批时间</th>
<th>审批人</th> <th>审批人</th>
<!-- <th>审批状态</th> --> <th>审批状态</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
</thead> </thead>
@ -125,7 +125,7 @@
<td>{{item.creatorUser.name}}</td> <td>{{item.creatorUser.name}}</td>
<td>{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}}</td> <td>{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}}</td>
<td>{{item.auditUser.name}}</td> <td>{{item.auditUser.name}}</td>
<!-- <td>{{item.auditStatusDesc}}</td> --> <td>{{item.auditStatusDesc}}</td>
<td class="operation"> <td class="operation">
<span class="blueColor" (click)="details(item)">详情</span> <span class="blueColor" (click)="details(item)">详情</span>
</td> </td>

10
src/app/pages/license/file-category/file-category.component.html

@ -4,12 +4,12 @@
[nzShowPagination]="false" [nzScroll]="{ y:tableScrollHeight }" [nzNoResult]='null' nzTableLayout="fixed"> [nzShowPagination]="false" [nzScroll]="{ y:tableScrollHeight }" [nzNoResult]='null' nzTableLayout="fixed">
<thead> <thead>
<tr> <tr>
<th [nzWidth]="'45%'"> <th [nzWidth]="'35%'">
<span style="margin-left: 10%;">证照名称</span> <span style="margin-left: 10%;">证照名称</span>
</th> </th>
<th>有无证照</th> <th>有无证照</th>
<!-- <th>提交时间</th> <!-- <th>提交时间</th> -->
<th>审核状态</th> --> <th>审核状态</th>
<th>附件</th> <th>附件</th>
<th>操作</th> <th>操作</th>
</tr> </tr>
@ -24,10 +24,10 @@
<span *ngIf="item.validatyType == 1"></span> <span *ngIf="item.validatyType == 1"></span>
<span *ngIf="item.validatyType == 2"></span> <span *ngIf="item.validatyType == 2"></span>
</td> </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>
<img *ngIf="item.imageUrl && getFileType(item.imageUrl) == 'img'" [src]="item.imageUrl" (click)="viewImg(item.imageUrl)"> <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) == 'word'" src="../../../../assets/images/license/word.png" (click)="lookFile(item)">

8
src/app/pages/license/update-category/update-category.component.html

@ -12,8 +12,8 @@
<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>
@ -37,10 +37,10 @@
</td> </td>
<td>{{getHandleTypes(item.handleTypesDefault)}}</td> <td>{{getHandleTypes(item.handleTypesDefault)}}</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>

Loading…
Cancel
Save