|
|
|
|
@ -590,11 +590,12 @@ class ReportController extends Controller
|
|
|
|
|
public function list(Request $request)
|
|
|
|
|
{
|
|
|
|
|
$id_number = $request->post('id_number');
|
|
|
|
|
$tel=$request->post('tel');
|
|
|
|
|
$hospital = Hospital::where('id', $request->post('hospital'))->where('del', 2)->first();
|
|
|
|
|
if (!$hospital) Yo::error_echo(100000, ['机构/医院']);
|
|
|
|
|
$peis = new PEISApiController();
|
|
|
|
|
$res = $peis::Post('体检报告查询', $hospital->id, [
|
|
|
|
|
"电话号码" => "",
|
|
|
|
|
"电话号码" => $tel,
|
|
|
|
|
"证件号码" => $id_number,
|
|
|
|
|
"体检号" => ''
|
|
|
|
|
])['data'];
|
|
|
|
|
|