Fairoj: vendor related changes

This commit is contained in:
venbatechnologies@gmail.com 2020-08-24 18:06:32 +05:30
parent 4d54e2ae49
commit a8ca3e61a9
4 changed files with 5 additions and 4 deletions

View File

@ -36,7 +36,7 @@
<input matInput placeholder="No of months (Eg. 6)" formControlName="loan_tenure" <input matInput placeholder="No of months (Eg. 6)" formControlName="loan_tenure"
OnlyNumber type="text" autocomplete="off"> OnlyNumber type="text" autocomplete="off">
</mat-form-field> </mat-form-field>
<mat-form-field style="width:64%" *ngIf="lenderShortName != 'UDAAN'"> <mat-form-field style="width:64%" >
<mat-select placeholder="Sub Product" formControlName="sub_product" <mat-select placeholder="Sub Product" formControlName="sub_product"
(selectionChange)="onChangeSubProduct($event.value)"> (selectionChange)="onChangeSubProduct($event.value)">
<mat-option>Select</mat-option> <mat-option>Select</mat-option>

View File

@ -211,9 +211,10 @@ pdf(fileURL){
// }) // })
} }
console.log(this._neighbourhoodForm.value) console.log(this._neighbourhoodForm.value)
neighbourhoodControl.patchValue(result.records.neighbourhood_list);
console.log(this._neighbourhoodForm.value) console.log(this._neighbourhoodForm.value)
} }
this._neighbourhoodForm.patchValue(result.records);
} }
}) })

View File

@ -64,7 +64,7 @@
</mat-list> </mat-list>
<mat-list *ngIf="pdOfficerList.length == 0"> <mat-list *ngIf="pdOfficerList.length == 0">
<mat-list-item> <mat-list-item>
<p>No Vendor officer available.</p> <p>No Vendor Agency available</p>
</mat-list-item> </mat-list-item>
</mat-list> </mat-list>

View File

@ -3,7 +3,7 @@
<div fxLayout="row" fxLayoutAlign="center" class="pt-2"> <div fxLayout="row" fxLayoutAlign="center" class="pt-2">
<!-- <p>SINEEDGE Login Details</p> --> <!-- <p>SINEEDGE Login Details</p> -->
<!-- [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" --> <!-- [src]="'http://ssa.sineedge.com/sparqapi/logo/sineedge_red.png'" -->
<h3 class="page-title"><img src="assets/images/PD_Genie_TM1.png" style="height: 70px;;"> <h3 class="page-title"><img src="assets/images/PD_Genie_TM1.jpg" style="height: 70px;;">
</h3> </h3>
</div> </div>
<div fxLayout="row" fxLayoutAlign="center start" class="pt-2"> <div fxLayout="row" fxLayoutAlign="center start" class="pt-2">