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 f4ed49068..8400ed5bf 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 @@ -4,51 +4,92 @@
- - - - {{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.lender_short_name}} +
+
+ {{master.branch_name}} +
+
+
+
+
+ + +
+
+
+ {{master.lender_applicant_id}} +
+
+ {{master.pd_date_of_initiation}} +
+
+
+
+
+ +
+
+
+ {{master.product_name}}
+ {{master.subproduct_name}} +
+ +
+
+
+
+ +
+
+ +
+ {{master.loan_amount}} +
+
+
+
+ +
+ Lender Contact Details + + + {{master.pd_contact_person}} + + + {{master.pd_contact_mobileno}} + + +
- - - - - - -
-
+
+ + + +
@@ -57,7 +98,93 @@
- + + + +
+
+ +
+
+
+ {{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}} +
+
+
+
+
+
+ +
+
+
@@ -71,114 +198,20 @@
- -
-
- - -
-
- {{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}}

-
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 ca365439f..dc3c39ef2 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 @@ -1,3 +1,4 @@ + .cardEdit { float:right; padding-top:3%; @@ -12,7 +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; +} :host { margin-left: -5px; @@ -35,12 +41,12 @@ } } -.mat-list .mat-list-item.center .mat-list-item-content{ - justify-content: center; -// color: #fff -} -.mat-list .mat-list-item.center .mat-list-text>*{ -margin: 0 auto 0 0; -} +// .mat-list .mat-list-item.center .mat-list-item-content{ +// justify-content: center; +// // color: #fff +// } +// .mat-list .mat-list-item.center .mat-list-text>*{ +// margin: 0 auto 0 0; +// }