|
|
|
@ -2,6 +2,7 @@ |
|
|
|
|
|
|
|
namespace App\Admin\Forms; |
|
|
|
|
|
|
|
use App\Admin\Common\Auth; |
|
|
|
use App\Models\ImsCjdcOrderMain; |
|
|
|
use App\Models\LanzuServiceHorseman; |
|
|
|
use App\Models\v3\LanzuEmployees; |
|
|
|
@ -41,7 +42,7 @@ class SelectHorseman extends Form |
|
|
|
public function form() |
|
|
|
{ |
|
|
|
$this->select('horseman_id','配送员') |
|
|
|
->options(LanzuEmployees::getHorseman()) |
|
|
|
->options(LanzuEmployees::getHorseman(Auth::getMarket())) |
|
|
|
->required(); |
|
|
|
|
|
|
|
$this->hidden('order_id'); |
|
|
|
|