|
|
|
@ -104,29 +104,40 @@
|
|
|
|
|
<div class="info"> |
|
|
|
|
<span class="assistant" nz-tooltip [nzTooltipTitle]="titleTemplate"> |
|
|
|
|
<span *ngFor="let o of i.supervisors"> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '主查人员'" |
|
|
|
|
src="../../../../assets/images/icon/main.png" alt=""> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '协查人员'" |
|
|
|
|
src="../../../../assets/images/icon/assist.png" alt=""> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
<span *ngFor="let o of i.assistantOrganizations"> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
</span> |
|
|
|
|
<ng-template #titleTemplate let-thing> |
|
|
|
|
<span style="margin-right: 6px;" *ngFor="let o of i.supervisors"> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '主查人员'" |
|
|
|
|
src="../../../../assets/images/icon/main.png" alt=""> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '协查人员'" |
|
|
|
|
src="../../../../assets/images/icon/assist.png" alt=""> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
<span style="margin-right: 6px;" *ngFor="let o of i.assistantOrganizations"> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
</ng-template> |
|
|
|
|
<!-- <span class="blue" (click)="allot(i)">分配</span> --> |
|
|
|
|
<span>|</span> |
|
|
|
|
<span>申请人: {{i.organization.name}}</span> |
|
|
|
|
<span>申请人: {{i.organization.level == 'battalion'? i.creator.name : |
|
|
|
|
i.organization.name}}</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="img"> |
|
|
|
|
<img *ngIf="i.approvalStatus == '驳回'" src="../../../../assets/images/icon/reject.png"> |
|
|
|
|
<img *ngIf="i.approvalStatus == '通过'" src="../../../../assets/images/icon/agree.png"> |
|
|
|
|
<ng-container |
|
|
|
|
*ngIf="i.approvalStatus == '驳回' || i.approvalStatus == '通过'; else elseTemplate"> |
|
|
|
|
<img *ngIf="i.approvalStatus == '驳回'" |
|
|
|
|
src="../../../../assets/images/icon/reject.png"> |
|
|
|
|
<img *ngIf="i.approvalStatus == '通过'" |
|
|
|
|
src="../../../../assets/images/icon/agree.png"> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate> |
|
|
|
|
<ng-container *ngIf="i.approvalStatus == '已检查'; else elseTemplate2"> |
|
|
|
|
<span>{{i.inspectionResult}}</span> |
|
|
|
|
</ng-container> |
|
|
|
|
<ng-template #elseTemplate2> |
|
|
|
|
<span> {{i.approvalStatus}}</span> |
|
|
|
|
</ng-template> |
|
|
|
|
</ng-template> |
|
|
|
|
</div> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
@ -347,7 +358,7 @@
|
|
|
|
|
<div class="maincontentitemright"> |
|
|
|
|
<div class="maincontentitemrightitem" *ngFor="let i of item.data"> |
|
|
|
|
<div class="flexcol namebox"> |
|
|
|
|
<span> |
|
|
|
|
<span class="ellipsi" [title]="i.company.companyName"> |
|
|
|
|
{{i.company.companyName}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
@ -355,7 +366,7 @@
|
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="flexcol"> |
|
|
|
|
<span> |
|
|
|
|
<span class="ellipsi" [title]="i.company.useNature"> |
|
|
|
|
{{i.company.useNature}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
@ -363,29 +374,30 @@
|
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="flexcol"> |
|
|
|
|
<span> |
|
|
|
|
{{i.organization.name}} |
|
|
|
|
<span class="ellipsi" [title]="i.organization.level == 'battalion'? i.creator.name : |
|
|
|
|
i.organization.name"> |
|
|
|
|
{{i.organization.level == 'battalion'? i.creator.name : |
|
|
|
|
i.organization.name}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
|
责任机构 |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="flexcol flexcolassistant"> |
|
|
|
|
<span class="assistant" nz-tooltip [nzTooltipTitle]="titleTemplate"> |
|
|
|
|
<span class="assistant ellipsi" nz-tooltip [nzTooltipTitle]="titleTemplate"> |
|
|
|
|
<span *ngFor="let o of i.supervisors"> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '主查人员'" |
|
|
|
|
src="../../../../assets/images/icon/main.png" alt=""> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '协查人员'" |
|
|
|
|
src="../../../../assets/images/icon/assist.png" alt=""> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
<span *ngFor="let o of i.assistantOrganizations"> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
<span></span> |
|
|
|
|
</span> |
|
|
|
|
<ng-template #titleTemplate let-thing> |
|
|
|
|
<span style="margin-right: 6px;" *ngFor="let o of i.supervisors"> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '主查人员'" |
|
|
|
|
src="../../../../assets/images/icon/main.png" alt=""> |
|
|
|
|
<img *ngIf="o.posts && o.posts[0] == '协查人员'" |
|
|
|
|
src="../../../../assets/images/icon/assist.png" alt=""> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
<span style="margin-right: 6px;" *ngFor="let o of i.assistantOrganizations"> |
|
|
|
|
{{o.name}} |
|
|
|
|
</span> |
|
|
|
|
</ng-template> |
|
|
|
@ -394,16 +406,23 @@
|
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="flexcol"> |
|
|
|
|
<span> |
|
|
|
|
宣传 |
|
|
|
|
<span class="ellipsi"> |
|
|
|
|
{{i.isSpread ? '已宣传' : '未宣传'}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
|
同步工作 |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
|
|
|
|
|
<div class="flexcol"> |
|
|
|
|
<span class="ellipsi" [title]="i.approvalStatus"> |
|
|
|
|
{{i.approvalStatus}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
|
任务状态 |
|
|
|
|
</span> |
|
|
|
|
</div> |
|
|
|
|
<div class="flexcol"> |
|
|
|
|
<span class="ellipsi" [title]="i.inspectionResult"> |
|
|
|
|
{{i.inspectionResult}} |
|
|
|
|
</span> |
|
|
|
|
<span> |
|
|
|
|