| 
					
				 | 
			
			
				@@ -77,7 +77,7 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <tbody> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <tr style="height:52px;page-break-inside:avoid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td valign="center" width="350"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <span class="require">*</span>身份证原件(正、反面) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <span class="require">*</span>身份证原件(正反面) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td valign="center" colspan="11"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <el-form-item prop="identification" ref="identification"> 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -98,52 +98,52 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <tr style="height:52px;page-break-inside:avoid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td valign="center" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <span class="require">*</span>户口簿(户主页及本人页) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td valign="center" colspan="11"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <el-form-item prop="household_register" ref="household_register"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div style="padding: 10px 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <el-upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        action="{{ route('recruit.api.upload') }}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        list-type="picture-card" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :data="{_token:'{{csrf_token()}}'}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :file-list="user.household_register" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :before-upload="beforeImageUpload" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-success="uploadSuccessHR" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :multiple="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-preview="handlePictureCardPreview" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-remove="removeID"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                    <i class="el-icon-plus"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                </el-upload> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                <tr style="height:52px;page-break-inside:avoid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td valign="center" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <span class="require">*</span>毕业证书及学信网《教育部学历证书电子注册备案表》 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    <td valign="center" colspan="11"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        <el-form-item prop="education_certification" ref="education_certification"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            <div style="padding: 10px 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                <el-upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        action="{{ route('recruit.api.upload') }}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        list-type="picture-card" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :data="{_token:'{{csrf_token()}}'}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :file-list="user.education_certification" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :before-upload="beforeImageUpload" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-success="uploadSuccessEDU" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :multiple="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-preview="handlePictureCardPreview" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                        :on-remove="removeEDU"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                    <i class="el-icon-plus"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                                </el-upload> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                        </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-                </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                <tr style="height:52px;page-break-inside:avoid">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    <td valign="center" >--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        <span class="require">*</span>户口簿(户主页及本人页)--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    </td>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    <td valign="center" colspan="11">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        <el-form-item prop="household_register" ref="household_register">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                            <div style="padding: 10px 0">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                <el-upload--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        action="{{ route('recruit.api.upload') }}"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        list-type="picture-card"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :data="{_token:'{{csrf_token()}}'}"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :file-list="user.household_register"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :before-upload="beforeImageUpload"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-success="uploadSuccessHR"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :multiple="true"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-preview="handlePictureCardPreview"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-remove="removeID">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                    <i class="el-icon-plus"></i>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                </el-upload>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                            </div>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        </el-form-item>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    </td>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                </tr>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                <tr style="height:52px;page-break-inside:avoid">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    <td valign="center" >--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        <span class="require">*</span>毕业证书及学信网《教育部学历证书电子注册备案表》--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    </td>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    <td valign="center" colspan="11">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        <el-form-item prop="education_certification" ref="education_certification">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                            <div style="padding: 10px 0">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                <el-upload--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        action="{{ route('recruit.api.upload') }}"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        list-type="picture-card"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :data="{_token:'{{csrf_token()}}'}"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :file-list="user.education_certification"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :before-upload="beforeImageUpload"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-success="uploadSuccessEDU"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :multiple="true"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-preview="handlePictureCardPreview"--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                        :on-remove="removeEDU">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                    <i class="el-icon-plus"></i>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                                </el-upload>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                            </div>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                        </el-form-item>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                    </td>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+{{--                </tr>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                <tr style="height:52px;page-break-inside:avoid">--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                    <td valign="center" >--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                        <span class="require">*</span>计生证明--}} 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -167,6 +167,29 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                        </el-form-item>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                    </td>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 {{--                </tr>--}} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <tr style="height:52px;page-break-inside:avoid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td valign="center" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <span class="require">*</span>失信查询情况 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    <td valign="center" colspan="11"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        <el-form-item prop="chengxin" ref="chengxin"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            <div style="padding: 10px 0"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                <el-upload 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        action="{{ route('recruit.api.upload') }}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        list-type="picture-card" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :data="{_token:'{{csrf_token()}}'}" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :file-list="user.chengxin" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :before-upload="beforeImageUpload" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :on-success="uploadSuccessCx" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :multiple="true" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :on-preview="handlePictureCardPreview" 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                        :on-remove="removeCx"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                    <i class="el-icon-plus"></i> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                                </el-upload> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                            </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        </el-form-item> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    </td> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </tr> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 <tr style="height:52px;page-break-inside:avoid"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     <td valign="center" > 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         <span class="require">*</span>综治证明 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -332,6 +355,13 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         this.$message.error(response.msg); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                uploadSuccessCx(response, file, fileList){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    if(response.status){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        this.user.chengxin = fileList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    }else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                        this.$message.error(response.msg); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    } 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 uploadSuccessManage(response, file, fileList){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     if(response.status){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                         this.user.manage = fileList 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -351,6 +381,9 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 removeEDU(file,fileList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.user.education_certification = fileList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                removeCx(file,fileList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                    this.user.chengxin = fileList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 removeManage(file,fileList) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                     this.user.manage = fileList 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				                 }, 
			 |