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-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">

View File

@ -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: [''],
}); });

View File

@ -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 = [];

View File

@ -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>