{{ t('deliveryAddress') }}
+
{{ t('addDeliveryAddress') }}
{{item.name}}
{{item.mobile}}
{{ t('default') }}
{{item.full_address}}
{{ t('allAddress') }}
{{ t('packUp') }}
{{item.site_info.site_name}}

{{ subItem.goods.goods_name }}
规格:{{ subItem.sku_name }}
¥{{subItem.price}}
x{{ subItem.num }}
¥
{{ parseFloat(Number(subItem.price) * Number(subItem.num)).toFixed(2) }}
{{ t('deliveryMoney') }}
¥{{parseFloat(item.basic.delivery_money).toFixed(2)}}
店铺优惠
-¥{{parseFloat(item.basic.discount_money).toFixed(2)}}
暂无可使用优惠
{{ t('invoiceInfo') }}
{{ t('noInvoice') }}
{{ t('electronicInvoice') }}
{{ createData.body[key].invoice ? createData.body[key].invoice.header_name : '' }}
{{ createData.body[key].invoice && createData.body[key].invoice.header_type == 1 ? t('person') : t('company') }}
{{ t('update') }}
{{ t('remark') }}
共{{item.basic.total_num}}{{ t('unit') }}
{{ t('subTotal') }}
¥{{ parseFloat(item.basic.order_money + item.basic.mall_discount_money).toFixed(2) }}
{{ t('platformCoupon') }}
-¥{{ orderData.discount.platform_coupon.money }}
请选择平台优惠券
{{ t('goodsMoney') }}
¥{{parseFloat(orderData.basic.goods_money).toFixed(2) }}
{{ t('discountMoney') }}
-¥{{parseFloat(orderData.basic.shop_discount_money).toFixed(2) }}
{{ t('mallDiscountMoney') }}
-¥{{parseFloat(orderData.basic.mall_discount_money).toFixed(2) }}
{{ t('deliveryMoney') }}
+¥{{ parseFloat(orderData.basic.delivery_money).toFixed(2) }}
{{ t('orderMoney') }}
¥
{{ parseFloat(orderData.basic.order_money).toFixed(2) }}