From c3f3d06caaf966c150a171b303b31d82f73bd4a2 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 5 May 2021 22:38:55 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-items.vue | 13 ++++++++----- 1 file changed, 8 insertions(+), 5 deletions(-) diff --git a/ayanova/src/components/work-order-items.vue b/ayanova/src/components/work-order-items.vue index 4f6c7aea..22cff49c 100644 --- a/ayanova/src/components/work-order-items.vue +++ b/ayanova/src/components/work-order-items.vue @@ -56,6 +56,13 @@ :show-select="$vuetify.breakpoint.xs" single-select > + @@ -479,11 +486,7 @@ and it's probably not a big list to fill anyway id: x.id, sequence: x.sequence, notes: x.notes, - quantityReceived: window.$gz.locale.decimalLocalized( - x.quantityReceived, - this.pvm.languageName - ), - status: stat.name, + status: stat, requestDate: window.$gz.locale.utcDateToShortDateAndTimeLocalized( x.requestDate, this.pvm.timeZoneName,