photograph section changes
This commit is contained in:
parent
16252bcaaf
commit
2e510968d3
@ -31,6 +31,7 @@ import { PdStatusChangeDialogueComponent } from './../../../personal-discussion/
|
|||||||
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';
|
||||||
import {FuturePlansAndBusinessEnvironmentComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/future-plans-and-business-environment/future-plans-and-business-environment.component';
|
import {FuturePlansAndBusinessEnvironmentComponent} from './../../../personal-discussion/manage-pd/list-pd/start-pd/forms/future-plans-and-business-environment/future-plans-and-business-environment.component';
|
||||||
import { QueriesDocsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/queries-docs/queries-docs.component';
|
import { QueriesDocsComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/queries-docs/queries-docs.component';
|
||||||
|
import { ImagesAllComponent } from 'app/personal-discussion/manage-pd/list-pd/start-pd/forms/images-all/images-all.component';
|
||||||
|
|
||||||
@Component({
|
@Component({
|
||||||
selector: 'app-qc-start',
|
selector: 'app-qc-start',
|
||||||
@ -511,6 +512,24 @@ export class QcStartComponent implements OnInit, OnDestroy {
|
|||||||
this.loadTemplates(this.startPD,2,this.randomString);
|
this.loadTemplates(this.startPD,2,this.randomString);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
else
|
||||||
|
if(this.selectedFormsCategory.form_id==26){
|
||||||
|
|
||||||
|
const dialogRef = this.dialog.open(ImagesAllComponent, {
|
||||||
|
data: this.pdFullDetails,
|
||||||
|
// position: { right: '0'},
|
||||||
|
maxWidth: '100vw',
|
||||||
|
maxHeight: '100vh',
|
||||||
|
height: '100%',
|
||||||
|
width: '100%',
|
||||||
|
disableClose: true
|
||||||
|
});
|
||||||
|
dialogRef.afterClosed()
|
||||||
|
.subscribe(dataresult => {
|
||||||
|
// this.notifier.notify('success', 'Successfully allocated.!');
|
||||||
|
this.loadTemplates(this.startPD,2,this.randomString);
|
||||||
|
});
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user