css assets : ps
This commit is contained in:
parent
46f7cba39f
commit
d67d0a3c66
File diff suppressed because it is too large
Load Diff
@ -507,6 +507,7 @@ public m_investmentType = [];
|
||||
//insurance_type: [''],
|
||||
premium_paid: [''],
|
||||
frequency_mode: [''],
|
||||
other_frequency_mode:[''],
|
||||
sum_assured: [''],
|
||||
members_coverd: ['']
|
||||
});
|
||||
@ -582,6 +583,7 @@ public m_investmentType = [];
|
||||
//insurance_type: [data.insurance_type],
|
||||
premium_paid: [data.premium_paid],
|
||||
frequency_mode: [data.frequency_mode],
|
||||
other_frequency_mode:[data.other_frequency_mode],
|
||||
sum_assured: [data.sum_assured],
|
||||
members_coverd: [data.members_coverd]
|
||||
});
|
||||
|
||||
@ -289,8 +289,8 @@ validateAllFormFields(formGroup: any) {
|
||||
|
||||
/** To Convert Month into Year */
|
||||
ConvertMonthintoYear(itemrow,e){
|
||||
console.log(itemrow);
|
||||
console.log(e);
|
||||
// console.log(itemrow);
|
||||
// console.log(e);
|
||||
let year = itemrow.controls.year_relation_applicant.value;
|
||||
|
||||
let converted_month : number = e%12;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user