@extends('admin/master') @section('content')
@if($self_role != '销售' && $self_role != '分销销售') @else @endif 搜索 导出数据
@if($result) @foreach($result as $a) @endforeach @endif
日期 新粉增加量 新粉回复 新粉回复率 新粉询价量 新粉询价率 新粉成交单量 新粉成交额 新粉成交转化率 累计老粉量 老粉询价量 老粉询价率 老粉成交单量 老粉成交额 老粉成交转化率 当日单量 当日销售额
{{$a['dtime']}} {{$a['wx_fan_add']}} {{$a['total_new_reply']}} {{$a['new_reply_rate']}} {{$a['total_new_consult']}} {{$a['new_consult_rate']}} {{$a['new_order_count']}} {{$a['new_order_amount']}} {{$a['new_order_rate']}} {{$a['wx_old_fan']}} {{$a['total_old_consult']}} {{$a['old_consult_rate']}} {{$a['old_order_count']}} {{$a['old_order_amount']}} {{$a['old_order_rate']}} {{$a['order_count']}} {{$a['order_amount']}}
@endsection