From 9ffa94c6a78b37cd92bfab517768a3a51536c525 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Tue, 16 Mar 2021 22:12:44 +0000 Subject: [PATCH] --- ayanova/devdocs/todo.txt | 2 -- ayanova/src/views/inv-part-assembly.vue | 11 +++++++++-- 2 files changed, 9 insertions(+), 4 deletions(-) diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index a94e93f6..1b6bc420 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -58,8 +58,6 @@ todo: v8 migrate additions ## CLIENT MISC ITEMS -todo: partassembly form should use an edit dialog rather than edit in place in the grid as it's ugly and clunky and outside of the standard that will be used in PO and wo etc - copy from Contract form and use it's technique for immediate viz value sync event todo: Parts, fractional values?? should anywhere a quantity of part show be a decimal control and if so then should show no trailing zeros like v7? The correct thing to do is ensure decimal numbers if entered display localized anywhere so bearing that in mind.... diff --git a/ayanova/src/views/inv-part-assembly.vue b/ayanova/src/views/inv-part-assembly.vue index a11b8ce1..296b040c 100644 --- a/ayanova/src/views/inv-part-assembly.vue +++ b/ayanova/src/views/inv-part-assembly.vue @@ -19,7 +19,7 @@ - + {{ $ay.t("PartList") }} $ayiPlus @@ -39,7 +39,11 @@ - + {{ item.partViz }} @@ -481,6 +485,9 @@ export default { form() { return window.$gz.form; }, + thisVm() { + return this; + }, fieldValueChanged(ref) { if ( this.formState.ready &&