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 [nzWidth]="'16%'">区域名称</th>
<th>省公司名称</th>
<!-- <th>提交时间</th>
<th>审批状态</th> -->
<!-- <th>提交时间</th> -->
<th>审批状态</th>
<th>审批</th>
</tr>
</thead>
@ -37,8 +37,8 @@
<label>{{item.organization ? item.organization.displayName : null}}</label>
</ng-template>
</td>
<!-- <td>{{item.committedTime | date:"yyyy/MM/dd HH:mm:ss" }}</td>
<td>{{item.auditStatusDesc}}</td> -->
<!-- <td>{{item.committedTime | date:"yyyy/MM/dd HH:mm:ss" }}</td> -->
<td>{{item.auditStatusDesc}}</td>
<td class="operation">
<span class="blueColor" (click)="dispose(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>
</tr>
</thead>
@ -125,7 +125,7 @@
<td>{{item.creatorUser.name}}</td>
<td>{{item.auditTime | date:"yyyy/MM/dd HH:mm:ss"}}</td>
<td>{{item.auditUser.name}}</td>
<!-- <td>{{item.auditStatusDesc}}</td> -->
<td>{{item.auditStatusDesc}}</td>
<td class="operation">
<span class="blueColor" (click)="details(item)">详情</span>
</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">
<thead>
<tr>
<th [nzWidth]="'45%'">
<th [nzWidth]="'35%'">
<span style="margin-left: 10%;">证照名称</span>
</th>
<th>有无证照</th>
<!-- <th>提交时间</th>
<th>审核状态</th> -->
<!-- <th>提交时间</th> -->
<th>审核状态</th>
<th>附件</th>
<th>操作</th>
</tr>
@ -24,10 +24,10 @@
<span *ngIf="item.validatyType == 1"></span>
<span *ngIf="item.validatyType == 2"></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>
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span>
</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) == '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>
@ -37,10 +37,10 @@
</td>
<td>{{getHandleTypes(item.handleTypesDefault)}}</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>
<span *ngIf="item.auditLog">{{item.auditLog.auditStatusDesc || ''}}</span>
</td> -->
</td>
<td>
<span *ngIf="item.licenseViolationType == 0"></span>
<span *ngIf="item.licenseViolationType == 1">办理提醒</span>

Loading…
Cancel
Save