Commit bc851fa3 authored by Smile's avatar Smile

需求 后台-集运-包裹预报成功页面修改

parent 4ddc9f83
......@@ -87,7 +87,11 @@ export default {
},
computed: {
consCopy(){
return `会员号:${this.cons.customerNumber}\n运输偏好:${this.transport}\n收件人:${this.warehouse.head} ${this.cons.customerNumber}\n电话:${this.warehouse.tell}\n仓库地址:${this.warehouse.addressZh} ${this.cons.customerNumber}`;
if (this.transport){
return `会员号:${this.cons.customerNumber}\n运输偏好:${this.transport}\n收件人:${this.warehouse.head} ${this.cons.customerNumber}\n电话:${this.warehouse.tell}\n仓库地址:${this.warehouse.addressZh} ${this.cons.customerNumber}`;
}else{
return `会员号:${this.cons.customerNumber}\n收件人:${this.warehouse.head} ${this.cons.customerNumber}\n电话:${this.warehouse.tell}\n仓库地址:${this.warehouse.addressZh} ${this.cons.customerNumber}`;
}
},
consCustomerNumberCopy(){
return `会员号:${this.cons.customerNumber}`;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment