Merge branch 'master' of https://bitbucket.org/sriramv18/sparqsineedge
This commit is contained in:
commit
b35cc8d939
@ -99,10 +99,10 @@
|
||||
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="Others">Others</mat-option>
|
||||
|
||||
</mat-select>
|
||||
</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"
|
||||
formControlName="other_applicant" autocomplete="off">
|
||||
</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_cus_segment.substring(0,3);
|
||||
this.applicants = this.pd_all_details.pdapplicants_detials;
|
||||
this.applicants.push({'pd_co_applicant_id':'0','applicant_name':'Others'});
|
||||
this.notifier = notifier;
|
||||
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user