Commit 7f82bd13 authored by liuzeheng's avatar liuzeheng

仓库电话

parent 37ae62c5
......@@ -122,7 +122,7 @@ export default {
},
computed: {
orderInfoForCopy() {
return `订单号:${this.order.orderNo}\n唛头:${this.order.marks}\n提货点:${this.order.logisticsInfoDto?.destTitleZh}\n送货地址:${this.order.logisticsInfoDto?.startAddressZh}`
return `订单号:${this.order.orderNo}\n唛头:${this.order.marks}\n提货点:${this.order.logisticsInfoDto?.destTitleZh}\n送货地址:${this.order.logisticsInfoDto?.startAddressZh}\n仓库电话:${this.order.logisticsInfoDto?.startTell}`
}
},
created() {
......
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