| | |
| | | </el-row> |
| | | <div v-show="advancedQueryShow"> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-col :span="4">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | | <el-col :span="3">姓名: |
| | | <el-col :span="4">姓名: |
| | | <el-input v-model="queryParams.empName" size="small" maxlength="10" style="width:110px" /> |
| | | </el-col> |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">入职日期: |
| | | |
| | | </el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="8">入职日期: |
| | | <el-date-picker |
| | | v-model="queryParams.entryDateStr" |
| | | size="small" |
| | |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | :picker-options="pickerOptions" |
| | | style="width: 400px;" |
| | | style="width: 350px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">离职日期: |
| | | <el-col :span="8">离职日期: |
| | | <el-date-picker |
| | | v-model="queryParams.dimissionDateStr" |
| | | size="small" |
| | |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | :picker-options="pickerOptions" |
| | | style="width: 400px;" |
| | | style="width: 350px;" |
| | | /> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <span class="search-btn" @click="search">查询</span> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | </tr> |
| | | </table> |
| | | </div> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-row> |
| | | <el-col :span="21"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3" style="text-align: right;padding-right: 10px"> |
| | | <el-button size="mini" class="hr-but" type="success" @click.native="showDcyg(0)"> |
| | | <el-button size="mini" class="hr-but-all" type="success" @click.native="showDcyg(0)"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="empBaseInfoTable" |
| | | :data="basicInformationData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 100%;" |
| | | > |
| | |
| | | </div> |
| | | |
| | | <div v-show="showArr[1].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="5">主要工作内容: |
| | | <el-input v-model="queryParams.jobContent" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="gzjlexportExcel"> |
| | | {{ $t('table.export') }} |
| | | <el-button class="hr-but-all" type="success" @click.native="gzjlexportExcel"> |
| | | 导出Excel |
| | | </el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-table |
| | | ref="workExperienceTable" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :data="workExperienceData" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column prop="empName" label="姓名" width="100" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="170" /> |
| | | <el-table-column prop="sex" label="性别" width="50" :formatter="sexFormat" /> |
| | | <el-table-column prop="workUnit" label="工作单位" width="220" /> |
| | | <el-table-column prop="beginDate" label="开始日期" width="100" /> |
| | | <el-table-column prop="endDate" label="结束日期" width="100" /> |
| | | <el-table-column prop="jobContent" label="主要工作内容" /> |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="sex" label="性别" width="50" :formatter="sexFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="workUnit" label="工作单位" width="220" /> |
| | | <el-table-column show-overflow-tooltip prop="beginDate" label="开始日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="endDate" label="结束日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="jobContent" label="主要工作内容" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[2].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">体检日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="4">体检类型: |
| | | <el-select v-model="queryParams.physicalExamType" style="width:100px"> |
| | | <el-option value="1" label="入职体检" /> |
| | |
| | | /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="3">体检结论: |
| | | <el-col :span="4">体检结论: |
| | | <el-input v-model="queryParams.conclusion" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button size="mini" class="hr-but-all" type="primary" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="tjexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="tjexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="physicalExamTable" |
| | | :data="physicalExamData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="sex" label="性别" width="50" :formatter="sexFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="hospital" label="体检医院" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="hospital" label="体检医院" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="physicalExamDate" label="体检日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="physicalExamType" label="体检类型" :formatter="typeFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bloodPressure" label="血压" /> |
| | | <el-table-column show-overflow-tooltip prop="transaminase" label="转氨酶" /> |
| | | <el-table-column show-overflow-tooltip prop="physicalExamType" label="体检类型" width="100" :formatter="typeFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bloodPressure" label="血压" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="transaminase" label="转氨酶" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="ecg" label="心电图" :formatter="ecgNameFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="conclusion" label="体检结论" /> |
| | | <el-table-column show-overflow-tooltip prop="reviewRecord" label="复查记录" /> |
| | |
| | | </div> |
| | | |
| | | <div v-show="showArr[3].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">合同签订日期: |
| | |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="9">合同结束日期: |
| | | <el-date-picker |
| | | v-model="queryParams.endDateStr" |
| | |
| | | /> |
| | | </el-col> |
| | | <el-col :span="9">合同状态: |
| | | <el-select v-model="queryParams.contractStatus" style="width:100px"> |
| | | <el-select v-model="queryParams.contractStatus" style="width:200px"> |
| | | <el-option value="" label="全部" /> |
| | | <el-option :value="1" label="有效" /> |
| | | <el-option :value="2" label="到期" /> |
| | |
| | | <el-option :value="4" label="存档" /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="htexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="htexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="contractInfoTable" |
| | | :data="contractInfoData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <!-- <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="180" /> --> |
| | | <el-table-column show-overflow-tooltip prop="signingDate" label="合同签订日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="endDate" label="合同结束日期" width="180" /> |
| | |
| | | </div> |
| | | |
| | | <div v-show="showArr[4].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="2.5">考勤年月 |
| | |
| | | <el-input v-model="queryParams.deductStr" size="small" maxlength="10" style="width:110px" /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="kqexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="kqexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="dimissionAttendTable" |
| | | :data="dimissionAttendData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="attendMonth" label="离职考勤年月" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="attendDays" label="出勤天数" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="overtimeDay" label="加班(天)" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="overtimeHour" label="加班(小时)" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deduct" label="有无代扣款项" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveDay" label="请假(天)" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="absenteeism" label="旷工(天)" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="attendDays" label="出勤天数" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="overtimeDay" label="加班(天)" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="overtimeHour" label="加班(小时)" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deduct" label="有无代扣款项" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveDay" label="请假(天)" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="absenteeism" label="旷工(天)" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | |
| | | <!-- <el-table-column prop="deptName" label="护卫点" width="180" /> |
| | | <el-table-column prop="jobName" label="岗位名称" width="180" /> |
| | |
| | | </div> |
| | | |
| | | <div v-show="showArr[5].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8">请假日期: |
| | | <el-date-picker |
| | | v-model="queryParams.leaveDateStr" |
| | |
| | | <el-option value="18" label="其它假" /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="qjexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="qjexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="leaveInfoTable" |
| | | :data="leaveInfoData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="名称" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="beginTime" label="开始时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="endTime" label="结束时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveDay" label="请假天数" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveType" label="请假类型" width="180" :formatter="leaveTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveDay" label="请假天数" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="leaveType" label="请假类型" width="100" :formatter="leaveTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="returnDate" label="到岗时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="报备人" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="280" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="报备人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[6].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">辞职申请日期: |
| | | <el-date-picker |
| | | v-model="queryParams.applayDateStr" |
| | |
| | | <el-col :span="4">辞职事由: |
| | | <el-input v-model="queryParams.reason" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="czexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="czexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="resignTable" |
| | | :data="resignData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="applayDate" label="辞职申请日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="reason" label="辞职事由" width="200" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="200" /> |
| | | <el-table-column show-overflow-tooltip prop="reason" label="辞职事由" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[7].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">失业金领取日期: |
| | | <el-date-picker |
| | | v-model="queryParams.applayDateStr" |
| | |
| | | <el-col :span="4">申报事由: |
| | | <el-input v-model="queryParams.applayReason" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="syjexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="syjexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="unemploymentTable" |
| | | :data="unemploymentData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="applayDate" label="失业金申请日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="applayReason" label="申报事由" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="280" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="auditor" label="审核人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[8].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">社保申请日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="4">社保档位: |
| | | <el-select v-model="queryParams.insuranceGaers" style="width:100px"> |
| | | <el-option value="" label="全部" /> |
| | |
| | | <el-option value="5" label="非深户(四险三档)" /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="sbexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="sbexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="insuranceTable" |
| | | :data="insuranceData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="applayDate" label="社保申请日期" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="proposer" label="申请人" /> |
| | | <el-table-column show-overflow-tooltip prop="insuranceGaers" label="社保档位" width="180" :formatter="insuranceGaersFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="proposer" label="申请人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="insuranceGaers" label="社保档位" width="100" :formatter="insuranceGaersFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="reportStatus" label="是否已报告" width="100" :formatter="reportStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="applayStatus" label="状态" width="100" :formatter="applayStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="280" /> |
| | | <el-table-column show-overflow-tooltip prop="auditor" label="审核人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[9].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">受伤日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">人事处理时间: |
| | | <el-date-picker |
| | | v-model="queryParams.hrDoDateStr" |
| | |
| | | <el-option value="0" label="未结案" /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="ywxexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="ywxexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="accidentCasesTable" |
| | | :data="accidentCasesData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDiacrisis" label="意外险诊断" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalName" label="就诊医院" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="treatmentName" label="就诊科室" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bedNumb" label="床号" /> |
| | | <el-table-column show-overflow-tooltip prop="reprotTime" label="报案时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="submitTime" label="递交资料时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="sbumitBy" label="递交人" width="120" /> |
| | | <el-table-column show-overflow-tooltip prop="expensesFee" label="医疗总费用" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="innsureFee" label="保险赔付费用" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="expenseReport" label="保单" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="hrDoDate" label="人事处理时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="settleStatus" label="状态" width="100" :formatter="settleStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="settleDate" label="结案时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDiacrisis" label="意外险诊断" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalName" label="就诊医院" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="treatmentName" label="就诊科室" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="reprotTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="sbumitBy" label="递交人" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="expensesFee" label="医疗总费用" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="innsureFee" label="保险赔付费用" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="expenseReport" label="保单" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="hrDoDate" label="人事处理时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="settleStatus" label="状态" width="80" :formatter="settleStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="settleDate" label="结案时间" width="100" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[10].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">受伤日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">人事处理时间: |
| | | <el-date-picker |
| | | v-model="queryParams.hrDoDateStr" |
| | |
| | | /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="21" style="line-height: 50px;"> |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="gsexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="gsexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="occupationalTable" |
| | | :data="occupationalData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDiacrisis" label="工伤诊断" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalName" label="就诊医院" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="treatmentName" label="就诊科室" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalizatioFlag" label="是否住院" width="100" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bedNumb" label="床号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="reportTime" label="报案时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="submitTime" label="递交资料时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="sbumitBy" label="递交人" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="jobName" label="岗位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredTime" label="受伤日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredAddress" label="受伤地点" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip prop="injuredDiacrisis" label="工伤诊断" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalName" label="就诊医院" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="treatmentName" label="就诊科室" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip prop="reportTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="sbumitBy" label="递交人" width="80" /> |
| | | <el-table-column show-overflow-tooltip prop="expensesFee" label="医疗总费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="innsureFee" label="保险赔付费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="hrDoDate" label="人事处理时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="settleStatus" label="状态" width="100" :formatter="settleStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="settleDate" label="结案时间" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="hrDoDate" label="人事处理时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="settleStatus" label="状态" width="80" :formatter="settleStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="settleDate" label="结案时间" width="100" /> |
| | | </el-table> |
| | | </div> |
| | | |
| | | <div v-show="showArr[11].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">仲裁日期: |
| | |
| | | /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="4"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="lzexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="lzexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="laborTroubleTable" |
| | | :data="laborTroubleData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationDate" label="仲裁日期" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationType" label="仲裁类型" width="150" :formatter="arbitrationTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationReason" label="仲裁事由" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="150" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="200" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationReason" label="仲裁事由" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationPay" label="仲裁赔付(元)" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="arbitrationStatus" label="状态" width="100" :formatter="arbitrationStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip prop="settleDate" label="案结日期" width="150" /> |
| | | </el-table></div> |
| | | |
| | | <div v-show="showArr[12].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">不良记录日期: |
| | |
| | | <el-col :span="5">不良记录描述: |
| | | <el-input v-model="queryParams.badContent" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="3.5"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="blexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="blexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="badRecordTable" |
| | | :data="badRecordData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="index" label="序号" width="50" align="center" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="deptName" label="(部门)护卫点" width="140" /> |
| | | <el-table-column show-overflow-tooltip prop="empName" label="姓名" width="140" /> |
| | | <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="badDate" label="不良记录日期" width="140" /> |
| | | <el-table-column show-overflow-tooltip prop="badContent" label="不良记录描述" width="280" /> |
| | | <el-table-column show-overflow-tooltip prop="badContent" label="不良记录描述" /> |
| | | <el-table-column show-overflow-tooltip prop="reporter" label="汇报人" width="100" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" width="280" /> |
| | | <el-table-column show-overflow-tooltip prop="remark" label="备注" /> |
| | | |
| | | </el-table></div> |
| | | |
| | | <div v-show="showArr[13].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">备注日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="4">备注信息: |
| | | <el-input v-model="queryParams.remarkContent" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="3.5"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="bzexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="bzexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="remarkInfoTable" |
| | | :data="remarkInfoData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:200px" /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="12">调岗日期: |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="9">调岗日期: |
| | | <el-date-picker |
| | | v-model="queryParams.changeDateStr" |
| | | size="small" |
| | |
| | | start-placeholder="开始日期" |
| | | end-placeholder="结束日期" |
| | | :picker-options="pickerOptions" |
| | | style="width: 500px;" |
| | | style="width: 350px;" |
| | | /> |
| | | </el-col> |
| | | <el-col :span="6">调岗类型: |
| | |
| | | /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | <el-col :span="6"> |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | | <el-button size="mini" class="hr-but" type="danger" @click="resetSearch">重置</el-button> |
| | | </el-col> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="tgexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="tgexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="jobChangeTable" |
| | | :data="jobChangeData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" width="180" /> |
| | | <el-table-column show-overflow-tooltip prop="empNumb" label="编号" /> |
| | | <!-- <el-table-column show-overflow-tooltip prop="certificateNumb" label="身份证号码" width="180" /> --> |
| | | <el-table-column show-overflow-tooltip prop="newDeptName" label="现部门" /> |
| | | <el-table-column show-overflow-tooltip prop="newJobName" label="现岗位" /> |
| | |
| | | </el-table> |
| | | </div> |
| | | <div v-show="showArr[15].show"> |
| | | <el-row> |
| | | <el-row style="margin-bottom: 10px;"> |
| | | <el-col :span="3">编号: |
| | | <el-input v-model="queryParams.empNumb" size="small" maxlength="20" style="width:85px" /> |
| | | </el-col> |
| | |
| | | <el-col :span="4">身份证号: |
| | | <el-input v-model="queryParams.certificateNumb" size="small" maxlength="18" style="width:140px" /> |
| | | </el-col> |
| | | <el-col :span="3">(部门)护卫点: |
| | | <el-col :span="4">(部门)护卫点: |
| | | <el-input v-model="queryParams.deptName" size="small" maxlength="20" style="width:100px" /> |
| | | </el-col> |
| | | <el-col :span="9">入职日期: |
| | |
| | | style="width: 400px;" |
| | | /> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="9">离职日期: |
| | | <el-date-picker |
| | | v-model="queryParams.dimissionDateStr" |
| | |
| | | /> |
| | | </el-select> |
| | | </el-col> |
| | | <el-col :span="6">员工状态: |
| | | <el-col :span="6"> |
| | | <el-col :span="6" style="line-height: 30px;"> |
| | | 员工状态: |
| | | </el-col> |
| | | <el-col :span="16" style="line-height: 30px;"> |
| | | <el-checkbox-group v-model="queryParams.empStatus"> |
| | | <el-checkbox :label="0">在职</el-checkbox> |
| | | <el-checkbox :label="1">离职</el-checkbox> |
| | | </el-checkbox-group> |
| | | </el-col> |
| | | </el-col> |
| | | <el-col :span="3.5"> |
| | | <el-button size="mini" class="hr-but-all" type="danger" @click="search">查询</el-button> |
| | |
| | | 已为您搜索出<span style="color:red">{{ total }}</span>条符合条件的记录 |
| | | </el-col> |
| | | <el-col :span="3"> |
| | | <el-button class="hr-but" type="success" @click.native="rlzexportExcel"> |
| | | <el-button class="hr-but-all" type="success" @click.native="rlzexportExcel"> |
| | | 导出EXCEL |
| | | </el-button> |
| | | </el-col> |
| | |
| | | ref="dimissionLogTable" |
| | | :data="dimissionLogData" |
| | | stripe |
| | | :cell-style="{padding:'7px 0'}" |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;height: 70%;" |
| | | > |