Loan Details issue fixes

This commit is contained in:
venbatechnologies@gmail.com 2019-12-11 19:11:11 +05:30
parent 366e5de4d9
commit e88aa91d7d
2 changed files with 4 additions and 1 deletions

File diff suppressed because one or more lines are too long

View File

@ -791,7 +791,10 @@ export class PdQuestionLoansPage {
this.loanDetailsForm.controls['loan_tenure'].setValue(loanDetails.loan_tenure);
if(loanDetails.loan_amount){ this.loanAmtInWords = this.constant.convertNumberToWords(loanDetails.loan_amount); }
this.loanDetailsForm.controls['sub_product'].setValue(loanDetails.sub_product)
this.ChangeProperty(loanDetails.sub_product)
this.onChangeSubProduct(loanDetails.sub_product);
this.loanDetailsForm.controls['end_use'].setValue(this.enduse);
console.log(this.enduse,this.loanDetailsForm.controls['end_use'].value)
this.loanDetailsForm.controls['is_there_total_fund'].setValue(loanDetails.is_there_total_fund);
this.loanDetailsForm.controls['fund_amt'].setValue(loanDetails.fund_amt);
this.endUserChange(this.enduse);