From 1a25c853f4bda85e6c4f50159df88d2c969c55c1 Mon Sep 17 00:00:00 2001 From: John Cardinal Date: Wed, 14 Dec 2022 00:14:57 +0000 Subject: [PATCH] case 4341 --- ayanova/src/api/gzutil.js | 5 +++ ayanova/src/components/work-order-address.vue | 31 +++++++++++++++++++ ayanova/src/views/adm-global-settings.vue | 14 +++++++++ ayanova/src/views/adm-import.vue | 4 +++ ayanova/src/views/cust-customer.vue | 30 +++++++++++++++++- ayanova/src/views/cust-head-office.vue | 29 ++++++++++++++++- ayanova/src/views/svc-csr.vue | 1 + ayanova/src/views/svc-pm.vue | 4 ++- ayanova/src/views/svc-quote.vue | 5 ++- ayanova/src/views/svc-unit.vue | 31 ++++++++++++++++++- ayanova/src/views/svc-workorder.vue | 5 ++- ayanova/src/views/vendor.vue | 30 +++++++++++++++++- 12 files changed, 182 insertions(+), 7 deletions(-) diff --git a/ayanova/src/api/gzutil.js b/ayanova/src/api/gzutil.js index 97eed924..23882da8 100644 --- a/ayanova/src/api/gzutil.js +++ b/ayanova/src/api/gzutil.js @@ -829,6 +829,11 @@ export default { if (obj.postCode) { q += obj.postCode + delimiter; } + + if (obj.addressPostal) { + q += obj.addressPostal + delimiter; + } + if (q.length > 1) { q = q.substring(0, q.length - 1); } diff --git a/ayanova/src/components/work-order-address.vue b/ayanova/src/components/work-order-address.vue index e01f54e2..a12b1396 100644 --- a/ayanova/src/components/work-order-address.vue +++ b/ayanova/src/components/work-order-address.vue @@ -146,6 +146,25 @@ > + + + + + + + + + + + + + + + + + + + + + + + +