|
|
@@ -597,8 +597,8 @@ export default {
|
|
|
this.$service.custom.clientInfo({ id: this.orderData.customId}).then(res => {
|
|
|
this.orderForm.receiveCity = `${res.province}-${res.city}`
|
|
|
this.orderForm.receiveAddress = `${res.address}`
|
|
|
- this.orderForm.customName = `${res.name}`
|
|
|
- this.orderForm.customMobile = `${res.mobile}`
|
|
|
+ this.freightInfo.customName = `${res.name}`
|
|
|
+ this.freightInfo.customMobile = `${res.mobile}`
|
|
|
this.freightInfo.province = res.province;
|
|
|
this.freightInfo.city = res.city;
|
|
|
this.freightInfo.address = res.address;
|