From 4afb02c8cd5035000590a081118a68b88fb9d74b Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Apr 2021 19:27:02 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-state.vue | 21 ++++++++++++++++--- ayanova/src/views/svc-workorder.vue | 23 +++++++++++++++------ 2 files changed, 35 insertions(+), 9 deletions(-) diff --git a/ayanova/src/components/work-order-state.vue b/ayanova/src/components/work-order-state.vue index f025804d..7f29d55e 100644 --- a/ayanova/src/components/work-order-state.vue +++ b/ayanova/src/components/work-order-state.vue @@ -55,6 +55,11 @@ +
+ allstates: + {{ value.states }} +
+
currentstate:{{ pvm.currentState }}
@@ -66,9 +71,8 @@ TODO: POC for now don't worry about rights to unset / set certain states, just hook it up for testing todo: it must be clear to user why they can not change if they have too low a role to change, perhaps text under state instead of selector box that says "Only select roles can change this state" - + todo: view state history --> - {{ pvm.currentState }}