Browse Source

[完善]删除油站两种证照的撤销审核

beijing
邵佳豪 3 years ago
parent
commit
e4be076372
  1. 2
      src/app/pages/criminal-records-admin/criminal-records-admin.component.ts
  2. 2
      src/app/pages/license/file-category/file-category.component.html
  3. 2
      src/app/pages/license/update-category/update-category.component.html

2
src/app/pages/criminal-records-admin/criminal-records-admin.component.ts

@ -560,7 +560,6 @@ export class CriminalRecordsAdminComponent implements OnInit {
this.list = []
this.SkipCount = '0'
this.getViolateRecordList()
// this.getAggregations()
}
resetForm(e: MouseEvent): void {
e.preventDefault();
@ -576,7 +575,6 @@ export class CriminalRecordsAdminComponent implements OnInit {
});
this.list = []
this.SkipCount = '0'
console.log('xxxx', this.validateForm.value)
this.getViolateRecordList()
}

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

@ -36,7 +36,7 @@
<td class="operation">
<span class="blueColor" (click)="edit(item)">编辑</span>
<span class="blueColor" (click)="details(item)">详情</span>
<span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span>
<!-- <span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span> -->
<!-- <span class="blueColor" (click)="submitReview(item)" *ngIf="item.auditStatus != 1">提交审核</span> -->
</td>
</tr>

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

@ -60,7 +60,7 @@
<td class="operation">
<span class="blueColor" (click)="edit(item)">编辑</span>
<span class="blueColor" (click)="details(item)">详情</span>
<span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span>
<!-- <span class="blueColor" (click)="cancelReview(item)" *ngIf="item.auditStatus === 1">撤销审核</span> -->
<!-- <span class="blueColor" (click)="submitReview(item)" *ngIf="item.auditStatus != 1">提交审核</span> -->
</td>
</tr>

Loading…
Cancel
Save