订单确认
暂无图片
{{ scope.row.productName }}
品牌: {{ scope.row.brandName }}
增值税{{ scope.row.taxRate }}%
¥{{ Number(scope.row.unitPrice || 0).toFixed(2) }}
¥{{ calculateSubtotal(scope.row).toFixed(2) }}
商品数:{{ totalQuantity }} 合计金额:¥ {{ totalAmount.toFixed(2) }}
返回
确认订单