diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.html index 070d4d392..c13b57a67 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.html @@ -20,7 +20,7 @@
-

Note : Do Carefully , After Save Can't be Change

+

Note : Changes once made can't be revoked. Are you sure of the Customer Segment?

diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.ts b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.ts index a39ab5aa8..16dddb5cc 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.ts +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/initiate-additional-pd/initiate-additional-pd.component.ts @@ -16,7 +16,7 @@ export class InitiateAdditionalPdComponent implements OnInit { customerSegmentList: any=[]; constructor(notifier: NotifierService,private _fb: FormBuilder, private _pd: PdTrigerService, @Inject(MAT_DIALOG_DATA) public data: any, private dialogRef: MatDialogRef) { this.notifier = notifier; - this.pageTitle="Initiate Address for PD Process" + this.pageTitle="Choose customer segment For this PD address" } ngOnInit() { diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html index 3a826256d..cf43872c6 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.html @@ -1,11 +1,12 @@ +
- + - +
@@ -15,7 +16,7 @@
- +
@@ -27,9 +28,9 @@
-
+ - +
@@ -41,8 +42,8 @@
-
- + +
@@ -53,14 +54,17 @@
-
+
- -
- {{master.loan_amount}} -
+
+ Loan Amount +
+
+ {{master.loan_amount}} +
+
@@ -99,7 +103,7 @@
- +
@@ -108,9 +112,10 @@ {{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Addon Pending' : master.pd_status | titlecase}}
--> +
-
+
{{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : master.pd_status | titlecase}}
@@ -123,7 +128,7 @@
-
+
{{master.pd_allocated_to | titlecase}}
@@ -134,7 +139,7 @@ {{master.centralofficer | titlecase}}
-
+
{{master.scheduled_on}}
@@ -152,7 +157,7 @@
-
+
{{addresses.addtional_pd_data[0].pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : addresses.addtional_pd_data[0].pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : addresses.addtional_pd_data[0].pd_status | titlecase}}
@@ -162,7 +167,7 @@
-
+
{{addresses.addtional_pd_data[0].pd_allocated_to | titlecase}}
@@ -173,7 +178,7 @@ {{addresses.addtional_pd_data[0].centralofficer | titlecase}}
-
+
{{addresses.addtional_pd_data[0].scheduled_on}}
@@ -183,8 +188,8 @@
- - + +
@@ -205,9 +210,10 @@
- - Remarks + + Remarks +

{{master.remarks}}

@@ -230,7 +236,7 @@ Applicants
--> -
+
Applicants
@@ -274,7 +280,7 @@ Additional Requirements --> -
+
Additional Requirements
@@ -313,7 +319,7 @@ QC Notes -
+
QC Notes

@@ -324,7 +330,7 @@ QC Feedback

-
+
QC Feedback
diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.scss index dc3c39ef2..76e7ad43d 100755 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/view-pd/view-pd.component.scss @@ -13,12 +13,12 @@ .metaDataStyle{ height:89px !important; } -.headerdesign{ - border-radius: 5px !important; - // border-bottom-left-radius: 5px !important; - // border-bottom-right-radius: 5px !important; - box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important; -} +// .headerdesign{ +// border-radius: 5px !important; +// // border-bottom-left-radius: 5px !important; +// // border-bottom-right-radius: 5px !important; +// box-shadow: 0 5px 11px 0 rgba(0,0,0,.18), 0 4px 15px 0 rgba(0,0,0,.15) !important; +// } :host { margin-left: -5px; diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html index 4ec2323ff..bfabb09db 100755 --- a/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html +++ b/ng6-seed/src/app/quality-check/qc-list/qc-view/qc-view.component.html @@ -3,61 +3,197 @@
- - - - - {{master.lender_short_name}} - - - {{master.branch_name}} - - - {{master.lender_applicant_id}} - - - {{master.pd_date_of_initiation}} - - - - {{master.product_name}} - - - {{master.subproduct_name}} - - - {{master.loan_amount}} - - - - {{master.pd_type_name}} - - - - - - - - + + - + + +
+
+
+ {{master.pd_type_name}} +
+
+
+
+ + + +
+
+
+ {{master.lender_short_name}} +
+
+ {{master.branch_name}} +
+
+
+
+ + +
+
+
+ {{master.lender_applicant_id}} +
+
+ {{master.pd_date_of_initiation}} +
+
+
+
+ + + + +
+
+
+ {{master.product_name}}
+ {{master.subproduct_name}} +
+ +
+
+
+ + +
+
+
+ Loan Amount +
+
+ {{master.loan_amount}} +
+ +
+
+
+
+
+ Lender Contact Details + + + {{master.pd_contact_person}} + + + {{master.pd_contact_mobileno}} + + +
+ + + + + +
-
+
+ + + + -
-
- - + +
+
- + + + +
+
+ +
+
+
+ {{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : master.pd_status | titlecase}} +
+
+ + + +
+
+
+
+
+
+
+ {{master.pd_allocated_to | titlecase}} +
+
+ {{master.executive_name | titlecase}} +
+
+ {{master.centralofficer | titlecase}} +
+
+
+ {{master.scheduled_on}} +
+
+
+ +
+
+
+
+ + + + + + + +
+
+
+ {{addresses.addtional_pd_data[0].pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : addresses.addtional_pd_data[0].pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : addresses.addtional_pd_data[0].pd_status | titlecase}} +
+
+ + +
+
+
+
+
+ {{addresses.addtional_pd_data[0].pd_allocated_to | titlecase}} +
+
+ {{addresses.addtional_pd_data[0].executive_name | titlecase}} +
+
+ {{addresses.addtional_pd_data[0].centralofficer | titlecase}} +
+
+
+ {{addresses.addtional_pd_data[0].scheduled_on}} +
+
+
+
+
+
+ +
+
+
@@ -70,107 +206,19 @@
- -
-
- - -
-
- {{master.pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : master.pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : master.pd_status | titlecase}} -
-
- - - -
-
-
-
-
- {{master.pd_allocated_to | titlecase}} -
-
- {{master.executive_name | titlecase}} -
-
- {{master.centralofficer | titlecase}} -
-
-
- {{master.scheduled_on}} -
-
- -
-
-
- - - - - - - - -
-
- {{addresses.addtional_pd_data[0].pd_status==pdStatusCheck.QC_COMPLETED ? 'QC Completed' : addresses.addtional_pd_data[0].pd_status==pdStatusCheck.ADD_ON_PENDING ? 'Completed' : addresses.addtional_pd_data[0].pd_status | titlecase}} -
-
- - -
-
-
-
-
- {{addresses.addtional_pd_data[0].pd_allocated_to | titlecase}} -
-
- {{addresses.addtional_pd_data[0].executive_name | titlecase}} -
-
- {{addresses.addtional_pd_data[0].centralofficer | titlecase}} -
-
-
- {{addresses.addtional_pd_data[0].scheduled_on}} -
-
-
-
- -
+
-
- - - Lender Contact Details - - - - - {{master.pd_contact_person}} - - - {{master.pd_contact_mobileno}} - - - - -
+ + +
- + - Remarks + Remarks +

{{master.remarks}}

@@ -195,7 +243,7 @@ Applicants --> -
+
Applicants
@@ -239,7 +287,7 @@ Additional Requirements --> -
+
Additional Requirements
@@ -278,7 +326,7 @@ QC Notes -
+
QC Notes

@@ -289,7 +337,7 @@ QC Feedback

-
+
QC Feedback