+
@@ -153,13 +165,13 @@
-
+
{{"₹"}} {{OtherAssetValueInwords[s]}} Only
-
+
{{data.viewValue}}
@@ -228,7 +240,7 @@
-
+
{{"₹"}} {{OtherAppxMarketAmtInwords[i]}} Only
@@ -264,14 +276,14 @@
-
+
Age of Asset in Years
-
+
Purchase Year
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.ts
index 334ff9d15..87c6a6477 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component.ts
@@ -68,6 +68,8 @@ export class AssetsInfoComponent implements OnInit {
public m_investmentType = [];
public m_freqOfPurchase = [];
+
+ public m_vehicle_type = [];
private notifier: NotifierService;
existCompanyList: any =[];
@@ -146,6 +148,7 @@ export class AssetsInfoComponent implements OnInit {
this.getM_FreqOfPurchase();
//this.getM_Relation();
//this.getM_InsuranceType();
+ this.getM_Vehicle_Type();
}
// ======================
@@ -211,6 +214,13 @@ export class AssetsInfoComponent implements OnInit {
)
}
+ getM_Vehicle_Type(){
+ this.pdTrigerService.getAllMasterDatas('VEHICLETYPE').subscribe(
+ data => {
+ this.m_vehicle_type = data.records.filter(data => data.is_active == 1);
+ })
+ }
+
// getM_InsuranceType() {
// this.pdTrigerService.getAllMasterDatas('INSURANCETYPE').subscribe(
// data => {
@@ -427,7 +437,9 @@ export class AssetsInfoComponent implements OnInit {
load_Four_Weeler() {
return this._formBuilder.group({
- manufacturer_model_vehicle: ['']
+ manufacturer_model_vehicle: [''],
+ vehicle_type:[''],
+ other_vehicle_type:['']
});
}
@@ -506,7 +518,9 @@ export class AssetsInfoComponent implements OnInit {
load_Four_WeelerWithData(data) {
return this._formBuilder.group({
- manufacturer_model_vehicle: [data.manufacturer_model_vehicle]
+ manufacturer_model_vehicle: [data.manufacturer_model_vehicle],
+ vehicle_type:[''],
+ other_vehicle_type:['']
});
}
@@ -621,7 +635,9 @@ export class AssetsInfoComponent implements OnInit {
case '3': {
let array_data : any;
data.forEach((datas,i) => {
- array_data = { 'manufacturer_model_vehicle': datas.manufacturer_model_vehicle };
+ array_data = { 'manufacturer_model_vehicle': datas.manufacturer_model_vehicle,
+ 'vehicle_type':datas.vehicle_type,
+ 'other_vehicle_type':datas.other_vehicle_type};
});
const control = (this._assetsQuesFrom.controls['assets_details']).at(val).get('details') as FormArray;
control.push(this.load_Four_WeelerWithData(array_data));
@@ -842,9 +858,14 @@ export class AssetsInfoComponent implements OnInit {
: item.controls.other_owner.clearValidators();
item.controls.other_owner.updateValueAndValidity();
}
-
+ if(flag == 5){
+ value==1
+ ? item.controls.other_vehicle_type.setValidators([Validators.required])
+ : item.controls.other_vehicle_type.clearValidators();
+ item.controls.other_vehicle_type.updateValueAndValidity();
+}
- }
+}
/** Amount InWords */
inWords(e,i,flag){
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.html
index c63662f9f..203ffd89e 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.html
@@ -65,6 +65,85 @@
+
+
Owned
Rented
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.ts
index de3da536b..025271008 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component.ts
@@ -34,13 +34,16 @@ export class BusinessAssetsInfoComponent implements OnInit {
{'value': "no",'viewValue': "No"},
]
appxMarketAmtInwords : any = [];
+ appxMarketAmtInwords2:any=[];
// emiAmtInwords : any = [];
// PremiumPaidInwords : any = [];
// SumAssuredInwords: any = [];
// AmtInvestInwords: any = [];
AssetValueInwords: any = [];
+
// B_emiAmtInwords: any = [];
RentAmtInwords:any=[];
+ RentAmtInwords2:any=[];
public m_propertyType = [];
PropertyOwnedType : any = [];
// public m_investmentType = [];
@@ -109,7 +112,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
this.pdTrigerService.getCompaniesListsForBusiness(this.pdid).subscribe(data=>{
if(data.dataStatus){
- this.existCompanyList = data.records.filter(val =>val.is_active===true && val.is_company_applicant===true && val.company_order_id==this.company_id);
+ this.existCompanyList = data.records.filter(val =>val.is_active===true);
}
let modifyCompanyList : any=[];
@@ -143,7 +146,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
this.pdTrigerService.retriveForm(params).subscribe(data => {
if(data.status == 200) {
- console.log(data.records);
+ // console.log(data.records);
this.addressLabel = '';
@@ -266,11 +269,19 @@ export class BusinessAssetsInfoComponent implements OnInit {
business_address_availability:[value.business_address_availability],
business_is_pd_visited:[value.business_is_pd_visited],
business_pd_visited_remark:[value.business_pd_visited_remark],
+ business_assets_for_address: this._formBuilder.array([]),
// business_activity:[value.business_activity],
// business_premises_additional_units: this._formBuilder.array([]),
business_assets_details : this._formBuilder.array([]),
business_assets_form_remark:[value.business_assets_form_remark || null]
});
+ if(value.business_address_availability == 'yes'){
+ this.addBusinessAssetsForAddress(value.business_assets_for_address);
+ }
+ else{
+ const control = this._businessAssetsQuesFrom.controls['business_assets_for_address'];
+ control.push(this.createBusinessAssetsForAddress());
+ }
// if(value.business_activity == 'yes'){
// this.addBusinessUnitsWithData(value.business_premises_additional_units);
// }
@@ -293,6 +304,8 @@ export class BusinessAssetsInfoComponent implements OnInit {
// business_activity:[''],
business_is_pd_visited:[''],
business_pd_visited_remark:[''],
+ business_assets_for_address: this._formBuilder.array([
+ this.createBusinessAssetsForAddress() ]),
// business_premises_additional_units: this._formBuilder.array([
// this.createUnits()
// ]),
@@ -334,6 +347,20 @@ export class BusinessAssetsInfoComponent implements OnInit {
});
}
+ createBusinessAssetsForAddress(): FormGroup {
+ return this._formBuilder.group({
+ business_approximate_market_value: [''],
+ business_ownership_type:[''],
+ business_monthly_rented_amt:[''],
+ business_name_of_the_owner: [''],
+ business_name_of_the_other_owner: [''],
+ business_vintage: [''],
+ business_purchase_year: ['',Validators.compose([Validators.pattern("[1-9]{1}[0-9]{3}")])],
+ business_emi:['']
+ });
+ }
+
+
selectedPropertyOwnedType(e,s,i){
// const control = (this._businessAssetsQuesFrom.controls['business_assets_details']).at(i).get('business_details') as FormArray ;
@@ -409,6 +436,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
return this._formBuilder.group({
property_type: [''],
other_property_type: [''],
+ address_of_the_property:['']
});
}
@@ -477,6 +505,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
return this._formBuilder.group({
property_type: [data.property_type],
other_property_type: [data.other_property_type],
+ address_of_the_property:[data.address_of_the_property],
//property_type:['']
});
}
@@ -553,6 +582,19 @@ export class BusinessAssetsInfoComponent implements OnInit {
return formGroup;
}
+ createBusinessAssetsForAddressWithData(data): FormGroup {
+ return this._formBuilder.group({
+ business_approximate_market_value: [data.business_approximate_market_value],
+ business_ownership_type:[data.business_ownership_type],
+ business_monthly_rented_amt:[data.business_monthly_rented_amt],
+ business_name_of_the_owner: [data.business_name_of_the_owner],
+ business_name_of_the_other_owner: [data.business_name_of_the_other_owner],
+ business_vintage: [data.business_vintage],
+ business_purchase_year: [data.business_purchase_year,Validators.compose([Validators.pattern("[1-9]{1}[0-9]{3}")])],
+ business_emi:[data.business_emi]
+ });
+ }
+
initBusinessDetailsWithdata(data) {
let formGroup= this._formBuilder.group({
@@ -573,6 +615,35 @@ export class BusinessAssetsInfoComponent implements OnInit {
}
loadDetails: boolean;
+ addBusinessAssetsForAddress(data){
+ var result = Object.keys(data).map(function (key) {
+ return data[key];
+ });
+ if (result.length > 0) {
+ result.forEach((datas,index) => {
+ this.RentAmtInwords2[index] = this.pdTrigerService.convertNumberToWords(datas.business_monthly_rented_amt);
+ this.appxMarketAmtInwords2[index] = this.pdTrigerService.convertNumberToWords(datas.business_approximate_market_value);
+ });
+
+ for (let val of result) {
+ let vals = {
+ business_approximate_market_value: val.business_approximate_market_value,
+ business_ownership_type:val.business_ownership_type,
+ business_monthly_rented_amt:val.business_monthly_rented_amt,
+ business_name_of_the_owner: val.business_name_of_the_owner,
+ business_name_of_the_other_owner: val.business_name_of_the_other_owner,
+ business_vintage: val.business_vintage,
+ business_purchase_year: val.business_purchase_year,
+ business_emi:val.business_emi
+ };
+ const control = this._businessAssetsQuesFrom.controls['business_assets_for_address'];
+ control.push(this.createBusinessAssetsForAddressWithData(vals));
+ }
+ }else{
+ const control = this._businessAssetsQuesFrom.controls['business_assets_for_address'];
+ control.push(this.createBusinessAssetsForAddress());
+ }
+ }
// addBusinessUnitsWithData(data){
// var result = Object.keys(data).map(function (key) {
@@ -643,7 +714,7 @@ export class BusinessAssetsInfoComponent implements OnInit {
case '2': {
let business_property_datas : any;
data.forEach((datas,i) => {
- business_property_datas = { 'property_type':datas.property_type,'other_property_type':datas.other_property_type };
+ business_property_datas = { 'property_type':datas.property_type,'other_property_type':datas.other_property_type,'address_of_the_property':datas.address_of_the_property };
// this.selectedPropertyOwnedType(datas.properties_ownership_type,i,val);
});
const control = (this._businessAssetsQuesFrom.controls['business_assets_details']).at(val).get('business_details') as FormArray ;
@@ -774,6 +845,16 @@ export class BusinessAssetsInfoComponent implements OnInit {
}
+ checkOthers2(values){
+ if(values!=null) {
+ return values.id==0 ? true : false;
+ }
+ else {
+ return false;
+ }
+
+ }
+
// calculate vintage and purchase {}
calculateVintagePurchase(value: any, controlKey: any,type: number){
if(type==1){
@@ -785,6 +866,15 @@ export class BusinessAssetsInfoComponent implements OnInit {
value!='' && value<=this.currentYear ? control.controls[controlKey].controls['business_purchase_year'].setValue(value) : control.controls[controlKey].controls['business_purchase_year'].setValue('');
value!='' && value<=this.currentYear ? control.controls[controlKey].controls['business_vintage'].setValue(parseInt(this.currentYear)-parseInt(value)) : control.controls[controlKey].controls['business_vintage'].setValue('')
}
+ if(type==3){
+ let control: any = this._businessAssetsQuesFrom.controls['business_assets_for_address'];
+ control.controls[controlKey].controls['business_purchase_year'].setValue(value!='' ? parseInt(this.currentYear)-parseInt(value) : '');
+ }
+ else if(type==4) {
+ let control: any = this._businessAssetsQuesFrom.controls['business_assets_for_address'];
+ value!='' && value<=this.currentYear ? control.controls[controlKey].controls['business_purchase_year'].setValue(value) : control.controls[controlKey].controls['business_purchase_year'].setValue('');
+ value!='' && value<=this.currentYear ? control.controls[controlKey].controls['business_vintage'].setValue(parseInt(this.currentYear)-parseInt(value)) : control.controls[controlKey].controls['business_vintage'].setValue('')
+ }
}
/** To Save/Edited Popup Data */
@@ -959,6 +1049,24 @@ export class BusinessAssetsInfoComponent implements OnInit {
: item.controls.other_property_type.clearValidators();
item.controls.other_property_type.updateValueAndValidity();
}
+ if(flag == 7){
+ if(value == 'owned'){
+ item.controls.business_monthly_rented_amt.clearValidators();
+ item.controls.business_name_of_the_owner.setValidators([Validators.required]);
+ }
+ else{
+ item.controls.business_monthly_rented_amt.setValidators([Validators.required]);
+ item.controls.business_name_of_the_owner.clearValidators();
+ }
+ item.controls.business_monthly_rented_amt.updateValueAndValidity();
+ item.controls.business_name_of_the_owner.updateValueAndValidity();
+}
+if(flag == 8){
+ value==0
+ ? item.controls.business_name_of_the_other_owner.setValidators([Validators.required])
+ : item.controls.business_name_of_the_other_owner.clearValidators();
+ item.controls.business_name_of_the_other_owner.updateValueAndValidity();
+}
}
@@ -1003,6 +1111,12 @@ export class BusinessAssetsInfoComponent implements OnInit {
case 8:
this.RentAmtInwords[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
break;
+ case 9:
+ this.RentAmtInwords2[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
+ break;
+ case 10:
+ this.appxMarketAmtInwords2[i] = this.pdTrigerService.convertNumberToWords(e.target.value);
+ break;
default:
break;
}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component.ts
index 6ac3f43a5..a73394d97 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component.ts
@@ -647,17 +647,17 @@ export class BusinessInfoComponent implements OnInit {
// businees activity type change event
changeBusinessActivity(event: any){
- console.log('changeBusinessActivity');
+ // console.log('changeBusinessActivity');
if(event.value.exist_status==true && event.value.type_of_activity_id==2){
- console.log('changeBusinessActivity 1');
+ // console.log('changeBusinessActivity 1');
this.ManufacturingChecked = event.value.exist_status;
let manufacturingControl = this.businessForm.controls['manufacturing_activity_details'];
manufacturingControl.controls = [];
manufacturingControl.setValue([]);
}
else if(event.value.exist_status==false && event.value.type_of_activity_id==2){
- console.log('changeBusinessActivity 2');
+ // console.log('changeBusinessActivity 2');
this.ManufacturingChecked = event.value.exist_status;
let manufacturingControl = this.businessForm.controls['manufacturing_activity_details'];
manufacturingControl.push(this.createActivity());
@@ -665,40 +665,40 @@ export class BusinessInfoComponent implements OnInit {
}
if(event.value.exist_status==true && event.value.type_of_activity_id==3){
- console.log('changeBusinessActivity 3');
+ // console.log('changeBusinessActivity 3');
this.RetailedChecked = event.value.exist_status;
let retailControl = this.businessForm.controls['retail_trading_activity_details'];
retailControl.controls = [];
retailControl.setValue([]);
}
else if(event.value.exist_status==false && event.value.type_of_activity_id==3){
- console.log('changeBusinessActivity 4');
+ // console.log('changeBusinessActivity 4');
this.RetailedChecked = event.value.exist_status;
let retailControl = this.businessForm.controls['retail_trading_activity_details'];
retailControl.push(this.createActivity());
}
if(event.value.exist_status==true && event.value.type_of_activity_id==4){
- console.log('changeBusinessActivity 5');
+ // console.log('changeBusinessActivity 5');
this.WholeSalesChecked = event.value.exist_status;
let wholesaleControl = this.businessForm.controls['wholesale_trading_activity_details'];
wholesaleControl.controls = [];
wholesaleControl.setValue([]);
}
else if(event.value.exist_status==false && event.value.type_of_activity_id==4){
- console.log('changeBusinessActivity 6');
+ // console.log('changeBusinessActivity 6');
this.WholeSalesChecked = event.value.exist_status;
let wholesaleControl = this.businessForm.controls['wholesale_trading_activity_details'];
wholesaleControl.push(this.createActivity());
}
if(event.value.exist_status==true && event.value.type_of_activity_id==5){
- console.log('changeBusinessActivity 7');
+ // console.log('changeBusinessActivity 7');
this.ServiceChecked = event.value.exist_status;
let serviceControl = this.businessForm.controls['service_provider_activity_details'];
serviceControl.controls = [];
serviceControl.setValue([]);
}
else if(event.value.exist_status==false && event.value.type_of_activity_id==5){
- console.log('changeBusinessActivity 8');
+ // console.log('changeBusinessActivity 8');
this.ServiceChecked = event.value.exist_status;
let serviceControl = this.businessForm.controls['service_provider_activity_details'];
serviceControl.push(this.createServiceActivity());
@@ -1778,10 +1778,10 @@ CheckExport(value,stringFlag,index){
// console.log(datas[index].controls.exist_status.value);
// });
- console.log('CheckExport');
- console.log(value,stringFlag,index);
+ // console.log('CheckExport');
+ // console.log(value,stringFlag,index);
- console.log(this.ManufacturingChecked , this.RetailedChecked , this.WholeSalesChecked , this.ServiceChecked);
+ // console.log(this.ManufacturingChecked , this.RetailedChecked , this.WholeSalesChecked , this.ServiceChecked);
if(!this.ManufacturingChecked){
if(stringFlag == 'MActivity' && value != "Within India"){
@@ -1833,7 +1833,7 @@ CheckExport(value,stringFlag,index){
}
let SumOfManufacturingCounter = this.ManufacturingCounterArray.reduce((sum, val) => sum + +val, 0);
- console.log(SumOfManufacturingCounter,this.ManufacturingCounterArray);
+ // console.log(SumOfManufacturingCounter,this.ManufacturingCounterArray);
let SumOfRetailCounter = this.RetailCounterArray.reduce((sum, val) => sum + +val, 0);
// console.log(SumOfRetailCounter , this.RetailCounterArray);
let SumOfWholeSaleCounter = this.WholeSaleCounterArray.reduce((sum, val) => sum + +val, 0);
@@ -1845,8 +1845,8 @@ CheckExport(value,stringFlag,index){
this.ExportFlag = overallCounter > 0 ? true : false ;
- console.log('overallCounter , SumOfManufacturingCounter , SumOfRetailCounter , SumOfWholeSaleCounter , SumOfServiceCounter ' , overallCounter , SumOfManufacturingCounter , SumOfRetailCounter , SumOfWholeSaleCounter , SumOfServiceCounter);
- console.log('Current Flag Status : ',this.ExportFlag );
+ // console.log('overallCounter , SumOfManufacturingCounter , SumOfRetailCounter , SumOfWholeSaleCounter , SumOfServiceCounter ' , overallCounter , SumOfManufacturingCounter , SumOfRetailCounter , SumOfWholeSaleCounter , SumOfServiceCounter);
+ // console.log('Current Flag Status : ',this.ExportFlag );
}
inWords(e,flag){
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.html
index e1e591433..4487221b8 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.html
@@ -382,7 +382,7 @@
- {{earnings.type}}
+ {{earnings.type}}
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.ts
index eb2241b53..c244f40b4 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.ts
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component.ts
@@ -369,13 +369,13 @@ export class FamilyDetailsComponent implements OnInit {
this._pd.getFamilyDetails(this.pdid).subscribe(data=>{
console.clear();
- // console.log('data',data);
+ console.log('getFamilyDetails data',data);
if(data.dataStatus == true){
let Temparr : any = [];
- // console.log('from_business_form',data.record.from_business_form);
- // console.log('from_general_form',data.record.from_general_form);
+ console.log('from_business_form',data.record.from_business_form);
+ console.log('from_general_form',data.record.from_general_form);
if(data.record.from_general_form.length > 0){
let familyMembersGeneralForm = Object.keys(data.record.from_general_form).map(function (key) {
@@ -672,8 +672,11 @@ export class FamilyDetailsComponent implements OnInit {
let arraydata : any;
let data = this.apiFamilyMembers.filter(item => item.relation_to == e);
- // console.log('this.apiFamilyMembers',this.apiFamilyMembers);
- // console.log('selectedPerson data',data);
+
+ console.log('this.apiFamilyMembers',this.apiFamilyMembers);
+ console.log('selectedPerson data',data);
+ // data_gets_from:'GeneralForm'
+ // data_gets_from:'BusinessForm'
if(data.length > 0){
// console.log(control.length);
@@ -690,7 +693,8 @@ export class FamilyDetailsComponent implements OnInit {
data.forEach((val,inx) => {
-
+ console.log('for loop',val.data_gets_from);
+ // family_member_earning_status
if(val.age){
this.isReadOnly[inx] = true;
}else{
@@ -700,10 +704,10 @@ export class FamilyDetailsComponent implements OnInit {
'family_member_name' : val.name,
'family_member_relationship' : val.relationship,
'family_member_age' : val.age,
- 'family_member_earning_status': '',
+ 'family_member_earning_status': val.data_gets_from == 'BusinessForm' ? '1' :'',
'earning_segment': '',
'earning_gross_income_per_month': '',
- 'earning_name_of_the_employer_or_business': '',
+ 'earning_name_of_the_employer_or_business':'',
'earning_number_of_years_in_employment_or_business': '',
'earning_if_others_segment':'',
'non_earning_occupation': '',
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html
index 90f17a2b4..2e5bf5841 100755
--- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html
+++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component.html
@@ -252,7 +252,7 @@