You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
<!--
|
|
|
|
* @Descripttion:
|
|
|
|
* @version:
|
|
|
|
* @Author: sueRimn
|
|
|
|
* @Date: 2020-12-24 10:59:48
|
|
|
|
* @LastEditors: sueRimn
|
|
|
|
* @LastEditTime: 2021-01-20 17:09:15
|
|
|
|
-->
|
|
|
|
<div style="text-align: center;">
|
|
|
|
<span mat-dialog-title>审批结果</span>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
<div class="auditDiv">
|
|
|
|
<p>预案名称:{{planName}}</p>
|
|
|
|
<p>提交时间:{{data.element.committedTime| date:'yyyy-MM-dd HH:mm:ss'}}</p>
|
|
|
|
<p>发起申请:{{commitOrganizationName }}</p>
|
|
|
|
<mat-divider></mat-divider>
|
|
|
|
<p>初审时间:{{data.element.firstAudittedTime| date:'yyyy-MM-dd HH:mm:ss'}}</p>
|
|
|
|
<p>初审机构:{{data.element.firstAuditorName}}</p>
|
|
|
|
<p>初审意见:{{data.element.firstAuditOpinion}}</p>
|
|
|
|
<p>初审结果:{{data.element.auditStatus==16?'待终审':data.element.auditStatus==32?'初审退回':''}}</p>
|
|
|
|
<mat-divider></mat-divider>
|
|
|
|
<p>终审时间:{{data.element.audittedTime| date:'yyyy-MM-dd HH:mm:ss'}}</p>
|
|
|
|
<p>终审机构:{{data.element.auditorOrganizationName}}</p>
|
|
|
|
<p>终审意见:{{data.element.auditOpinion}}</p>
|
|
|
|
<p>终审结果:{{data.element.auditStatus==2?'终审通过':data.element.auditStatus==4?'终审退回':''}}</p>
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
<div style="text-align: center;margin-top: 8px;">
|
|
|
|
<button mat-button (click)="onNoClick()">关闭</button>
|
|
|
|
</div>
|