diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/capture-btn/capture-btn.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/capture-btn/capture-btn.component.html index 9aaee10..9c64dd8 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/capture-btn/capture-btn.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/capture-btn/capture-btn.component.html @@ -1,6 +1,6 @@ \ No newline at end of file diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/common-ques/common-ques.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/common-ques/common-ques.component.html index bcf0a0d..8ead091 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/common-ques/common-ques.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/pd-questions/common-ques/common-ques.component.html @@ -39,25 +39,24 @@
Not Met - - - + formControlName="is_person_met"> +
Met

-
+
-
+
- - + + @@ -68,8 +67,8 @@
- - + + Name of Person Met Person Name required -
-
+ + + - Person Met pic is Required -
+ +
@@ -118,7 +117,7 @@ src="{{getQuestionControl().at(0).value.person_met_entered_pic}}" style="max-width: 70px;max-height: 70px" >
- + ID Proof of the person + Required
@@ -409,8 +409,10 @@ + - @@ -574,7 +580,9 @@ + + @@ -624,8 +632,12 @@
No Photographs Found
- +
+ + + Add More +
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.html index 80b1bdb..26a0d58 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.html @@ -3,19 +3,19 @@
- -
+
+
-
+
- + - {{selectedMoment | date: 'dd/MM/yyyy'}} + {{selectedMoment | date: 'dd/MM/yyyy'}}     {{selectedMoment | date:'h:mm a'}} - + - - + + - +
+
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.scss index e69de29..ee1781a 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/schedule-pd/schedule-pd.component.scss @@ -0,0 +1,3 @@ +.mat-list-item-content{ + padding:0px !important; +} diff --git a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts index c055db5..e7b7252 100755 --- a/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts +++ b/ng6-seed/src/app/personal-discussion/pd-service/pd-triger.service.ts @@ -318,6 +318,11 @@ export class PdTrigerService { catchError(this.handleError('operation', [])) ) } + saveApplicantImgFromVendorForm(params) { + let userId= this._aws.getlocale(); + params.fk_createdby= userId + return this._http.post(this.apiUrl+'saveApplicantImgFromVendorForm',params) + } // load PD question answers // getAnswersForPD(list: any): Observable { diff --git a/ng6-seed/src/assets/images/PD_watermark.png b/ng6-seed/src/assets/images/PD_watermark.png new file mode 100755 index 0000000..a3809e8 Binary files /dev/null and b/ng6-seed/src/assets/images/PD_watermark.png differ