Banking : ps
This commit is contained in:
parent
f997ccfe6d
commit
f2fdf3d285
@ -99,10 +99,10 @@
|
|||||||
formControlName="applicant_name" required>
|
formControlName="applicant_name" required>
|
||||||
|
|
||||||
<mat-option value="{{owner.pd_co_applicant_id}}" *ngFor="let owner of applicants">{{owner.applicant_name}}</mat-option>
|
<mat-option value="{{owner.pd_co_applicant_id}}" *ngFor="let owner of applicants">{{owner.applicant_name}}</mat-option>
|
||||||
<mat-option value="Others">Others</mat-option>
|
|
||||||
</mat-select>
|
</mat-select>
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
<mat-form-field *ngIf="itemrow.get('applicant_name').value == 'Others'">
|
<mat-form-field *ngIf="itemrow.get('applicant_name').value == 0">
|
||||||
<input matInput placeholder="Specify Other Applicant"
|
<input matInput placeholder="Specify Other Applicant"
|
||||||
formControlName="other_applicant" autocomplete="off">
|
formControlName="other_applicant" autocomplete="off">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|||||||
@ -47,6 +47,7 @@ export class BankingDetailsComponent implements OnInit {
|
|||||||
this.pd_cus_segment = this.pd_all_details.pdmaster_details.customer_segment_abbr.toUpperCase();
|
this.pd_cus_segment = this.pd_all_details.pdmaster_details.customer_segment_abbr.toUpperCase();
|
||||||
this.pd_cus_segment = this.pd_cus_segment.substring(0,3);
|
this.pd_cus_segment = this.pd_cus_segment.substring(0,3);
|
||||||
this.applicants = this.pd_all_details.pdapplicants_detials;
|
this.applicants = this.pd_all_details.pdapplicants_detials;
|
||||||
|
this.applicants.push({'pd_co_applicant_id':'0','applicant_name':'Others'});
|
||||||
this.notifier = notifier;
|
this.notifier = notifier;
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user