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