Global Cloud Service

{{h5Template == 0 ? '支付金额' : (feeConfig.isTax == 0 ? '支付金额' : (feeConfig.taxType == 0 ? '税前金额' : '税后金额'))}}

{{price}}

输入取餐号,查询订单详情
{{mealNumber}}
输入金额
{{price}}

货币
{{currency}}

USD

CNY

添加备注

最多输入30个合法字符

取消
确认

支付金额

${{amountInfo.totalPayAmount.toFixed(2)}}

实际金额 ${{parseFloat(price).toFixed(2)}}

税前金额 ${{amountInfo.beforeTaxAmount.toFixed(2)}}

税费({{(feeConfig.taxRate * 100 ).toFixed(2)}}%) ${{amountInfo.taxAmount.toFixed(2)}}

Handling费用({{(feeConfig.handlingRate * 100 ).toFixed(2)}}%) ${{amountInfo.handlingAmount.toFixed(2)}}

健康管理费({{(feeConfig.healthRate * 100 ).toFixed(2)}}%) ${{amountInfo.healthAmount.toFixed(2)}}

是否支付Handling费

添加小费

小费{{(tips.tipRate * 100).toFixed(0)}}%(${{tips.tipAmount.toFixed(2)}})

支付${{tips.payAmount.toFixed(2)}}

无小费
${{inputTipAmount}}
{{parseFloat(inputTipAmount)>=0 ? '支付 $'+(parseFloat(inputTipAmount)+amountInfo.totalPayAmount).toFixed(2) : '添加' }}
${{amountInfo.totalPayAmount.toFixed(2)}}  去支付
订单信息
${{totalPayAmount.toFixed(2)}}
桌号
{{tcpOrderInfo.mealNumber}}
订单号
{{tcpOrderInfo.num}}
税费
${{tcpOrderInfo.taxAmount.toFixed(2)}}
小费
${{tcpOrderInfo.tipAmount}}
备注信息
{{tcpOrderInfo.desc}}
立即支付
添加小费

小费{{item.tipRate * 100}}%(${{item.tip.toFixed(2)}})

支付${{item.paymentAmount.toFixed(2)}}

无小费

USD

{{inputTipAmount === '' || inputTipAmount == null ? '自定义' : inputTipAmount}}

确定