Fixes : ps
This commit is contained in:
parent
e49427941a
commit
0cb653dd13
Binary file not shown.
Binary file not shown.
Binary file not shown.
@ -48,7 +48,7 @@
|
|||||||
<button *ngIf="master.lender_short_name == 'MWISE' && (LenderRoleID == '28' || LenderRoleID == '30') && (currentVendorStatus=='COMPLETED'||currentVendorStatus=='QC_COMPLETED') && roleAccessDetails.reports && master.pd_type_name" mat-raised-button mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Download Excel" matTooltipPosition="above" (click)="downloadExcel(viewID)"><mat-icon>download</mat-icon></button>
|
<button *ngIf="master.lender_short_name == 'MWISE' && (LenderRoleID == '28' || LenderRoleID == '30') && (currentVendorStatus=='COMPLETED'||currentVendorStatus=='QC_COMPLETED') && roleAccessDetails.reports && master.pd_type_name" mat-raised-button mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Download Excel" matTooltipPosition="above" (click)="downloadExcel(viewID)"><mat-icon>download</mat-icon></button>
|
||||||
</span>
|
</span>
|
||||||
|
|
||||||
<button *ngIf="(LenderRoleID == '28' || LenderRoleID == '25' || LenderRoleID == '26')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures" matTooltipPosition="above" [matMenuTriggerFor]="menu1">
|
<button *ngIf="(LenderRoleID == '25' || LenderRoleID == '26' || LenderRoleID == '27' || LenderRoleID == '28' || LenderRoleID == '30')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures" matTooltipPosition="above" [matMenuTriggerFor]="menu1">
|
||||||
<mat-icon>save_alt</mat-icon>
|
<mat-icon>save_alt</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
<mat-menu #menu1="matMenu">
|
<mat-menu #menu1="matMenu">
|
||||||
@ -63,7 +63,7 @@
|
|||||||
</button>
|
</button>
|
||||||
</mat-menu>
|
</mat-menu>
|
||||||
|
|
||||||
<button *ngIf="(LenderRoleID == '28' || LenderRoleID == '25' || LenderRoleID == '26')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures (PDF)" matTooltipPosition="above" [matMenuTriggerFor]="menu2">
|
<button *ngIf="(LenderRoleID == '25' || LenderRoleID == '26' || LenderRoleID == '27' || LenderRoleID == '28' || LenderRoleID == '30')" mat-raised-button mat-icon-button class="mr-1 ml-1 hover-icon" type="button" matTooltip="Download PD Pictures (PDF)" matTooltipPosition="above" [matMenuTriggerFor]="menu2">
|
||||||
<mat-icon>picture_as_pdf</mat-icon></button>
|
<mat-icon>picture_as_pdf</mat-icon></button>
|
||||||
<mat-menu #menu2="matMenu">
|
<mat-menu #menu2="matMenu">
|
||||||
<button mat-menu-item (click)="downloadPDImagesPDF(1)">
|
<button mat-menu-item (click)="downloadPDImagesPDF(1)">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user