{{item.shop.shopName}}
{{scope.row.product.productName}}
{{scope.row.sku.skuData[0]?scope.row.sku.skuData[0].value : scope.row.sku.skuData}}
{{scope.row.sku.price}}元
{{(scope.row.sku.price * scope.row.quantity).toFixed(2)}}
删除
{{item.shop.shopName}}
{{scope.row.product.productName}}
单价:
{{scope.row.sku.price}}元
小计:
{{(scope.row.sku.price * scope.row.quantity).toFixed(2)}}
删除
收货地址:
新增收货地址
合计:
{{tableSelected | total}}
元
结算
取消
添加
{{ qrCodeInfo.message }}