UI Changes

This commit is contained in:
venbatechnologies@gmail.com 2019-02-04 19:08:00 +05:30
parent 9f9ac3cd2c
commit 7fa7dd1435
4 changed files with 5 additions and 5 deletions

View File

@ -123,13 +123,13 @@
</mat-select>
</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"
formControlName="is_main" >
<mat-option value="Yes">Yes</mat-option>
<mat-option value="No">No</mat-option>
</mat-select>
</mat-form-field>
</mat-form-field>-->
<div fxLayout="row" fxLayoutAlign="start none">
<mat-form-field style="width: 35%;" *ngIf="salaryField">

View File

@ -200,7 +200,7 @@ export class BankingDetailsComponent implements OnInit {
//is_main: [''],
//is_main: [this.pd_cus_segment == 'SAL' ? '' : ''],
//is_main:[''],
is_main: this.pd_cus_segment == 'SAL' ? [''] : [''],
// is_main: this.pd_cus_segment == 'SAL' ? [''] : [''],
vintage_year: [''],
vintage_month: [''],
});

View File

@ -27,7 +27,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
// businessEmiAmtFlag : boolean = false;
public m_any_asset_loan_type = [{'value': "yes",'viewValue': "Yes"},
{'value': "no",'viewValue': "No"},
{'value': "nan",'viewValue': "NA"}]
]
appxMarketAmtInwords : any = [];
// emiAmtInwords : any = [];
// PremiumPaidInwords : any = [];

View File

@ -103,7 +103,7 @@
</div>
<div fxlayout="row">
<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">
</mat-form-field>
</div>