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.
18 lines
584 B
18 lines
584 B
5 years ago
|
<div style="text-align: center;">
|
||
|
<span mat-dialog-title>审批结果</span>
|
||
|
</div>
|
||
|
|
||
|
<div class="auditDiv">
|
||
|
<p>预案名称:{{planName}}</p>
|
||
|
<p>提交时间:{{commitTime| date:'yyyy-MM-dd HH:mm:ss'}}</p>
|
||
|
<p>发起申请:{{commitOrganizationName }}</p>
|
||
|
<mat-divider></mat-divider>
|
||
|
<p>审批大队:{{auditOrganizationName}}</p>
|
||
|
<p>审批结果:{{auditResult | auditsatus}}</p>
|
||
|
<p>审批意见:{{auditOpinion}}</p>
|
||
|
</div>
|
||
|
|
||
|
|
||
|
<div style="text-align: center;margin-top: 8px;">
|
||
|
<button mat-button (click)="onNoClick()">关闭</button>
|
||
|
</div>
|