我的带货数据
总订单金额
{{orderViewInfo.TotalAmount ? countToText(orderViewInfo.TotalAmount) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.TotalAmount.Value}}
{{orderViewInfo.RateInfo.TotalAmount.Value}}
{{orderViewInfo.RateInfo.TotalAmount.Value}}
{{orderViewInfo.RateInfo.TotalAmount.Value}}
全部单数
{{orderViewInfo.TotalOrderCnt ? countToText(orderViewInfo.TotalOrderCnt) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.TotalOrderCnt.Value}}
{{orderViewInfo.RateInfo.TotalOrderCnt.Value}}
{{orderViewInfo.RateInfo.TotalOrderCnt.Value}}
{{orderViewInfo.RateInfo.TotalOrderCnt.Value}}
全部佣金
{{orderViewInfo.TotalCommFee ? countToText(orderViewInfo.TotalCommFee / 0.9) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.TotalCommFee.Value}}
{{orderViewInfo.RateInfo.TotalCommFee.Value}}
{{orderViewInfo.RateInfo.TotalCommFee.Value}}
{{orderViewInfo.RateInfo.TotalCommFee.Value}}
有效销售额
{{orderViewInfo.ValidAmount ? countToText(orderViewInfo.ValidAmount) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.ValidAmount.Value}}
{{orderViewInfo.RateInfo.ValidAmount.Value}}
{{orderViewInfo.RateInfo.ValidAmount.Value}}
{{orderViewInfo.RateInfo.ValidAmount.Value}}
有效单数
{{orderViewInfo.ValidOrderCnt ? countToText(orderViewInfo.ValidOrderCnt) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.ValidOrderCnt.Value}}
{{orderViewInfo.RateInfo.ValidOrderCnt.Value}}
{{orderViewInfo.RateInfo.ValidOrderCnt.Value}}
{{orderViewInfo.RateInfo.ValidOrderCnt.Value}}
有效佣金
{{orderViewInfo.ValidCommFee ? countToText(orderViewInfo.ValidCommFee / 0.9) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
有效佣金(扣)
{{orderViewInfo.ValidCommFee ? countToText(orderViewInfo.ValidCommFee) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
{{orderViewInfo.RateInfo.ValidCommFee.Value}}
退款单数
{{orderViewInfo.RefundOrderCnt ? countToText(orderViewInfo.RefundOrderCnt) : 0}}
{{orderViewInfo.RateInfo.Type == 30 ? '月' : (orderViewInfo.RateInfo.Type == 7 ? '周' : '日')}}环比
{{orderViewInfo.RateInfo.RefundOrderCnt.Value}}
{{orderViewInfo.RateInfo.RefundOrderCnt.Value}}
{{orderViewInfo.RateInfo.RefundOrderCnt.Value}}
{{orderViewInfo.RateInfo.RefundOrderCnt.Value}}
退款率
{{orderViewInfo.RefundRate == '0%' ? '-' : orderViewInfo.RefundRate}}
所选时间段内暂无数据
查看全部
{{rankType === 4 ? '商品排行' : (rankType === 2) ? '账号排行' : '店铺排行'}}
{{scope.$index + 1}}
{{scope.row.GoodsName}}
{{scope.row.ShopName}}
¥{{scope.row.GoodsAvgPrice}}
总订单金额
{{countToText(scope.row.TotalAmount)}}
有效销售额
{{countToText(scope.row.ValidAmount)}}
全部佣金
{{countToText(scope.row.TotalCommFee)}}
有效佣金
{{countToText(scope.row.ValidCommFee)}}
全部单数
{{countToText(scope.row.TotalOrderCnt)}}
有效单数
{{countToText(scope.row.ValidOrderCnt)}}
{{scope.$index + 1}}
{{scope.row.AuthorName}}
动销商品数: {{scope.row.TotalGoodsCnt}}
{{scope.row.ShopName}}
动销商品数: {{scope.row.TotalGoodsCnt}}
总订单金额
{{countToText(scope.row.TotalAmount)}}
有效销售额
{{countToText(scope.row.ValidAmount)}}
全部佣金
{{countToText(scope.row.TotalCommFee)}}
有效佣金
{{countToText(scope.row.ValidCommFee)}}
全部单数
{{countToText(scope.row.TotalOrderCnt)}}
有效单数
{{countToText(scope.row.ValidOrderCnt)}}
退款单数
{{countToText(scope.row.RefundOrderCnt)}}
退款率
{{scope.row.RefundRate}}