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 &&