allocated pd officer name shown

This commit is contained in:
sriram-at-840620226347 2020-04-15 18:10:55 +05:30
parent d04c35cad0
commit 4ea478f042

View File

@ -168,13 +168,13 @@
<div fxLayout="row nowrap">
<div fxFlex="100">
<div fxFlex="40" align="left" style="color: #e00201">
<div *ngIf="master.pd_allocated_to && master.fk_pd_type==1">
<div *ngIf="master.pd_allocated_to && (master.fk_pd_type==1 || master.fk_pd_type==3)">
{{master.pd_allocated_to | titlecase}}
</div>
<div *ngIf="master.executive_name && master.centralofficer && master.fk_pd_type==2">
{{master.executive_name | titlecase}}
</div>
<div *ngIf="master.centralofficer && master.fk_pd_type==3">
<div *ngIf="master.centralofficer && master.fk_pd_type==2">
{{master.centralofficer | titlecase}}
</div>
</div>