qc menu - disscusion option added : ps
This commit is contained in:
parent
e84b1fe9a0
commit
1532f1230b
@ -1798,16 +1798,22 @@
|
|||||||
<div formArrayName="documents" *ngIf="businessForm.controls['other_documents'].value == 'yes'">
|
<div formArrayName="documents" *ngIf="businessForm.controls['other_documents'].value == 'yes'">
|
||||||
<div *ngFor="let members of businessForm.controls.documents['controls']; let i=index"
|
<div *ngFor="let members of businessForm.controls.documents['controls']; let i=index"
|
||||||
[formGroupName]="i">
|
[formGroupName]="i">
|
||||||
<mat-form-field style="width:86%">
|
<div fxLayout="row">
|
||||||
|
<mat-form-field style="width:76%">
|
||||||
<input matInput placeholder="Specify Document Details" formControlName="document">
|
<input matInput placeholder="Specify Document Details" formControlName="document">
|
||||||
</mat-form-field>
|
</mat-form-field>
|
||||||
|
|
||||||
<button type="button" class="mr-1 mb-1 hover-icon" mat-raised-button
|
<span class="carbon-wrap" *ngIf="members.value.document_pic !== ''" >
|
||||||
|
<img src="{{members.value.document_pic}}" alt="" border="0" height="100" width="130" style="max-width: 130px;" ngxViewer>
|
||||||
|
<p class="carbon-text" > Documents Image </p>
|
||||||
|
</span>
|
||||||
|
|
||||||
|
<button type="button" class="ml-1 mr-1 hover-icon" mat-raised-button
|
||||||
mat-icon-button (click)="deleteDocuments(i)" matTooltip="Delete"
|
mat-icon-button (click)="deleteDocuments(i)" matTooltip="Delete"
|
||||||
matTooltipPosition="above" *ngIf="i>0">
|
matTooltipPosition="above" *ngIf="i>0">
|
||||||
<mat-icon>delete</mat-icon>
|
<mat-icon>delete</mat-icon>
|
||||||
</button>
|
</button>
|
||||||
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<div fxLayout="row">
|
<div fxLayout="row">
|
||||||
|
|||||||
@ -217,7 +217,8 @@ export class BusinessInfoComponent implements OnInit {
|
|||||||
otherDoc.push(this.createDocument());
|
otherDoc.push(this.createDocument());
|
||||||
});
|
});
|
||||||
} else {
|
} else {
|
||||||
DocArray = [{ document: '' }];
|
// DocArray = [{ document: '' }];
|
||||||
|
DocArray = [{document: '',document_pic: ''}];
|
||||||
otherDoc.push(this.createDocument());
|
otherDoc.push(this.createDocument());
|
||||||
}
|
}
|
||||||
// if (data.records.ownership_setup != 'others') {
|
// if (data.records.ownership_setup != 'others') {
|
||||||
@ -992,7 +993,8 @@ export class BusinessInfoComponent implements OnInit {
|
|||||||
}
|
}
|
||||||
createDocument() {
|
createDocument() {
|
||||||
return this.fb.group({
|
return this.fb.group({
|
||||||
document: ['']
|
document: [''],
|
||||||
|
document_pic: [''],
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
// create other than pan india state
|
// create other than pan india state
|
||||||
|
|||||||
@ -6,29 +6,29 @@ import {NotifierService} from 'angular-notifier';
|
|||||||
import { QcListComponent } from './../qc-list.component';
|
import { QcListComponent } from './../qc-list.component';
|
||||||
import {QcService} from './../../qc-service/qc.service';
|
import {QcService} from './../../qc-service/qc.service';
|
||||||
|
|
||||||
// import {PersonalInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/personal-info/personal-info.component';
|
import {PersonalInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/personal-info/personal-info.component';
|
||||||
// import {AddressComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/address/address.component';
|
import {AddressComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/address/address.component';
|
||||||
// import {OtherIncomeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component';
|
import {OtherIncomeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component';
|
||||||
// import {SupplierInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component';
|
import {SupplierInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component';
|
||||||
// import {ClientInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component';
|
import {ClientInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component';
|
||||||
// import {FamilyDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component';
|
import {FamilyDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component';
|
||||||
// import {EmploymentInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component';
|
import {EmploymentInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component';
|
||||||
// import {StockComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/stock/stock.component';
|
import {StockComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/stock/stock.component';
|
||||||
// import {CurrentLoanComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component';
|
import {CurrentLoanComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component';
|
||||||
// import {FinancialInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component';
|
import {FinancialInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component';
|
||||||
// import {AssetsInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component';
|
import {AssetsInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component';
|
||||||
// import {AssessedIncomeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/assessed-income.component';
|
import {AssessedIncomeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/assessed-income.component';
|
||||||
// import {BankingDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component';
|
import {BankingDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component';
|
||||||
// import {BusinessInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component';
|
import {BusinessInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component';
|
||||||
// import {LenderRepresentativeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/lender-representative/lender-representative.component';
|
import {LenderRepresentativeComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/lender-representative/lender-representative.component';
|
||||||
// import {LoanDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/loan-details/loan-details.component';
|
import {LoanDetailsComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/loan-details/loan-details.component';
|
||||||
// import {GeneralInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/general-info/general-info.component';
|
import {GeneralInfoComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/general-info/general-info.component';
|
||||||
// import {NeighbourHoodComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component';
|
import {NeighbourHoodComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component';
|
||||||
// import {FinalRemarksComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component';
|
import {FinalRemarksComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component';
|
||||||
// import { BusinessInfoGroupComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-info-group/business-info-group.component';
|
import { BusinessInfoGroupComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-info-group/business-info-group.component';
|
||||||
// import { BusinessAssetsInfoComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component';
|
import { BusinessAssetsInfoComponent } from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component';
|
||||||
// import { PdStatusChangeDialogueComponent } from './../../../personal-discussion/manage-pd/list-pd/pd-status-change-dialogue/pd-status-change-dialogue.component';
|
import { PdStatusChangeDialogueComponent } from './../../../personal-discussion/manage-pd/list-pd/pd-status-change-dialogue/pd-status-change-dialogue.component';
|
||||||
// import {RentalVerificationComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/rental-verification/rental-verification.component';
|
import {RentalVerificationComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/rental-verification/rental-verification.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-qc-start',
|
selector: 'app-qc-start',
|
||||||
@ -137,308 +137,308 @@ export class QcStartComponent implements OnInit, OnDestroy {
|
|||||||
|
|
||||||
// load pd status change dialogue
|
// load pd status change dialogue
|
||||||
pdStatusDialogue(status: string): void {
|
pdStatusDialogue(status: string): void {
|
||||||
// const dialogRef = this.dialog.open(PdStatusChangeDialogueComponent, {
|
const dialogRef = this.dialog.open(PdStatusChangeDialogueComponent, {
|
||||||
// data: { pdid: this.startPD, pd_status: status },
|
data: { pdid: this.startPD, pd_status: status },
|
||||||
// disableClose: true,
|
disableClose: true,
|
||||||
// minWidth:'30%',
|
minWidth:'30%',
|
||||||
// maxWidth:'40%',
|
maxWidth:'40%',
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// if(dataresult.update_status==true){
|
if(dataresult.update_status==true){
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// }
|
}
|
||||||
// });
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
// start
|
// start
|
||||||
// direct form based questions
|
// direct form based questions
|
||||||
OnSelectDirectForms(details: any) {
|
OnSelectDirectForms(details: any) {
|
||||||
// this.selectedFormsCategory = details;
|
this.selectedFormsCategory = details;
|
||||||
|
|
||||||
// if(this.selectedFormsCategory.form_id==1){
|
if(this.selectedFormsCategory.form_id==1){
|
||||||
// const dialogRef = this.dialog.open(SupplierInfoComponent, {
|
const dialogRef = this.dialog.open(SupplierInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==2){
|
if(this.selectedFormsCategory.form_id==2){
|
||||||
// const dialogRef = this.dialog.open(ClientInfoComponent, {
|
const dialogRef = this.dialog.open(ClientInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==3){
|
if(this.selectedFormsCategory.form_id==3){
|
||||||
// const dialogRef = this.dialog.open(PersonalInfoComponent, {
|
const dialogRef = this.dialog.open(PersonalInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==4){
|
if(this.selectedFormsCategory.form_id==4){
|
||||||
// const dialogRef = this.dialog.open(AssetsInfoComponent, {
|
const dialogRef = this.dialog.open(AssetsInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==5){
|
if(this.selectedFormsCategory.form_id==5){
|
||||||
// const dialogRef = this.dialog.open(AddressComponent, {
|
const dialogRef = this.dialog.open(AddressComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==6){
|
if(this.selectedFormsCategory.form_id==6){
|
||||||
// const dialogRef = this.dialog.open(FamilyDetailsComponent, {
|
const dialogRef = this.dialog.open(FamilyDetailsComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==7){
|
if(this.selectedFormsCategory.form_id==7){
|
||||||
// const dialogRef = this.dialog.open(BankingDetailsComponent, {
|
const dialogRef = this.dialog.open(BankingDetailsComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// else
|
else
|
||||||
// if(this.selectedFormsCategory.form_id==8){
|
if(this.selectedFormsCategory.form_id==8){
|
||||||
// const dialogRef = this.dialog.open(CurrentLoanComponent, {
|
const dialogRef = this.dialog.open(CurrentLoanComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// else
|
else
|
||||||
// if(this.selectedFormsCategory.form_id==9){
|
if(this.selectedFormsCategory.form_id==9){
|
||||||
// const dialogRef = this.dialog.open(OtherIncomeComponent, {
|
const dialogRef = this.dialog.open(OtherIncomeComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==10){
|
if(this.selectedFormsCategory.form_id==10){
|
||||||
// const dialogRef = this.dialog.open(LoanDetailsComponent, {
|
const dialogRef = this.dialog.open(LoanDetailsComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==11){
|
if(this.selectedFormsCategory.form_id==11){
|
||||||
// const dialogRef = this.dialog.open(StockComponent, {
|
const dialogRef = this.dialog.open(StockComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==12){
|
if(this.selectedFormsCategory.form_id==12){
|
||||||
// const dialogRef = this.dialog.open(EmploymentInfoComponent, {
|
const dialogRef = this.dialog.open(EmploymentInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// // this.notifier.notify('success', 'Successfully allocated.!');
|
// this.notifier.notify('success', 'Successfully allocated.!');
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==13){
|
if(this.selectedFormsCategory.form_id==13){
|
||||||
// const dialogRef = this.dialog.open(BusinessInfoGroupComponent, {
|
const dialogRef = this.dialog.open(BusinessInfoGroupComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==14){
|
if(this.selectedFormsCategory.form_id==14){
|
||||||
// const dialogRef = this.dialog.open(FinancialInfoComponent, {
|
const dialogRef = this.dialog.open(FinancialInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==15){
|
if(this.selectedFormsCategory.form_id==15){
|
||||||
// const dialogRef = this.dialog.open(LenderRepresentativeComponent, {
|
const dialogRef = this.dialog.open(LenderRepresentativeComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// else
|
else
|
||||||
// if(this.selectedFormsCategory.form_id==17){
|
if(this.selectedFormsCategory.form_id==17){
|
||||||
// const dialogRef = this.dialog.open(RentalVerificationComponent, {
|
const dialogRef = this.dialog.open(RentalVerificationComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// else if(this.selectedFormsCategory.form_id==18){
|
else if(this.selectedFormsCategory.form_id==18){
|
||||||
// const generaldialogRef = this.dialog.open(GeneralInfoComponent, {
|
const generaldialogRef = this.dialog.open(GeneralInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// generaldialogRef.afterClosed()
|
generaldialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
// else if(this.selectedFormsCategory.form_id==19){
|
else if(this.selectedFormsCategory.form_id==19){
|
||||||
// const generaldialogRef = this.dialog.open(NeighbourHoodComponent, {
|
const generaldialogRef = this.dialog.open(NeighbourHoodComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// generaldialogRef.afterClosed()
|
generaldialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else if(this.selectedFormsCategory.form_id==20){
|
}else if(this.selectedFormsCategory.form_id==20){
|
||||||
// const generaldialogRef = this.dialog.open(FinalRemarksComponent, {
|
const generaldialogRef = this.dialog.open(FinalRemarksComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// generaldialogRef.afterClosed()
|
generaldialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }else
|
}else
|
||||||
// if(this.selectedFormsCategory.form_id==22){
|
if(this.selectedFormsCategory.form_id==22){
|
||||||
// const dialogRef = this.dialog.open(BusinessAssetsInfoComponent, {
|
const dialogRef = this.dialog.open(BusinessAssetsInfoComponent, {
|
||||||
// data: this.pdFullDetails,
|
data: this.pdFullDetails,
|
||||||
// maxWidth: '100vw',
|
maxWidth: '100vw',
|
||||||
// maxHeight: '100vh',
|
maxHeight: '100vh',
|
||||||
// height: '100%',
|
height: '100%',
|
||||||
// width: '100%',
|
width: '100%',
|
||||||
// disableClose: true
|
disableClose: true
|
||||||
// });
|
});
|
||||||
// dialogRef.afterClosed()
|
dialogRef.afterClosed()
|
||||||
// .subscribe(dataresult => {
|
.subscribe(dataresult => {
|
||||||
// this.loadTemplates(this.startPD,2);
|
this.loadTemplates(this.startPD,2);
|
||||||
// });
|
});
|
||||||
// }
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
@ -133,6 +133,7 @@
|
|||||||
<button *ngIf="addresses.assigned_pd==null || addresses.assigned_pd==''" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" [matTooltip]="master.fk_primary_address_id ? 'Initiate Address for Additional PD Process' : 'Initiate Address for PD Process'" matTooltipPosition="above" (click)="initiateAddtionalPD(master,addresses,master.fk_primary_address_id ? true : false)"><mat-icon>where_to_vote</mat-icon></button>
|
<button *ngIf="addresses.assigned_pd==null || addresses.assigned_pd==''" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" [matTooltip]="master.fk_primary_address_id ? 'Initiate Address for Additional PD Process' : 'Initiate Address for PD Process'" matTooltipPosition="above" (click)="initiateAddtionalPD(master,addresses,master.fk_primary_address_id ? true : false)"><mat-icon>where_to_vote</mat-icon></button>
|
||||||
<span *ngIf="userRoleID == 3 || userRoleID == 4 || userRoleID == 5 || userRoleID == 10"><button *ngIf="addresses.assigned_pd && master.pd_type_name && currentPDStatus!=pdStatusCheck.DRAFT && currentPDStatus!=pdStatusCheck.QC_COMPLETED" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Allocate" matTooltipPosition="above" (click)="pdAllocationTo(master,addresses)"><mat-icon>verified_user</mat-icon></button></span>
|
<span *ngIf="userRoleID == 3 || userRoleID == 4 || userRoleID == 5 || userRoleID == 10"><button *ngIf="addresses.assigned_pd && master.pd_type_name && currentPDStatus!=pdStatusCheck.DRAFT && currentPDStatus!=pdStatusCheck.QC_COMPLETED" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Allocate" matTooltipPosition="above" (click)="pdAllocationTo(master,addresses)"><mat-icon>verified_user</mat-icon></button></span>
|
||||||
<span *ngIf="userRoleID == 3 || userRoleID == 4 || userRoleID == 5 || userRoleID == 10"><button *ngIf="addresses.assigned_pd && master.pd_type_name && currentPDStatus!=pdStatusCheck.DRAFT && currentPDStatus!=pdStatusCheck.QC_COMPLETED" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Schedule" matTooltipPosition="above" (click)="scheduleDetails(master,addresses)"><mat-icon>schedule</mat-icon></button></span>
|
<span *ngIf="userRoleID == 3 || userRoleID == 4 || userRoleID == 5 || userRoleID == 10"><button *ngIf="addresses.assigned_pd && master.pd_type_name && currentPDStatus!=pdStatusCheck.DRAFT && currentPDStatus!=pdStatusCheck.QC_COMPLETED" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Schedule" matTooltipPosition="above" (click)="scheduleDetails(master,addresses)"><mat-icon>schedule</mat-icon></button></span>
|
||||||
|
<span *ngIf="userRoleID == 3 || userRoleID == 4 || userRoleID == 5 || userRoleID == 6 || userRoleID == 7 || userRoleID == 10"><button *ngIf="addresses.assigned_pd && master.pd_type_name && currentPDStatus!=pdStatusCheck.DRAFT && currentPDStatus!=pdStatusCheck.QC_COMPLETED" mat-raised-button mat-button-md mat-icon-button class="mr-1 mb-1 hover-icon" type="button" matTooltip="Discussion" matTooltipPosition="above" (click)="getPDStart(master.pd_id)"><mat-icon>question_answer</mat-icon></button></span>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@ -241,7 +241,10 @@ export class QcViewComponent implements OnInit, OnDestroy {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// start pd
|
// start pd
|
||||||
getPDStart(pdID:any){
|
getPDStart(pdID:any,childData: any){
|
||||||
|
console.log('pdData',pdID);
|
||||||
|
// console.log('childData',childData);
|
||||||
|
// return;
|
||||||
this.destroyType=3;
|
this.destroyType=3;
|
||||||
this.router.navigate([ '../../startpd',pdID], { relativeTo: this.route });
|
this.router.navigate([ '../../startpd',pdID], { relativeTo: this.route });
|
||||||
}
|
}
|
||||||
|
|||||||
@ -44,6 +44,64 @@ import { PdLocatedMapViewDirective } from './../personal-discussion/pd-directive
|
|||||||
import { InitiateAdditionalPdComponent } from './../personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component';
|
import { InitiateAdditionalPdComponent } from './../personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component';
|
||||||
import { NumberToWordsPipe } from './qc-pipe/number-to-words.pipe';
|
import { NumberToWordsPipe } from './qc-pipe/number-to-words.pipe';
|
||||||
|
|
||||||
|
import { RentalVerificationComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/rental-verification/rental-verification.component';
|
||||||
|
import { BusinessOtherFamilyMemberComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/dialogue/business-other-family-member/business-other-family-member.component';
|
||||||
|
import { BusinessInfoGroupComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/business-info-group/business-info-group.component';
|
||||||
|
// import { SearchRelationPipe } from './../pd-pipes/search-relation.pipe';
|
||||||
|
// import { RupeeCurrencyFormatPipe } from './../pd-pipes/rupee-currency-format.pipe';
|
||||||
|
// import { DeleteRecordsCountPipe } from './../pd-pipes/delete-records-count.pipe';
|
||||||
|
import { BusinessAssetsInfoComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/business-assets-info/business-assets-info.component';
|
||||||
|
import { BusinessBankingDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/business-banking-details/business-banking-details.component';
|
||||||
|
import { SalesDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/sales-details/sales-details.component';
|
||||||
|
import { DailySalesDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/daily-sales-details/daily-sales-details.component';
|
||||||
|
import { SalesCalculationComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/sales-calculation/sales-calculation.component';
|
||||||
|
import { ManageSalesComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-sales/manage-sales.component';
|
||||||
|
import { PurchaseDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/purchase-details/purchase-details.component';
|
||||||
|
import { BusinessExpenseDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/business-expense-details/business-expense-details.component';
|
||||||
|
import { HouseHoldDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/house-hold-details/house-hold-details.component';
|
||||||
|
import { OtherBusinessIncomeDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/other-business-income-details/other-business-income-details.component';
|
||||||
|
import { ManagePurchaseComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-purchase/manage-purchase.component';
|
||||||
|
import { ManageBusinesExpenseComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-busines-expense/manage-busines-expense.component';
|
||||||
|
import { ManageHouseHoldComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-house-hold/manage-house-hold.component';
|
||||||
|
import { ManageOtherBusinessIncomeComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-other-business-income/manage-other-business-income.component';
|
||||||
|
import { GrossProfitCalculationComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/gross-profit-calculation/gross-profit-calculation.component';
|
||||||
|
import { ManageDailySalesComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-daily-sales/manage-daily-sales.component';
|
||||||
|
import { PdStatusChangeDialogueComponent } from './../personal-discussion/manage-pd/list-pd/pd-status-change-dialogue/pd-status-change-dialogue.component';
|
||||||
|
// import { ViewLocationComponent } from './../pd-directive/view-location/view-location.component';
|
||||||
|
// import { GetAnswerableFormsPipe } from './../pd-pipes/get-answerable-forms.pipe';
|
||||||
|
import { ConfirmAiDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/confirm-ai-details/confirm-ai-details.component';
|
||||||
|
import { ManageDailyPurchaseComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/AI-diologue/manage-daily-purchase/manage-daily-purchase.component';
|
||||||
|
import { DailyPurchaseDetailsComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/daily-purchase-details/daily-purchase-details.component';
|
||||||
|
import { ManageRentalVerificationComponent } from './../personal-discussion/manage-pd/list-pd/start-pd/forms/rental-verification/manage-rental-verification/manage-rental-verification.component';
|
||||||
|
import { ClientInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/client-info/client-info.component';
|
||||||
|
import { SupplierInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component';
|
||||||
|
import { CurrentLoanComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/current-loan/current-loan.component';
|
||||||
|
import { LoanDetailsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/loan-details/loan-details.component';
|
||||||
|
import { OtherIncomeComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/other-income/other-income.component';
|
||||||
|
import { AssetsInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/assets-info/assets-info.component';
|
||||||
|
import { AddressComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/address/address.component';
|
||||||
|
import { FamilyDetailsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/family-details/family-details.component';
|
||||||
|
import { BankingDetailsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/banking-details/banking-details.component';
|
||||||
|
import { StockComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/stock/stock.component';
|
||||||
|
import { EmploymentInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/employment-info/employment-info.component';
|
||||||
|
import { BusinessInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/business-info/business-info.component';
|
||||||
|
import { FinancialInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/financial-info/financial-info.component';
|
||||||
|
import { LenderRepresentativeComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/lender-representative/lender-representative.component';
|
||||||
|
import { AssessedIncomeComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/assessed-income/assessed-income.component';
|
||||||
|
import { GeneralInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/general-info/general-info.component';
|
||||||
|
import { OtherApplicantDetailsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/dialogue/other-applicant-details/other-applicant-details.component';
|
||||||
|
import { NeighbourHoodComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/neighbour-hood/neighbour-hood.component';
|
||||||
|
import { FinalRemarksComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/final-remarks/final-remarks.component';
|
||||||
|
import { ViewLocationComponent } from 'app/personal-discussion/pd-directive/view-location/view-location.component';
|
||||||
|
import { TelePdAllocationComponent } from 'app/personal-discussion/manage-pd/list-pd/tele-pd-allocation/tele-pd-allocation.component';
|
||||||
|
import { StartPdComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component';
|
||||||
|
import { CompletedPdComponent } from 'app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component';
|
||||||
|
import { QcCompletedPdComponent } from 'app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component';
|
||||||
|
import { PersonalInfoComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/personal-info/personal-info.component';
|
||||||
|
import { AllocationViewMoreComponent } from 'app/personal-discussion/manage-pd/list-pd/allocation-view-more/allocation-view-more.component';
|
||||||
|
import { PdRequirementComponent } from 'app/personal-discussion/manage-pd/list-pd/pd-requirement/pd-requirement.component';
|
||||||
|
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* Custom angular notifier options
|
* Custom angular notifier options
|
||||||
*/
|
*/
|
||||||
@ -115,9 +173,44 @@ const customNotifierOptions: NotifierOptions = {
|
|||||||
ManagePdModule,
|
ManagePdModule,
|
||||||
],
|
],
|
||||||
declarations: [QualityCheckComponent,QcListComponent, QcViewComponent, QcStartComponent, QcPdReportComponent,DialogChangeCurrentVenrsion, QcReviewComponent, ModelEditPdReportComponent, NumberToWordsPipe],
|
declarations: [QualityCheckComponent,QcListComponent, QcViewComponent, QcStartComponent, QcPdReportComponent,DialogChangeCurrentVenrsion, QcReviewComponent, ModelEditPdReportComponent, NumberToWordsPipe],
|
||||||
entryComponents: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent,DialogChangeCurrentVenrsion, QcReviewComponent, ModelEditPdReportComponent, InitiateAdditionalPdComponent],
|
entryComponents: [PdAllocationComponent, SmartPdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent,DialogChangeCurrentVenrsion, QcReviewComponent, ModelEditPdReportComponent, InitiateAdditionalPdComponent,
|
||||||
|
BusinessAssetsInfoComponent,
|
||||||
|
ClientInfoComponent,
|
||||||
|
SupplierInfoComponent,
|
||||||
|
CurrentLoanComponent,
|
||||||
|
LoanDetailsComponent,
|
||||||
|
OtherIncomeComponent,
|
||||||
|
AssetsInfoComponent,
|
||||||
|
AddressComponent,
|
||||||
|
FamilyDetailsComponent,
|
||||||
|
BankingDetailsComponent,
|
||||||
|
StockComponent,
|
||||||
|
EmploymentInfoComponent,
|
||||||
|
BusinessInfoComponent,
|
||||||
|
FinancialInfoComponent,
|
||||||
|
LenderRepresentativeComponent,
|
||||||
|
AssessedIncomeComponent,
|
||||||
|
GeneralInfoComponent,
|
||||||
|
OtherApplicantDetailsComponent,
|
||||||
|
NeighbourHoodComponent,
|
||||||
|
FinalRemarksComponent,
|
||||||
|
BusinessOtherFamilyMemberComponent,
|
||||||
|
BusinessInfoGroupComponent,
|
||||||
|
BusinessBankingDetailsComponent,
|
||||||
|
ManageSalesComponent,
|
||||||
|
ManagePurchaseComponent,
|
||||||
|
ManageBusinesExpenseComponent,
|
||||||
|
ManageHouseHoldComponent,
|
||||||
|
ManageOtherBusinessIncomeComponent,
|
||||||
|
ManageDailySalesComponent,
|
||||||
|
PdStatusChangeDialogueComponent,
|
||||||
|
ViewLocationComponent,
|
||||||
|
RentalVerificationComponent,
|
||||||
|
ManageDailyPurchaseComponent,
|
||||||
|
ManageRentalVerificationComponent],
|
||||||
providers : [QcService,{provide: MAT_DATE_LOCALE, useValue: 'en-GB'},
|
providers : [QcService,{provide: MAT_DATE_LOCALE, useValue: 'en-GB'},
|
||||||
{provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE]},
|
{provide: DateAdapter, useClass: MomentDateAdapter, deps: [MAT_DATE_LOCALE]},
|
||||||
{provide: MAT_DATE_FORMATS, useValue: MAT_MOMENT_DATE_FORMATS},PdLocatedMapViewDirective]
|
{provide: MAT_DATE_FORMATS, useValue: MAT_MOMENT_DATE_FORMATS},PdLocatedMapViewDirective],
|
||||||
|
exports: [PdLocatedMapViewDirective, PdAllocationComponent, SmartPdAllocationComponent, TelePdAllocationComponent, SchedulePdComponent, EditPdApplicantComponent, EditPdMasterComponent, StartPdComponent, CompletedPdComponent, QcCompletedPdComponent, ClientInfoComponent, SupplierInfoComponent, PersonalInfoComponent, CurrentLoanComponent, LoanDetailsComponent, OtherIncomeComponent, AssetsInfoComponent, AddressComponent, FamilyDetailsComponent, BankingDetailsComponent, StockComponent, EmploymentInfoComponent, BusinessInfoComponent, FinancialInfoComponent, LenderRepresentativeComponent, AssessedIncomeComponent, AllocationViewMoreComponent, GeneralInfoComponent, PdRequirementComponent, OtherApplicantDetailsComponent, NeighbourHoodComponent, BusinessOtherFamilyMemberComponent, BusinessInfoGroupComponent,DailySalesDetailsComponent, SalesCalculationComponent, PurchaseDetailsComponent, BusinessExpenseDetailsComponent, HouseHoldDetailsComponent, OtherBusinessIncomeDetailsComponent, ManageSalesComponent, ManagePurchaseComponent, ManageBusinesExpenseComponent, ManageHouseHoldComponent, ManageOtherBusinessIncomeComponent, GrossProfitCalculationComponent, ManageDailySalesComponent, PdStatusChangeDialogueComponent, ViewLocationComponent, ConfirmAiDetailsComponent, RentalVerificationComponent, InitiateAdditionalPdComponent, DailyPurchaseDetailsComponent, ManageDailyPurchaseComponent,ManageRentalVerificationComponent],
|
||||||
})
|
})
|
||||||
export class QualityCheckModule { }
|
export class QualityCheckModule { }
|
||||||
|
|||||||
@ -25,5 +25,5 @@ export const environment = {
|
|||||||
s3_endpoint: '',
|
s3_endpoint: '',
|
||||||
accessToken:'',
|
accessToken:'',
|
||||||
//apiUrl:'http://localhost/sparqapi/api/'
|
//apiUrl:'http://localhost/sparqapi/api/'
|
||||||
apiEndpoint: 'https://ssa.sineedge.com/sparqapi/api/'
|
apiEndpoint: 'https://ssa.sineedge.com/sparqtest/api/'
|
||||||
};
|
};
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user