merge : ps
This commit is contained in:
parent
b056937d0f
commit
54a147b15f
@ -58,14 +58,7 @@
|
|||||||
</mat-form-field>-->
|
</mat-form-field>-->
|
||||||
|
|
||||||
<mat-form-field style="width: 8%">
|
<mat-form-field style="width: 8%">
|
||||||
<input matInput autocomplete="off" placeholder="STD Code" formControlName="stdcode" type="text" (keypress)="keyPress($event)">
|
git status
|
||||||
<span matPrefix>+91</span>
|
|
||||||
<mat-error *ngIf="pdMain.stdcode.hasError('maxlength') || pdMain.stdcode.hasError('minlength')">Enter Valid STD Code Number. </mat-error>
|
|
||||||
</mat-form-field> -
|
|
||||||
<mat-form-field style="width: 17%">
|
|
||||||
<input matInput autocomplete="off" placeholder="Landline Number" formControlName="lender_contact_mobile" type="text" (keypress)="keyPress($event)" maxlength="10">
|
|
||||||
<mat-error *ngIf="pdMain.lender_contact_mobile.hasError('pattern') || pdMain.lender_contact_mobile.hasError('maxlength') || pdMain.lender_contact_mobile.hasError('minlength')">Enter Valid LandLine Number. </mat-error>
|
|
||||||
</mat-form-field>
|
|
||||||
|
|
||||||
<mat-form-field style="width: 28%">
|
<mat-form-field style="width: 28%">
|
||||||
<mat-select placeholder="Product Name" formControlName="fk_product_id" (selectionChange)="getSubproductList(pdMain.fk_product_id.value)">
|
<mat-select placeholder="Product Name" formControlName="fk_product_id" (selectionChange)="getSubproductList(pdMain.fk_product_id.value)">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user