@extends('admin/master') @section('content')
搜索 导出数据
@if($result) @foreach($result as $a) @endforeach @endif
团队 时间 总单数 成交金额 微信支付金额 付款码支付金额 个体户支付金额 充值卡支付金额 售后单数 售后金额 微信退补单数 微信退补差价 微信实际金额 付款码退补单数 付款码退补差价 付款码实际金额 个体户退补单数 个体户退补差价 个体户实际金额 充值卡退补单数 充值卡退补差价 充值卡实际金额 发货单数 货品成本 物流成本 毛利
{{$a['team_name']}} {{$a['ctime']}} {{$a['order_count']}} {{$a['receivedAmount']}} {{$a['wx_money']}} {{$a['zfm_money']}} {{$a['gth_money']}} {{$a['vip_money']}} {{$a['aftersale_count']}} {{$a['aftersale_fee']}} {{$a['wx_refund_count']}} {{$a['wx_refund_price']}} {{$a['wx_true_amount']}} {{$a['zfm_refund_count']}} {{$a['zfm_refund_price']}} {{$a['zfm_true_amount']}} {{$a['gth_refund_count']}} {{$a['gth_refund_price']}} {{$a['gth_true_amount']}} {{$a['czk_refund_count']}} {{$a['czk_refund_price']}} {{$a['czk_true_amount']}} {{$a['send_count']}} {{$a['cost']}} {{$a['freight_cost']}} {{$a['profit']}}
@endsection