UI Changes
This commit is contained in:
parent
9f9ac3cd2c
commit
7fa7dd1435
@ -123,13 +123,13 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<mat-form-field *ngIf="pd_cus_segment!='SAL'">
|
<!--<mat-form-field *ngIf="pd_cus_segment!='SAL'">
|
||||||
<mat-select placeholder="Is this the main business account"
|
<mat-select placeholder="Is this the main business account"
|
||||||
formControlName="is_main" >
|
formControlName="is_main" >
|
||||||
<mat-option value="Yes">Yes</mat-option>
|
<mat-option value="Yes">Yes</mat-option>
|
||||||
<mat-option value="No">No</mat-option>
|
<mat-option value="No">No</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>-->
|
||||||
|
|
||||||
<div fxLayout="row" fxLayoutAlign="start none">
|
<div fxLayout="row" fxLayoutAlign="start none">
|
||||||
<mat-form-field style="width: 35%;" *ngIf="salaryField">
|
<mat-form-field style="width: 35%;" *ngIf="salaryField">
|
||||||
|
|||||||
@ -200,7 +200,7 @@ export class BankingDetailsComponent implements OnInit {
|
|||||||
//is_main: [''],
|
//is_main: [''],
|
||||||
//is_main: [this.pd_cus_segment == 'SAL' ? '' : ''],
|
//is_main: [this.pd_cus_segment == 'SAL' ? '' : ''],
|
||||||
//is_main:[''],
|
//is_main:[''],
|
||||||
is_main: this.pd_cus_segment == 'SAL' ? [''] : [''],
|
// is_main: this.pd_cus_segment == 'SAL' ? [''] : [''],
|
||||||
vintage_year: [''],
|
vintage_year: [''],
|
||||||
vintage_month: [''],
|
vintage_month: [''],
|
||||||
});
|
});
|
||||||
|
|||||||
@ -27,7 +27,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
|
|||||||
// businessEmiAmtFlag : boolean = false;
|
// businessEmiAmtFlag : boolean = false;
|
||||||
public m_any_asset_loan_type = [{'value': "yes",'viewValue': "Yes"},
|
public m_any_asset_loan_type = [{'value': "yes",'viewValue': "Yes"},
|
||||||
{'value': "no",'viewValue': "No"},
|
{'value': "no",'viewValue': "No"},
|
||||||
{'value': "nan",'viewValue': "NA"}]
|
]
|
||||||
appxMarketAmtInwords : any = [];
|
appxMarketAmtInwords : any = [];
|
||||||
// emiAmtInwords : any = [];
|
// emiAmtInwords : any = [];
|
||||||
// PremiumPaidInwords : any = [];
|
// PremiumPaidInwords : any = [];
|
||||||
|
|||||||
@ -103,7 +103,7 @@
|
|||||||
</div>
|
</div>
|
||||||
<div fxlayout="row">
|
<div fxlayout="row">
|
||||||
<mat-form-field style="width: 80%">
|
<mat-form-field style="width: 80%">
|
||||||
<input matInput placeholder="% of Total Manufacturing Raw Materials Credit Values" formControlName="main_raw_materials_total_payments_percent_on_credit"
|
<input matInput placeholder="What % of Total Manufacturing Raw Materials Credit Values" formControlName="main_raw_materials_total_payments_percent_on_credit"
|
||||||
type="number">
|
type="number">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user