|
|
|
|
@ -90,6 +90,7 @@ class HealthCheckupController extends Controller
|
|
|
|
|
$type=request('type');
|
|
|
|
|
$org_code=request('org_code');
|
|
|
|
|
$pdfs=request('pdfs');
|
|
|
|
|
$free_type=request('free_type');
|
|
|
|
|
if(!isset($tijian_num)) return \Yz::echoError1('体检号不能为空');
|
|
|
|
|
if(!isset($id_card_num)) return \Yz::echoError1('身份证不能为空');
|
|
|
|
|
if(!isset($pdfs)) return \Yz::echoError1('pdfs不能为空');
|
|
|
|
|
@ -131,6 +132,7 @@ class HealthCheckupController extends Controller
|
|
|
|
|
"sex"=>$sex,
|
|
|
|
|
"id_card_num"=>$id_card_num,
|
|
|
|
|
"type"=>$type,
|
|
|
|
|
"fee_type"=>$free_type,
|
|
|
|
|
"institution_id"=>$org_id->id,
|
|
|
|
|
"tijian_num"=>$tijian_num,
|
|
|
|
|
"pdfs"=>isset($pdfs)?json_encode($pdfs,JSON_UNESCAPED_UNICODE):'',
|
|
|
|
|
|