case 4500

This commit is contained in:
2023-05-02 22:12:15 +00:00
parent dbd2ccaa32
commit e3e4e3fcde
3 changed files with 6 additions and 0 deletions

View File

@@ -1185,6 +1185,7 @@ export default {
vm.obj.postCity = vm.obj.city;
vm.obj.postRegion = vm.obj.region;
vm.obj.postCountry = vm.obj.country;
vm.obj.postCode = vm.obj.addressPostal;
this.formState.dirty = true;
},
AddressCopyToPhysical() {
@@ -1193,6 +1194,7 @@ export default {
vm.obj.city = vm.obj.postCity;
vm.obj.region = vm.obj.postRegion;
vm.obj.country = vm.obj.postCountry;
vm.obj.addressPostal = vm.obj.postCode;
this.formState.dirty = true;
},
AddressCopyPhysicalToClipBoard() {

View File

@@ -1095,6 +1095,7 @@ export default {
vm.obj.postCity = vm.obj.city;
vm.obj.postRegion = vm.obj.region;
vm.obj.postCountry = vm.obj.country;
vm.obj.postCode = vm.obj.addressPostal;
this.formState.dirty = true;
},
AddressCopyToPhysical() {
@@ -1103,6 +1104,7 @@ export default {
vm.obj.city = vm.obj.postCity;
vm.obj.region = vm.obj.postRegion;
vm.obj.country = vm.obj.postCountry;
vm.obj.addressPostal = vm.obj.postCode;
this.formState.dirty = true;
},
AddressCopyPhysicalToClipBoard() {

View File

@@ -909,6 +909,7 @@ export default {
vm.obj.postCity = vm.obj.city;
vm.obj.postRegion = vm.obj.region;
vm.obj.postCountry = vm.obj.country;
vm.obj.postCode = vm.obj.addressPostal;
this.formState.dirty = true;
},
AddressCopyToPhysical() {
@@ -917,6 +918,7 @@ export default {
vm.obj.city = vm.obj.postCity;
vm.obj.region = vm.obj.postRegion;
vm.obj.country = vm.obj.postCountry;
vm.obj.addressPostal = vm.obj.postCode;
this.formState.dirty = true;
},
AddressCopyPhysicalToClipBoard() {