From d864ef4bc939e1085d35997f88e2f16fdc22e1e6 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 15 Jan 2021 23:44:35 +0000 Subject: [PATCH] --- ayanova/src/components/pick-list.vue | 2 ++ ayanova/src/views/inv-part-assembly.vue | 38 +++++++++++++++++++++++-- 2 files changed, 38 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/pick-list.vue b/ayanova/src/components/pick-list.vue index 8e2e5e48..58005ffe 100644 --- a/ayanova/src/components/pick-list.vue +++ b/ayanova/src/components/pick-list.vue @@ -130,6 +130,8 @@ export default { } }, methods: { + //Get full selection for use on forms where we need the + //full selection including name, active, id getFullSelectionValue() { return this.lastSelection; }, diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index f1dd9890..95d7adb8 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -19,6 +19,15 @@ +