销售金额 {{shopInfo.totalAmount}} 销售总件数 {{shopInfo.totalJCount}} 销售利润 {{shopInfo.totalProfit==null?0:shopInfo.totalProfit}} 实际利润 {{$root.g0}} 进货金额 {{shopInfo.purchasingCost}} 进货总件数 {{shopInfo.purchasingCount}} 退货金额 {{shopInfo.returnTotalAmount}} 退货总件数 {{shopInfo.returnTotalCount}} 实收金额 {{shopInfo.totalAlreadyEarn}} 下单客户 {{shopInfo.totalCCount}} 按供应商查看库存 按商品分类统计 热销商品 利润明细 {{shopInfo.totalAmount}}销售金额{{$root.g1}}销售成本{{shopInfo.returnTotalAmount}}退货金额{{shopInfo.saleReturnCost}}退货成本 点击↓↓↓可查看计算公式 {{shopInfo.totalProfit}}销售利润{{$root.g2}}实际利润{{(shopInfo.totalProfit==0||shopInfo.totalProfit==null?0:shopInfo.totalAmount==0||shopInfo.totalAmount==null?0:$root.g3)+"%"}}销售利润率{{(shopInfo.totalProfit-shopInfo.returnTotalAmount+shopInfo.saleReturnCost==0||shopInfo.totalProfit-shopInfo.returnTotalAmount+shopInfo.saleReturnCost==null?0:shopInfo.totalAmount-shopInfo.returnTotalAmount==0||shopInfo.totalAmount-shopInfo.returnTotalAmount==null?0:$root.g4)+"%"}}实际利润率 确定 {{''+(showDan==0?'销售利润':showDan==1?'实际利润':showDan==2?'实际利润率':showDan==3?'销售利润率':'')+'计算公式'}}公式:销售利润/销售金额*100{{shopInfo.totalProfit+"/"+shopInfo.totalAmount+"*100="+(shopInfo.totalProfit==0&&shopInfo.totalAmount==0?0:$root.g5)+"%"}}公式:实际利润/(销售金额-退货金额){{$root.g6+"/"+(shopInfo.totalAmount-shopInfo.returnTotalAmount)+" * 100="+(shopInfo.totalProfit-shopInfo.returnTotalAmount+shopInfo.saleReturnCost==0?0:$root.g7)+"%"}}公式:销售利润-(退货金额-退货成本){{shopInfo.totalProfit+"-("+shopInfo.returnTotalAmount+"-"+shopInfo.saleReturnCost+")="+$root.g8}}公式:销售金额-销售成本{{shopInfo.totalAmount+"-"+(shopInfo.totalAmount-shopInfo.totalProfit)+"="+shopInfo.totalProfit}}