diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.html index a88b4ed9b..b9fdd3ed1 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-allocation/pd-allocation.component.html @@ -17,7 +17,7 @@ - No Image
+ No Image
{{officer.first_name}}
{{officer.mobile_no}} @@ -30,7 +30,7 @@ -

PD officer not available..

+

No PD officer available.

diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.html index fd592dd3a..8177ae026 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.html @@ -31,7 +31,7 @@ - No Image
+ No Image
{{officer.first_name}}
{{officer.mobile_no}} @@ -39,12 +39,10 @@
- - - + -

PD officer not available..

+

No executive available.

@@ -63,7 +61,22 @@ - +
+
+
+ + + + No Image
+ {{excutive.first_name}} +
+ {{excutive.mobile_no}} +
+
+
+
+
+ -

Excutive officer not available..

+

No central officer available.

diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts index 42e465e4b..aaa50062e 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/smart-pd-allocation/smart-pd-allocation.component.ts @@ -11,8 +11,8 @@ import { PdTrigerService } from '../../../pd-service/pd-triger.service'; }) export class SmartPdAllocationComponent implements OnInit { - public pageTitle: string = "Allocate To PD Officer"; - public pageTitle2: string = "Allocate To Excutive Officer"; + public pageTitle: string = "Allocate To Executive"; + public pageTitle2: string = "Allocate To Central Officer"; public _pdAllocationForm: FormGroup; public pdOfficerList: any = []; public pdExcutiveList: any = [];