From 70979ce716f50a1e81e46d06e92bf89653952127 Mon Sep 17 00:00:00 2001 From: sriram-at-840620226347 Date: Sat, 27 Jun 2020 13:07:00 +0530 Subject: [PATCH] vendor status update --- .../manage-pd/list-pd/all-pd/all-pd.component.html | 10 ++++++---- .../completed-pd/completed-pd.component.html | 7 ++++--- .../inprogress-pd/inprogress-pd.component.html | 7 ++++--- .../qc-completed-pd/qc-completed-pd.component.html | 7 ++++--- .../scheduled-pd/scheduled-pd.component.html | 7 ++++--- .../list-pd/view-pd/view-pd.component.html | 14 ++++++++++---- 6 files changed, 32 insertions(+), 20 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 a8ab988db..1a1c08240 100755 --- 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 @@ -121,18 +121,20 @@ - {{details.pd_status}} - QC COMPLETED + {{details.pd_status}} + QC COMPLETED
{{ (details.updatedon)? (details.updatedon | slice:0:10):(details.updatedon) }} - +
+ ( {{details.vendor_status}} ) {{ (details.updatedon)? (details.updatedon | slice:0:10):(details.updatedon) }} {{details.scheduled_on}} +
-
+ 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 25f4c31b2..984816466 100755 --- 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 @@ -111,11 +111,12 @@ - {{details.pd_status}}
+ {{details.pd_status}}
{{ (details.updatedon)? (details.updatedon | slice:0:10):(details.updatedon) }} - +
+ ( {{details.vendor_status}} )
-
+ 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 886760bc7..b7b839ac9 100755 --- 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 @@ -108,11 +108,12 @@ - {{details.pd_status}}
+ {{details.pd_status}}
{{ (details.updatedon)? (details.updatedon | slice:0:10):(details.updatedon) }} - +
+ ( {{details.vendor_status}} )
-
+ 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 35c5c88e1..1698efbc3 100755 --- 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 @@ -108,14 +108,15 @@ - {{details.pd_status}}
+ {{details.pd_status}}
{{details.scheduled_on}} - +
+ ( {{details.vendor_status}} )
-
+