This commit is contained in:
@@ -292,6 +292,7 @@ todo: many biz objects are not using new PUT methodology
|
|||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
CURRENTLY DOING: front end full in
|
CURRENTLY DOING: front end full in
|
||||||
|
|
||||||
Address
|
Address
|
||||||
|
|||||||
@@ -352,12 +352,16 @@ export default {
|
|||||||
this.value.postCity = this.value.city;
|
this.value.postCity = this.value.city;
|
||||||
this.value.postRegion = this.value.region;
|
this.value.postRegion = this.value.region;
|
||||||
this.value.postCountry = this.value.country;
|
this.value.postCountry = this.value.country;
|
||||||
|
//flag form dirty
|
||||||
|
this.pvm.formState.dirty = true;
|
||||||
},
|
},
|
||||||
AddressCopyToPhysical() {
|
AddressCopyToPhysical() {
|
||||||
this.value.address = this.value.postAddress;
|
this.value.address = this.value.postAddress;
|
||||||
this.value.city = this.value.postCity;
|
this.value.city = this.value.postCity;
|
||||||
this.value.region = this.value.postRegion;
|
this.value.region = this.value.postRegion;
|
||||||
this.value.country = this.value.postCountry;
|
this.value.country = this.value.postCountry;
|
||||||
|
//flag form dirty
|
||||||
|
this.pvm.formState.dirty = true;
|
||||||
},
|
},
|
||||||
AddressCopyPhysicalToClipBoard() {
|
AddressCopyPhysicalToClipBoard() {
|
||||||
let ret = "";
|
let ret = "";
|
||||||
|
|||||||
Reference in New Issue
Block a user