startpd close : ps

This commit is contained in:
venbatechnologies@gmail.com 2019-04-23 12:27:09 +05:30
parent 6eedb742d3
commit ccd8bda428

View File

@ -1,21 +1,16 @@
<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>&nbsp;
<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 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> </div>
</mat-card-title> </mat-card-title>
</mat-card-header> </mat-card-header>