|
@@ -393,8 +393,12 @@
|
|
this.params.provinceID = shop.provinceID;
|
|
this.params.provinceID = shop.provinceID;
|
|
this.params.cityID = shop.cityID;
|
|
this.params.cityID = shop.cityID;
|
|
this.params.townID = shop.townID;
|
|
this.params.townID = shop.townID;
|
|
- this.params.contractPhone = shop.contractPhone;
|
|
|
|
- this.params.fax = shop.fax;
|
|
|
|
|
|
+ if(shop.contractPhone!=""&&shop.contractPhone!=null){
|
|
|
|
+ this.params.contractPhone = shop.contractPhone;
|
|
|
|
+ }
|
|
|
|
+ if(shop.fax!=""&&shop.fax!=null){
|
|
|
|
+ this.params.fax = shop.fax;
|
|
|
|
+ }
|
|
this.params.legalPerson = shop.legalPerson;
|
|
this.params.legalPerson = shop.legalPerson;
|
|
this.params.registeredCapital = shop.registeredCapital;
|
|
this.params.registeredCapital = shop.registeredCapital;
|
|
this.params.nature = shop.nature;
|
|
this.params.nature = shop.nature;
|