From ae9191f22818f4effa685d32c1c0887d290272e7 Mon Sep 17 00:00:00 2001 From: saravanakumarkandasami Date: Tue, 30 Oct 2018 16:43:07 +0530 Subject: [PATCH] UI in dashboard and view of PD and QC --- .../app/dashboard/dashboard.component.html | 189 +++++++++--------- .../app/dashboard/dashboard.component.scss | 6 + .../list-pd/view-pd/view-pd.component.html | 78 +++----- .../qc-list/qc-view/qc-view.component.html | 46 ++--- 4 files changed, 150 insertions(+), 169 deletions(-) diff --git a/ng6-seed/src/app/dashboard/dashboard.component.html b/ng6-seed/src/app/dashboard/dashboard.component.html index 20afbf8d6..276146a03 100644 --- a/ng6-seed/src/app/dashboard/dashboard.component.html +++ b/ng6-seed/src/app/dashboard/dashboard.component.html @@ -1,97 +1,96 @@ - -
- -
-
- - Today's Details - -
- -
- Full - - -
- -
- Semi - - -
-
- Tele - - -
-
-
-
- -
- - - - Lenderwise - - - - -

{{item.lendername}} / {{item.billingaddr}}

-

Full -{{item.fullpd}} / Smart -{{item.smartpd}} / Tele - {{item.telepd}}

-
-
-
-
-
- - CityWise - - - - -

{{item.cityname}}

-

Full -{{item.fullpd}} / Smart -{{item.smartpd}} / Tele - {{item.telepd}}

-
-
-
-
-
- - Alert warning - - - - - -

{{item.applicantname}}

-

{{item.applicantid}}

-

{{item.lendername}} - {{item.status}}

-
-
-
-
-
-
-
-
-
- - + +
+
+ + Today's Details + + +
+ Full + + +
-
\ No newline at end of file +
+ Smart + + +
+
+ Tele + + +
+ + +
+ +
+
+ + Alert warning + + + + + +

{{item.applicantname}}

+

{{item.applicantid}}

+

{{item.lendername}} - {{item.status}}

+
+
+
+
+
+
+ +
+ + Lenderwise + + + + + +

{{item.lendername}} / {{item.billingaddr}}

+

Full -{{item.fullpd}} / Smart -{{item.smartpd}} / Tele - {{item.telepd}}

+
+
+
+
+
+
+
+ + CityWise + + + + +

{{item.cityname}}

+

Full -{{item.fullpd}} / Smart -{{item.smartpd}} / Tele - {{item.telepd}}

+
+
+
+
+
+
+ +
+
+ \ No newline at end of file diff --git a/ng6-seed/src/app/dashboard/dashboard.component.scss b/ng6-seed/src/app/dashboard/dashboard.component.scss index df726b79a..f13f963e8 100644 --- a/ng6-seed/src/app/dashboard/dashboard.component.scss +++ b/ng6-seed/src/app/dashboard/dashboard.component.scss @@ -2,6 +2,12 @@ $red: #f5515f; $blue: #05abe0; $grey: #343434; $p: 12px; +mat-card-title{ + background-color:#f44336 !important; + color:#fff; + padding-bottom: 1rem; + margin-bottom: 0px; +} .profile { position: relative; width: 100%; 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 73ab9ae60..c59bea6ae 100644 --- 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 @@ -3,7 +3,7 @@
-

{{master.lender_full_name}} - {{master.lender_applicant_id}}

+

{{master.lender_full_name}} - {{master.lender_applicant_id}}

{{master.pd_date_of_initiation}}
@@ -36,10 +36,10 @@ -

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

-

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

-

{{master.addressline1}},{{master.addressline2}} ,{{master.addressline3}}

-

{{master.pd_status}} - {{ (master.updatedon)? (master.updatedon | slice:0:10):(master.updatedon) }}

+

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

+

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

+

{{master.addressline1}} , {{master.addressline2}} , {{master.addressline3}}

+

{{master.pd_status}} - {{ (master.updatedon)? (master.updatedon | slice:0:10):(master.updatedon) }}

@@ -64,52 +64,36 @@  {{applicant.mobile_no}}
Main Applicant    {{applicant.relation_name}} -

- - - - +

+ - - -

No Applicant

- - - - +

No Applicant

+
- -
+
- - - - Documents - - - - - -

- {{documents.pd_document_title}}     - -  {{documents.pd_document_name}} -

-
- -
-
-

No Document

- -
- - -
-
+ + + +
Documents
+
+
+ + +

{{documents.pd_document_title}}

+ +
+
+
+ + +

No Document

+
+
+
+
@@ -120,7 +104,7 @@ -

{{masterHistory}}

+ {{masterHistory}}
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 7b44a74b9..2b79bc7d6 100644 --- 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 @@ -83,33 +83,25 @@
- - - - Documents - - - - - -

- {{documents.pd_document_title}}     - -  {{documents.pd_document_name}} -

-
- -
-
-

No Document

- -
- - + + + +
Documents
+
+ +
+ + +

+ {{documents.pd_document_title}} + +

+
+
+
+

No Document

-
+
@@ -120,7 +112,7 @@ -

{{masterHistory}}

+ {{masterHistory}}