This commit is contained in:
@@ -1254,6 +1254,18 @@ async function clickHandler(menuItem) {
|
|||||||
postCode: m.vm.obj.postCode
|
postCode: m.vm.obj.postCode
|
||||||
});
|
});
|
||||||
break;
|
break;
|
||||||
|
case "addresscopytopostal":
|
||||||
|
m.vm.obj.postAddress = m.vm.obj.address;
|
||||||
|
m.vm.obj.postCity = m.vm.obj.city;
|
||||||
|
m.vm.obj.postRegion = m.vm.obj.region;
|
||||||
|
m.vm.obj.postCountry = m.vm.obj.country;
|
||||||
|
break;
|
||||||
|
case "addresscopytophysical":
|
||||||
|
m.vm.obj.address = m.vm.obj.postAddress;
|
||||||
|
m.vm.obj.city = m.vm.obj.postCity;
|
||||||
|
m.vm.obj.region = m.vm.obj.postRegion;
|
||||||
|
m.vm.obj.country = m.vm.obj.postCountry;
|
||||||
|
break;
|
||||||
default:
|
default:
|
||||||
window.$gz.eventBus.$emit(
|
window.$gz.eventBus.$emit(
|
||||||
"notify-warning",
|
"notify-warning",
|
||||||
|
|||||||
Reference in New Issue
Block a user