From 4e492686a6127ec1922c467acb0c5f400b70c6e7 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 6 Apr 2021 21:51:22 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 +- .../work-order-item-scheduled-users.vue | 25 +++- ayanova/src/components/work-order-items.vue | 111 ++++++++---------- ayanova/src/components/work-order-state.vue | 13 +- ayanova/src/views/svc-workorder.vue | 20 ++++ 5 files changed, 92 insertions(+), 79 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index eb909889..3fff0614 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -219,7 +219,7 @@ CURRENTLY DOING: workorder front POC - test out, confirm can CRUD as planned independantly and all at once - will need some dirty fields and viz fields likely added to models so go minimal route as possible to POC it - NEED editable field at every level to test out the updating and partial updating process - - NEED state control right away to test that aspect + - once pass this step then second pass at new features that affect models (not necessarily UI stuff just fields required etc) shouldn't be too much as already did that when recently fleshed out models but no doubt missed much - then full in front end and flow out to back end as required, remove any backend that was a defunct evolutionary path so no cruft left around diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue index 3db1ec69..ec92c6e6 100644 --- a/ayanova/src/components/work-order-item-scheduled-users.vue +++ b/ayanova/src/components/work-order-item-scheduled-users.vue @@ -7,12 +7,12 @@ @@ -25,6 +25,21 @@ + [selected su_index: {{ pvm.selectedScheduledUserItemIndex }}] + + + + + + + + + + + $ayiPlus + + {{ $ay.t("New") }} + + + + -