diff --git a/ayanova/devdocs/todo.txt b/ayanova/devdocs/todo.txt index d403c2a6..125a5c3a 100644 --- a/ayanova/devdocs/todo.txt +++ b/ayanova/devdocs/todo.txt @@ -293,10 +293,9 @@ todo: many biz objects are not using new PUT methodology -CURRENTLY DOING: Address - select alternate - Need a unit on wo to see if it properly gets unit address - then implement UI to set - (also need to ensure no dupes in addresses) +CURRENTLY DOING: alternate address selector completion + - currently it's not showing all the addresses available when headoffice + - needs display and button / code to copy address selected Address - add get route customer/bill-to-address diff --git a/ayanova/src/components/work-order-address.vue b/ayanova/src/components/work-order-address.vue index cad41440..a2ea4848 100644 --- a/ayanova/src/components/work-order-address.vue +++ b/ayanova/src/components/work-order-address.vue @@ -602,6 +602,15 @@ function formatAddress(o) { } /* + +[ { "name": "Anderson, Price and Cormier", +"viz": "0607 Gusikowski Grove West Juston Kansas Tonga , lat 53.8735, long -94.0396", +"src": { + "customerpost": { "name": "Anderson, Price and Cormier", "postAddress": "29693 Autumn Terrace", "postCity": "West Juston", "postRegion": "Kansas", "postCountry": "Tonga", "postCode": "99517" }, + "customerphys": { "name": "Anderson, Price and Cormier", "address": "0607 Gusikowski Grove", "city": "West Juston", "region": "Kansas", "country": "Tonga", "latitude": 53.8735, "longitude": -94.0396 }, + "headofficepost": { "name": "Pfannerstill, Wilderman and Boyer", "postAddress": "41501 Grover Loop", "postCity": "South Alice", "postRegion": "Alaska", "postCountry": "Brazil", "postCode": "34640" } } } + ] + postAddress: null, postCity: null, postRegion: null,