latest change for cfpl
This commit is contained in:
parent
c215128638
commit
a04562f9ff
BIN
ng6-seed/Sparqsineedge(WEB 13-03-2021)Test.zip
Normal file
BIN
ng6-seed/Sparqsineedge(WEB 13-03-2021)Test.zip
Normal file
Binary file not shown.
@ -232,8 +232,8 @@ export class LoanDetailsComponent implements OnInit {
|
||||
if(value.records.peakseasons_anchor=='yes')
|
||||
{
|
||||
this.peakseasons='yes';
|
||||
this.loanDetailsForm.controls['sales_low_months'].setValue(value.records.peak_period_of_business);
|
||||
this.loanDetailsForm.controls['peak_season_comment'].setValue(value.records.month_of_business_run);
|
||||
this.loanDetailsForm.controls['sales_low_months'].setValue(value.records.sales_low_months);
|
||||
this.loanDetailsForm.controls['peak_season_comment'].setValue(value.records.peak_season_comment);
|
||||
}
|
||||
|
||||
|
||||
@ -557,9 +557,9 @@ export class LoanDetailsComponent implements OnInit {
|
||||
this.loanDetailsForm.addControl('anchor_notes', new FormControl('', Validators.required));
|
||||
// if(this.debitcredit_notes=='yes')
|
||||
// {
|
||||
this.loanDetailsForm.addControl('debitcredit_notes', new FormControl('', Validators.required));
|
||||
this.loanDetailsForm.addControl('sales_low_months', new FormControl('', Validators.required));
|
||||
this.loanDetailsForm.addControl('peak_season_comment', new FormControl('', Validators.required));
|
||||
this.loanDetailsForm.addControl('debitcredit_notes', new FormControl(''));
|
||||
this.loanDetailsForm.addControl('sales_low_months', new FormControl(''));
|
||||
this.loanDetailsForm.addControl('peak_season_comment', new FormControl(''));
|
||||
// }
|
||||
|
||||
this.loanDetailsForm.addControl('stock_related_anchor', new FormControl('', Validators.required));
|
||||
@ -1003,8 +1003,8 @@ export class LoanDetailsComponent implements OnInit {
|
||||
}
|
||||
if(this.loanDetailsForm.controls['peakseasons_anchor'].value=='yes')
|
||||
{
|
||||
records.peak_period_of_business = this.loanDetailsForm.controls['peak_period_of_business'].value;
|
||||
records.month_of_business_run = this.loanDetailsForm.controls['month_of_business_run'].value;
|
||||
records.sales_low_months = this.loanDetailsForm.controls['sales_low_months'].value;
|
||||
records.peak_season_comment = this.loanDetailsForm.controls['peak_season_comment'].value;
|
||||
}
|
||||
|
||||
records.stock_related_anchor = this.loanDetailsForm.controls['stock_related_anchor'].value;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user