From 120e549073bff7775c8565b07a2c8103b4d69a44 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Fri, 2 Jul 2021 19:05:21 +0000 Subject: [PATCH] --- ayanova/src/components/work-order-item-parts.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ayanova/src/components/work-order-item-parts.vue b/ayanova/src/components/work-order-item-parts.vue index 94b170ff..e64a8714 100644 --- a/ayanova/src/components/work-order-item-parts.vue +++ b/ayanova/src/components/work-order-item-parts.vue @@ -547,16 +547,19 @@ export default { if (!window.$gz.util.stringIsNullOrEmpty(serials)) { serials = serials.trim(); - serials += ","; + serials += ", "; } else { serials = ""; } - serials += this.selectedSerials.join(","); + serials += this.selectedSerials.join(", "); this.value.items[this.activeWoItemIndex].parts[ this.activeItemIndex ].serials = serials; + this.serialDialog = false; + this.availableSerials.splice(0); + this.selectedSerials.splice(0); }, async addPartAssembly() { let res = await window.$gz.api.get(