| | |
| | | <div> |
| | | <el-container> |
| | | <el-aside width="200px"> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[0].show,0)"> |
| | | 基本信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[1].show,1)"> |
| | | 工作经历 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[2].show,2)"> |
| | | 体检信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[3].show,3)"> |
| | | 合同信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[4].show,4)"> |
| | | 考勤情况 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[5].show,5)"> |
| | | 请假记录 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[6].show,6)"> |
| | | 辞职申请 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[7].show,7)"> |
| | | 失业金领取 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[8].show,8)"> |
| | | 社保申请 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[9].show,9)"> |
| | | 意外险案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[10].show,10)"> |
| | | 工伤案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[11].show,11)"> |
| | | 劳资案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[12].show,12)"> |
| | | 不良记录 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[13].show,13)"> |
| | | 备注信息 |
| | | </el-card> |
| | | <el-timeline> |
| | | <el-timeline-item @click.native="isShow(showArr[0].show, 0)"> |
| | | <span :class="thisShowIndex==0?'selectedTimeline':''">基本信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[1].show, 1)"> |
| | | <span :class="thisShowIndex==1?'selectedTimeline':''">工作经历</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[2].show, 2)"> |
| | | <span :class="thisShowIndex==2?'selectedTimeline':''">体检信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[3].show, 3)"> |
| | | <span :class="thisShowIndex==3?'selectedTimeline':''">合同信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[4].show, 4)"> |
| | | <span :class="thisShowIndex==4?'selectedTimeline':''">考勤情况</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[5].show, 5)"> |
| | | <span :class="thisShowIndex==5?'selectedTimeline':''">请假记录</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[6].show, 6)"> |
| | | <span :class="thisShowIndex==6?'selectedTimeline':''">辞职申请</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[7].show, 7)"> |
| | | <span :class="thisShowIndex==7?'selectedTimeline':''">失业金领取</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[8].show, 8)"> |
| | | <span :class="thisShowIndex==8?'selectedTimeline':''">社保申请</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[9].show, 9)"> |
| | | <span :class="thisShowIndex==9?'selectedTimeline':''">意外险案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[10].show, 10)"> |
| | | <span :class="thisShowIndex==10?'selectedTimeline':''">工伤案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[11].show, 11)"> |
| | | <span :class="thisShowIndex==11?'selectedTimeline':''">劳资案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[12].show, 12)"> |
| | | <span :class="thisShowIndex==12?'selectedTimeline':''">不良记录</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[13].show, 13)"> |
| | | <span :class="thisShowIndex==13?'selectedTimeline':''">备注信息</span> |
| | | </el-timeline-item> |
| | | </el-timeline> |
| | | </el-aside> |
| | | <el-main> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-button type="success" @click.native="dialogIsShow()">新增</el-button> |
| | | <el-button type="info" @click.native="butDelete()">删除</el-button> |
| | | <el-button type="primary">导入员工信息</el-button> |
| | | <el-button class="commonBtn" @click.native="dialogIsShow()">新增</el-button> |
| | | <el-button class="commonBtn" @click.native="butDelete()">删除</el-button> |
| | | <el-button class="commonBtn" style="float: right">导入员工信息</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-table v-show="showArr[0].show" ref="empBaseInfoTable" :data="basicInformationData" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[0].show" |
| | | ref="empBaseInfoTable" |
| | | :data="basicInformationData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="empBaseInfoEdit(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editEmpBase(scope.row)" |
| | | >编辑 |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="" |
| | | label="照片" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empName" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="护卫点" |
| | | /> |
| | | <el-table-column |
| | | prop="jobName" |
| | | label="岗位" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empType" |
| | | label="员工类别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | /> |
| | | <el-table-column |
| | | prop="nation" |
| | | label="民族" |
| | | /> |
| | | <el-table-column |
| | | prop="certificateNumb" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="marriage" |
| | | label="婚姻状况" |
| | | /> |
| | | <el-table-column |
| | | prop="politics" |
| | | label="政治面貌" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="education" |
| | | label="最高学历" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="entryDate" |
| | | label="入职日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="insuranceType" |
| | | label="保险类型" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialNumb" |
| | | label="社保电脑号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="guardNumb" |
| | | label="保安员证号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="archivesNumber" |
| | | label="档案编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="archivesStatus" |
| | | label="档案情况" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empType" label="员工类别" width="180" /> |
| | | <el-table-column prop="sex" label="性别" /> |
| | | <el-table-column prop="nation" label="民族" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="marriage" label="婚姻状况" /> |
| | | <el-table-column prop="politics" label="政治面貌" width="180" /> |
| | | <el-table-column prop="education" label="最高学历" width="180" /> |
| | | <el-table-column prop="entryDate" label="入职日期" width="180" /> |
| | | <el-table-column prop="insuranceType" label="保险类型" width="180" /> |
| | | <el-table-column prop="socialNumb" label="社保电脑号" width="180" /> |
| | | <el-table-column prop="guardNumb" label="保安员证号" width="180" /> |
| | | <el-table-column prop="archivesNumber" label="档案编号" width="180" /> |
| | | <el-table-column prop="archivesStatus" label="档案情况" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[1].show" ref="workExperienceTable" :data="workExperienceData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[1].show" |
| | | ref="workExperienceTable" |
| | | :data="workExperienceData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editWorkExperience(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editWorkExperience(scope.row)" |
| | | >编辑 |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="endDate" label="结束日期" width="180" /> |
| | | <el-table-column prop="jobContent" label="主要工作内容" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[2].show" ref="physicalExamTable" :data="physicalExamData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[2].show" |
| | | ref="physicalExamTable" |
| | | :data="physicalExamData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editPhysicalExam(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editPhysicalExam(scope.row)" |
| | | >编辑 |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="reviewRecord" label="复查记录" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[3].show" ref="contractInfoTable" :data="contractInfoData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[3].show" |
| | | ref="contractInfoTable" |
| | | :data="contractInfoData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editContractInfo(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editContractInfo(scope.row)" |
| | | >编辑 |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="contractStatus" label="合同状态" width="180" /> |
| | | <el-table-column prop="transactor" label="合同办理人" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[4].show" |
| | | :data="attendanceData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | <el-table v-show="showArr[4].show" ref="dimissionAttendTable" :data="dimissionAttendData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editDimissionAttend(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="attendanceMonth" |
| | | label="离职考勤月份" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="attendanceDay" |
| | | label="出勤天数" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="overtimeDay" |
| | | label="加班(天)" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="overtimeHour" |
| | | label="加班(小时)" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="charge" |
| | | label="有无代扣款项" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="leaveDay" |
| | | label="请假(天)" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="absenteeismDay" |
| | | label="旷工(天)" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[5].show" |
| | | :data="leaveData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="leaveStartDate" |
| | | label="请假开始时间" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="leaveEndDate" |
| | | label="请假结束时间" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="leaveDay" |
| | | label="请假天数" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="leaveType" |
| | | label="请假类型" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="comeDate" |
| | | label="到岗时间" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="report" |
| | | label="报备人" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[6].show" |
| | | :data="resignData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="resignDate" |
| | | label="辞职申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="resign" |
| | | label="辞职事由" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="report" |
| | | label="汇报人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[7].show" |
| | | :data="unemploymentData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="unemploymentDate" |
| | | label="失业金申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="declareReason" |
| | | label="申报事由" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="report" |
| | | label="汇报人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="auditor" |
| | | label="审核人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[8].show" |
| | | :data="socialSecurityData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialSecurityDate" |
| | | label="社保申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="proposer" |
| | | label="申请人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialSecurityLevel" |
| | | label="社保档位" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="isReport " |
| | | label="是否已报告" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="status" |
| | | label="状态" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="auditor" |
| | | label="审核人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="280" |
| | | /> |
| | | </el-table> |
| | | <el-table v-show="showArr[9].show" :data="data1" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="所属部门" width="180" /> |
| | | <el-table-column prop="prop3" label="员工编号" width="180" /> |
| | | <el-table-column prop="prop4" label="姓名" width="180" /> |
| | | <el-table-column prop="prop5" label="身份证号码" width="180" /> |
| | | <el-table-column prop="prop6" label="受伤时间" width="180" /> |
| | | <el-table-column prop="prop7" label="受伤地点" width="180" /> |
| | | <el-table-column prop="prop8" label="受伤部位" width="180" /> |
| | | <el-table-column prop="prop9" label="受伤经过描述" width="180" /> |
| | | <el-table-column prop="prop10" label="意外险诊断" width="180" /> |
| | | <el-table-column prop="prop11" label="就诊医院" width="180" /> |
| | | <el-table-column prop="prop12" label="就诊科室" width="180" /> |
| | | <el-table-column prop="prop13" label="是否住院" width="180" /> |
| | | <el-table-column prop="prop14" label="床号" width="180" /> |
| | | <el-table-column prop="prop15" label="报案时间" width="180" /> |
| | | <el-table-column prop="prop16" label="递交资料时间" width="180" /> |
| | | <el-table-column prop="prop17" label="递交人" width="180" /> |
| | | <el-table-column prop="prop18" label="医疗总费用" width="180" /> |
| | | <el-table-column prop="prop19" label="保险赔付费用" width="180" /> |
| | | <el-table-column prop="prop20" label="保单号" width="180" /> |
| | | <el-table-column prop="prop21" label="人事处理时间" width="180" /> |
| | | <el-table-column prop="prop22" label="状态" width="180" /> |
| | | <el-table-column prop="prop23" label="案结时间" width="180" /> |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[10].show" :data="data2" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="员工编号" width="180" /> |
| | | <el-table-column prop="prop3" label="姓名" width="180" /> |
| | | <el-table-column prop="prop4" label="所属部门" width="180" /> |
| | | <el-table-column prop="prop5" label="岗位" width="180" /> |
| | | <el-table-column prop="prop6" label="员工类别" width="180" /> |
| | | <el-table-column prop="prop7" label="性别" width="180" /> |
| | | <el-table-column prop="prop8" label="民族" width="180" /> |
| | | <el-table-column prop="prop9" label="身份证号码" width="180" /> |
| | | <el-table-column prop="prop10" label="婚姻状况" width="180" /> |
| | | <el-table-column prop="prop11" label="政治面貌" width="180" /> |
| | | <el-table-column prop="prop12" label="最高学历" width="180" /> |
| | | <el-table-column prop="prop13" label="入职日期" width="180" /> |
| | | <el-table-column prop="prop14" label="保险类型" width="180" /> |
| | | <el-table-column prop="prop15" label="社保电脑号" width="180" /> |
| | | <el-table-column prop="prop16" label="保安员证号" width="180" /> |
| | | <el-table-column prop="prop17" label="档案编号" width="180" /> |
| | | <el-table-column prop="prop18" label="档案情况" width="180" /> |
| | | <el-row> |
| | | <el-col :span="24" class="button-from"> |
| | | <el-button type="info">提交</el-button> |
| | | <el-button type="warning">暂存</el-button> |
| | | <el-button type="danger">取消</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[11].show" :data="data3" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="所属部门" width="180" /> |
| | | <el-table-column prop="prop3" label="员工编号" width="180" /> |
| | | <el-table-column prop="prop4" label="姓名" width="180" /> |
| | | <el-table-column prop="prop5" label="身份证号码" width="180" /> |
| | | <el-table-column prop="prop6" label="仲裁日期" width="180" /> |
| | | <el-table-column prop="prop7" label="仲裁类型" width="180" /> |
| | | <el-table-column prop="prop8" label="仲裁事由" width="180" /> |
| | | <el-table-column prop="prop9" label="汇报人" width="180" /> |
| | | <el-table-column prop="prop10" label="备注" width="180" /> |
| | | <el-table-column prop="prop11" label="仲裁赔付(元)" width="180" /> |
| | | <el-table-column prop="prop12" label="状态" width="180" /> |
| | | <el-table-column prop="prop13" label="案结日期" width="180" /> |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[12].show" ref="badRecordTable" :data="badRecordData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="badRecordEdit(scope.row)">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="所属部门" width="180" /> |
| | | <el-table-column prop="empId" label="员工编号" width="180" /> |
| | | <el-table-column prop="prop4" label="姓名" width="180" /> |
| | | <el-table-column prop="prop5" label="身份证号码" width="180" /> |
| | | <el-table-column prop="badDate" label="不良记录日期" width="180" /> |
| | | <el-table-column prop="badContent" label="不良记录描述" width="180" /> |
| | | <el-table-column prop="prop8" label="汇报人" width="180" /> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="部门名称" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | | <el-table-column prop="empName" label="员工姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="证件号码" width="180" /> |
| | | <el-table-column prop="attendMonth" label="离职考勤月份" width="180" /> |
| | | <el-table-column prop="attendDays" label="出勤天数" width="180" /> |
| | | <el-table-column prop="overtimeDay" label="加班(天)" width="180" /> |
| | | <el-table-column prop="overtimeHour" label="加班(小时)" width="180" /> |
| | | <el-table-column prop="deduct" label="有无代扣款项" width="180" /> |
| | | <el-table-column prop="leaveDay" label="请假(天)" width="180" /> |
| | | <el-table-column prop="absenteeism" label="旷工(天)" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[13].show" :data="data5" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | <el-table v-show="showArr[5].show" ref="leaveInfoTable" :data="leaveInfoData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editLeaveInfo(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="部门名称" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | | <el-table-column prop="empName" label="员工姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="证件号码" width="180" /> |
| | | <el-table-column prop="beginTime" label="开始时间" width="180" /> |
| | | <el-table-column prop="endTime" label="结束时间" width="180" /> |
| | | <el-table-column prop="leaveDay" label="请假天数" width="180" /> |
| | | <el-table-column prop="leaveType" label="请假类型" width="180" /> |
| | | <el-table-column prop="returnDate" label="到岗时间" width="180" /> |
| | | <el-table-column prop="reporter" label="报备人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[6].show" ref="resignTable" :data="resignData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editResign(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名" width="180" /> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="empName" label="员工姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="证件号码" width="180" /> |
| | | <el-table-column prop="applayDate" label="辞职申请日期" width="180" /> |
| | | <el-table-column prop="reason" label="辞职事由" width="180" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[7].show" ref="unemploymentTable" :data="unemploymentData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editUnemployment(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="applayDate" label="失业金申请日期" width="180" /> |
| | | <el-table-column prop="applayReason" label="申报事由" width="180" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[8].show" ref="insuranceTable" :data="insuranceData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editInsurance(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="applayDate" label="社保申请日期" width="180" /> |
| | | <el-table-column prop="proposer" label="申请人" width="180" /> |
| | | <el-table-column prop="insuranceGaers" label="社保档位" width="180" /> |
| | | <el-table-column prop="reportStatus " label="是否已报告" width="180" /> |
| | | <el-table-column prop="applayStatus" label="状态" width="180" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="280" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[9].show" ref="accidentCasesTable" :data="accidentCasesData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editAccidentCases(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="injuredTime" label="受伤日期" width="180" /> |
| | | <el-table-column prop="injuredAddress" label="受伤地点" width="180" /> |
| | | <el-table-column prop="injuredPart" label="受伤部位" width="180" /> |
| | | <el-table-column prop="injuredDescribe" label="受伤经过描述" width="180" /> |
| | | <el-table-column prop="injuredDiacrisis" label="意外险诊断" width="180" /> |
| | | <el-table-column prop="hospitalName" label="就诊医院" width="180" /> |
| | | <el-table-column prop="treatmentName" label="就诊科室" width="180" /> |
| | | <el-table-column prop="hospitalizatioFlag" label="是否住院" width="180" /> |
| | | <el-table-column prop="bedNumb" label="床号" width="180" /> |
| | | <el-table-column prop="reprotTime" label="报案时间" width="180" /> |
| | | <el-table-column prop="submitTime" label="递交资料时间" width="180" /> |
| | | <el-table-column prop="sbumitBy" label="递交人" width="180" /> |
| | | <el-table-column prop="expensesFee" label="医疗总费用" width="180" /> |
| | | <el-table-column prop="innsureFee" label="保险赔付费用" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[10].show" ref="occupationalTable" :data="occupationalData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editOccupational(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="injuredTime" label="受伤日期" width="180" /> |
| | | <el-table-column prop="injuredAddress" label="受伤地点" width="180" /> |
| | | <el-table-column prop="injuredPart" label="受伤部位" width="180" /> |
| | | <el-table-column prop="injuredDescribe" label="受伤经过描述" width="180" /> |
| | | <el-table-column prop="injuredDiacrisis" label="工伤诊断" width="180" /> |
| | | <el-table-column prop="hospitalName" label="就诊医院" width="180" /> |
| | | <el-table-column prop="treatmentName" label="就诊科室" width="180" /> |
| | | <el-table-column prop="hospitalizatioFlag" label="是否住院" width="180" /> |
| | | <el-table-column prop="bedNumb" label="床号" width="180" /> |
| | | <el-table-column prop="reportTime" label="报案时间" width="180" /> |
| | | <el-table-column prop="submitTime" label="递交资料时间" width="180" /> |
| | | <el-table-column prop="sbumitBy" label="递交人" width="180" /> |
| | | <el-table-column prop="expensesFee" label="医疗总费用" width="180" /> |
| | | <el-table-column prop="compensated" label="已赔付医药费用" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[11].show" ref="occupationalTable" :data="laborTroubleData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editLaborTrouble(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="arbitrationDate" label="仲裁日期" width="180" /> |
| | | <el-table-column prop="arbitrationDate" label="仲裁日期" width="180" /> |
| | | <el-table-column prop="arbitrationType" label="仲裁类型" width="180" /> |
| | | <el-table-column prop="arbitrationReason" label="仲裁事由" width="180" /> |
| | | <el-table-column prop="reporter" label="报备人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | <el-table-column prop="arbitrationPay" label="仲裁赔付(元)" width="180" /> |
| | | <el-table-column prop="arbitrationStatus" label="状态" width="180" /> |
| | | <el-table-column prop="settleDate" label="案结日期" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[12].show" |
| | | ref="badRecordTable" |
| | | :data="badRecordData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editBadRecord(scope.row)" |
| | | >编辑 |
| | | </el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="所属部门" width="180" /> |
| | | <el-table-column prop="prop3" label="员工编号" width="180" /> |
| | | <el-table-column prop="prop4" label="姓名" width="180" /> |
| | | <el-table-column prop="prop5" label="备注日期" width="180" /> |
| | | <el-table-column prop="prop6" label="备注信息" width="400" /> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="badDate" label="不良记录日期" width="180" /> |
| | | <el-table-column prop="badContent" label="不良记录描述" width="180" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[13].show" ref="remarkInfoTable" :data="remarkInfoData" style="width: 100%;height: 70%;"> |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"><el-button type="text" size="small" @click="editRemarkInfo(scope.row)">编辑</el-button></template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="remarkDate" label="备注日期" width="180" /> |
| | | <el-table-column prop="remarkContent" label="备注信息" width="400" /> |
| | | </el-table> |
| | | <el-col :span="24"> |
| | | <div style="margin: 0px auto; width: 250px;margin-top: 20px;"> |
| | | <el-button class="nomalBtn">取消</el-button> |
| | | <el-button class="nomalBtn">暂存</el-button> |
| | | <el-button class="commonBtn">提交</el-button> |
| | | </div> |
| | | </el-col> |
| | | </el-main> |
| | | </el-container> |
| | | <el-dialog title="基本信息" :visible.sync="dialogshowArr[0].show" width="50%"> |
| | |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="员工类型" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择员工类型"> |
| | | <el-select v-model="empBaseInfoForm.empType" placeholder="请选择员工类型"> |
| | | <el-option label="正式工" value="1" /> |
| | | <el-option label="临时工" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="民族" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择民族"> |
| | | <el-option label="汉族" value="1" /> |
| | | <el-option label="维吾尔族" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.nation" placeholder="请选择民族"> |
| | | <el-option label="汉族" value="01" /> |
| | | <el-option label="蒙古族" value="02" /> |
| | | <el-option label="回族" value="03" /> |
| | | <el-option label="藏族" value="04" /> |
| | | <el-option label="维吾尔族" value="05" /> |
| | | <el-option label="苗族" value="06" /> |
| | | <el-option label="彝族" value="07" /> |
| | | <el-option label="壮族" value="08" /> |
| | | <el-option label="布衣族" value="09" /> |
| | | <el-option label="朝鲜族" value="10" /> |
| | | <el-option label="满族" value="11" /> |
| | | <el-option label="侗族" value="12" /> |
| | | <el-option label="瑶族" value="13" /> |
| | | <el-option label="白族" value="14" /> |
| | | <el-option label="土家族" value="15" /> |
| | | <el-option label="哈尼族" value="16" /> |
| | | <el-option label="哈萨克族" value="17" /> |
| | | <el-option label="傣族" value="18" /> |
| | | <el-option label="黎族" value="19" /> |
| | | <el-option label="傈傈族" value="20" /> |
| | | <el-option label="瓦族" value="21" /> |
| | | <el-option label="畲族" value="22" /> |
| | | <el-option label="高山族" value="23" /> |
| | | <el-option label="拉祜族" value="24" /> |
| | | <el-option label="水族" value="25" /> |
| | | <el-option label="东乡族" value="26" /> |
| | | <el-option label="纳西族" value="27" /> |
| | | <el-option label="景颇族" value="28" /> |
| | | <el-option label="柯尔克孜族" value="29" /> |
| | | <el-option label="土族" value="30" /> |
| | | <el-option label="达斡尔族" value="31" /> |
| | | <el-option label="仫佬族" value="32" /> |
| | | <el-option label="羌族" value="33" /> |
| | | <el-option label="布朗族" value="34" /> |
| | | <el-option label="撒拉族" value="35" /> |
| | | <el-option label="毛难族" value="36" /> |
| | | <el-option label="仡佬族" value="37" /> |
| | | <el-option label="锡伯族" value="38" /> |
| | | <el-option label="阿昌族" value="39" /> |
| | | <el-option label="普米族" value="40" /> |
| | | <el-option label="塔吉克族" value="41" /> |
| | | <el-option label="怒族" value="42" /> |
| | | <el-option label="乌孜别克族" value="43" /> |
| | | <el-option label="俄罗斯族" value="44" /> |
| | | <el-option label="鄂温克族" value="45" /> |
| | | <el-option label="崩龙族" value="46" /> |
| | | <el-option label="保安族" value="47" /> |
| | | <el-option label="裕固族" value="48" /> |
| | | <el-option label="京族" value="49" /> |
| | | <el-option label="塔塔尔族" value="50" /> |
| | | <el-option label="独龙族" value="51" /> |
| | | <el-option label="鄂伦春" value="52" /> |
| | | <el-option label="郝哲族" value="53" /> |
| | | <el-option label="门巴族" value="54" /> |
| | | <el-option label="珞巴族" value="55" /> |
| | | <el-option label="基诺族" value="56" /> |
| | | <el-option label="其他族" value="91" /> |
| | | <el-option label="外国民族" value="98" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="婚姻状态" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择婚姻状态"> |
| | | <el-select v-model="empBaseInfoForm.marriage" placeholder="请选择婚姻状态"> |
| | | <el-option label="未婚" value="1" /> |
| | | <el-option label="已婚" value="2" /> |
| | | <el-option label="丧偶" value="3" /> |
| | | <el-option label="离婚" value="4" /> |
| | | <el-option label="再婚" value="5" /> |
| | | <el-option label="其它" value="9" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="身高"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-form-item label="身高(cm)"> |
| | | <el-input v-model="empBaseInfoForm.stature" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="政治面貌" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择政治面貌"> |
| | | <el-option label="党员" value="1" /> |
| | | <el-option label="团员" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.politics" placeholder="请选择政治面貌"> |
| | | <el-option label="中共党员" value="01" /> |
| | | <el-option label="预备党员" value="02" /> |
| | | <el-option label="共青团员" value="03" /> |
| | | <el-option label="民革会员" value="04" /> |
| | | <el-option label="民盟盟员" value="05" /> |
| | | <el-option label="民建会员" value="06" /> |
| | | <el-option label="民进会员" value="07" /> |
| | | <el-option label="农工党员" value="08" /> |
| | | <el-option label="致公党员" value="09" /> |
| | | <el-option label="九三社员" value="10" /> |
| | | <el-option label="台盟盟员" value="11" /> |
| | | <el-option label="民主人士" value="12" /> |
| | | <el-option label="群众" value="13" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="最高学历" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择最高学历"> |
| | | <el-option label="本科" value="1" /> |
| | | <el-option label="专科" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.education" placeholder="请选择最高学历"> |
| | | <el-option label="博士" value="10" /> |
| | | <el-option label="硕士" value="11" /> |
| | | <el-option label="大学本科" value="21" /> |
| | | <el-option label="大学专科" value="31" /> |
| | | <el-option label="中专" value="41" /> |
| | | <el-option label="中技" value="42" /> |
| | | <el-option label="高中" value="61" /> |
| | | <el-option label="初中" value="71" /> |
| | | <el-option label="小学" value="81" /> |
| | | <el-option label="无学历" value="91" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="籍贯" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择籍贯"> |
| | | <el-option label="湖南" value="1" /> |
| | | <el-option label="湖北" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.nativePlace" placeholder="请选择籍贯"> |
| | | <el-option label="北京市" value="110000" /> |
| | | <el-option label="天津市" value="120000" /> |
| | | <el-option label="河北省" value="130000" /> |
| | | <el-option label="山西省" value="140000" /> |
| | | <el-option label="内蒙古自治区" value="150000" /> |
| | | <el-option label="辽宁省" value="210000" /> |
| | | <el-option label="吉林省" value="220000" /> |
| | | <el-option label="黑龙江省" value="230000" /> |
| | | <el-option label="上海市" value="310000" /> |
| | | <el-option label="江苏省" value="320000" /> |
| | | <el-option label="浙江省" value="330000" /> |
| | | <el-option label="安徽省" value="340000" /> |
| | | <el-option label="福建省" value="350000" /> |
| | | <el-option label="江西省" value="360000" /> |
| | | <el-option label="山东省" value="370000" /> |
| | | <el-option label="河南省" value="410000" /> |
| | | <el-option label="湖北省" value="420000" /> |
| | | <el-option label="湖南省" value="430000" /> |
| | | <el-option label="广东省" value="440000" /> |
| | | <el-option label="广西壮族自治区" value="450000" /> |
| | | <el-option label="海南省" value="460000" /> |
| | | <el-option label="重庆市" value="500000" /> |
| | | <el-option label="四川省" value="510000" /> |
| | | <el-option label="贵州省" value="520000" /> |
| | | <el-option label="云南省" value="530000" /> |
| | | <el-option label="西藏自治区" value="540000" /> |
| | | <el-option label="陕西省" value="610000" /> |
| | | <el-option label="甘肃省" value="620000" /> |
| | | <el-option label="青海省" value="630000" /> |
| | | <el-option label="宁夏回族自治区" value="640000" /> |
| | | <el-option label="新疆维吾尔自治区" value="650000" /> |
| | | <el-option label="台湾省" value="710000" /> |
| | | <el-option label="香港特别行政区" value="810000" /> |
| | | <el-option label="澳门特别行政区" value="820000" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="现住址"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.currentAddress" /> |
| | | </el-form-item> |
| | | <el-form-item label="电话号码"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.telePhone" /> |
| | | </el-form-item> |
| | | <el-form-item label="招聘介绍人"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.introducer" /> |
| | | </el-form-item> |
| | | <el-form-item label="银行名称"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.bankName" /> |
| | | </el-form-item> |
| | | <el-form-item label="保险类型" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择保险类型"> |
| | | <el-select v-model="empBaseInfoForm.insuranceType" placeholder="请选择保险类型"> |
| | | <el-option label="(深户)五险一档" value="1" /> |
| | | <el-option label="(非深户)五险一档" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="家庭成员及关系"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.family" /> |
| | | </el-form-item> |
| | | <el-form-item label="紧急联系电话"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.urgencyPhone" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="护卫点"> |
| | | <el-input v-model="empBaseInfoForm.deptName" /> |
| | | <!-- <el-form-item label="护卫点">--> |
| | | <!-- <el-input v-model="empBaseInfoForm.deptName" />--> |
| | | <!-- </el-form-item>--> |
| | | <el-form-item label="护卫点" prop="deptId"> |
| | | <treeselect |
| | | v-model="empBaseInfoForm.deptId" |
| | | :multiple="false" |
| | | :options="depts" |
| | | :clear-value-text="$t('common.clear')" |
| | | placeholder=" " |
| | | style="width:100%" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="empBaseInfoForm.empName" /> |
| | |
| | | <el-input v-model="empBaseInfoForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.certificateNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证有效期"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.certificateValidity" /> |
| | | </el-form-item> |
| | | <el-form-item label="年龄"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.age" /> |
| | | </el-form-item> |
| | | <el-form-item label="出生日期"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-date-picker |
| | | v-model="empBaseInfoForm.birthdate" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择日期" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="入职日期"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-date-picker |
| | | v-model="empBaseInfoForm.entryDate" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择日期" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="入司工龄"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.seniority" /> |
| | | </el-form-item> |
| | | <el-form-item label="户籍地址"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.censusAddress" /> |
| | | </el-form-item> |
| | | <el-form-item label="保安员证号"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.guardNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="保安员回执"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.returnReceipt" /> |
| | | </el-form-item> |
| | | <el-form-item label="档案情况" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择档案情况"> |
| | | <el-option label="未移交" value="1" /> |
| | | <el-option label="已移交" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.archivesStatus" placeholder="请选择档案情况"> |
| | | <el-option label="未移交" value="0" /> |
| | | <el-option label="已移交" value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="银行账号"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.bankNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="社保电脑号"> |
| | | <el-input v-model="empBaseInfoForm.name" /> |
| | | <el-input v-model="empBaseInfoForm.socialNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="员工手册" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择员工手册"> |
| | | <el-option label="未发" value="1" /> |
| | | <el-option label="已发" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.handbookStatus" placeholder="请选择员工手册"> |
| | | <el-option label="未发" value="0" /> |
| | | <el-option label="已发" value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="工作证" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择工作证"> |
| | | <el-option label="未发" value="1" /> |
| | | <el-option label="已发" value="2" /> |
| | | <el-select v-model="empBaseInfoForm.empCardStatus" placeholder="请选择工作证"> |
| | | <el-option label="未发" value="0" /> |
| | | <el-option label="已发" value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="相关证件" prop="region"> |
| | | <el-select v-model="empBaseInfoForm.name" placeholder="请选择相关证件"> |
| | | <el-select v-model="empBaseInfoForm.certificateList" placeholder="请选择相关证件"> |
| | | <el-option label="高中毕业证" value="1" /> |
| | | <el-option label="专科毕业证" value="2" /> |
| | | <el-option label="本科毕业证" value="3" /> |
| | |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putEmpBase()">保 存</el-button> |
| | | <el-button type="primary" @click="putEmpBaseContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="putEmpBase()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="工作经历" :visible.sync="dialogshowArr[1].show" width="50%"> |
| | | <el-form :model="workExperienceForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="workExperienceForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="workExperienceForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="结束时间"> |
| | | <el-date-picker |
| | | v-model="workExperienceForm.endDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putWorkExperience()">保 存</el-button> |
| | | <el-button type="primary" @click="putWorkExperienceContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putWorkExperienceContinue()" |
| | | >保存并继续新增 |
| | | </el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="体检信息" :visible.sync="dialogshowArr[2].show" width="50%"> |
| | | <el-form :model="physicalExamForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="physicalExamForm.certificateNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="physicalExamForm.deptName" /></el-form-item> |
| | | <el-form-item label="部门名称"> |
| | | <el-input v-model="physicalExamForm.deptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检医院"> |
| | | <el-input v-model="physicalExamForm.hospital" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检类型" prop="region"> |
| | | <el-select v-model="physicalExamForm.physicalExamType" placeholder="请选择体检类型"> |
| | | <el-select |
| | | v-model="physicalExamForm.physicalExamType" |
| | | placeholder="请选择体检类型" |
| | | > |
| | | <el-option label="普通体检" value="1" /> |
| | | <el-option label="员工体检" value="2" /> |
| | | </el-select> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="physicalExamForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="physicalExamForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检日期"> |
| | | <el-date-picker |
| | | v-model="physicalExamForm.physicalExamDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putPhysicalExam()">保 存</el-button> |
| | | <el-button type="primary" @click="putPhysicalExamContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putPhysicalExamContinue()" |
| | | >保存并继续新增 |
| | | </el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="合同信息" :visible.sync="dialogshowArr[3].show" width="50%"> |
| | | <el-form :model="contractInfoForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="contractInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="contractInfoForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="contractInfoForm.deptName" /></el-form-item> |
| | | <el-form-item label="证件号码"> |
| | | <el-input v-model="contractInfoForm.certificateNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"> |
| | | <el-input v-model="contractInfoForm.deptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="合同开始日期"> |
| | | <el-date-picker |
| | | v-model="contractInfoForm.beginDate" |
| | |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="合同状态" prop="region"> |
| | | <el-select v-model="contractInfoForm.contractStatus" placeholder="请选择合同状态"> |
| | | <el-select |
| | | v-model="contractInfoForm.contractStatus" |
| | | placeholder="请选择合同状态" |
| | | > |
| | | <el-option label="新签" value="1" /> |
| | | <el-option label="老签" value="2" /> |
| | | </el-select> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="contractInfoForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="contractInfoForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="合同结束日期"> |
| | | <el-date-picker |
| | | v-model="contractInfoForm.endDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putContractInfo()">保 存</el-button> |
| | | <el-button type="primary" @click="putContractInfoContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putContractInfoContinue()" |
| | | >保存并继续新增 |
| | | </el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="离职当月考勤" :visible.sync="dialogshowArr[4].show" width="50%"> |
| | | <el-form :model="attendanceForm" label-position="right" label-width="120px"> |
| | | <el-form :model="dimissionAttendForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="dimissionAttendForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="dimissionAttendForm.deptName" /></el-form-item> |
| | | <el-form-item label="离职考勤月份"> |
| | | <el-date-picker |
| | | v-model="attendanceForm.name" |
| | | v-model="dimissionAttendForm.attendMonth" |
| | | value-format="yyyy-MM" |
| | | type="month" |
| | | placeholder="选择考勤月份" |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="加班(天)"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.overtimeDay" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="有无代扣款项"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.deduct" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="姓名"><el-input v-model="dimissionAttendForm.empName" /></el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="dimissionAttendForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="dimissionAttendForm.jobName" /></el-form-item> |
| | | <el-form-item label="出勤天数"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.attendDays" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="加班(小时)"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.overtimeHour" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="请假(天)"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.leaveDay" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="旷工(天)"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | <el-input v-model="dimissionAttendForm.absenteeism" /> |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="attendanceForm.name" type="textarea" /> |
| | | <el-input v-model="dimissionAttendForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putDimissionAttend()">保 存</el-button> |
| | | <el-button type="primary" @click="putDimissionAttendContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="请假记录" :visible.sync="dialogshowArr[5].show" width="50%"> |
| | | <el-form :model="leaveForm" label-position="right" label-width="120px"> |
| | | <el-form :model="leaveInfoForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | <el-input v-model="leaveInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="leaveInfoForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="leaveInfoForm.deptName" /></el-form-item> |
| | | <el-form-item label="请假开始时间"> |
| | | <el-date-picker |
| | | v-model="leaveForm.name" |
| | | type="date" |
| | | v-model="leaveInfoForm.beginTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择请假开始时间" |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="请假类型" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder="请选择请假类型"> |
| | | <el-select v-model="leaveInfoForm.leaveType" placeholder="请选择请假类型"> |
| | | <el-option label="事假" value="1" /> |
| | | <el-option label="病假" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="报备人"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | <el-input v-model="leaveInfoForm.reporter" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | <el-input v-model="leaveInfoForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="leaveInfoForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="leaveInfoForm.jobName" /></el-form-item> |
| | | <el-form-item label="请假结束时间"> |
| | | <el-date-picker |
| | | v-model="leaveForm.name" |
| | | type="date" |
| | | v-model="leaveInfoForm.endTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择请假结束时间" |
| | | /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="请假天数"> |
| | | <el-input v-model="leaveForm.name" /> |
| | | <el-input v-model="leaveInfoForm.leaveDay" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="到岗时间"> |
| | | <el-date-picker |
| | | v-model="leaveForm.name" |
| | | v-model="leaveInfoForm.returnDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择到岗时间" |
| | | /> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="leaveForm.name" type="textarea" /> |
| | | <el-input v-model="leaveInfoForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putLeaveInfo()">保 存</el-button> |
| | | <el-button type="primary" @click="putLeaveInfoContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="辞职申请" :visible.sync="dialogshowArr[6].show" width="50%"> |
| | | <el-form :model="resignForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="resignForm.name" /> |
| | | <el-input v-model="resignForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="resignForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="resignForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="resignForm.deptName" /></el-form-item> |
| | | <el-form-item label="辞职申请日期"> |
| | | <el-date-picker |
| | | v-model="resignForm.name" |
| | | v-model="resignForm.applayDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择辞职申请日期" |
| | | /> |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="resignForm.name" /> |
| | | <el-input v-model="resignForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="resignForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="resignForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="resignForm.jobName" /></el-form-item> |
| | | <el-form-item label="报备人"> |
| | | <el-input v-model="resignForm.name" /> |
| | | <el-input v-model="resignForm.reporter" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="辞职事由"> |
| | | <el-input v-model="resignForm.name" /> |
| | | <el-input v-model="resignForm.reason" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="resignForm.name" type="textarea" /> |
| | | <el-input v-model="resignForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putResign()">保 存</el-button> |
| | | <el-button type="primary" @click="putResignContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="失业金领取" :visible.sync="dialogshowArr[7].show" width="50%"> |
| | | <el-form :model="unemploymentForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-form-item label="员工编号🔍" @click.native="showXzyg"> |
| | | <el-input v-model="unemploymentForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="unemploymentForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="unemploymentForm.deptName" /></el-form-item> |
| | | <el-form-item label="失业金申请日期"> |
| | | <el-date-picker |
| | | v-model="unemploymentForm.name" |
| | | v-model="unemploymentForm.applayDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择失业金申请日期" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="申报事由"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-input v-model="unemploymentForm.applayReason" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-input v-model="unemploymentForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="unemploymentForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="unemploymentForm.jobName" /></el-form-item> |
| | | <el-form-item label="汇报人"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-input v-model="unemploymentForm.reporter" /> |
| | | </el-form-item> |
| | | <el-form-item label="审批人"> |
| | | <el-input v-model="unemploymentForm.name" /> |
| | | <el-input v-model="unemploymentForm.auditor" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="unemploymentForm.name" type="textarea" /> |
| | | <el-input v-model="unemploymentForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putUnemployment()">保 存</el-button> |
| | | <el-button type="primary" @click="putUnemploymentContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="社保申请" :visible.sync="dialogshowArr[8].show" width="50%"> |
| | | <el-form :model="socialSecurityForm" label-position="right" label-width="120px"> |
| | | <el-form :model="insuranceForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="insuranceForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="insuranceForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="insuranceForm.deptName" /></el-form-item> |
| | | <el-form-item label="社保申请日期"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="insuranceForm.applayDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择社保申请日期" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="社保档位"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="insuranceForm.insuranceGaers" /> |
| | | </el-form-item> |
| | | <el-form-item label="状态" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder="请选择状态"> |
| | | <el-select v-model="insuranceForm.applayStatus" placeholder="请选择状态"> |
| | | <el-option label="未申请" value="1" /> |
| | | <el-option label="已申请" value="2" /> |
| | | </el-select> |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="insuranceForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="insuranceForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="insuranceForm.jobName" /></el-form-item> |
| | | <el-form-item label="申请人"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="insuranceForm.proposer" /> |
| | | </el-form-item> |
| | | <el-form-item label="是否已经报告" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder="是否已经报告"> |
| | | <el-select v-model="insuranceForm.reportStatus" placeholder="是否已经报告"> |
| | | <el-option label="未报告" value="1" /> |
| | | <el-option label="已报告" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="审批人"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="insuranceForm.auditor" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="insuranceForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putInsurance()">保 存</el-button> |
| | | <el-button type="primary" @click="putInsuranceContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="意外险案件" :visible.sync="dialogshowArr[9].show" width="50%"> |
| | | <el-form :model="socialSecurityForm" label-position="right" label-width="120px"> |
| | | <el-form :model="accidentCasesForm" label-position="right" label-width="120px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="accidentCasesForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="accidentCasesForm.deptName" /></el-form-item> |
| | | <el-form-item label="受伤时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | type="date" |
| | | v-model="accidentCasesForm.injuredTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择受伤时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="受伤部位"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.injuredPart" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="accidentCasesForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="accidentCasesForm.jobName" /></el-form-item> |
| | | <el-form-item label="受伤地点"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.injuredAddress" /> |
| | | </el-form-item> |
| | | <el-form-item label="意外险诊断"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.injuredDiacrisis" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="受伤经过描述"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="accidentCasesForm.injuredDescribe" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="就诊医院"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.hospitalName" /> |
| | | </el-form-item> |
| | | <el-form-item label="是否住院" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder="是否住院"> |
| | | <el-option label="未住院" value="1" /> |
| | | <el-option label="已住院" value="2" /> |
| | | <el-select v-model="accidentCasesForm.hospitalizatioFlag" placeholder="是否住院"> |
| | | <el-option label="未住院" value="0" /> |
| | | <el-option label="已住院" value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="报案时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | type="date" |
| | | v-model="accidentCasesForm.reprotTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择报案时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="递交人"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.sbumitBy" /> |
| | | </el-form-item> |
| | | <el-form-item label="保险赔付费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.innsureFee" /> |
| | | </el-form-item> |
| | | <el-form-item label="人事处理时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="accidentCasesForm.hrDoDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择人事处理时间" |
| | | /> |
| | |
| | | |
| | | <el-form-item label="案结时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="accidentCasesForm.settleDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择案结时间" |
| | | /> |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="就诊科室"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.treatmentName" /> |
| | | </el-form-item> |
| | | <el-form-item label="床号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.bedNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="递交资料时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="accidentCasesForm.submitTime" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择递交资料时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="医疗总费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.expensesFee" /> |
| | | </el-form-item> |
| | | <el-form-item label="报单号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="accidentCasesForm.expenseReport" /> |
| | | </el-form-item> |
| | | <el-form-item label="状态" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder=""> |
| | | <el-select v-model="accidentCasesForm.settleStatus" placeholder=""> |
| | | <el-option label="已结案" value="1" /> |
| | | <el-option label="未结案" value="2" /> |
| | | <el-option label="未结案" value="0" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putAccidentCases()">保 存</el-button> |
| | | <el-button type="primary" @click="putAccidentCasesContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="工伤案件" :visible.sync="dialogshowArr[10].show" width="50%"> |
| | | <el-form :model="socialSecurityForm" label-position="right" label-width="140px"> |
| | | <el-form :model="occupationalForm" label-position="right" label-width="140px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="occupationalForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="occupationalForm.deptName" /></el-form-item> |
| | | <el-form-item label="受伤时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | type="date" |
| | | v-model="occupationalForm.injuredTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择受伤时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="受伤部位"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.injuredPart" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="occupationalForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="occupationalForm.jobName" /></el-form-item> |
| | | <el-form-item label="受伤地点"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.injuredAddress" /> |
| | | </el-form-item> |
| | | <el-form-item label="工伤诊断"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.injuredDiacrisis" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="受伤经过描述"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="occupationalForm.injuredDescribe" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="就诊医院"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.hospitalName" /> |
| | | </el-form-item> |
| | | <el-form-item label="是否住院" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder="是否住院"> |
| | | <el-option label="未住院" value="1" /> |
| | | <el-option label="已住院" value="2" /> |
| | | <el-select v-model="occupationalForm.hospitalizatioFlag" placeholder="是否住院"> |
| | | <el-option label="未住院" value="0" /> |
| | | <el-option label="已住院" value="1" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="报案时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | type="date" |
| | | v-model="occupationalForm.reportTime" |
| | | value-format="yyyy-MM-dd HH:mm:ss" |
| | | type="datetime" |
| | | placeholder="选择报案时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="递交人"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.sbumitBy" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="就诊科室"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.treatmentName" /> |
| | | </el-form-item> |
| | | <el-form-item label="床号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.bedNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="递交资料时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="occupationalForm.submitTime" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择递交资料时间" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="人事处理时间"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="occupationalForm.hrDoDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择人事处理时间" |
| | | /> |
| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="医疗总费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.expensesFee" /> |
| | | </el-form-item> |
| | | <el-form-item label="一次性伤残补助金"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.socialDisability" /> |
| | | </el-form-item> |
| | | <el-form-item label="一次性医疗补助金"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.socialSubsidy" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="剔除总额"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.eliminate" /> |
| | | </el-form-item> |
| | | <el-form-item label="住院伙食补贴"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.socialAllowance" /> |
| | | </el-form-item> |
| | | <el-form-item label="社保赔偿总费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.socialCompensation" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="已赔付医药费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.compensated" /> |
| | | </el-form-item> |
| | | <el-form-item label="一次性伤残补助金"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.companylDisability" /> |
| | | </el-form-item> |
| | | <el-form-item label="一次性医疗补助金"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.companySubsidy" /> |
| | | </el-form-item> |
| | | <el-form-item label="一次性就业补助金"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.jobSubsidy" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="其他赔偿报销"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.otherCompensated" /> |
| | | </el-form-item> |
| | | <el-form-item label="工伤生活补贴"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.companyAllowance" /> |
| | | </el-form-item> |
| | | <el-form-item label="公司赔偿总费用"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="occupationalForm.companyCompensation" /> |
| | | </el-form-item> |
| | | <el-form-item label="是否结案" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder=""> |
| | | <el-select v-model="occupationalForm.settleStatus" placeholder=""> |
| | | <el-option label="已结案" value="1" /> |
| | | <el-option label="未结案" value="2" /> |
| | | <el-option label="未结案" value="0" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="occupationalForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putOccupational()">保 存</el-button> |
| | | <el-button type="primary" @click="putOccupationalContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="劳资案件" :visible.sync="dialogshowArr[11].show" width="50%"> |
| | | <el-form :model="socialSecurityForm" label-position="right" label-width="140px"> |
| | | <el-form :model="laborTroubleForm" label-position="right" label-width="140px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="laborTroubleForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="laborTroubleForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="laborTroubleForm.deptName" /></el-form-item> |
| | | <el-form-item label="仲裁日期"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="laborTroubleForm.arbitrationDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择仲裁日期" |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="汇报人"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="laborTroubleForm.reporter" /> |
| | | </el-form-item> |
| | | <el-form-item label="状态" prop="region"> |
| | | <el-select v-model="contractData.name" placeholder=""> |
| | | <el-select v-model="laborTroubleForm.arbitrationStatus" placeholder=""> |
| | | <el-option label="已结案" value="1" /> |
| | | <el-option label="未结案" value="2" /> |
| | | <el-option label="未结案" value="0" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="laborTroubleForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="laborTroubleForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="laborTroubleForm.jobName" /></el-form-item> |
| | | <el-form-item label="仲裁类型"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="laborTroubleForm.arbitrationType" /> |
| | | </el-form-item> |
| | | <el-form-item label="仲裁佩服(元)"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-form-item label="仲裁赔付(元)"> |
| | | <el-input v-model="laborTroubleForm.arbitrationPay" /> |
| | | </el-form-item> |
| | | <el-form-item label="案结日期"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="laborTroubleForm.settleDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择案结日期" |
| | | /> |
| | |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="仲裁事由"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="laborTroubleForm.arbitrationReason" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="laborTroubleForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putLaborTrouble()">保 存</el-button> |
| | | <el-button type="primary" @click="putLaborTroubleContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="不良记录" :visible.sync="dialogshowArr[12].show" width="50%"> |
| | | <el-form :model="badRecordFrom" label-position="right" label-width="140px"> |
| | | <el-form :model="badRecordForm" label-position="right" label-width="140px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="badRecordFrom.empId" /> |
| | | <el-input v-model="badRecordForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="badRecordFrom.name" /> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="badRecordForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="badRecordForm.deptName" /></el-form-item> |
| | | <el-form-item label="不良记录日期"> |
| | | <el-date-picker |
| | | v-model="badRecordFrom.badDate" |
| | | v-model="badRecordForm.badDate" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择不良记录日期" |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="badRecordFrom.name" /> |
| | | <el-input v-model="badRecordForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="badRecordFrom.name" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="badRecordForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="badRecordForm.jobName" /></el-form-item> |
| | | <el-form-item label="汇报人"> |
| | | <el-input v-model="badRecordFrom.reporter" /> |
| | | <el-input v-model="badRecordForm.reporter" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="不良记录描述"> |
| | | <el-input v-model="badRecordFrom.badContent" /> |
| | | <el-input v-model="badRecordForm.badContent" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="badRecordFrom.remark" type="textarea" /> |
| | | <el-input v-model="badRecordForm.remark" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putBadRecord()">保 存</el-button> |
| | | <el-button type="primary" @click="putBadRecordContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="putBadRecord()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | |
| | | <el-dialog title="备注信息" :visible.sync="dialogshowArr[13].show" width="50%"> |
| | | <el-form :model="socialSecurityForm" label-position="right" label-width="140px"> |
| | | <el-form :model="remarkInfoForm" label-position="right" label-width="140px"> |
| | | <el-row> |
| | | <el-col :span="12"> |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="remarkInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="性别" prop="region"> |
| | | <el-select v-model="remarkInfoForm.sex" placeholder="请选择性别"> |
| | | <el-option label="男" value="1" /> |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="remarkInfoForm.deptName" /></el-form-item> |
| | | |
| | | <el-form-item label="备注日期"> |
| | | <el-date-picker |
| | | v-model="socialSecurityForm.name" |
| | | v-model="remarkInfoForm.remarkDate" |
| | | value-format="yyyy-MM-dd" |
| | | type="date" |
| | | placeholder="选择备注日期" |
| | | /> |
| | |
| | | </el-col> |
| | | <el-col :span="12"> |
| | | <el-form-item label="姓名"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | <el-input v-model="remarkInfoForm.empName" /> |
| | | </el-form-item> |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | |
| | | <el-form-item label="证件号码"><el-input v-model="remarkInfoForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="remarkInfoForm.jobName" /></el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-form-item label="备注"> |
| | | <el-input v-model="socialSecurityForm.name" type="textarea" /> |
| | | <el-input v-model="remarkInfoForm.remarkContent" type="textarea" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putRemarkInfo()">保 存</el-button> |
| | | <el-button type="primary" @click="putRemarkInfoContinue()">保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | <el-button type="primary" @click="dialogIsShow()">确 定</el-button> |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="选择员工" :visible.sync="dialogShowXzyg" width="90%"> |
| | | <Selectuser @selectedUser="selectedUser" @cancleChooseUser="cancleChooseUser" /> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import Treeselect from '@riophae/vue-treeselect' |
| | | import '@riophae/vue-treeselect/dist/vue-treeselect.css' |
| | | export default { |
| | | components: { Treeselect }, |
| | | data() { |
| | | return { |
| | | formLabelWidth: '120px', |
| | | thisShowIndex: 0, |
| | | dialogshowArr: [{ show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }], |
| | | dialogShowXzyg: false, |
| | | dialogshowArr: [ |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | } |
| | | ], |
| | | // eslint-disable-next-line no-undef |
| | | showArr: [{ show: true }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }], |
| | | showArr: [ |
| | | { |
| | | show: true |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | } |
| | | ], |
| | | isAdd: false, |
| | | depts: [], |
| | | deptTree: [], |
| | | physicalExamData: [], |
| | | workExperienceData: [], |
| | | basicInformationData: [], |
| | | contractData: [], |
| | | contractInfoData: [], |
| | | attendanceData: [], |
| | | leaveData: [], |
| | | resignData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }], |
| | | unemploymentData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }], |
| | | socialSecurityData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }], |
| | | data1: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '510304197402225813', |
| | | 'prop6': '2020-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '是', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '41272619740120543X', |
| | | 'prop6': '2019-02-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '家里XXXX有事情需要处理,个人原因申请离职', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '否', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '522528198202071629', |
| | | 'prop6': '', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }], |
| | | data2: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100452312', |
| | | 'prop3': '赵建国', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '汉族', |
| | | 'prop9': '510304197402225813', |
| | | 'prop10': '', |
| | | 'prop11': '党员', |
| | | 'prop12': '大专', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '中保亚太', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2101620946', |
| | | 'prop3': '罗启艳', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '41272619740120543X', |
| | | 'prop10': '', |
| | | 'prop11': '团员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '福田', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100629950', |
| | | 'prop3': '毛玉平', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '汉族', |
| | | 'prop9': '522528198202071629', |
| | | 'prop10': '', |
| | | 'prop11': '非党员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '粤B829348', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100882835', |
| | | 'prop3': '梅均均', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '510504198704260927', |
| | | 'prop10': '', |
| | | 'prop11': '党员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '未移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2101356718', |
| | | 'prop3': '王香妮', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '433122199508091511', |
| | | 'prop10': '', |
| | | 'prop11': '团员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '未移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100900981', |
| | | 'prop3': '易金洪', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '苗族', |
| | | 'prop9': '610424198306152860', |
| | | 'prop10': '', |
| | | 'prop11': '非党员', |
| | | 'prop12': '', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '已移交' |
| | | }], |
| | | data3: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '510304197402225813', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '劳资纠纷', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '2500.00', |
| | | 'prop12': '已结案', |
| | | 'prop13': '2021-01-16' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '41272619740120543X', |
| | | 'prop6': '2017-01-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '522528198202071629', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2101620947', |
| | | 'prop4': '王香妮', |
| | | 'prop5': '510504198704260927', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '毛玉平', |
| | | 'prop5': '510504198704260927', |
| | | 'prop6': '2017-01-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '梅均均', |
| | | 'prop5': '433122199508091511', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }], |
| | | leaveInfoData: [], |
| | | resignData: [], |
| | | unemploymentData: [], |
| | | insuranceData: [], |
| | | remarkInfoData: [], |
| | | laborTroubleData: [], |
| | | occupationalData: [], |
| | | badRecordData: [], |
| | | data5: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '2017-01-03', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2101620947', |
| | | 'prop4': '王香妮', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '毛玉平', |
| | | 'prop5': '2017-01-03', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '梅均均', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }], |
| | | socialSecurityForm: { |
| | | userNumb: '', |
| | | name: '', |
| | | deptName: '', |
| | | accidentCasesData: [], |
| | | remarkInfoForm: { |
| | | remarkId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | idNumber: '', |
| | | socialSecurityDate: '', |
| | | socialSecurityLevel: '', |
| | | certificateNumb: '', |
| | | JobId: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | jobName: '', |
| | | remarkContent: '', |
| | | remarkDate: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '' |
| | | }, |
| | | laborTroubleForm: { |
| | | arbitrationId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | arbitrationDate: '', |
| | | arbitrationType: '', |
| | | arbitrationReason: '', |
| | | reporter: '', |
| | | arbitrationPay: '', |
| | | arbitrationStatus: '', |
| | | settleDate: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | occupationalForm: { |
| | | occupationalId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | injuredTime: '', |
| | | injuredAddress: '', |
| | | injuredPart: '', |
| | | injuredDiacrisis: '', |
| | | injuredDescribe: '', |
| | | hospitalName: '', |
| | | treatmentName: '', |
| | | hospitalizatioFlag: '', |
| | | bedNumb: '', |
| | | reportTime: '', |
| | | submitTime: '', |
| | | sbumitBy: '', |
| | | hrDoDate: '', |
| | | expensesFee: '', |
| | | eliminate: '', |
| | | socialDisability: '', |
| | | socialAllowance: '', |
| | | socialSubsidy: '', |
| | | socialCompensation: '', |
| | | compensated: '', |
| | | otherCompensated: '', |
| | | companylDisability: '', |
| | | companyAllowance: '', |
| | | companySubsidy: '', |
| | | companyCompensation: '', |
| | | jobSubsidy: '', |
| | | settleStatus: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | accidentCasesForm: { |
| | | accidentId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | injuredTime: '', |
| | | injuredAddress: '', |
| | | injuredPart: '', |
| | | injuredDiacrisis: '', |
| | | injuredDescribe: '', |
| | | hospitalName: '', |
| | | treatmentName: '', |
| | | hospitalizatioFlag: '', |
| | | bedNumb: '', |
| | | reprotTime: '', |
| | | submitTime: '', |
| | | sbumitBy: '', |
| | | expensesFee: '', |
| | | expenseReport: '', |
| | | innsureFee: '', |
| | | hrDoDate: '', |
| | | settleDate: '', |
| | | settleStatus: '', |
| | | remark: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '' |
| | | }, |
| | | insuranceForm: { |
| | | insuranceId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | applayDate: '', |
| | | proposer: '', |
| | | insuranceGaers: '', |
| | | reportStatus: '', |
| | | applayStatus: '', |
| | | auditor: '', |
| | | isReport: '', |
| | | status: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | unemploymentForm: { |
| | | userNumb: '', |
| | | name: '', |
| | | deptName: '', |
| | | unemploymentId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | idNumber: '', |
| | | unemploymentDate: '', |
| | | declareReason: '', |
| | | report: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | applayDate: '', |
| | | applayReason: '', |
| | | reporter: '', |
| | | auditor: '', |
| | | remark: '' |
| | | remark: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '' |
| | | }, |
| | | resignForm: { |
| | | userNumb: '', |
| | | name: '', |
| | | deptName: '', |
| | | resignId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | idNumber: '', |
| | | resignDate: '', |
| | | resign: '', |
| | | report: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | applayDate: '', |
| | | reporter: '', |
| | | reason: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | leaveForm: { |
| | | userNumb: '', |
| | | name: '', |
| | | deptName: '', |
| | | leaveInfoForm: { |
| | | leaveId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | idNumber: '', |
| | | leaveStartDate: '', |
| | | leaveEndDate: '', |
| | | leaveDay: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | beginTime: '', |
| | | endTime: '', |
| | | leaveType: '', |
| | | comeDate: '', |
| | | report: '', |
| | | leaveDay: '', |
| | | reporter: '', |
| | | returnDate: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | contractInfoForm: { |
| | |
| | | delFlag: '', |
| | | version: '' |
| | | }, |
| | | attendanceForm: { |
| | | userNumb: '', |
| | | idNumber: '', |
| | | name: '', |
| | | deptName: '', |
| | | dimissionAttendForm: { |
| | | dimissionAttendId: '', |
| | | empId: '', |
| | | empNumb: '', |
| | | empName: '', |
| | | sex: '', |
| | | attendanceMonth: '', |
| | | attendanceDay: '', |
| | | overtimeDay: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | certificateNumb: '', |
| | | attendMonth: '', |
| | | attendDays: '', |
| | | overtimeHour: '', |
| | | charge: '', |
| | | overtimeDay: '', |
| | | leaveDay: '', |
| | | absenteeismDay: '', |
| | | deduct: '', |
| | | absenteeism: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | }, |
| | | physicalExamForm: { |
| | |
| | | delFlag: '', |
| | | version: '' |
| | | }, |
| | | badRecordFrom: { |
| | | badRecordForm: { |
| | | badId: '', |
| | | empId: '', |
| | | empName: '', |
| | | empNumb: '', |
| | | sex: '', |
| | | certificateNumb: '', |
| | | deptId: '', |
| | | deptName: '', |
| | | JobId: '', |
| | | jobName: '', |
| | | badDate: '', |
| | | reporter: '', |
| | | badContent: '', |
| | | createTime: '', |
| | | creator: '', |
| | | modifyTime: '', |
| | | modifier: '', |
| | | delFlag: '', |
| | | version: '', |
| | | remark: '' |
| | | } |
| | | } |
| | | }, mounted() { |
| | | this.getBadRecord() |
| | | }, |
| | | mounted() { |
| | | this.initDept() |
| | | this.selectBadRecord() |
| | | this.selectEmpBase() |
| | | this.selectWorkExperience() |
| | | this.selectPhysicalExam() |
| | | this.selectContractInfo() |
| | | this.selectDimissionAttend() |
| | | this.selectLeaveInfo() |
| | | this.selectResign() |
| | | this.selectUnemployment() |
| | | this.selectAccidentCases() |
| | | this.selectLaborTrouble() |
| | | this.selectRemarkInfo() |
| | | }, |
| | | methods: { |
| | | dialogIsShow() { |
| | | this.isAdd = true |
| | | this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex].show |
| | | this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex] |
| | | .show |
| | | }, |
| | | isShow(tableShow, index) { |
| | | if (index === this.thisShowIndex) { |
| | |
| | | } |
| | | this.thisShowIndex = index |
| | | }, |
| | | initDept() { |
| | | this.$get('system/dept').then((r) => { |
| | | this.depts = r.data.data.rows |
| | | this.deptTree = this.depts |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | resetDeptTree() { |
| | | this.$refs.deptTree.setCheckedKeys([]) |
| | | }, |
| | | butDelete() { |
| | | switch (this.thisShowIndex) { |
| | | case 0: |
| | | var selected = this.$refs.empBaseInfoTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.empId) |
| | | }) |
| | | this.$delete(`hr/empBaseInfo/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectEmpBase() |
| | | }) |
| | | } |
| | | break |
| | | case 1: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.workExperienceTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | |
| | | }) |
| | | } |
| | | break |
| | | case 4: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.dimissionAttendTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.dimissionAttendId) |
| | | }) |
| | | this.$delete(`hr/empDimissionAttend/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectDimissionAttend() |
| | | }) |
| | | } |
| | | break |
| | | case 5: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.leaveInfoTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.leaveId) |
| | | }) |
| | | this.$delete(`hr/empLeaveInfo/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectLeaveInfo() |
| | | }) |
| | | } |
| | | break |
| | | case 6: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.resignTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.resignId) |
| | | }) |
| | | this.$delete(`hr/empResign/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectResign() |
| | | }) |
| | | } |
| | | break |
| | | case 7: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.unemploymentTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.unemploymentId) |
| | | }) |
| | | this.$delete(`hr/empUnemployment/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectUnemployment() |
| | | }) |
| | | } |
| | | break |
| | | case 8: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.insuranceTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.insuranceId) |
| | | }) |
| | | this.$delete(`hr/empInsurance/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectInsurance() |
| | | }) |
| | | } |
| | | break |
| | | case 9: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.accidentCasesTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.accidentId) |
| | | }) |
| | | this.$delete(`hr/empAccidentCases/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectAccidentCases() |
| | | }) |
| | | } |
| | | break |
| | | case 10: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.occupationalTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.occupationalId) |
| | | }) |
| | | this.$delete(`hr/empOccupational/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectOccupational() |
| | | }) |
| | | } |
| | | break |
| | | case 11: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.occupationalTable.selection |
| | | if (selected.length > 0) { |
| | | const delIds = [] |
| | | selected.forEach((j) => { |
| | | delIds.push(j.arbitrationId) |
| | | }) |
| | | this.$delete(`hr/empLaborTrouble/` + delIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectLaborTrouble() |
| | | }) |
| | | } |
| | | break |
| | | case 12: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.badRecordTable.selection |
| | |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.getBadRecord() |
| | | this.selectBadRecord() |
| | | }) |
| | | } |
| | | break |
| | | case 13: |
| | | // eslint-disable-next-line no-redeclare |
| | | var selected = this.$refs.remarkInfoTable.selection |
| | | if (selected.length > 0) { |
| | | const badIds = [] |
| | | selected.forEach((j) => { |
| | | badIds.push(j.remarkId) |
| | | }) |
| | | this.$delete(`hr/empRemarkInfo/` + badIds).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.deleteSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.selectBadRecord() |
| | | }) |
| | | } |
| | | break |
| | | } |
| | | }, |
| | | getBadRecord() { |
| | | this.$get('hr/empBadRecord/list').then((r) => { |
| | | this.badRecordData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | cleanBadRecord() { |
| | | this.badRecordFrom.badId = '' |
| | | this.badRecordFrom.empId = '' |
| | | this.badRecordFrom.badDate = '' |
| | | this.badRecordFrom.reporter = '' |
| | | this.badRecordFrom.badContent = '' |
| | | this.badRecordFrom.creator = '' |
| | | this.badRecordFrom.remark = '' |
| | | }, |
| | | putBadRecord() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empBadRecord', { ...this.badRecordFrom }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanBadRecord() |
| | | this.getBadRecord() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empBadRecord', { ...this.badRecordFrom }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanBadRecord() |
| | | this.getBadRecord() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | badRecordEdit(row) { |
| | | this.isAdd = false |
| | | this.badRecordFrom.badId = row.badId |
| | | this.badRecordFrom.empId = row.empId |
| | | this.badRecordFrom.badDate = row.badDate |
| | | this.badRecordFrom.reporter = row.reporter |
| | | this.badRecordFrom.badContent = row.badContent |
| | | this.badRecordFrom.creator = row.creator |
| | | this.badRecordFrom.remark = row.remark |
| | | this.dialogshowArr[12].show = true |
| | | }, |
| | | selectEmpBase() { |
| | | this.$get('hr/empBaseInfo/list').then((r) => { |
| | | this.basicInformationData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empBaseInfo/list') |
| | | .then((r) => { |
| | | this.basicInformationData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | empBaseInfoEdit(row) { |
| | | cleanEmpBase() { |
| | | this.empBaseInfoForm.empId = '' |
| | | this.empBaseInfoForm.customerId = '' |
| | | this.empBaseInfoForm.archivesNumb = '' |
| | | this.empBaseInfoForm.deptId = '' |
| | | this.empBaseInfoForm.deptName = '' |
| | | this.empBaseInfoForm.empNumb = '' |
| | | this.empBaseInfoForm.empName = '' |
| | | this.empBaseInfoForm.sex = '' |
| | | this.empBaseInfoForm.JobId = '' |
| | | this.empBaseInfoForm.jobName = '' |
| | | this.empBaseInfoForm.empType = '' |
| | | this.empBaseInfoForm.certificateType = '' |
| | | this.empBaseInfoForm.certificateNumb = '' |
| | | this.empBaseInfoForm.nation = '' |
| | | this.empBaseInfoForm.certificateValidity = '' |
| | | this.empBaseInfoForm.marriage = '' |
| | | this.empBaseInfoForm.age = '' |
| | | this.empBaseInfoForm.stature = '' |
| | | this.empBaseInfoForm.birthdate = '' |
| | | this.empBaseInfoForm.politics = '' |
| | | this.empBaseInfoForm.entryDate = '' |
| | | this.empBaseInfoForm.education = '' |
| | | this.empBaseInfoForm.seniority = '' |
| | | this.empBaseInfoForm.nativePlace = '' |
| | | this.empBaseInfoForm.censusAddress = '' |
| | | this.empBaseInfoForm.currentAddress = '' |
| | | this.empBaseInfoForm.guardNumb = '' |
| | | this.empBaseInfoForm.telePhone = '' |
| | | this.empBaseInfoForm.returnReceipt = '' |
| | | this.empBaseInfoForm.introducer = '' |
| | | this.empBaseInfoForm.archivesStatus = '' |
| | | this.empBaseInfoForm.bankName = '' |
| | | this.empBaseInfoForm.bankNumb = '' |
| | | this.empBaseInfoForm.InsuranceType = '' |
| | | this.empBaseInfoForm.socialNumb = '' |
| | | this.empBaseInfoForm.family = '' |
| | | this.empBaseInfoForm.handbookStatus = '' |
| | | this.empBaseInfoForm.urgencyPhone = '' |
| | | this.empBaseInfoForm.empCardStatus = '' |
| | | this.empBaseInfoForm.certificateList = '' |
| | | this.empBaseInfoForm.createTime = '' |
| | | this.empBaseInfoForm.creator = '' |
| | | this.empBaseInfoForm.modifyTime = '' |
| | | this.empBaseInfoForm.modifier = '' |
| | | this.empBaseInfoForm.delFlag = '' |
| | | this.empBaseInfoForm.version = '' |
| | | }, |
| | | editEmpBase(row) { |
| | | this.isAdd = false |
| | | this.empBaseInfoForm.empId = row.empId |
| | | this.empBaseInfoForm.customerId = row.customerId |
| | | this.empBaseInfoForm.archivesNumb = row.archivesNumb |
| | | this.empBaseInfoForm.deptId = row.deptId |
| | | this.empBaseInfoForm.deptName = row.deptName |
| | | this.empBaseInfoForm.empNumb = row.empNumb |
| | | this.empBaseInfoForm.empName = row.empName |
| | | // this.empBaseInfoForm.empId = row.empId |
| | | // this.empBaseInfoForm.badDate = row.badDate |
| | | // this.empBaseInfoForm.reporter = row.reporter |
| | | // this.empBaseInfoForm.badContent = row.badContent |
| | | // this.empBaseInfoForm.creator = row.creator |
| | | // this.empBaseInfoForm.remark = row.remark |
| | | this.empBaseInfoForm.sex = row.sex |
| | | this.empBaseInfoForm.JobId = row.JobId |
| | | this.empBaseInfoForm.jobName = row.jobName |
| | | this.empBaseInfoForm.empType = row.empType |
| | | this.empBaseInfoForm.certificateType = row.certificateType |
| | | this.empBaseInfoForm.certificateNumb = row.certificateNumb |
| | | this.empBaseInfoForm.nation = row.nation |
| | | this.empBaseInfoForm.certificateValidity = row.certificateValidity |
| | | this.empBaseInfoForm.marriage = row.marriage |
| | | this.empBaseInfoForm.age = row.age |
| | | this.empBaseInfoForm.stature = row.stature |
| | | this.empBaseInfoForm.birthdate = row.birthdate |
| | | this.empBaseInfoForm.politics = row.politics |
| | | this.empBaseInfoForm.entryDate = row.entryDate |
| | | this.empBaseInfoForm.education = row.education |
| | | this.empBaseInfoForm.seniority = row.seniority |
| | | this.empBaseInfoForm.nativePlace = row.nativePlace |
| | | this.empBaseInfoForm.censusAddress = row.censusAddress |
| | | this.empBaseInfoForm.currentAddress = row.currentAddress |
| | | this.empBaseInfoForm.guardNumb = row.guardNumb |
| | | this.empBaseInfoForm.telePhone = row.telePhone |
| | | this.empBaseInfoForm.returnReceipt = row.returnReceipt |
| | | this.empBaseInfoForm.introducer = row.introducer |
| | | this.empBaseInfoForm.archivesStatus = row.archivesStatus |
| | | this.empBaseInfoForm.bankName = row.bankName |
| | | this.empBaseInfoForm.bankNumb = row.bankNumb |
| | | this.empBaseInfoForm.InsuranceType = row.InsuranceType |
| | | this.empBaseInfoForm.socialNumb = row.socialNumb |
| | | this.empBaseInfoForm.family = row.family |
| | | this.empBaseInfoForm.handbookStatus = row.handbookStatus |
| | | this.empBaseInfoForm.urgencyPhone = row.urgencyPhone |
| | | this.empBaseInfoForm.empCardStatus = row.empCardStatus |
| | | this.empBaseInfoForm.certificateList = row.certificateList |
| | | this.empBaseInfoForm.createTime = row.createTime |
| | | this.empBaseInfoForm.creator = row.creator |
| | | this.empBaseInfoForm.modifyTime = row.modifyTime |
| | | this.empBaseInfoForm.modifier = row.modifier |
| | | this.empBaseInfoForm.delFlag = row.delFlag |
| | | this.empBaseInfoForm.version = row.version |
| | | this.dialogshowArr[0].show = true |
| | | }, |
| | | putEmpBase() { |
| | |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | // this.cleanBadRecord() |
| | | this.cleanEmpBase() |
| | | this.selectEmpBase() |
| | | }) |
| | | } else { |
| | |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | // this.cleanBadRecord() |
| | | this.cleanEmpBase() |
| | | this.selectEmpBase() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | selectWorkExperience() { |
| | | this.$get('hr/empWorkExperience/list').then((r) => { |
| | | this.workExperienceData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | putEmpBaseContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empBaseInfo', { ...this.empBaseInfoForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanEmpBase() |
| | | this.selectEmpBase() |
| | | }) |
| | | }) |
| | | } |
| | | }, |
| | | selectWorkExperience() { |
| | | this.$get('hr/empWorkExperience/list') |
| | | .then((r) => { |
| | | this.workExperienceData = r.data.data.rows |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putWorkExperience() { |
| | | if (this.isAdd) { |
| | |
| | | this.dialogshowArr[1].show = true |
| | | }, |
| | | selectPhysicalExam() { |
| | | this.$get('hr/empPhysicalExam/list').then((r) => { |
| | | this.physicalExamData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empPhysicalExam/list') |
| | | .then((r) => { |
| | | this.physicalExamData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putPhysicalExam() { |
| | | if (this.isAdd) { |
| | |
| | | this.dialogshowArr[2].show = true |
| | | }, |
| | | selectContractInfo() { |
| | | this.$get('hr/empContractInfo/list').then((r) => { |
| | | this.contractInfoData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empContractInfo/list') |
| | | .then((r) => { |
| | | this.contractInfoData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putContractInfo() { |
| | | if (this.isAdd) { |
| | |
| | | this.contractInfoForm.version = row.version |
| | | |
| | | this.dialogshowArr[3].show = true |
| | | }, |
| | | selectDimissionAttend() { |
| | | this.$get('hr/empDimissionAttend/list').then((r) => { |
| | | this.dimissionAttendData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putDimissionAttend() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empDimissionAttend', { ...this.dimissionAttendForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanDimissionAttend() |
| | | this.selectDimissionAttend() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empDimissionAttend', { ...this.dimissionAttendForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanDimissionAttend() |
| | | this.selectDimissionAttend() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putDimissionAttendContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empDimissionAttend', { ...this.dimissionAttendForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanDimissionAttend() |
| | | this.selectDimissionAttend() |
| | | }) |
| | | } |
| | | }, |
| | | cleanDimissionAttend() { |
| | | this.dimissionAttendForm.dimissionAttendId = '' |
| | | this.dimissionAttendForm.empId = '' |
| | | this.dimissionAttendForm.empNumb = '' |
| | | this.dimissionAttendForm.empName = '' |
| | | this.dimissionAttendForm.sex = '' |
| | | this.dimissionAttendForm.certificateNumb = '' |
| | | this.dimissionAttendForm.deptId = '' |
| | | this.dimissionAttendForm.deptName = '' |
| | | this.dimissionAttendForm.JobId = '' |
| | | this.dimissionAttendForm.jobName = '' |
| | | this.dimissionAttendForm.attendMonth = '' |
| | | this.dimissionAttendForm.overtimeHour = '' |
| | | this.dimissionAttendForm.overtimeDay = '' |
| | | this.dimissionAttendForm.leaveDay = '' |
| | | this.dimissionAttendForm.deduct = '' |
| | | this.dimissionAttendForm.absenteeism = '' |
| | | this.dimissionAttendForm.createTime = '' |
| | | this.dimissionAttendForm.creator = '' |
| | | this.dimissionAttendForm.modifyTime = '' |
| | | this.dimissionAttendForm.modifier = '' |
| | | this.dimissionAttendForm.delFlag = '' |
| | | this.dimissionAttendForm.version = '' |
| | | this.dimissionAttendForm.remark = '' |
| | | }, |
| | | editDimissionAttend(row) { |
| | | this.isAdd = false |
| | | this.dimissionAttendForm.dimissionAttendId = row.dimissionAttendId |
| | | this.dimissionAttendForm.empId = row.empId |
| | | this.dimissionAttendForm.empNumb = row.empNumb |
| | | this.dimissionAttendForm.empName = row.empName |
| | | this.dimissionAttendForm.sex = row.sex |
| | | this.dimissionAttendForm.certificateNumb = row.certificateNumb |
| | | this.dimissionAttendForm.deptId = row.deptId |
| | | this.dimissionAttendForm.deptName = row.deptName |
| | | this.dimissionAttendForm.JobId = row.JobId |
| | | this.dimissionAttendForm.jobName = row.jobName |
| | | this.dimissionAttendForm.attendMonth = row.attendMonth |
| | | this.dimissionAttendForm.overtimeHour = row.overtimeHour |
| | | this.dimissionAttendForm.overtimeDay = row.overtimeDay |
| | | this.dimissionAttendForm.leaveDay = row.leaveDay |
| | | this.dimissionAttendForm.deduct = row.deduct |
| | | this.dimissionAttendForm.absenteeism = row.absenteeism |
| | | this.dimissionAttendForm.createTime = row.createTime |
| | | this.dimissionAttendForm.creator = row.creator |
| | | this.dimissionAttendForm.modifyTime = row.modifyTime |
| | | this.dimissionAttendForm.modifier = row.modifier |
| | | this.dimissionAttendForm.delFlag = row.delFlag |
| | | this.dimissionAttendForm.version = row.version |
| | | this.dimissionAttendForm.remark = row.remark |
| | | this.dialogshowArr[4].show = true |
| | | }, |
| | | selectLeaveInfo() { |
| | | this.$get('hr/empLeaveInfo/list').then((r) => { |
| | | this.leaveInfoData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putLeaveInfo() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empLeaveInfo', { ...this.leaveInfoForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanLeaveInfo() |
| | | this.selectLeaveInfo() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empLeaveInfo', { ...this.leaveInfoForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanLeaveInfo() |
| | | this.selectLeaveInfo() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putLeaveInfoContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empLeaveInfo', { ...this.leaveInfoForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanLeaveInfo() |
| | | this.selectLeaveInfo() |
| | | }) |
| | | } |
| | | }, |
| | | cleanLeaveInfo() { |
| | | this.leaveInfoForm.leaveId = '' |
| | | this.leaveInfoForm.empId = '' |
| | | this.leaveInfoForm.empNumb = '' |
| | | this.leaveInfoForm.empName = '' |
| | | this.leaveInfoForm.sex = '' |
| | | this.leaveInfoForm.certificateNumb = '' |
| | | this.leaveInfoForm.deptId = '' |
| | | this.leaveInfoForm.deptName = '' |
| | | this.leaveInfoForm.JobId = '' |
| | | this.leaveInfoForm.jobName = '' |
| | | this.leaveInfoForm.beginTime = '' |
| | | this.leaveInfoForm.endTime = '' |
| | | this.leaveInfoForm.leaveType = '' |
| | | this.leaveInfoForm.leaveDay = '' |
| | | this.leaveInfoForm.reporter = '' |
| | | this.leaveInfoForm.returnDate = '' |
| | | this.leaveInfoForm.createTime = '' |
| | | this.leaveInfoForm.creator = '' |
| | | this.leaveInfoForm.modifyTime = '' |
| | | this.leaveInfoForm.modifier = '' |
| | | this.leaveInfoForm.delFlag = '' |
| | | this.leaveInfoForm.version = '' |
| | | this.leaveInfoForm.remark = '' |
| | | }, |
| | | editLeaveInfo(row) { |
| | | this.isAdd = false |
| | | |
| | | this.leaveInfoForm.leaveId = row.leaveId |
| | | this.leaveInfoForm.empId = row.empId |
| | | this.leaveInfoForm.empNumb = row.empNumb |
| | | this.leaveInfoForm.empName = row.empName |
| | | this.leaveInfoForm.sex = row.sex |
| | | this.leaveInfoForm.certificateNumb = row.certificateNumb |
| | | this.leaveInfoForm.deptId = row.deptId |
| | | this.leaveInfoForm.deptName = row.deptName |
| | | this.leaveInfoForm.JobId = row.JobId |
| | | this.leaveInfoForm.jobName = row.jobName |
| | | this.leaveInfoForm.beginTime = row.beginTime |
| | | this.leaveInfoForm.endTime = row.endTime |
| | | this.leaveInfoForm.leaveType = row.leaveType |
| | | this.leaveInfoForm.leaveDay = row.leaveDay |
| | | this.leaveInfoForm.reporter = row.reporter |
| | | this.leaveInfoForm.returnDate = row.returnDate |
| | | this.leaveInfoForm.createTime = row.createTime |
| | | this.leaveInfoForm.creator = row.creator |
| | | this.leaveInfoForm.modifyTime = row.modifyTime |
| | | this.leaveInfoForm.modifier = row.modifier |
| | | this.leaveInfoForm.delFlag = row.delFlag |
| | | this.leaveInfoForm.version = row.version |
| | | this.leaveInfoForm.remark = row.remark |
| | | |
| | | this.dialogshowArr[5].show = true |
| | | }, |
| | | selectResign() { |
| | | this.$get('hr/empResign/list').then((r) => { |
| | | this.resignData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putResign() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empResign', { ...this.resignForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanResign() |
| | | this.selectResign() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empResign', { ...this.resignForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanResign() |
| | | this.selectResign() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putResignContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empResign', { ...this.resignForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanResign() |
| | | this.selectResign() |
| | | }) |
| | | } |
| | | }, |
| | | cleanResign() { |
| | | this.resignForm.resignId = '' |
| | | this.resignForm.empId = '' |
| | | this.resignForm.empNumb = '' |
| | | this.resignForm.empName = '' |
| | | this.resignForm.sex = '' |
| | | this.resignForm.certificateNumb = '' |
| | | this.resignForm.deptId = '' |
| | | this.resignForm.deptName = '' |
| | | this.resignForm.JobId = '' |
| | | this.resignForm.jobName = '' |
| | | this.resignForm.applayDate = '' |
| | | this.resignForm.reporter = '' |
| | | this.resignForm.reason = '' |
| | | this.resignForm.createTime = '' |
| | | this.resignForm.creator = '' |
| | | this.resignForm.modifyTime = '' |
| | | this.resignForm.modifier = '' |
| | | this.resignForm.delFlag = '' |
| | | this.resignForm.version = '' |
| | | this.resignForm.remark = '' |
| | | }, |
| | | editResign(row) { |
| | | this.isAdd = false |
| | | |
| | | this.resignForm.resignId = row.resignId |
| | | this.resignForm.empId = row.empId |
| | | this.resignForm.empNumb = row.empNumb |
| | | this.resignForm.empName = row.empName |
| | | this.resignForm.sex = row.sex |
| | | this.resignForm.certificateNumb = row.certificateNumb |
| | | this.resignForm.deptId = row.deptId |
| | | this.resignForm.deptName = row.deptName |
| | | this.resignForm.JobId = row.JobId |
| | | this.resignForm.jobName = row.jobName |
| | | this.resignForm.applayDate = row.applayDate |
| | | this.resignForm.reporter = row.reporter |
| | | this.resignForm.reason = row.reason |
| | | this.resignForm.createTime = row.createTime |
| | | this.resignForm.creator = row.creator |
| | | this.resignForm.modifyTime = row.modifyTime |
| | | this.resignForm.modifier = row.modifier |
| | | this.resignForm.delFlag = row.delFlag |
| | | this.resignForm.version = row.version |
| | | this.resignForm.remark = row.remark |
| | | |
| | | this.dialogshowArr[6].show = true |
| | | }, |
| | | selectUnemployment() { |
| | | this.$get('hr/empUnemployment/list').then((r) => { |
| | | this.unemploymentData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putUnemployment() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empUnemployment', { ...this.unemploymentForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanUnemployment() |
| | | this.selectUnemployment() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empUnemployment', { ...this.unemploymentForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanUnemployment() |
| | | this.selectUnemployment() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putUnemploymentContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empUnemployment', { ...this.unemploymentForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanUnemployment() |
| | | this.selectUnemployment() |
| | | }) |
| | | } |
| | | }, |
| | | cleanUnemployment() { |
| | | this.unemploymentForm.unemploymentId = '' |
| | | this.unemploymentForm.empId = '' |
| | | this.unemploymentForm.empNumb = '' |
| | | this.unemploymentForm.empName = '' |
| | | this.unemploymentForm.sex = '' |
| | | this.unemploymentForm.certificateNumb = '' |
| | | this.unemploymentForm.deptId = '' |
| | | this.unemploymentForm.deptName = '' |
| | | this.unemploymentForm.JobId = '' |
| | | this.unemploymentForm.jobName = '' |
| | | this.unemploymentForm.applayDate = '' |
| | | this.unemploymentForm.applayReason = '' |
| | | this.unemploymentForm.reporter = '' |
| | | this.unemploymentForm.auditor = '' |
| | | this.unemploymentForm.remark = '' |
| | | this.unemploymentForm.createTime = '' |
| | | this.unemploymentForm.creator = '' |
| | | this.unemploymentForm.modifyTime = '' |
| | | this.unemploymentForm.modifier = '' |
| | | this.unemploymentForm.delFlag = '' |
| | | this.unemploymentForm.version = '' |
| | | }, |
| | | editUnemployment(row) { |
| | | this.isAdd = false |
| | | |
| | | this.unemploymentForm.unemploymentId = row.unemploymentId |
| | | this.unemploymentForm.empId = row.empId |
| | | this.unemploymentForm.empNumb = row.empNumb |
| | | this.unemploymentForm.empName = row.empName |
| | | this.unemploymentForm.sex = row.sex |
| | | this.unemploymentForm.certificateNumb = row.certificateNumb |
| | | this.unemploymentForm.deptId = row.deptId |
| | | this.unemploymentForm.deptName = row.deptName |
| | | this.unemploymentForm.JobId = row.JobId |
| | | this.unemploymentForm.jobName = row.jobName |
| | | this.unemploymentForm.applayDate = row.applayDate |
| | | this.unemploymentForm.applayReason = row.applayReason |
| | | this.unemploymentForm.remark = row.remark |
| | | this.unemploymentForm.reporter = row.reporter |
| | | this.unemploymentForm.auditor = row.auditor |
| | | this.unemploymentForm.createTime = row.createTime |
| | | this.unemploymentForm.creator = row.creator |
| | | this.unemploymentForm.modifyTime = row.modifyTime |
| | | this.unemploymentForm.modifier = row.modifier |
| | | this.unemploymentForm.delFlag = row.delFlag |
| | | this.unemploymentForm.version = row.version |
| | | |
| | | this.dialogshowArr[7].show = true |
| | | }, |
| | | selectInsurance() { |
| | | this.$get('hr/empInsurance/list').then((r) => { |
| | | this.insuranceData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putInsurance() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empInsurance', { ...this.insuranceForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanInsurance() |
| | | this.selectInsurance() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empInsurance', { ...this.insuranceForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanInsurance() |
| | | this.selectInsurance() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putInsuranceContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empInsurance', { ...this.insuranceForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanInsurance() |
| | | this.selectInsurance() |
| | | }) |
| | | } |
| | | }, |
| | | cleanInsurance() { |
| | | this.insuranceForm.insuranceId = '' |
| | | this.insuranceForm.empId = '' |
| | | this.insuranceForm.empNumb = '' |
| | | this.insuranceForm.empName = '' |
| | | this.insuranceForm.sex = '' |
| | | this.insuranceForm.certificateNumb = '' |
| | | this.insuranceForm.deptId = '' |
| | | this.insuranceForm.deptName = '' |
| | | this.insuranceForm.JobId = '' |
| | | this.insuranceForm.jobName = '' |
| | | this.insuranceForm.applayDate = '' |
| | | this.insuranceForm.proposer = '' |
| | | this.insuranceForm.insuranceGaers = '' |
| | | this.insuranceForm.reportStatus = '' |
| | | this.insuranceForm.applayStatus = '' |
| | | this.insuranceForm.auditor = '' |
| | | this.insuranceForm.createTime = '' |
| | | this.insuranceForm.creator = '' |
| | | this.insuranceForm.modifyTime = '' |
| | | this.insuranceForm.modifier = '' |
| | | this.insuranceForm.delFlag = '' |
| | | this.insuranceForm.version = '' |
| | | this.insuranceForm.remark = '' |
| | | }, |
| | | editInsurance(row) { |
| | | this.isAdd = false |
| | | |
| | | this.insuranceForm.insuranceId = row.insuranceId |
| | | this.insuranceForm.empId = row.empId |
| | | this.insuranceForm.empNumb = row.empNumb |
| | | this.insuranceForm.empName = row.empName |
| | | this.insuranceForm.sex = row.sex |
| | | this.insuranceForm.certificateNumb = row.certificateNumb |
| | | this.insuranceForm.deptId = row.deptId |
| | | this.insuranceForm.deptName = row.deptName |
| | | this.insuranceForm.JobId = row.JobId |
| | | this.insuranceForm.jobName = row.jobName |
| | | this.insuranceForm.applayDate = row.applayDate |
| | | this.insuranceForm.proposer = row.proposer |
| | | this.insuranceForm.insuranceGaers = row.insuranceGaers |
| | | this.insuranceForm.reportStatus = row.reportStatus |
| | | this.insuranceForm.applayStatus = row.applayStatus |
| | | this.insuranceForm.auditor = row.auditor |
| | | this.insuranceForm.createTime = row.createTime |
| | | this.insuranceForm.creator = row.creator |
| | | this.insuranceForm.modifyTime = row.modifyTime |
| | | this.insuranceForm.modifier = row.modifier |
| | | this.insuranceForm.delFlag = row.delFlag |
| | | this.insuranceForm.version = row.version |
| | | this.insuranceForm.remark = row.remark |
| | | |
| | | this.dialogshowArr[8].show = true |
| | | }, |
| | | selectAccidentCases() { |
| | | this.$get('hr/empAccidentCases/list').then((r) => { |
| | | this.accidentCasesData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putAccidentCases() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empAccidentCases', { ...this.accidentCasesForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanAccidentCases() |
| | | this.selectAccidentCases() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empAccidentCases', { ...this.accidentCasesForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanAccidentCases() |
| | | this.selectAccidentCases() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putAccidentCasesContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empAccidentCases', { ...this.accidentCasesForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanAccidentCases() |
| | | this.selectAccidentCases() |
| | | }) |
| | | } |
| | | }, |
| | | cleanAccidentCases() { |
| | | this.accidentCasesForm.accidentId = '' |
| | | this.accidentCasesForm.empId = '' |
| | | this.accidentCasesForm.empNumb = '' |
| | | this.accidentCasesForm.empName = '' |
| | | this.accidentCasesForm.sex = '' |
| | | this.accidentCasesForm.certificateNumb = '' |
| | | this.accidentCasesForm.deptId = '' |
| | | this.accidentCasesForm.deptName = '' |
| | | this.accidentCasesForm.JobId = '' |
| | | this.accidentCasesForm.jobName = '' |
| | | this.accidentCasesForm.injuredTime = '' |
| | | this.accidentCasesForm.injuredAddress = '' |
| | | this.accidentCasesForm.injuredPart = '' |
| | | this.accidentCasesForm.injuredDiacrisis = '' |
| | | this.accidentCasesForm.injuredDescribe = '' |
| | | this.accidentCasesForm.hospitalName = '' |
| | | this.accidentCasesForm.treatmentName = '' |
| | | this.accidentCasesForm.hospitalizatioFlag = '' |
| | | this.accidentCasesForm.bedNumb = '' |
| | | this.accidentCasesForm.reprotTime = '' |
| | | this.accidentCasesForm.submitTime = '' |
| | | this.accidentCasesForm.sbumitBy = '' |
| | | this.accidentCasesForm.expensesFee = '' |
| | | this.accidentCasesForm.expenseReport = '' |
| | | this.accidentCasesForm.innsureFee = '' |
| | | this.accidentCasesForm.hrDoDate = '' |
| | | this.accidentCasesForm.settleDate = '' |
| | | this.accidentCasesForm.settleStatus = '' |
| | | this.accidentCasesForm.remark = '' |
| | | this.accidentCasesForm.createTime = '' |
| | | this.accidentCasesForm.creator = '' |
| | | this.accidentCasesForm.modifyTime = '' |
| | | this.accidentCasesForm.modifier = '' |
| | | this.accidentCasesForm.delFlag = '' |
| | | this.accidentCasesForm.version = '' |
| | | }, |
| | | editAccidentCases(row) { |
| | | this.isAdd = false |
| | | |
| | | this.accidentCasesForm.accidentId = row.accidentId |
| | | this.accidentCasesForm.empId = row.empId |
| | | this.accidentCasesForm.empNumb = row.empNumb |
| | | this.accidentCasesForm.empName = row.empName |
| | | this.accidentCasesForm.sex = row.sex |
| | | this.accidentCasesForm.certificateNumb = row.certificateNumb |
| | | this.accidentCasesForm.deptId = row.deptId |
| | | this.accidentCasesForm.deptName = row.deptName |
| | | this.accidentCasesForm.JobId = row.JobId |
| | | this.accidentCasesForm.jobName = row.jobName |
| | | this.accidentCasesForm.injuredTime = row.injuredTime |
| | | this.accidentCasesForm.injuredAddress = row.injuredAddress |
| | | this.accidentCasesForm.injuredPart = row.injuredPart |
| | | this.accidentCasesForm.injuredDiacrisis = row.injuredDiacrisis |
| | | this.accidentCasesForm.injuredDescribe = row.injuredDescribe |
| | | this.accidentCasesForm.hospitalName = row.hospitalName |
| | | this.accidentCasesForm.treatmentName = row.treatmentName |
| | | this.accidentCasesForm.hospitalizatioFlag = row.hospitalizatioFlag |
| | | this.accidentCasesForm.bedNumb = row.bedNumb |
| | | this.accidentCasesForm.reprotTime = row.reprotTime |
| | | this.accidentCasesForm.submitTime = row.submitTime |
| | | this.accidentCasesForm.sbumitBy = row.sbumitBy |
| | | this.accidentCasesForm.expensesFee = row.expensesFee |
| | | this.accidentCasesForm.expenseReport = row.expenseReport |
| | | this.accidentCasesForm.innsureFee = row.innsureFee |
| | | this.accidentCasesForm.hrDoDate = row.hrDoDate |
| | | this.accidentCasesForm.settleDate = row.settleDate |
| | | this.accidentCasesForm.settleStatus = row.settleStatus |
| | | this.accidentCasesForm.remark = row.remark |
| | | this.accidentCasesForm.createTime = row.createTime |
| | | this.accidentCasesForm.creator = row.creator |
| | | this.accidentCasesForm.modifyTime = row.modifyTime |
| | | this.accidentCasesForm.modifier = row.modifier |
| | | this.accidentCasesForm.delFlag = row.delFlag |
| | | this.accidentCasesForm.version = row.version |
| | | |
| | | this.dialogshowArr[9].show = true |
| | | }, |
| | | selectOccupational() { |
| | | this.$get('hr/empOccupational/list').then((r) => { |
| | | this.occupationalData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putOccupational() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empOccupational', { ...this.occupationalForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanOccupational() |
| | | this.selectOccupational() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empOccupational', { ...this.occupationalForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanOccupational() |
| | | this.selectOccupational() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putOccupationalContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empOccupational', { ...this.occupationalForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanOccupational() |
| | | this.selectOccupational() |
| | | }) |
| | | } |
| | | }, |
| | | cleanOccupational() { |
| | | this.occupationalForm.occupationalId = '' |
| | | this.occupationalForm.empId = '' |
| | | this.occupationalForm.empNumb = '' |
| | | this.occupationalForm.empName = '' |
| | | this.occupationalForm.sex = '' |
| | | this.occupationalForm.certificateNumb = '' |
| | | this.occupationalForm.deptId = '' |
| | | this.occupationalForm.deptName = '' |
| | | this.occupationalForm.JobId = '' |
| | | this.occupationalForm.jobName = '' |
| | | this.occupationalForm.injuredTime = '' |
| | | this.occupationalForm.injuredAddress = '' |
| | | this.occupationalForm.injuredPart = '' |
| | | this.occupationalForm.injuredDiacrisis = '' |
| | | this.occupationalForm.injuredDescribe = '' |
| | | this.occupationalForm.hospitalName = '' |
| | | this.occupationalForm.treatmentName = '' |
| | | this.occupationalForm.hospitalizatioFlag = '' |
| | | this.occupationalForm.bedNumb = '' |
| | | this.occupationalForm.reportTime = '' |
| | | this.occupationalForm.submitTime = '' |
| | | this.occupationalForm.sbumitBy = '' |
| | | this.occupationalForm.hrDoDate = '' |
| | | this.occupationalForm.expensesFee = '' |
| | | this.occupationalForm.eliminate = '' |
| | | this.occupationalForm.socialDisability = '' |
| | | this.occupationalForm.socialAllowance = '' |
| | | this.occupationalForm.socialSubsidy = '' |
| | | this.occupationalForm.socialCompensation = '' |
| | | this.occupationalForm.compensated = '' |
| | | this.occupationalForm.otherCompensated = '' |
| | | this.occupationalForm.companylDisability = '' |
| | | this.occupationalForm.companyAllowance = '' |
| | | this.occupationalForm.companySubsidy = '' |
| | | this.occupationalForm.companyCompensation = '' |
| | | this.occupationalForm.jobSubsidy = '' |
| | | this.occupationalForm.settleStatus = '' |
| | | this.occupationalForm.createTime = '' |
| | | this.occupationalForm.creator = '' |
| | | this.occupationalForm.modifyTime = '' |
| | | this.occupationalForm.modifier = '' |
| | | this.occupationalForm.delFlag = '' |
| | | this.occupationalForm.version = '' |
| | | this.occupationalForm.remark = '' |
| | | }, |
| | | editOccupational(row) { |
| | | this.isAdd = false |
| | | |
| | | this.occupationalForm.occupationalId = row.occupationalId |
| | | this.occupationalForm.empId = row.empId |
| | | this.occupationalForm.empNumb = row.empNumb |
| | | this.occupationalForm.empName = row.empName |
| | | this.occupationalForm.sex = row.sex |
| | | this.occupationalForm.certificateNumb = row.certificateNumb |
| | | this.occupationalForm.deptId = row.deptId |
| | | this.occupationalForm.deptName = row.deptName |
| | | this.occupationalForm.JobId = row.JobId |
| | | this.occupationalForm.jobName = row.jobName |
| | | this.occupationalForm.injuredTime = row.injuredTime |
| | | this.occupationalForm.injuredAddress = row.injuredAddress |
| | | this.occupationalForm.injuredPart = row.injuredPart |
| | | this.occupationalForm.injuredDiacrisis = row.injuredDiacrisis |
| | | this.occupationalForm.injuredDescribe = row.injuredDescribe |
| | | this.occupationalForm.hospitalName = row.hospitalName |
| | | this.occupationalForm.treatmentName = row.treatmentName |
| | | this.occupationalForm.hospitalizatioFlag = row.hospitalizatioFlag |
| | | this.occupationalForm.bedNumb = row.bedNumb |
| | | this.occupationalForm.reportTime = row.reportTime |
| | | this.occupationalForm.submitTime = row.submitTime |
| | | this.occupationalForm.sbumitBy = row.sbumitBy |
| | | this.occupationalForm.hrDoDate = row.hrDoDate |
| | | this.occupationalForm.expensesFee = row.expensesFee |
| | | this.occupationalForm.eliminate = row.eliminate |
| | | this.occupationalForm.socialDisability = row.socialDisability |
| | | this.occupationalForm.socialAllowance = row.socialAllowance |
| | | this.occupationalForm.socialSubsidy = row.socialSubsidy |
| | | this.occupationalForm.socialCompensation = row.socialCompensation |
| | | this.occupationalForm.compensated = row.compensated |
| | | this.occupationalForm.otherCompensated = row.otherCompensated |
| | | this.occupationalForm.companylDisability = row.companylDisability |
| | | this.occupationalForm.companyAllowance = row.companyAllowance |
| | | this.occupationalForm.companySubsidy = row.companySubsidy |
| | | this.occupationalForm.companyCompensation = row.companyCompensation |
| | | this.occupationalForm.jobSubsidy = row.jobSubsidy |
| | | this.occupationalForm.settleStatus = row.settleStatus |
| | | this.occupationalForm.createTime = row.createTime |
| | | this.occupationalForm.creator = row.creator |
| | | this.occupationalForm.modifyTime = row.modifyTime |
| | | this.occupationalForm.modifier = row.modifier |
| | | this.occupationalForm.delFlag = row.delFlag |
| | | this.occupationalForm.version = row.version |
| | | this.occupationalForm.remark = row.remark |
| | | |
| | | this.dialogshowArr[10].show = true |
| | | }, |
| | | selectLaborTrouble() { |
| | | this.$get('hr/empLaborTrouble/list').then((r) => { |
| | | this.laborTroubleData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putLaborTrouble() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empLaborTrouble', { ...this.laborTroubleForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanLaborTrouble() |
| | | this.selectLaborTrouble() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empLaborTrouble', { ...this.laborTroubleForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanLaborTrouble() |
| | | this.selectLaborTrouble() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putLaborTroubleContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empLaborTrouble', { ...this.laborTroubleForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanLaborTrouble() |
| | | this.selectLaborTrouble() |
| | | }) |
| | | } |
| | | }, |
| | | cleanLaborTrouble() { |
| | | this.laborTroubleForm.arbitrationId = '' |
| | | this.laborTroubleForm.empId = '' |
| | | this.laborTroubleForm.empNumb = '' |
| | | this.laborTroubleForm.empName = '' |
| | | this.laborTroubleForm.sex = '' |
| | | this.laborTroubleForm.certificateNumb = '' |
| | | this.laborTroubleForm.deptId = '' |
| | | this.laborTroubleForm.deptName = '' |
| | | this.laborTroubleForm.JobId = '' |
| | | this.laborTroubleForm.jobName = '' |
| | | this.laborTroubleForm.arbitrationDate = '' |
| | | this.laborTroubleForm.arbitrationType = '' |
| | | this.laborTroubleForm.arbitrationReason = '' |
| | | this.laborTroubleForm.reporter = '' |
| | | this.laborTroubleForm.arbitrationPay = '' |
| | | this.laborTroubleForm.arbitrationStatus = '' |
| | | this.laborTroubleForm.settleDate = '' |
| | | this.laborTroubleForm.createTime = '' |
| | | this.laborTroubleForm.creator = '' |
| | | this.laborTroubleForm.modifyTime = '' |
| | | this.laborTroubleForm.modifier = '' |
| | | this.laborTroubleForm.delFlag = '' |
| | | this.laborTroubleForm.version = '' |
| | | this.laborTroubleForm.remark = '' |
| | | }, |
| | | editLaborTrouble(row) { |
| | | this.isAdd = false |
| | | |
| | | this.laborTroubleForm.arbitrationId = row.arbitrationId |
| | | this.laborTroubleForm.empId = row.empId |
| | | this.laborTroubleForm.empNumb = row.empNumb |
| | | this.laborTroubleForm.empName = row.empName |
| | | this.laborTroubleForm.sex = row.sex |
| | | this.laborTroubleForm.certificateNumb = row.certificateNumb |
| | | this.laborTroubleForm.deptId = row.deptId |
| | | this.laborTroubleForm.deptName = row.deptName |
| | | this.laborTroubleForm.JobId = row.JobId |
| | | this.laborTroubleForm.jobName = row.jobName |
| | | this.laborTroubleForm.arbitrationDate = row.arbitrationDate |
| | | this.laborTroubleForm.arbitrationType = row.arbitrationType |
| | | this.laborTroubleForm.arbitrationReason = row.arbitrationReason |
| | | this.laborTroubleForm.reporter = row.reporter |
| | | this.laborTroubleForm.arbitrationPay = row.arbitrationPay |
| | | this.laborTroubleForm.arbitrationStatus = row.arbitrationStatus |
| | | this.laborTroubleForm.settleDate = row.settleDate |
| | | this.laborTroubleForm.createTime = row.createTime |
| | | this.laborTroubleForm.creator = row.creator |
| | | this.laborTroubleForm.modifyTime = row.modifyTime |
| | | this.laborTroubleForm.modifier = row.modifier |
| | | this.laborTroubleForm.delFlag = row.delFlag |
| | | this.laborTroubleForm.version = row.version |
| | | this.laborTroubleForm.remark = row.remark |
| | | |
| | | this.dialogshowArr[11].show = true |
| | | }, |
| | | selectBadRecord() { |
| | | this.$get('hr/empBadRecord/list') |
| | | .then((r) => { |
| | | this.badRecordData = r.data.data.rows |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | cleanBadRecord() { |
| | | this.badRecordForm.badId = '' |
| | | this.badRecordForm.empId = '' |
| | | this.badRecordForm.empName = '' |
| | | this.badRecordForm.empNumb = '' |
| | | this.badRecordForm.sex = '' |
| | | this.badRecordForm.certificateNumb = '' |
| | | this.badRecordForm.deptId = '' |
| | | this.badRecordForm.deptName = '' |
| | | this.badRecordForm.JobId = '' |
| | | this.badRecordForm.jobName = '' |
| | | this.badRecordForm.badDate = '' |
| | | this.badRecordForm.reporter = '' |
| | | this.badRecordForm.badContent = '' |
| | | this.badRecordForm.createTime = '' |
| | | this.badRecordForm.creator = '' |
| | | this.badRecordForm.modifyTime = '' |
| | | this.badRecordForm.modifier = '' |
| | | this.badRecordForm.delFlag = '' |
| | | this.badRecordForm.version = '' |
| | | this.badRecordForm.remark = '' |
| | | }, |
| | | putBadRecord() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empBadRecord', { ...this.badRecordForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanBadRecord() |
| | | this.selectBadRecord() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empBadRecord', { ...this.badRecordForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanBadRecord() |
| | | this.selectBadRecord() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putBadRecordContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empBadRecord', { ...this.badRecordForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanBadRecord() |
| | | this.selectBadRecord() |
| | | }) |
| | | } |
| | | }, |
| | | editBadRecord(row) { |
| | | this.isAdd = false |
| | | this.badRecordForm.badId = row.badId |
| | | this.badRecordForm.empId = row.empId |
| | | this.badRecordForm.empName = row.empName |
| | | this.badRecordForm.empNumb = row.empNumb |
| | | this.badRecordForm.sex = row.sex |
| | | this.badRecordForm.certificateNumb = row.certificateNumb |
| | | this.badRecordForm.deptId = row.deptId |
| | | this.badRecordForm.deptName = row.deptName |
| | | this.badRecordForm.JobId = row.JobId |
| | | this.badRecordForm.jobName = row.jobName |
| | | this.badRecordForm.badDate = row.badDate |
| | | this.badRecordForm.reporter = row.reporter |
| | | this.badRecordForm.badContent = row.badContent |
| | | this.badRecordForm.createTime = row.createTime |
| | | this.badRecordForm.creator = row.creator |
| | | this.badRecordForm.modifyTime = row.modifyTime |
| | | this.badRecordForm.modifier = row.modifier |
| | | this.badRecordForm.delFlag = row.delFlag |
| | | this.badRecordForm.version = row.version |
| | | this.badRecordForm.remark = row.remark |
| | | this.dialogshowArr[12].show = true |
| | | }, |
| | | selectRemarkInfo() { |
| | | this.$get('hr/empRemarkInfo/list').then((r) => { |
| | | this.remarkInfoData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putRemarkInfo() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empRemarkInfo', { ...this.remarkInfoForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanRemarkInfo() |
| | | this.selectRemarkInfo() |
| | | }) |
| | | } else { |
| | | this.$put('hr/empRemarkInfo', { ...this.remarkInfoForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.$emit('success') |
| | | this.cleanRemarkInfo() |
| | | this.selectRemarkInfo() |
| | | }) |
| | | } |
| | | this.dialogIsShow() |
| | | }, |
| | | putRemarkInfoContinue() { |
| | | if (this.isAdd) { |
| | | this.$post('hr/empRemarkInfo', { ...this.remarkInfoForm }).then(() => { |
| | | this.buttonLoading = false |
| | | this.$message({ |
| | | message: this.$t('tips.createSuccess'), |
| | | type: 'success' |
| | | }) |
| | | this.cleanRemarkInfo() |
| | | this.selectRemarkInfo() |
| | | }) |
| | | } |
| | | }, |
| | | cleanRemarkInfo() { |
| | | this.remarkInfoForm.remarkId = '' |
| | | this.remarkInfoForm.empId = '' |
| | | this.remarkInfoForm.empNumb = '' |
| | | this.remarkInfoForm.empName = '' |
| | | this.remarkInfoForm.sex = '' |
| | | this.remarkInfoForm.certificateNumb = '' |
| | | this.remarkInfoForm.JobId = '' |
| | | this.remarkInfoForm.deptId = '' |
| | | this.remarkInfoForm.deptName = '' |
| | | this.remarkInfoForm.jobName = '' |
| | | this.remarkInfoForm.remarkContent = '' |
| | | this.remarkInfoForm.remarkDate = '' |
| | | this.remarkInfoForm.createTime = '' |
| | | this.remarkInfoForm.creator = '' |
| | | this.remarkInfoForm.modifyTime = '' |
| | | this.remarkInfoForm.modifier = '' |
| | | this.remarkInfoForm.delFlag = '' |
| | | this.remarkInfoForm.version = '' |
| | | }, |
| | | editRemarkInfo(row) { |
| | | this.isAdd = false |
| | | |
| | | this.remarkInfoForm.remarkId = row.remarkId |
| | | this.remarkInfoForm.empId = row.empId |
| | | this.remarkInfoForm.empNumb = row.empNumb |
| | | this.remarkInfoForm.empName = row.empName |
| | | this.remarkInfoForm.sex = row.sex |
| | | this.remarkInfoForm.certificateNumb = row.certificateNumb |
| | | this.remarkInfoForm.JobId = row.JobId |
| | | this.remarkInfoForm.deptId = row.deptId |
| | | this.remarkInfoForm.deptName = row.deptName |
| | | this.remarkInfoForm.jobName = row.jobName |
| | | this.remarkInfoForm.remarkContent = row.remarkContent |
| | | this.remarkInfoForm.remarkDate = row.remarkDate |
| | | this.remarkInfoForm.createTime = row.createTime |
| | | this.remarkInfoForm.creator = row.creator |
| | | this.remarkInfoForm.modifyTime = row.modifyTime |
| | | this.remarkInfoForm.modifier = row.modifier |
| | | this.remarkInfoForm.delFlag = row.delFlag |
| | | this.remarkInfoForm.version = row.version |
| | | |
| | | this.dialogshowArr[13].show = true |
| | | }, |
| | | showXzyg() { |
| | | this.dialogShowXzyg = true |
| | | }, |
| | | cancleChooseUser() { |
| | | this.dialogShowXzyg = false |
| | | }, |
| | | selectedUser(users) { |
| | | for (var i = 0; i < users.length; i++) { |
| | | var data = users[i] |
| | | this.unemploymentForm.empNumb = data.username |
| | | this.unemploymentForm.sex = data.sex |
| | | } |
| | | this.dialogShowXzyg = false |
| | | } |
| | | } |
| | | } |
| | | </script> |
| | | <style> |
| | | <style lang="scss"> |
| | | .el-container { |
| | | height: 770px; |
| | | |
| | | .el-aside { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | text-align: center; |
| | | height: 100%; |
| | | } |
| | | |
| | | .el-main { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | height: 100%; |
| | | } |
| | | } |
| | | |
| | | .button-from { |
| | | text-align: center; |
| | | margin-top: 2%; |
| | |
| | | width: 100%; |
| | | } |
| | | |
| | | .el-date-editor.el-input, .el-date-editor.el-input__inner { |
| | | .commonBtn { |
| | | background-color: rgb(163, 44, 48); |
| | | color: white; |
| | | } |
| | | |
| | | .nomalBtn { |
| | | border: 1px solid rgb(163, 44, 48); |
| | | background-color: white; |
| | | color: rgb(163, 44, 48); |
| | | } |
| | | |
| | | .selectedTimeline { |
| | | color: rgb(163, 44, 48); |
| | | } |
| | | |
| | | .el-date-editor.el-input, |
| | | .el-date-editor.el-input__inner { |
| | | width: 100%; |
| | | } |
| | | |
| | |
| | | margin-top: 20px; |
| | | } |
| | | |
| | | .el-header, .el-footer { |
| | | background-color: #E9EEF3; |
| | | .el-header, |
| | | .el-footer { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | text-align: center; |
| | | line-height: 60px; |
| | | } |
| | | |
| | | .el-aside { |
| | | background-color: #E9EEF3; |
| | | color: #333; |
| | | text-align: center; |
| | | height: 800px; |
| | | } |
| | | |
| | | .el-main { |
| | | background-color: #E9EEF3; |
| | | color: #333; |
| | | height: 800px; |
| | | } |
| | | </style> |