fin institute name added

This commit is contained in:
sriram-at-840620226347 2019-12-09 12:47:24 +05:30
parent a66484b7c2
commit 20ec4ef299
7 changed files with 8 additions and 7 deletions

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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">

View File

@ -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}}

View File

@ -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}}