From 84668c77e5b7483449358db354e4dfb60b0f8ca4 Mon Sep 17 00:00:00 2001 From: saravanakumarkandasami Date: Wed, 7 Nov 2018 15:02:42 +0530 Subject: [PATCH] UI in PD and QC forms --- .../supplier-info.component.html | 141 +++++++++--------- .../list-pd/start-pd/start-pd.component.html | 21 ++- .../list-pd/view-pd/view-pd.component.html | 6 +- .../qc-list/qc-view/qc-view.component.html | 6 +- ng6-seed/src/index.html | 2 +- 5 files changed, 95 insertions(+), 81 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html index 152e6d3a5..b244be4e3 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/forms/supplier-info/supplier-info.component.html @@ -1,5 +1,6 @@ +

Supplier Details

@@ -11,73 +12,79 @@
-
-
-
-
- - - - -
-
- - - - -
-
- - - - -
-
-
-
- - - {{ pm.name }} - - -
-
- - - - -
-
- - - - -
-
-
-
- - - {{ feq.name }} - - -
-
- - - - -
- -
- - - -
-
-
-
- + +
+
+
+ + + + + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html index 8653773ec..7788df8b8 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/start-pd/start-pd.component.html @@ -23,8 +23,8 @@ - - {{ (formButton.form_name.length>15)? (formButton.form_name | slice:0:15)+'..':(formButton.form_name) }} + + {{ (formButton.form_name.length>17)? (formButton.form_name | slice:0:17)+'..':(formButton.form_name) }} @@ -58,9 +58,8 @@
- - -

No Records Found..

+ +

No Records Found..

@@ -69,8 +68,8 @@ - - + + {{optionsForm.controls.pd_question.value}} @@ -134,7 +133,7 @@
-
+
skip_previous chevron_left @@ -148,7 +147,7 @@ - + {{selectedCategory.question}} @@ -237,7 +236,7 @@
-
+
skip_previous chevron_left @@ -333,7 +332,7 @@
-
+
skip_previous chevron_left 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 00b3d4d69..a0dfcc36d 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 @@ -45,9 +45,13 @@ + +

{{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}} , {{master.addressline2}} , {{master.addressline3}}

+

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

+

Remarks : {{master.remarks}}

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 943abcf9c..350c34216 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 @@ -40,10 +40,14 @@ +

{{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}},{{master.addressline2}} ,{{master.addressline3}}

-
+

Remarks : {{master.remarks}}

+ + diff --git a/ng6-seed/src/index.html b/ng6-seed/src/index.html index 84a9194ad..1703d3bd1 100644 --- a/ng6-seed/src/index.html +++ b/ng6-seed/src/index.html @@ -135,7 +135,7 @@ .swal2-title, .swal2-header { text-align:left !important; } - .mat-card-subtitle{ + .mat-card, .mat-card-content, .mat-card-subtitle{ color:#000 !important; }