From cb3ea49a32bb30bc6fe16aa4f406fb354c1ee155 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 15 Apr 2021 20:42:21 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 6 +++++- .../work-order-item-scheduled-users.vue | 9 +++++--- ayanova/src/components/work-order-items.vue | 4 +++- ayanova/src/views/svc-workorder.vue | 21 ++++++++++++------- 4 files changed, 27 insertions(+), 13 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 25b2a761..3f3bb674 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -235,7 +235,11 @@ OVERALL - woitem must show error indicator in row if error is in it's children so user knows where to go - + `Items[${activeWoItemIndex}].scheduledUsers[ + ${activeItemIndex} + ].estimatedQuantity` + Items[3].scheduledUsers[ 0 ].estimatedQuantity + target: "Items[3].scheduledUsers[0].EstimatedQuantity" - test partial save (### and delete ###) with fail at each level (make up a fail if have to at server) - Error messages should display correctly both in alert box and in each item's controls diff --git a/ayanova/src/components/work-order-item-scheduled-users.vue b/ayanova/src/components/work-order-item-scheduled-users.vue index 143cd6b8..4edbb8e1 100644 --- a/ayanova/src/components/work-order-item-scheduled-users.vue +++ b/ayanova/src/components/work-order-item-scheduled-users.vue @@ -52,6 +52,11 @@