|
@@ -897,6 +897,13 @@ class RecruitController extends Controller
|
|
|
$info = RecruitSupplement::where('appoint_id',$ids)->where('type','supplement')->first();
|
|
|
if(!$info){
|
|
|
$view_data['switch'] = 0;
|
|
|
+ $photos = [
|
|
|
+ 'identification'=>[],
|
|
|
+ 'household_register' => [],
|
|
|
+ 'education_certification'=>[],
|
|
|
+ 'family_planning'=>[],
|
|
|
+ 'manage' => []
|
|
|
+ ];
|
|
|
}else{
|
|
|
$view_data['switch'] = 1;
|
|
|
$photos = [
|