From e2f2ba8b8dcf807a882b790171e9209301690bde Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 31 Oct 2018 12:46:37 +0530 Subject: [PATCH 1/2] pd and qc list screen tab changes --- .../manage-pd/list-pd/all-pd/all-pd.component.html | 2 +- .../list-pd/completed-pd/completed-pd.component.html | 2 +- .../list-pd/inprogress-pd/inprogress-pd.component.html | 2 +- .../manage-pd/list-pd/list-pd.component.html | 10 +++++----- .../manage-pd/list-pd/list-pd.component.scss | 9 ++++++++- .../qc-completed-pd/qc-completed-pd.component.html | 2 +- .../list-pd/scheduled-pd/scheduled-pd.component.html | 2 +- .../app/quality-check/qc-list/qc-list.component.html | 4 ++-- .../app/quality-check/qc-list/qc-list.component.scss | 9 ++++++++- 9 files changed, 28 insertions(+), 14 deletions(-) diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html index 26a1a14eb..c90384612 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/all-pd/all-pd.component.html @@ -31,7 +31,7 @@ - diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html index 4fe4b3d2f..6b1dabefe 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/completed-pd/completed-pd.component.html @@ -30,7 +30,7 @@ + matTooltipPosition="above" color="primary">visibility diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html index 2d8717a78..4487795cc 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/inprogress-pd/inprogress-pd.component.html @@ -29,7 +29,7 @@ - + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html index 5b846cb0d..405e0fb14 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.html @@ -15,26 +15,26 @@ - All + select_all All - Scheduled + schedule Scheduled - In Progress + hdr_strong  In Progress - Completed + done  Completed - QC Completed + done_all QC_Completed diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.scss b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.scss index 9e293a473..123db6e6c 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.scss +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/list-pd.component.scss @@ -13,4 +13,11 @@ } .fontsize{ font-size:14px; -} \ No newline at end of file +} + +.mat-ink-bar{ + background-color:red; +} +.mat-tab-label-active{ + color: red !important; + } \ No newline at end of file diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html index 8b1d38166..785c6309b 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/qc-completed-pd/qc-completed-pd.component.html @@ -29,7 +29,7 @@ - + diff --git a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html index 7c7ba2623..f8177653a 100644 --- a/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html +++ b/ng6-seed/src/app/personal-discussion/manage-pd/list-pd/scheduled-pd/scheduled-pd.component.html @@ -32,7 +32,7 @@ - + diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-list.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-list.component.html index 5dd4f9d75..bbe37f0d7 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-list.component.html +++ b/ng6-seed/src/app/quality-check/qc-list/qc-list.component.html @@ -11,11 +11,11 @@ - Completed + done Completed - QC Completed + done_all QC Completed diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-list.component.scss b/ng6-seed/src/app/quality-check/qc-list/qc-list.component.scss index 9e293a473..123db6e6c 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-list.component.scss +++ b/ng6-seed/src/app/quality-check/qc-list/qc-list.component.scss @@ -13,4 +13,11 @@ } .fontsize{ font-size:14px; -} \ No newline at end of file +} + +.mat-ink-bar{ + background-color:red; +} +.mat-tab-label-active{ + color: red !important; + } \ No newline at end of file From 9dcf8584f248dc98dd8298107601766c918992f7 Mon Sep 17 00:00:00 2001 From: gandhimathi Date: Wed, 31 Oct 2018 13:22:44 +0530 Subject: [PATCH 2/2] qc start pd changes --- .../qc-list/qc-start/qc-start.component.html | 20 +++++++++---------- .../qc-list/qc-start/qc-start.component.ts | 1 + 2 files changed, 11 insertions(+), 10 deletions(-) diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html index b3c34a3a0..ee18ef9b1 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.html @@ -124,10 +124,10 @@
- arrow_backward + arrow_backward skip_previous skip_next - arrow_forward + arrow_forward
@@ -227,10 +227,10 @@
- arrow_backward - skip_previous - skip_next - arrow_forward + arrow_backward + skip_previous + skip_next + arrow_forward
@@ -262,7 +262,7 @@ - +
{{checkBoxForm.controls.pd_question.value}}
@@ -323,10 +323,10 @@
- arrow_backward + arrow_backward skip_previous - skip_next - arrow_forward + skip_next + arrow_forward
diff --git a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts index c0617707e..fd7384441 100644 --- a/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts +++ b/ng6-seed/src/app/quality-check/qc-list/qc-start/qc-start.component.ts @@ -121,6 +121,7 @@ loadTemplates(startID:string){ // load question based answer list getAnswers(serachList:any){ + this.answerList=[]; this._qc.getAnswersForPD(serachList).subscribe( data => {