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 48043d646..3df205ec8 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,85 +1,95 @@ -
- - -
-
-

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

- {{master.lender_applicant_id}} - {{master.pd_date_of_initiation}} -
-
- - - +
+ + +
+
+

{{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 -
- -
-
-
- - -
-
- - - - + 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.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}}

-
-
-
-
- - -
- -
- - Applicants - + +
+ - - - -

+ + +

{{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}}

+
+ +
+
+ + +
+ +
+ + Applicants + + + + + +

 {{applicant.applicant_name}}     @@ -89,109 +99,120 @@     -  +91{{applicant.landline}} +  +91{{applicant.landline}} -
Main Applicant - {{applicant.relation_name}} -

-
-
-
-

No Applicant

-
-
-
- - -
- -
- - Additional Requirements - - - - - -

{{requirement.add_requirement}}

-
+
Main Applicant + {{applicant.relation_name}} +

+
-

No Additional Requirements

-
-
-
- - - - -
Documents
-
-
- - - - {{documents.pd_document_title}} - - - -
- - -

No Document

-
+ + +

No Applicant

+
-
-
- - - - -
PD History
-
- -
- - - {{master.time}}       {{master.user}}
{{master.log}}
+ +
+
+ + +
+ +
+ + Additional Requirements + - - - - - - - - -

No History

-
-
- -
-
- -
-
QC Remarks
-
-

- {{ pdMasterData[0].qc_remarks}}

-

- {{ pdMasterData[0]?.qc_feedback}}

-
-

- -

-
- -
-
-
-
-
-
-
+ + + +

{{requirement.add_requirement}}

+
+
+
+ + +

No Additional Requirements

+
+
+
+ +
+ + + + +
Documents
+
+
+ + + + {{documents.pd_document_title}} + + + +
+ + + +

No Document

+
+
+
+
+
+ + + + +
PD History
+
+ +
+ + + {{master.time}}       + {{master.user}}
{{master.log}}
+ +
+ +
+ +
+ + + + +

No History

+
+
+
+ +
+
+ +
+
QC Remarks
+
+

+ {{ pdMasterData[0].qc_remarks}}

+

+ {{ pdMasterData[0]?.qc_feedback}}

+
+

+ +

+
+ +
+
+ + + - - + \ No newline at end of file