UI Changes
This commit is contained in:
parent
9b8237ee7b
commit
bd1ad43824
@ -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>
|
||||
|
||||
@ -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;
|
||||
|
||||
@ -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 = [];
|
||||
|
||||
@ -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"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user