|
@@ -144,29 +144,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="family_planning" ref="family_planning">
|
|
|
- <div style="padding: 10px 0">
|
|
|
- <el-upload
|
|
|
- action="{{ route('recruit.api.upload') }}"
|
|
|
- list-type="picture-card"
|
|
|
- :data="{_token:'{{csrf_token()}}'}"
|
|
|
- :file-list="user.family_planning"
|
|
|
- :before-upload="beforeImageUpload"
|
|
|
- :on-success="uploadSuccessFP"
|
|
|
- :multiple="true"
|
|
|
- :on-preview="handlePictureCardPreview"
|
|
|
- :on-remove="removeFP">
|
|
|
- <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="family_planning" ref="family_planning">--}}
|
|
|
+{{-- <div style="padding: 10px 0">--}}
|
|
|
+{{-- <el-upload--}}
|
|
|
+{{-- action="{{ route('recruit.api.upload') }}"--}}
|
|
|
+{{-- list-type="picture-card"--}}
|
|
|
+{{-- :data="{_token:'{{csrf_token()}}'}"--}}
|
|
|
+{{-- :file-list="user.family_planning"--}}
|
|
|
+{{-- :before-upload="beforeImageUpload"--}}
|
|
|
+{{-- :on-success="uploadSuccessFP"--}}
|
|
|
+{{-- :multiple="true"--}}
|
|
|
+{{-- :on-preview="handlePictureCardPreview"--}}
|
|
|
+{{-- :on-remove="removeFP">--}}
|
|
|
+{{-- <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>综治证明
|
|
@@ -242,9 +242,9 @@
|
|
|
education_certification:[
|
|
|
{validator:this.validEducertification, trigger: 'change'}
|
|
|
],
|
|
|
- family_planning:[
|
|
|
- {validator:this.validFamilyPlanning, trigger: 'change'}
|
|
|
- ],
|
|
|
+ // family_planning:[
|
|
|
+ // {validator:this.validFamilyPlanning, trigger: 'change'}
|
|
|
+ // ],
|
|
|
manage:[
|
|
|
{validator:this.validManage, trigger: 'change'}
|
|
|
],
|