|
|
|
|
@ -21,6 +21,7 @@ class PlanController extends Controller
|
|
|
|
|
$checkup_type_id = request('checkup_type_id');//体检类型表对应id
|
|
|
|
|
$amount = request('amount');//总金额
|
|
|
|
|
if (!isset($checkup_type_id)) return \Yz::echoError1("体检类型不能为空");
|
|
|
|
|
if(empty($hospital_id)) $hospital_id=1;
|
|
|
|
|
|
|
|
|
|
$danwei_id = request('danwei_id');//单位id
|
|
|
|
|
|
|
|
|
|
@ -136,7 +137,7 @@ class PlanController extends Controller
|
|
|
|
|
$big_date = request('big_date');//从月历选择的日期,然后返回这个日期7天内的所有日期
|
|
|
|
|
if(!isset($big_date)) $big_date=date('Y-m-d');
|
|
|
|
|
if (!isset($checkup_type_id)) return \Yz::echoError1("体检类型不能为空");
|
|
|
|
|
|
|
|
|
|
if(empty($hospital_id)) $hospital_id=1;
|
|
|
|
|
$danwei_id = request('danwei_id');//单位名称
|
|
|
|
|
|
|
|
|
|
$personInfo = false;
|
|
|
|
|
|