| | |
| | | <el-table-column show-overflow-tooltip fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editInsurance(scope.row,8)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'oninsuranceDataselection')">删除</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'insuranceDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip prop="insuranceId" label="" /> |
| | |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | |
| | | version: '', |
| | | empStatus: 0, |
| | | remark: '' |
| | |
| | | this.empBaseInfoImageUrl = pages.getEmpBaseInfoImage + this.empBaseInfoForm.empId |
| | | this.fileDate.empId = this.empBaseInfoForm.empId |
| | | this.labelfrom.empId = this.empBaseInfoForm.empId |
| | | this.remarkInfoForm = { ...val } |
| | | this.laborTroubleForm = { ...val } |
| | | this.occupationalForm = { ...val } |
| | | this.accidentCasesForm = { ...val } |
| | | this.insuranceForm = { ...val } |
| | | this.unemploymentForm = { ...val } |
| | | this.resignForm = { ...val } |
| | | this.leaveInfoForm = { ...val } |
| | | this.contractInfoForm = { ...val } |
| | | this.dimissionAttendForm = { ...val } |
| | | this.physicalExamForm = { ...val } |
| | | this.workExperienceForm = { ...val } |
| | | this.badRecordForm = { ...val } |
| | | // this.remarkInfoForm = { ...val } |
| | | // this.laborTroubleForm = { ...val } |
| | | // this.occupationalForm = { ...val } |
| | | // this.accidentCasesForm = { ...val } |
| | | // this.insuranceForm = { ...val } |
| | | // this.unemploymentForm = { ...val } |
| | | // this.resignForm = { ...val } |
| | | // this.leaveInfoForm = { ...val } |
| | | // this.contractInfoForm = { ...val } |
| | | // this.dimissionAttendForm = { ...val } |
| | | // this.physicalExamForm = { ...val } |
| | | // this.workExperienceForm = { ...val } |
| | | // this.badRecordForm = { ...val } |
| | | this.initlabel() |
| | | this.initphysicalExamData() |
| | | this.initList() // 工作经历 |
| | |
| | | if (names === 'remarkInfoDataselection') { |
| | | ids = row.remarkId |
| | | urls = 'empRemarkInfo' |
| | | } else if (names === 'onbadRecordDataselection') { |
| | | } else if (names === 'badRecordDataselection') { |
| | | ids = row.badId |
| | | urls = 'empBadRecord' |
| | | } else if (names === 'laborTroubleDataselection') { |