startpd close : ps
This commit is contained in:
parent
6eedb742d3
commit
ccd8bda428
@ -1,22 +1,17 @@
|
|||||||
<mat-card class="parent_mat_card">
|
<mat-card class="parent_mat_card">
|
||||||
<mat-card-header>
|
<mat-card-header>
|
||||||
<mat-card-title>
|
<mat-card-title>
|
||||||
<div fxFlex="31" align="left">
|
<div fxFlex="33" align="left">
|
||||||
<h4 class="mt-0">{{mainApplicantName}}</h4>
|
<h4 class="mt-0">{{mainApplicantName}}</h4>
|
||||||
<small>{{pdMasterList.customer_segment_name}}</small>
|
<small>{{pdMasterList.customer_segment_name}}</small>
|
||||||
</div>
|
</div>
|
||||||
<div fxFlex="62" align="end">
|
<div fxFlex="66" align="end">
|
||||||
|
<h4 class="mt-0">{{pdMasterList.product_name}}<span *ngIf="pdMasterList.subproduct_name">/{{pdMasterList.subproduct_name}}</span>
|
||||||
<h4 class="mt-0">
|
<button mat-raised-button mat-icon-button class="hover-icon " type="button" matTooltip="Close" matTooltipPosition="above"
|
||||||
<span>{{pdMasterList.product_name}}</span>
|
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
||||||
<span *ngIf="pdMasterList.subproduct_name">/{{pdMasterList.subproduct_name}}</span>
|
</h4>
|
||||||
</h4>
|
<small style="padding-right: 6.5% !important;">{{pdMasterList.lender_full_name}}<span *ngIf="pdMasterList.lender_applicant_id">/{{pdMasterList.lender_applicant_id}}</span></small>
|
||||||
<small>{{pdMasterList.lender_full_name}}<span *ngIf="pdMasterList.lender_applicant_id">/{{pdMasterList.lender_applicant_id}}</span></small>
|
|
||||||
</div>
|
</div>
|
||||||
<div fxFlex="4" align="center" style="padding-inline-start: 1rem !important;">
|
|
||||||
<button mat-raised-button mat-icon-button class="hover-icon mr-1 mb-1" type="button" matTooltip="Close" matTooltipPosition="above"
|
|
||||||
(click)="loadPdViewCompoent()"><mat-icon>close</mat-icon></button>
|
|
||||||
</div>
|
|
||||||
</mat-card-title>
|
</mat-card-title>
|
||||||
</mat-card-header>
|
</mat-card-header>
|
||||||
<mat-card-content style="max-height:100% !important;">
|
<mat-card-content style="max-height:100% !important;">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user