|
|
@ -105,7 +105,7 @@ class Salesman extends AdminController |
|
|
$name = request()->get('name'); |
|
|
$name = request()->get('name'); |
|
|
$option = request()->get('option'); |
|
|
$option = request()->get('option'); |
|
|
$time = date('Y-m-d H:i:s',time()); |
|
|
$time = date('Y-m-d H:i:s',time()); |
|
|
return Excel::download(new \App\Admin\Actions\Exporter\SalesMan($option,$name), $time.'.xlsx'); |
|
|
|
|
|
|
|
|
return Excel::download(new \App\Admin\Actions\Excel\SalesMan($option,$name), $time.'.xlsx'); |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|