neighbout hood forms added in start pd
This commit is contained in:
parent
8c43a22bd3
commit
61250f930e
@ -24,7 +24,7 @@ import {BusinessInfoComponent} from './forms/business-info/business-info.compone
|
|||||||
import {LenderRepresentativeComponent} from './forms/lender-representative/lender-representative.component';
|
import {LenderRepresentativeComponent} from './forms/lender-representative/lender-representative.component';
|
||||||
import {LoanDetailsComponent} from './forms/loan-details/loan-details.component';
|
import {LoanDetailsComponent} from './forms/loan-details/loan-details.component';
|
||||||
import {GeneralInfoComponent} from './forms/general-info/general-info.component';
|
import {GeneralInfoComponent} from './forms/general-info/general-info.component';
|
||||||
|
import {NeighbourHoodComponent} from './forms/neighbour-hood/neighbour-hood.component';
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-start-pd',
|
selector: 'app-start-pd',
|
||||||
templateUrl: './start-pd.component.html',
|
templateUrl: './start-pd.component.html',
|
||||||
@ -885,6 +885,19 @@ pdFullDetails:any=[];
|
|||||||
this.loadTemplates(this.startPD);
|
this.loadTemplates(this.startPD);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
else if(this.selectedFormsCategory.form_id==19){
|
||||||
|
const generaldialogRef = this.dialog.open(NeighbourHoodComponent, {
|
||||||
|
data: this.pdFullDetails,
|
||||||
|
position: { right: '0'},
|
||||||
|
width:'80%',
|
||||||
|
disableClose: true
|
||||||
|
});
|
||||||
|
generaldialogRef.afterClosed()
|
||||||
|
.subscribe(dataresult => {
|
||||||
|
// this.notifier.notify('success', 'Successfully allocated.!');
|
||||||
|
this.loadTemplates(this.startPD);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user