add pd name changes
This commit is contained in:
parent
afd47f6e57
commit
467bc3fca3
@ -29,11 +29,11 @@
|
|||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width: 28%">
|
<mat-form-field style="width: 28%">
|
||||||
<mat-select placeholder="Billing To" formControlName="sub_entity_id">
|
<mat-select placeholder="Case Booked In" formControlName="sub_entity_id">
|
||||||
<!-- (selectionChange)="getBillingDetails(pdMain.fk_lender_id.value)" -->
|
<!-- (selectionChange)="getBillingDetails(pdMain.fk_lender_id.value)" -->
|
||||||
<mat-option> Select </mat-option>
|
<mat-option> Select </mat-option>
|
||||||
<mat-option *ngFor="let LL of billingtolist" [value]="LL.entity_id" >
|
<mat-option *ngFor="let LL of billingtolist" [value]="LL.entity_id" >
|
||||||
{{LL.short_name}}
|
{{LL.full_name}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
@ -35,14 +35,14 @@
|
|||||||
|
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field style="width: 29%">
|
<mat-form-field style="width: 29%">
|
||||||
<mat-select placeholder="Billing To" formControlName="sub_entity_id">
|
<mat-select placeholder="Case Booked In" formControlName="sub_entity_id">
|
||||||
<mat-option>
|
<mat-option>
|
||||||
Select
|
Select
|
||||||
</mat-option>
|
</mat-option>
|
||||||
<!-- <mat-option *ngFor="let LL of lenderList" [value]="LL.entity_id" > -->
|
<!-- <mat-option *ngFor="let LL of lenderList" [value]="LL.entity_id" > -->
|
||||||
<mat-option *ngFor="let LL of billingtolist"
|
<mat-option *ngFor="let LL of billingtolist"
|
||||||
[value]="LL.entity_id">
|
[value]="LL.entity_id">
|
||||||
{{LL.short_name}}
|
{{LL.full_name}}
|
||||||
</mat-option>
|
</mat-option>
|
||||||
</mat-select>
|
</mat-select>
|
||||||
<!-- <mat-error *ngIf="pdMain.fk_lender_id.hasError('required')" class="mat-text-warn">Lender Name Required.</mat-error> -->
|
<!-- <mat-error *ngIf="pdMain.fk_lender_id.hasError('required')" class="mat-text-warn">Lender Name Required.</mat-error> -->
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user