UI Changes
This commit is contained in:
parent
9b8237ee7b
commit
bd1ad43824
@ -49,7 +49,7 @@
|
|||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width: 28%">
|
<mat-form-field style="width: 28%">
|
||||||
<input matInput autocomplete="off" placeholder="Lender Mobile Number" formControlName="" type="text" maxlength="10">
|
<input matInput autocomplete="off" placeholder="Lender Mobile Number" formControlName="" type="text" maxlength="10">
|
||||||
|
</mat-form-field>
|
||||||
|
|
||||||
<mat-form-field style="width: 32%">
|
<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>
|
<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']
|
styleUrls: ['./business-info-group.component.scss']
|
||||||
})
|
})
|
||||||
export class BusinessInfoGroupComponent implements OnInit {
|
export class BusinessInfoGroupComponent implements OnInit {
|
||||||
pageTitle: string ="Business Information";
|
pageTitle: string ="Business Related Information";
|
||||||
existCompanyList: any = [];
|
existCompanyList: any = [];
|
||||||
pdid: number;
|
pdid: number;
|
||||||
form_id: number;
|
form_id: number;
|
||||||
|
|||||||
@ -35,7 +35,7 @@ export class BusinessInfoComponent implements OnInit {
|
|||||||
company_id: String;
|
company_id: String;
|
||||||
company_name: String;
|
company_name: String;
|
||||||
form_id: number;
|
form_id: number;
|
||||||
pageTitle: string ="Business Information";
|
pageTitle: string ="About Business";
|
||||||
relationData: any = [];
|
relationData: any = [];
|
||||||
companyRelationShipList: any =[];
|
companyRelationShipList: any =[];
|
||||||
//industryData: any = [];
|
//industryData: any = [];
|
||||||
|
|||||||
@ -51,7 +51,7 @@
|
|||||||
<div>
|
<div>
|
||||||
<mat-form-field style="width: 100%">
|
<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"
|
<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>
|
</mat-form-field>
|
||||||
<div fxFlex="100" align="end">
|
<div fxFlex="100" align="end">
|
||||||
<button mat-raised-button mat-icon-button mat-button color="primary" matTooltip="Add More Supplier Details" matTooltipPosition="above"
|
<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