From b52add10d2b7bf909d2796f5273dac7138e10add Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Mon, 5 Jul 2021 21:05:14 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 - ayanova/src/api/ayanova-version.js | 2 +- .../src/components/work-order-item-parts.vue | 14 ------- .../src/components/work-order-item-units.vue | 42 ++++++++++++++++++- ayanova/src/main.js | 2 +- 5 files changed, 43 insertions(+), 19 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index 9a15c6ef..8043ff19 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -422,8 +422,6 @@ todo: many biz objects are not using new PUT methodology CURRENTLY DOING: - - todo 2-3: cases 3501 / 3867 both - bulk add units by tag Do this as a separate popup dialog accessible from woitemunits list menu It will do a search by tag for units and create a woitemunit record for each one found diff --git a/ayanova/src/api/ayanova-version.js b/ayanova/src/api/ayanova-version.js index 70b3561f..b7621cb3 100644 --- a/ayanova/src/api/ayanova-version.js +++ b/ayanova/src/api/ayanova-version.js @@ -1,4 +1,4 @@ export default { - version: "8.0.0-alpha.112", + version: "8.0.0-alpha.113", copyright: "© 1999-2021, Ground Zero Tech-Works Inc." }; diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index 53b89dfa..54de2991 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -505,20 +505,6 @@ export default { }, methods: { async selectSerials() { - /* - TODO: - - fetch current list of serials - - remove already selected serials from that list - put into availableSerials - - create selection dialog by adding datatable can select from checkboxes and ADD button - dialog is strictly for adding - - when done sb able to view current available serials not selected, quickly pick them off and then add en-masse - - */ this.availableSerials.splice(0); this.selectedSerials.splice(0); diff --git a/ayanova/src/components/work-order-item-units.vue b/ayanova/src/components/work-order-item-units.vue index 4e2de619..5436773e 100644 --- a/ayanova/src/components/work-order-item-units.vue +++ b/ayanova/src/components/work-order-item-units.vue @@ -218,6 +218,43 @@ > + + + +