UI Changes

This commit is contained in:
venbatechnologies@gmail.com 2019-01-09 20:28:36 +05:30
parent 9b8237ee7b
commit bd1ad43824
4 changed files with 4 additions and 4 deletions

View File

@ -49,7 +49,7 @@
</mat-form-field>
<mat-form-field style="width: 28%">
<input matInput autocomplete="off" placeholder="Lender Mobile Number" formControlName="" type="text" maxlength="10">
</mat-form-field>
<mat-form-field style="width: 32%">
<input matInput autocomplete="off" placeholder="Lender Contact Number" formControlName="lender_contact_mobile" type="text" (keypress)="keyPress($event)" maxlength="10" required>

View File

@ -16,7 +16,7 @@ import {BusinessInfoComponent} from './../../forms/business-info/business-info.c
styleUrls: ['./business-info-group.component.scss']
})
export class BusinessInfoGroupComponent implements OnInit {
pageTitle: string ="Business Information";
pageTitle: string ="Business Related Information";
existCompanyList: any = [];
pdid: number;
form_id: number;

View File

@ -35,7 +35,7 @@ export class BusinessInfoComponent implements OnInit {
company_id: String;
company_name: String;
form_id: number;
pageTitle: string ="Business Information";
pageTitle: string ="About Business";
relationData: any = [];
companyRelationShipList: any =[];
//industryData: any = [];

View File

@ -51,7 +51,7 @@
<div>
<mat-form-field style="width: 100%">
<input matInput placeholder="What % of total purchase is done on Credit?" formControlName="main_raw_materials_total_payments_percent_on_credit"
type="number">
type="text" (keypress)="keyPress($event)" maxlength="3">
</mat-form-field>
<div fxFlex="100" align="end">
<button mat-raised-button mat-icon-button mat-button color="primary" matTooltip="Add More Supplier Details" matTooltipPosition="above"