deleted button :ps
This commit is contained in:
parent
83d771eafd
commit
ef4fa7d698
@ -228,10 +228,12 @@
|
|||||||
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
||||||
<strong>Delete Additional Unit </strong>
|
<strong>Delete Additional Unit </strong>
|
||||||
</button> -->
|
</button> -->
|
||||||
|
<div align="right">
|
||||||
<button type="button" mat-raised-button mat-icon-button (click)="removeUnits(i)"
|
<button type="button" mat-raised-button mat-icon-button (click)="removeUnits(i)"
|
||||||
matTooltip="Delete Additional Unit" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" style="float: right;">
|
matTooltip="Delete Additional Unit" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -325,10 +325,12 @@
|
|||||||
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
||||||
<strong>Delete Other Assets </strong>
|
<strong>Delete Other Assets </strong>
|
||||||
</button> -->
|
</button> -->
|
||||||
|
<div align="right">
|
||||||
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i,1)"
|
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i,1)"
|
||||||
matTooltip="Delete Other Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" style="float: right;">
|
matTooltip="Delete Other Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" >
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -175,9 +175,11 @@
|
|||||||
<button mat-button color="primary" (click)="nextStep()">End</button> -->
|
<button mat-button color="primary" (click)="nextStep()">End</button> -->
|
||||||
|
|
||||||
<!-- ngIf="i > 0" -->
|
<!-- ngIf="i > 0" -->
|
||||||
<button mat-raised-button mat-icon-button matTooltip="Delete Banking Details" matTooltipPosition="above" (click)="deleteBankdetails(i)" *ngIf="!last" style="float: right;">
|
<div align="right">
|
||||||
|
<button mat-raised-button mat-icon-button matTooltip="Delete Banking Details" matTooltipPosition="above" (click)="deleteBankdetails(i)" *ngIf="!last">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
</mat-action-row>
|
</mat-action-row>
|
||||||
</mat-expansion-panel>
|
</mat-expansion-panel>
|
||||||
|
|||||||
@ -263,6 +263,12 @@
|
|||||||
</div>
|
</div>
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions>
|
<mat-card-actions>
|
||||||
|
<div align="right">
|
||||||
|
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i)"
|
||||||
|
matTooltip="Delete Business Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" >
|
||||||
|
<mat-icon>delete</mat-icon>
|
||||||
|
</button>
|
||||||
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<button type="button" mat-flat-button (click)="addAssetDetails($event); false"
|
<button type="button" mat-flat-button (click)="addAssetDetails($event); false"
|
||||||
matTooltip="Add More" matTooltipPosition="left" color="primary" *ngIf="last">
|
matTooltip="Add More" matTooltipPosition="left" color="primary" *ngIf="last">
|
||||||
@ -273,10 +279,7 @@
|
|||||||
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
matTooltip="Delete"matTooltipPosition="left" color="primary" *ngIf="!last">
|
||||||
<strong>Delete Business Assets </strong>
|
<strong>Delete Business Assets </strong>
|
||||||
</button> -->
|
</button> -->
|
||||||
<button type="button" mat-raised-button mat-icon-button (click)="removeAssetsDetails(i)"
|
|
||||||
matTooltip="Delete Business Assets" matTooltipPosition="above" class="mr-1 mb-1 hover-icon" *ngIf="!last" style="float: right;">
|
|
||||||
<mat-icon>delete</mat-icon>
|
|
||||||
</button>
|
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
</mat-card>
|
</mat-card>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -121,11 +121,11 @@
|
|||||||
</button> -->
|
</button> -->
|
||||||
</mat-card-content>
|
</mat-card-content>
|
||||||
<mat-card-actions>
|
<mat-card-actions>
|
||||||
|
<div align="right">
|
||||||
<button *ngIf="!last" type="button" class="mr-1 mb-1 hover-icon" mat-raised-button mat-icon-button matTooltip="Delete" matTooltipPosition="above" (click)="deleteLoanDetails(i)"
|
<button *ngIf="!last" type="button" class="mr-1 mb-1 hover-icon" mat-raised-button mat-icon-button matTooltip="Delete" matTooltipPosition="above" (click)="deleteLoanDetails(i)">
|
||||||
style="float: right;">
|
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
<div align="center">
|
<div align="center">
|
||||||
<button type="button" mat-flat-button (click)="addLoanDetails()"
|
<button type="button" mat-flat-button (click)="addLoanDetails()"
|
||||||
matTooltip="Add More" matTooltipPosition="left" color="primary" *ngIf="last">
|
matTooltip="Add More" matTooltipPosition="left" color="primary" *ngIf="last">
|
||||||
|
|||||||
@ -95,10 +95,12 @@
|
|||||||
<strong>Add More Income Details </strong>
|
<strong>Add More Income Details </strong>
|
||||||
</button>
|
</button>
|
||||||
</div>
|
</div>
|
||||||
|
<div align="right">
|
||||||
<button type="button" matTooltip="Delete" class="mr-1 mb-1 hover-icon" matTooltipPosition="above" mat-raised-button mat-icon-button (click)="deleteIncomeDetails(i)"
|
<button type="button" matTooltip="Delete" class="mr-1 mb-1 hover-icon" matTooltipPosition="above" mat-raised-button mat-icon-button (click)="deleteIncomeDetails(i)"
|
||||||
*ngIf="!last" align="right">
|
*ngIf="!last">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
</mat-card-actions>
|
</mat-card-actions>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -466,7 +466,7 @@ export class PdTrigerService {
|
|||||||
**/
|
**/
|
||||||
stockFormAccess(pdid: any,companyid: any): Observable<any> {
|
stockFormAccess(pdid: any,companyid: any): Observable<any> {
|
||||||
// - { "pd_id":"104","company_id":"1"}
|
// - { "pd_id":"104","company_id":"1"}
|
||||||
return this._http.post<any>(this.apiUrl + "getProductsWithTypeofActivityFromBusiness", { "records": { "pd_id" : pdid , "company_id":companyid} })
|
return this._http.post<any>(this.apiUrl + "getProductsFromBusiness", { "records": { "pd_id" : pdid , "company_id":companyid} })
|
||||||
.pipe(
|
.pipe(
|
||||||
catchError(this.handleError('operation', []))
|
catchError(this.handleError('operation', []))
|
||||||
)
|
)
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user