Age of Asset changes Done
This commit is contained in:
parent
0b30124956
commit
9ce164155c
@ -358,9 +358,8 @@
|
||||
</mat-form-field> -->
|
||||
</div>
|
||||
|
||||
<span *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' && product_abbr == 'LFMP') && (sup.get('assets_mode').value == 2 || sup.get('assets_mode').value == 3 || sup.get('assets_mode').value == 1)">
|
||||
<span *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true) && (sup.get('assets_mode').value == 2 || sup.get('assets_mode').value == 3 || sup.get('assets_mode').value == 1)">
|
||||
<mat-form-field style="width:45%">
|
||||
|
||||
<mat-label>Age of Asset in Years</mat-label>
|
||||
<input matInput autocomplete="off" placeholder="eg.99" formControlName="vintage_personal"
|
||||
minlength="1" maxlength="2" OnlyNumber type="text" (keyup)="calculateVintagePurchase($event.target.value,i,3)">
|
||||
|
||||
@ -155,7 +155,8 @@
|
||||
*ngIf="itemrow.controls['business_name_of_the_other_owner'].hasError('required')">Asset
|
||||
Owned by Required</mat-error>
|
||||
</mat-form-field>
|
||||
<div *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' && product_abbr == 'LFMP')">
|
||||
<!-- {{(lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true)}} -->
|
||||
<div *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true)">
|
||||
<mat-form-field style="width:45%">
|
||||
<mat-label>Age of Asset in Years</mat-label>
|
||||
<input matInput autocomplete="off" placeholder="eg.99" formControlName="business_vintage"
|
||||
@ -416,7 +417,7 @@
|
||||
*ngIf="sup.controls['business_name_of_the_other_owner'].hasError('required')">Asset
|
||||
Owned by is Required</mat-error>
|
||||
</mat-form-field>
|
||||
<div *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' && product_abbr == 'LFMP')">
|
||||
<div *ngIf="(lender_short_name != 'CLIX') && (lender_short_name == 'MWISE' ? product_abbr != 'BL' ? true : false : true)">
|
||||
<mat-form-field style="width:45%">
|
||||
<mat-label>Age of Asset in Years</mat-label>
|
||||
<input matInput autocomplete="off" placeholder="eg.99"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user