fin institute name added
This commit is contained in:
parent
a66484b7c2
commit
20ec4ef299
@ -92,7 +92,7 @@
|
||||
<br>
|
||||
<span class="fontsize"> {{details.lender_applicant_id}}</span>
|
||||
<span class="fontsize" *ngIf="details.customer_segment_abbr">-({{details.customer_segment_abbr}} )</span><br>
|
||||
<small mat-line *ngIf="details.imgc_fin_institute != null">{{details.imgc_fin_institute}}</small>
|
||||
<small mat-line *ngIf="details.fin_institute_name != null">{{details.fin_institute_name}}</small>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="Lenderid">
|
||||
|
||||
@ -92,7 +92,7 @@
|
||||
</span><br>
|
||||
<span class="fontsize"> {{details.lender_applicant_id}}</span>
|
||||
<span class="fontsize" *ngIf="details.customer_segment_abbr">-({{details.customer_segment_abbr}} )</span><br>
|
||||
<small mat-line *ngIf="details.imgc_fin_institute != null">{{details.imgc_fin_institute}}</small>
|
||||
<small mat-line *ngIf="details.fin_institute_name != null">{{details.fin_institute_name}}</small>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="Lenderid">
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
<b>{{details.is_child == 0 ? details.applicant_name : 'Add On PD' }}</b>
|
||||
</span><br>
|
||||
<span class="fontsize"> {{details.lender_applicant_id}}</span> <span class="fontsize" *ngIf="details.customer_segment_abbr">-({{details.customer_segment_abbr}} )</span><br>
|
||||
<small mat-line *ngIf="details.imgc_fin_institute != null">{{details.imgc_fin_institute}}</small>
|
||||
<small mat-line *ngIf="details.fin_institute_name != null">{{details.fin_institute_name}}</small>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="Lenderid">
|
||||
|
||||
@ -90,7 +90,7 @@
|
||||
<b>{{details.is_child == 0 ? details.applicant_name : 'Add On PD' }}</b>
|
||||
</span><br>
|
||||
<span class="fontsize"> {{details.lender_applicant_id}}</span> <span class="fontsize" *ngIf="details.customer_segment_abbr">-({{details.customer_segment_abbr}} )</span><br>
|
||||
<small mat-line *ngIf="details.imgc_fin_institute != null">{{details.imgc_fin_institute}}</small>
|
||||
<small mat-line *ngIf="details.fin_institute_name != null">{{details.fin_institute_name}}</small>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="Lenderid">
|
||||
|
||||
@ -88,7 +88,7 @@
|
||||
<b>{{details.is_child == 0 ? details.applicant_name : 'Add On PD' }}</b>
|
||||
</span><br>
|
||||
<span class="fontsize"> {{details.lender_applicant_id}}</span> <span class="fontsize" *ngIf="details.customer_segment_abbr">-({{details.customer_segment_abbr}} )</span><br>
|
||||
<small mat-line *ngIf="details.imgc_fin_institute != null">{{details.imgc_fin_institute}}</small>
|
||||
<small mat-line *ngIf="details.fin_institute_name != null">{{details.fin_institute_name}}</small>
|
||||
</mat-cell>
|
||||
</ng-container>
|
||||
<ng-container matColumnDef="Lenderid">
|
||||
|
||||
@ -23,7 +23,7 @@
|
||||
<div fxFlex="100">
|
||||
<div fxFlex="50" align="left">
|
||||
<strong>{{master.lender_short_name}}</strong><br>
|
||||
<span *ngIf="master.imgc_fin_institute != null">{{master.imgc_fin_institute}}</span>
|
||||
<span *ngIf="master.fin_institute_name != null">{{master.fin_institute_name}}</span>
|
||||
</div>
|
||||
<div fxFlex="50" align="right">
|
||||
{{master.branch_name}}
|
||||
|
||||
@ -22,7 +22,8 @@
|
||||
<div fxFlex="row">
|
||||
<div fxFlex="100">
|
||||
<div fxFlex="50" align="left">
|
||||
<strong>{{master.lender_short_name}}</strong>
|
||||
<strong>{{master.lender_short_name}}</strong><br>
|
||||
<span *ngIf="master.fin_institute_name != null">{{master.fin_institute_name}}</span>
|
||||
</div>
|
||||
<div fxFlex="50" align="right">
|
||||
{{master.branch_name}}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user