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 6d119d0ed..ff83913e9 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,84 +1,139 @@ + - -
- - -
-
-

{{master.lender_full_name}} - {{master.branch_name}}

- {{master.lender_applicant_id}} - {{master.pd_date_of_initiation}} -
-
- - - - - - - -
- - - person{{master.pd_allocated_to | titlecase}} - person{{master.executive_name | titlecase}}/{{master.centralofficer | titlecase}} - person{{master.centralofficer | titlecase}}    - {{master.pd_status | titlecase}}  On {{master.scheduled_on}} - {{master.pd_status | titlecase}} - QC Completed -
- -
-
-
- - -
- -
- - - - - -  {{master.city_name}} / {{master.state_name}}-{{master.pincode}} - -
- - + + +
+
+ + +
+

{{master.lender_short_name}}

+ {{master.branch_name}} +
+ {{master.lender_applicant_id}}
+ {{master.pd_date_of_initiation}}
+
+
+ {{master.scheduled_on}} + {{master.pd_allocated_to | titlecase}} + {{master.executive_name | titlecase}}/{{master.centralofficer | titlecase}} + {{master.centralofficer | titlecase}} +
- +
+
+ +
+
+
+ +
+
+
+ - - -

{{master.pd_contact_person}}   - {{master.pd_contact_mobileno}} - (Lender Contact Details) -

- -

{{master.product_name}} / {{master.subproduct_name}}

-

{{master.pd_type_name}} /  {{master.loan_amount}}

-

{{master.addressline1}}

-

Remarks : {{master.remarks}}

-
- -
-
- - + + + + + +
+
+
+
+
+ +
+
+
+
+
+
+ +
+
+ {{master.product_name}} / {{master.subproduct_name}} +
+
+
+
+
+   {{master.loan_amount}} +
+
+
+
+   {{master.pd_type_name}} +
+
+
+
+
+ +
+
+ {{master.addressline1}}, {{master.city_name}},
{{master.state_name}}-{{master.pincode}}
+
+
+
+ +
+
+
+

Lender Contact Details

+ +
+
+   {{master.pd_contact_person}} +
+
+
+
+   {{master.pd_contact_mobileno}} +
+
+
+
+
+
+

Remarks

+ + {{master.remarks}} +
+
+
+
+ +
+
+
+
+
+
+
+
+
+
+ +

PD Details

+ + + Applicants +
@@ -90,19 +145,19 @@

- +  {{applicant.applicant_name}}     - +  {{applicant.mobile_no}}     - +  +91{{applicant.landline}} -
Main Applicant - {{applicant.relation_name}} + ( Main Applicant ) + ( {{applicant.relation_name}} )

@@ -113,17 +168,16 @@
-
-
- - -
+ + + Additional Requirements + +
-
- +
+ Additional Requirements - @@ -137,41 +191,30 @@
-
-
- - - - -
Documents
-
-
- + + + Documents +

No Document

-
-
-
- - - - -
PD History
-
- -
- + + + + PD History +
+ {{master.time}}       {{master.user}}
{{master.log}}
@@ -179,9 +222,7 @@
- - - +
@@ -189,10 +230,10 @@ - -
-
- + + + QC Notes +
QC Notes
@@ -200,9 +241,12 @@ {{ pdMasterData[0]?.qc_remarks}}

-
-
+ + + + QC Remarks +
QC Remarks
@@ -222,11 +266,11 @@ {{ pdMasterData[0]?.qc_feedback}}
-
-
- -
- +
+ + + +
- \ No newline at end of file + 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 bdf8de1d6..0c83a24b0 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 @@ -8,4 +8,26 @@ } ::ng-deep .body-container{ padding: 0rem !important; -} \ No newline at end of file +} + + +:host { + margin-left: -5px; + margin-right: -5px; + margin-top: -5px; + display: block; +} +.wrapper { + margin: 6px; +} + +.content-data{ + h2{ + font-size: 1.5rem; + } +} +@media(max-width:767px){ + .profile-center{ + text-align: center; + } +}