From 5dbbeb15f6b0bb98d6643b255f18ce2efc297b9d Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Thu, 5 Aug 2021 19:59:19 +0000 Subject: [PATCH] --- ayanova/src/views/svc-quote.vue | 1 + ayanova/src/views/svc-workorder.vue | 102 +++++++++++++++------------- 2 files changed, 56 insertions(+), 47 deletions(-) diff --git a/ayanova/src/views/svc-quote.vue b/ayanova/src/views/svc-quote.vue index 612654fd..24743df7 100644 --- a/ayanova/src/views/svc-quote.vue +++ b/ayanova/src/views/svc-quote.vue @@ -672,6 +672,7 @@ export default { cp.wiki = null; //already copied, need to remove it instead } cp.states = []; + cp.lastStatusId = undefined; cp.items.forEach(x => { x.partRequests = []; }); diff --git a/ayanova/src/views/svc-workorder.vue b/ayanova/src/views/svc-workorder.vue index e626ec4b..71bcf956 100644 --- a/ayanova/src/views/svc-workorder.vue +++ b/ayanova/src/views/svc-workorder.vue @@ -31,15 +31,14 @@ - - + - - - -