|
|
|
@ -101,7 +101,6 @@ class OrdersController extends CommonController
|
|
|
|
$factors = json_decode($order->factors, true);
|
|
|
|
$factors = json_decode($order->factors, true);
|
|
|
|
$order->department = (collect($factors)->where('factor_name', '所在科室')->first()['factor_item_name']) ?? '';
|
|
|
|
$order->department = (collect($factors)->where('factor_name', '所在科室')->first()['factor_item_name']) ?? '';
|
|
|
|
}
|
|
|
|
}
|
|
|
|
dump($hushizhang);
|
|
|
|
|
|
|
|
return view($this->bladePath . ".index", compact("data", "project_id", "month", "project","hushizhang"));
|
|
|
|
return view($this->bladePath . ".index", compact("data", "project_id", "month", "project","hushizhang"));
|
|
|
|
}
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|