{{ orderTitle }}
{{ orderDetail }}
{{
orderInformation.goods[0].type_text +
" " +
"|" +
" " +
orderInformation.containerBase.transport_type_name
}}
{{ orderInformation.status_text }}
东莞仓库
始发地
{{ orderInformation.containerBase.country_name }}
目的地
开始时间:
{{
orderInformation.containerBase.begin_date + " "
}}
截止时间:
{{ orderInformation.containerBase.end_date }}
称重重量
{{ orderInformation.actual_weight }}kg
称重图片
需付款
¥
{{ orderInformation.gap_price.split(".")[0] }}.
{{
orderInformation.gap_price.split(".")[1]
}}
寄
{{ orderInformation.from_name }}
{{ orderInformation.from_mobile }}
{{ orderInformation.from_full_address }}
收
{{ orderInformation.to_name }}
{{ orderInformation.to_mobile }}
{{ orderInformation.to_full_address }}
物品信息:
{{ item.name }}
件数:
{{ item.number }}
重量:
{{ item.actual_weight }}kg
类型:
{{ item.type_text }}
跨境物流:
{{ orderInformation.transportType.name_cn + " " }}
| {{ orderInformation.containerBase.name_cn }}
订单编号
{{ orderInformation.order_no }}{{ " " + "|" + " "
}}复制
下单时间
{{ orderInformation.created_at }}
付款时间
{{ orderInformation.paid_at }}
发货时间
{{ orderInformation.overseas_delivered_at }}
签收时间
{{ orderInformation.overseas_received_at }}
{{
orderInformation.status == "group_unpaid" ||
orderInformation.status == "unpaid"
? "待付"
: "已付"
}}
{{
orderInformation.actual_price &&
Number(orderInformation.actual_price) != 0
? orderInformation.actual_price
: orderInformation.estimated_price
}}