@extends('admin/master') @section('content')
姓名 | 手机号 | 加粉时间 | 成交总金额 | 成交总单数 | 退补总金额 | 售后总金额 | 成本总金额 | 运费总金额 | 毛利 | 毛利占比 |
---|---|---|---|---|---|---|---|---|---|---|
{{$a['name']}} | {{$a['phone']}} | {{$a['fanTime']}} | {{$a['totalReceivedAmount']}} | {{$a['totalOrderNumber']}} | {{$a['totalRefundPrice']}} | {{$a['totalAftersaleFee']}} | {{$a['totalCost']}} | {{$a['totalFreightCost']}} | {{$a['grossProfit']}} | {{$a['grossProfitRatio']}} |