买家名称:{{ orderInfo.userInfo.name }}
收货人:{{ orderInfo.userInfo.receiver }}
联系方式:{{ orderInfo.userInfo.mobile }}
收货地址:{{ orderInfo.userInfo.address }}
{{ pros.aliasName ? pros.aliasName : '' }}
规格:{{ pros.productUnit ? pros.productUnit : '' }}
¥{{ pros.price | NumFormat }}
X {{ pros.num + pros.presentNum }}
已发货:{{ pros.shipmentsNum }}
已退货:{{ pros.returnedNum }}
已取消:{{ pros.actualCancelNum }}
合计: ¥{{ pros.totalAmount | NumFormat }}
留言:
{{ orderInfo.note ? orderInfo.note : '' }}
共{{ orderInfo.itemCount }}件商品
商品总额:¥{{ orderInfo.productAmount | NumFormat }}
订单编号:{{ orderInfo.shopOrderNo }}
结算状态:{{
orderInfo.payStatus | payStatusType
}}
下单时间:{{ orderInfo.orderTime }}
发货状态:{{ orderInfo.sendOutStatus | sendOutStatusType }}
结算商品金额:¥{{ orderInfo.shopProductAmount | NumFormat }}
结算税费:¥{{ orderInfo.shopTaxFee | NumFormat }}
结算运费:¥{{ orderInfo.shopPostFee | NumFormat }}
总结算金额:¥{{ orderInfo.shouldPayShopAmount | NumFormat }}
已结算金额:¥{{ orderInfo.payedShopAmount | NumFormat }}
查看更多
结算记录
¥{{ item.payAmount | NumFormat }}
{{ item.payTime ? item.payTime : '无' }}
暂无结算记录