latest cfpl changes

This commit is contained in:
gayathri1990 2021-03-15 21:25:44 +05:30
parent c5030449f6
commit 496713f461
2 changed files with 4 additions and 4 deletions

View File

@ -392,7 +392,7 @@
<div fxLayout="row wrap" fxLayoutGap="2px" fxLayoutAlign="start none" *ngIf="lender_short_name != 'CLIX' && lender_short_name != 'MWISE' || prod_catagory == 'LFMP'">
<mat-form-field *ngIf="sup.get('assets_mode').value != ''" style="width:95%">
<mat-label>Facility to Loan?</mat-label>
<mat-label>Is there a Loan Existing Against this Assets?</mat-label>
<mat-select
formControlName="emi">
<mat-option>Select</mat-option>

View File

@ -359,17 +359,17 @@
{{loanAmtInWords}} Only</mat-hint> -->
</mat-form-field>
<mat-form-field style="width: 28%">
<input matInput placeholder="Business concentration with Anchor" formControlName="business_concentration"
<input matInput placeholder="Business concentration with Anchor %" formControlName="business_concentration"
OnlyNumber type="text"
autocomplete="off">
<mat-hint align="start" style="font-size:90%" *ngIf="loanDetailsForm.controls['business_concentration'].value != ''"> {{ loanDetailsForm.controls['business_concentration'].value }} %</mat-hint>
<mat-hint align="start" style="font-size:90%" *ngIf="loanDetailsForm.controls['business_concentration'].value != ''"></mat-hint>
<!-- <mat-hint align="start" style="font-size:90%" *ngIf="loanDetailsForm.controls['loan_amount'].value != ''">{{"&#8377;"}}
{{loanAmtInWords}} Only</mat-hint> -->
</mat-form-field>
<h6>Credit period with the Anchor (Days)</h6>
<mat-form-field style="width: 28%">
<input matInput placeholder="Days" formControlName="credit_period_days"
<input matInput placeholder="Number of Days" formControlName="credit_period_days"
OnlyNumber type="text" >
</mat-form-field>