allocated pd officer name shown
This commit is contained in:
parent
d04c35cad0
commit
4ea478f042
@ -168,13 +168,13 @@
|
|||||||
<div fxLayout="row nowrap">
|
<div fxLayout="row nowrap">
|
||||||
<div fxFlex="100">
|
<div fxFlex="100">
|
||||||
<div fxFlex="40" align="left" style="color: #e00201">
|
<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}}
|
{{master.pd_allocated_to | titlecase}}
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="master.executive_name && master.centralofficer && master.fk_pd_type==2">
|
<div *ngIf="master.executive_name && master.centralofficer && master.fk_pd_type==2">
|
||||||
{{master.executive_name | titlecase}}
|
{{master.executive_name | titlecase}}
|
||||||
</div>
|
</div>
|
||||||
<div *ngIf="master.centralofficer && master.fk_pd_type==3">
|
<div *ngIf="master.centralofficer && master.fk_pd_type==2">
|
||||||
{{master.centralofficer | titlecase}}
|
{{master.centralofficer | titlecase}}
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user