Loan Details issue fixes
This commit is contained in:
parent
366e5de4d9
commit
e88aa91d7d
File diff suppressed because one or more lines are too long
@ -791,7 +791,10 @@ export class PdQuestionLoansPage {
|
|||||||
this.loanDetailsForm.controls['loan_tenure'].setValue(loanDetails.loan_tenure);
|
this.loanDetailsForm.controls['loan_tenure'].setValue(loanDetails.loan_tenure);
|
||||||
if(loanDetails.loan_amount){ this.loanAmtInWords = this.constant.convertNumberToWords(loanDetails.loan_amount); }
|
if(loanDetails.loan_amount){ this.loanAmtInWords = this.constant.convertNumberToWords(loanDetails.loan_amount); }
|
||||||
this.loanDetailsForm.controls['sub_product'].setValue(loanDetails.sub_product)
|
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);
|
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['is_there_total_fund'].setValue(loanDetails.is_there_total_fund);
|
||||||
this.loanDetailsForm.controls['fund_amt'].setValue(loanDetails.fund_amt);
|
this.loanDetailsForm.controls['fund_amt'].setValue(loanDetails.fund_amt);
|
||||||
this.endUserChange(this.enduse);
|
this.endUserChange(this.enduse);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user