latest cfpl changes
This commit is contained in:
parent
c5030449f6
commit
496713f461
@ -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>
|
||||
|
||||
@ -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 != ''">{{"₹"}}
|
||||
{{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>
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user