{{$t('submitOrder.submitOrder')}}
step 01.
{{$t('submitOrder.selectProductToBuy')}}
step 02.
{{$t('submitOrder.confirmOrderInformation')}}
step 03.
{{$t('submitOrder.payToCompleteTheOrder')}}
{{$t('address.receivingAddress')}}
{{ address.receiver }}
{{ address.mobile }}
{{$t('address.setDefault')}}
{{$t('address.default')}}
{{
address.province + address.city + address.area + address.addr
}}
+
{{$t('address.addAddress')}}
{{$t('tips')}}
{{$t('address.deleteShippingAddress')}}
{{$t('address.deleteShippingTips')}}
{{$t('commonFoot.paymentMethod')}}
{{$t('submitOrder.payOnline')}}
{{$t('submitOrder.pointsCredit')}}
{{$t('submitOrder.accountTotal')}} {{ accountCanUseScore }}{{$t('submitOrder.pointThisUse')}}
{{$t('submitOrder.pcsCredit')}}
¥{{
userUseScore
? Number(orderInfo.totalScoreAmount).toFixed(2)
: '0.00'
}}
({{$t('submitOrder.theOrderIsAvailableUpTo')}} {{ orderInfo.maxUsableScore }} {{$t('submitOrder.points')}})
{{($t('submitOrder.pleaseEnterAMultipleOf10'))}}
{{$t('submitOrder.amountCredit')}}
¥{{
userUseScore
? Number(orderInfo.totalScoreAmount).toFixed(2)
: '0.00'
}}
{{$t('submitOrder.use')}}¥
{{
userUseScore
? Number(orderInfo.totalScoreAmount).toFixed(2)
: '0.00'
}}
{{$t('submitOrder.deliveryMethod')}}
{{$t('submitOrder.courierDelivery')}}
{{$t('applyReturn.productInformation')}}
{{$t('products')}}
{{$t('priceOne')}}
{{$t('quantity')}}
{{$t('subtotal')}}
{{$t('index.shop')}}:
{{ shopCart.shopName }}
{{$t('prodDetail.selfEmployed')}}
¥{{ parsePrice(prod.price)[0] }}.{{
parsePrice(prod.price)[1]
}}
×{{ prod.prodCount }}
¥{{ parsePrice(prod.productTotalAmount)[0] }}.{{
parsePrice(prod.productTotalAmount)[1]
}}
{{ $t('submitOrder.userMessage') }}:
*
{{$t('orderDetails.orderRemarks')}}:
{{ $t('invoice.invoiceInfo') }}
{{ $t('invoice.generalInvoice') }}
{{ $t('invoice.noInvoice') }}
{{ shopCart.invoiceDataFrom.headerName || $t('invoice.personal') }}
{{ $t('invoice.productDetails') }}
{{ $t('invoice.update') }}
{{ $t('invoice.noInvoice') }}
{{ $t('invoice.update') }}
{{$t('submitOrder.platformCoupons')}}
{{ orderInfo.totalCount }}{{$t('submitOrder.totalItems')}}:
¥{{ parsePrice(orderInfo.total)[0] }}.{{
parsePrice(orderInfo.total)[1]
}}
{{$t('submitOrder.freightPayable')}}:
¥{{ parsePrice(transfee)[0] }}.{{ parsePrice(transfee)[1] }}
{{$t('submitOrder.memberPackage')}}:
-¥{{ parsePrice(orderInfo.freeTransfee)[0] }}.{{ parsePrice(orderInfo.freeTransfee)[1] }}
{{$t('submitOrder.pointsCredit')}}:
-¥{{ parsePrice(orderInfo.totalScoreAmount)[0] }}.{{
parsePrice(orderInfo.totalScoreAmount)[1]
}}
{{$t('submitOrder.platformCoupons')}}:
-¥{{ parsePrice(platformCoupons.couponAmount)[0] }}.{{
parsePrice(platformCoupons.couponAmount)[1]
}}
{{$t('submitOrder.memberDiscount')}}:
-¥{{ parsePrice(orderInfo.totalLevelAmount)[0] }}.{{
parsePrice(orderInfo.totalLevelAmount)[1]
}}
{{$t('submitOrder.storeDiscount')}}:
-¥{{ parsePrice(orderInfo.orderShopReduce)[0] }}.{{
parsePrice(orderInfo.orderShopReduce)[1]
}}
{{$t('submitOrder.totalPayable')}}:
¥{{ parsePrice(orderInfo.actualTotal)[0] }}.{{
parsePrice(orderInfo.actualTotal)[1]
}}
{{$t('submitOrder.sendTo')}}:{{
currentAddr.province +
' ' +
currentAddr.city +
' ' +
currentAddr.area +
' ' +
currentAddr.addr
}}
{{$t('submitOrder.consignee')}}:{{ currentAddr.receiver }} {{ currentAddr.mobile }}