Fairoj: vendor related changes
This commit is contained in:
parent
4d54e2ae49
commit
a8ca3e61a9
@ -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>
|
||||||
|
|||||||
@ -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);
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
|
|
||||||
|
|||||||
@ -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>
|
||||||
|
|
||||||
|
|||||||
@ -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">
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user