返回
销售明细
常用时间段:
{{item.label}}
自定义时间段:
{{customerTime.start}}
{{customerTime.end}}
购买人名称:
{{curSelecct.label}}
购买商品总数量:{{item.list.reduce((total,item)=>total+item.quantity,0)}} 订单总价:{{item.list.reduce((total,item)=>total+item.actualPayAmount,0)}}元