latest change cfpl
This commit is contained in:
parent
ca2fe22e76
commit
13172585dd
BIN
ng6-seed/Sparqsineedge(WEB 19-04-20121)Test.zip
Normal file
BIN
ng6-seed/Sparqsineedge(WEB 19-04-20121)Test.zip
Normal file
Binary file not shown.
@ -795,11 +795,16 @@
|
||||
<mat-form-field style="width:92%" *ngIf="lender_short_name=='CFPL'">
|
||||
<input matInput autocomplete="off" placeholder="Turnover in last completed Year"
|
||||
formControlName="turnover_lastcomplete_year" OnlyNumber type="text">
|
||||
<mat-hint align="start" style="font-size:90%" *ngIf="financialForm.value.turnover_lastcomplete_year != ''">{{"₹"}}
|
||||
{{financialForm.value.turnover_lastcomplete_year | numberToWords}}
|
||||
Only</mat-hint>
|
||||
</mat-form-field>
|
||||
<mat-form-field style="width:92%" *ngIf="lender_short_name=='CFPL'">
|
||||
<input matInput autocomplete="off" placeholder="YTD turnover (till last month)"
|
||||
formControlName="ytd_turnover" OnlyNumber type="text">
|
||||
|
||||
<mat-hint align="start" style="font-size:90%" *ngIf="financialForm.value.ytd_turnover != ''">{{"₹"}}
|
||||
{{financialForm.value.ytd_turnover | numberToWords}}
|
||||
Only</mat-hint>
|
||||
</mat-form-field>
|
||||
|
||||
<!--<mat-form-field style="width:92%">
|
||||
|
||||
Loading…
Reference in New Issue
Block a user