diff --git a/ayanova/src/components/tax-picker.vue b/ayanova/src/components/tax-picker.vue index 48b910ad..58f80f42 100644 --- a/ayanova/src/components/tax-picker.vue +++ b/ayanova/src/components/tax-picker.vue @@ -14,8 +14,15 @@ > @@ -23,7 +30,7 @@ ///////////////////////////////////////////////////////////////////////////////////////////////////////////// /* XXXeslint-disable */ //////////////////////////////////////////////////////////////////////////////////////////////////////////// - +//Note: not perfect detection of lost focus export default { data() { return { @@ -63,6 +70,11 @@ export default { canClear: { type: Boolean, default: true }, label: { type: String, default: "" } }, + watch: { + display() { + this.picking = false; //this is to attempt to make the picker go away when the record changes to another, otherwise it seems to stick + } + }, methods: { emitInput(e) { diff --git a/ayanova/src/components/work-order-address.vue b/ayanova/src/components/work-order-address.vue index 7072dea8..355abcd1 100644 --- a/ayanova/src/components/work-order-address.vue +++ b/ayanova/src/components/work-order-address.vue @@ -8,7 +8,7 @@ $ayiEdit - {{ displayServiceAddress }} + {{ displayServiceAddress }} diff --git a/ayanova/src/components/work-order-item-labors.vue b/ayanova/src/components/work-order-item-labors.vue index b9cb5d1b..0af0e095 100644 --- a/ayanova/src/components/work-order-item-labors.vue +++ b/ayanova/src/components/work-order-item-labors.vue @@ -344,7 +344,7 @@ > - - + --> {{ openIcon() }} - {{ pvm.currentState.name }} + {{ + pvm.currentState.name + }} $ayiFlag $ayiLock