| | |
| | | :title="title" |
| | | width="100%" |
| | | height="100vh" |
| | | center |
| | | fullscreen="true" |
| | | :close-on-click-modal="false" |
| | | :visible.sync="isVisible" |
| | |
| | | <div class="jbxxTitle"> |
| | | 基本信息 |
| | | <el-button |
| | | style="position:absolute;right: 120px" |
| | | style="position:absolute;right: 130px" |
| | | class="filter-item" |
| | | type="primary" |
| | | @click.native="gzupdate" |
| | |
| | | </el-button> |
| | | <el-button |
| | | v-if="readon" |
| | | style="position:absolute;right: 120px" |
| | | style="position:absolute;right: 130px" |
| | | class="filter-item" |
| | | type="primary" |
| | | @click.native="gzupdate1" |
| | |
| | | 保存 |
| | | </el-button> |
| | | <el-button |
| | | style="position:absolute;right: 40px" |
| | | style="position:absolute;right: 20px" |
| | | class="filter-item" |
| | | type="primary" |
| | | @click="ExportSavePdf" |
| | | > |
| | | 导出 |
| | | 导出档案 |
| | | </el-button> |
| | | </div> |
| | | |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="民族" prop="nation"> |
| | | <el-select v-model="empBaseInfoForm.nation" placeholder="请选择民族" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.nation" filterable placeholder="请选择民族" :disabled="readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in nationOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="相关证件" prop="certificateList"> |
| | | <el-select v-model="empBaseInfoForm.certificateList" placeholder="请选择相关证件" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.certificateList" multiple placeholder="请选择相关证件" :disabled="readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in certificateListOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | :key="tableKey" |
| | | :data="workExperienceData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | :highlight-current-row="true" |
| | | @selection-change="onworkExperienceDataselection" |
| | | > |
| | |
| | | <el-table-column show-overflow-tooltip="true" prop="jobContent" label="主要工作内容" /> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editWorkExperience(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editWorkExperience(scope.row,1)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'workExperienceDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="physicalExamTable" |
| | | :data="physicalExamData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onphysicalExamDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editPhysicalExam(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editPhysicalExam(scope.row,2)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'physicalExamDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="physicalExamId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="120" :formatter="typeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="120" :formatter="ecgNameFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" width="150" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="140" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="140" :formatter="typeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="140" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="140" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="140" :formatter="ecgNameFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="conclusion" label="体检结论" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="140" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | |
| | | ref="contractInfoTable" |
| | | :data="contractInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="oncontractInfoDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editContractInfo(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editContractInfo(scope.row,3)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'contractInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="jobChangeTable" |
| | | :data="jobChangeData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | |
| | | <el-table-column show-overflow-tooltip="true" prop="oldJobName" label="原岗位" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="changeDate" label="调岗日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="changeType" label="调岗类型" :formatter="changeTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="changeReason" label="调岗理由" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="jobChangeDatatotal>0" |
| | |
| | | ref="leaveInfoTable" |
| | | :data="leaveInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onleaveInfoDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editLeaveInfo(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editLeaveInfo(scope.row,5)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onleaveInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="leaveId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="beginTime" label="开始时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="endTime" label="结束时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="beginTime" label="开始时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="endTime" label="结束时间" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假天数" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="leaveType" label="请假类型" :formatter="leaveTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="returnDate" label="到岗时间" width="180" /> |
| | |
| | | ref="resignTable" |
| | | :data="resignData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onresignDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editResign(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editResign(scope.row,5)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onresignDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="resignId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayDate" label="辞职申请日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reason" label="辞职事由" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | |
| | | ref="dimissionAttendTable" |
| | | :data="dimissionAttendData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="ondimissionAttendDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editDimissionAttend(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editDimissionAttend(scope.row,6)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'dimissionAttendDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="dimissionAttendId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="attendMonth" label="离职考勤月份" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="attendDays" label="出勤天数" width="150" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="overtimeDay" label="加班(天)" width="150" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="overtimeHour" label="加班(小时)" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="deduct" label="有无代扣款项" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="leaveDay" label="请假(天)" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="absenteeism" label="旷工(天)" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | |
| | | ref="dimissionLogTable" |
| | | :data="dimissionLogData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | |
| | | ref="unemploymentTable" |
| | | :data="unemploymentData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onunemploymentDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editUnemployment(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editUnemployment(scope.row,7)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'unemploymentDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="insuranceTable" |
| | | :data="insuranceData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="oninsuranceDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editInsurance(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editInsurance(scope.row,8)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'oninsuranceDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="accidentCasesTable" |
| | | :data="accidentCasesData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onaccidentCasesDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editAccidentCases(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editAccidentCases(scope.row,9)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'accidentCasesDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="accidentId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="意外险诊断" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="60" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reprotTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="innsureFee" label="保险赔付费用" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="settleStatus" label="是否结案" width="120" :formatter="settleStatusFormat" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="accidentCasesDatatotal>0" |
| | |
| | | ref="occupationalTable" |
| | | :data="occupationalData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onoccupationalDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editOccupational(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editOccupational(scope.row,10)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'occupationalDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="occupationalId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredTime" label="受伤日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDescribe" label="受伤经过描述" width="140" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="injuredDiacrisis" label="工伤诊断" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalName" label="就诊医院" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="treatmentName" label="就诊科室" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bedNumb" label="床号" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reportTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="sbumitBy" label="递交人" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="80" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="expensesFee" label="医疗总费用" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="compensated" label="已赔付医药费用" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="settleStatus" label="是否结案" width="120" :formatter="settleStatusFormat" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="occupationalDatatotal>0" |
| | |
| | | ref="laborTroubleTable" |
| | | :data="laborTroubleData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onlaborTroubleDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editLaborTrouble(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editLaborTrouble(scope.row,11)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'laborTroubleDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="报备人" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationPay" label="仲裁赔付(元)" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationStatus" label="状态" width="100" :formatter="arbitrationStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationStatus" label="是否结案" width="100" :formatter="arbitrationStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="settleDate" label="案结日期" width="100" /> |
| | | </el-table> |
| | | <pagination |
| | |
| | | ref="badRecordTable" |
| | | :data="badRecordData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onbadRecordDataselection" |
| | | > |
| | |
| | | </el-table-column> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="120"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editBadRecord(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editBadRecord(scope.row,12)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onbadRecordDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | ref="remarkInfoTable" |
| | | :data="remarkInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :cell-style="{padding:'7px 0'}" |
| | | border |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6','text-align':'center'}" |
| | | :cell-style="{padding:'7px 0','text-align':'center'}" |
| | | style="width: 100%;" |
| | | @selection-change="onremarkInfoDataselection" |
| | | > |
| | |
| | | <!-- @click="singleDelete(scope.row, 'onremarkInfoDataselection')"--> |
| | | <!-- >删除--> |
| | | <!-- </el-button>--> |
| | | <span class="table-button" @click="editRemarkInfo(scope.row)">编辑</span> |
| | | <span class="table-button" @click="editRemarkInfo(scope.row,13)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onremarkInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | |
| | | |
| | | <div ref="jljt" class="jljt"> |
| | | <div class="jbxxTitle2"> |
| | | 上传附件 |
| | | <el-col :span="18"> |
| | | 上传附件 |
| | | </el-col> |
| | | <el-col :span="6" class="search"> |
| | | <el-input |
| | | v-model="fileName" |
| | | maxlength="20" |
| | | minlength="1" |
| | | clearable |
| | | placeholder="请输入文件名" |
| | | show-word-limit |
| | | style="width:290px;margin-right: 10px;" |
| | | /> |
| | | <el-button type="primary" @click="findFileByFileName()">查询</el-button> |
| | | </el-col> |
| | | </div> |
| | | <div class="jbxxCon"> |
| | | <div class="zs-main"> |
| | | <el-row class="search-title"> |
| | | <el-col :span="18" class="title"> |
| | | <!-- <div class="zs-title">上传附件</div>--> |
| | | <p /> |
| | | </el-col> |
| | | <el-col :span="6" class="search"> |
| | | <el-input |
| | | v-model="fileName" |
| | | maxlength="20" |
| | | minlength="1" |
| | | clearable |
| | | placeholder="请输入文件名" |
| | | show-word-limit |
| | | style="width:200px" |
| | | /> |
| | | <el-button type="primary" @click="findFileByFileName()">查询</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <!-- <el-row class="search-title">--> |
| | | <!-- <el-col :span="18" class="title">--> |
| | | <!-- <!– <div class="zs-title">上传附件</div>–>--> |
| | | <!-- <p />--> |
| | | <!-- </el-col>--> |
| | | |
| | | <!-- </el-row>--> |
| | | <el-container style="background-color: #fff;"> |
| | | <el-aside width="210px" style="background-color: #fff;text-align: center;padding-top: 0"> |
| | | <h4 style="margin-top: 0">{{ empBaseInfoForm.empName }}:{{ empBaseInfoForm.deptName }}</h4> |
| | |
| | | >下载 |
| | | </el-button> |
| | | <el-button |
| | | class="pri-del-btn" |
| | | type="primary" |
| | | icon="el-icon-search" |
| | | size="mini" |
| | |
| | | >删除 |
| | | </el-button> |
| | | <el-popconfirm title="是否移动附件?" @onConfirm="mvdialogFormVisible = true"> |
| | | <el-button slot="reference" class="hr-but" type="danger">转存</el-button> |
| | | <el-button slot="reference" type="danger">转存</el-button> |
| | | </el-popconfirm> |
| | | </el-col> |
| | | </el-row> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="workExperienceForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="workExperienceForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="workExperienceForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="workExperienceForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putWorkExperience('workExperienceForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="体检信息" append-to-body :visible.sync="dialogshowArr[2].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="physicalExamForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="physicalExamForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="physicalExamForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="physicalExamForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putPhysicalExam('physicalExamForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="合同信息" append-to-body :visible.sync="dialogshowArr[3].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="contractInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="contractInfoForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="contractInfoForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="contractInfoForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putContractInfo('contractInfoForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="离职当月考勤" append-to-body :visible.sync="dialogshowArr[4].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="dimissionAttendForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="dimissionAttendForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="dimissionAttendForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="dimissionAttendForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putDimissionAttend('dimissionAttendForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="请假记录" append-to-body :visible.sync="dialogshowArr[5].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="leaveInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="leaveInfoForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="leaveInfoForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="leaveInfoForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putLeaveInfo('leaveInfoForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="辞职申请" append-to-body :visible.sync="dialogshowArr[6].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="resignForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="resignForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="resignForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="resignForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putResign('resignForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="失业金领取" append-to-body :visible.sync="dialogshowArr[7].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="unemploymentForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="unemploymentForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="unemploymentForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="unemploymentForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putUnemployment('unemploymentForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="社保申请" append-to-body :visible.sync="dialogshowArr[8].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="insuranceForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="insuranceForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="insuranceForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="insuranceForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putInsurance('insuranceForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="意外险案件" append-to-body :visible.sync="dialogshowArr[9].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="accidentCasesForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="accidentCasesForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="accidentCasesForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="accidentCasesForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putAccidentCases('accidentCasesForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="工伤案件" append-to-body :visible.sync="dialogshowArr[10].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="occupationalForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="occupationalForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="occupationalForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="occupationalForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putOccupational('occupationalForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="劳资案件" append-to-body :visible.sync="dialogshowArr[11].show" width="50%"> |
| | |
| | | <el-form-item label="汇报人" prop="reporter"> |
| | | <el-input v-model="laborTroubleForm.reporter" /> |
| | | </el-form-item> |
| | | <el-form-item label="状态" prop="arbitrationStatus"> |
| | | <el-form-item label="是否结案" prop="arbitrationStatus"> |
| | | <el-select v-model="laborTroubleForm.arbitrationStatus" placeholder=""> |
| | | <el-option |
| | | v-for="dict in settleStatusOptions" |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="laborTroubleForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="laborTroubleForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="laborTroubleForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="laborTroubleForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putLaborTrouble('laborTroubleForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="不良记录" append-to-body :visible.sync="dialogshowArr[12].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="badRecordForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="badRecordForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="badRecordForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="badRecordForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putBadRecord('badRecordForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | <el-dialog title="备注信息" append-to-body :visible.sync="dialogshowArr[13].show" width="50%"> |
| | |
| | | <el-form-item label="员工编号" prop="empNumb"> |
| | | <el-input v-model="remarkInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门(护卫点)" prop="deptName"> |
| | | <el-input v-model="remarkInfoForm.deptName" /> |
| | | <el-form-item label="部门(护卫点)" prop="allDeptName"> |
| | | <el-input v-model="remarkInfoForm.allDeptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-input v-model="remarkInfoForm.jobName" /> |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putRemarkInfo('remarkInfoForm')">保 存</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | |
| | | </div> |
| | | </el-dialog> |
| | | </el-dialog> |
| | |
| | | }, |
| | | readon: false, |
| | | workExperienceModal: true, |
| | | restaurJob: [{ value: '总经理', code: '2942725270000031' }, |
| | | { value: '总秘', code: '2942725270000032' }, |
| | | { value: '总助', code: '2942725270000033' }, |
| | | { value: '经理', code: '2942725270000022' }, |
| | | { value: '副经理', code: '2942725270000015' }, |
| | | { value: '助理', code: '2942725270000030' }, |
| | | { value: '项目经理', code: '2942725270000027' }, |
| | | { value: '大队长', code: '2942725270000006' }, |
| | | { value: '大队长兼内勤', code: '2942725270000007' }, |
| | | { value: '中队长', code: '2942725270000029' }, |
| | | { value: '队长', code: '2942725270000011' }, |
| | | { value: '分队长', code: '2942725270000013' }, |
| | | { value: '副队长', code: '2942725270000014' }, |
| | | { value: '班长', code: '2942725270000002' }, |
| | | { value: '保安员', code: '2942725270000003' }, |
| | | { value: '内勤', code: '2942725270000024' }, |
| | | { value: '保洁', code: '2942725270000004' }, |
| | | { value: '电工', code: '2942725270000010' }, |
| | | { value: '绿化工', code: '2942725270000023' }, |
| | | { value: '出纳', code: '2942725270000005' }, |
| | | { value: '人事专员', code: '2942725270000025' }, |
| | | { value: '司机', code: '2942725270000026' }, |
| | | { value: '购买保险', code: '2942725270000016' }, |
| | | { value: '广州燃气中队长', code: '2942725270000018' }, |
| | | { value: '管理员', code: '2942725270000017' }, |
| | | { value: '监控员', code: '2942725270000021' }, |
| | | { value: '员工', code: '2942725270000028' }], |
| | | dialogshowArr: [ |
| | | { |
| | | show: false |
| | |
| | | message: this.$t('rules.noMoreThan20'), |
| | | trigger: 'blur' |
| | | }], |
| | | empName: [{ required: true, message: '请输入员工姓名', trigger: 'blur' }, |
| | | empName: [{ required: true, message: '请输入姓名', trigger: 'blur' }, |
| | | { min: 2, max: 50, message: this.$t('rules.noMoreThan50'), trigger: 'blur' }], |
| | | empNumb: [{ required: true, message: '请输入员工编号', trigger: 'blur' }, |
| | | { min: 2, max: 20, message: this.$t('rules.noMoreThan20'), trigger: 'blur' }], |
| | |
| | | { value: '台湾省', code: '710000' }, |
| | | { value: '香港特别行政区', code: '810000' }, |
| | | { value: '澳门特别行政区', code: '820000' }], |
| | | restaurJob: [{ value: '总经理', code: '2942725270000031' }, |
| | | { value: '总秘', code: '2942725270000032' }, |
| | | { value: '总助', code: '2942725270000033' }, |
| | | { value: '经理', code: '2942725270000022' }, |
| | | { value: '副经理', code: '2942725270000015' }, |
| | | { value: '助理', code: '2942725270000030' }, |
| | | { value: '项目经理', code: '2942725270000027' }, |
| | | { value: '大队长', code: '2942725270000006' }, |
| | | { value: '大队长兼内勤', code: '2942725270000007' }, |
| | | { value: '中队长', code: '2942725270000029' }, |
| | | { value: '队长', code: '2942725270000011' }, |
| | | { value: '分队长', code: '2942725270000013' }, |
| | | { value: '副队长', code: '2942725270000014' }, |
| | | { value: '班长', code: '2942725270000002' }, |
| | | { value: '保安员', code: '2942725270000003' }, |
| | | { value: '内勤', code: '2942725270000024' }, |
| | | { value: '保洁', code: '2942725270000004' }, |
| | | { value: '电工', code: '2942725270000010' }, |
| | | { value: '绿化工', code: '2942725270000023' }, |
| | | { value: '出纳', code: '2942725270000005' }, |
| | | { value: '人事专员', code: '2942725270000025' }, |
| | | { value: '司机', code: '2942725270000026' }, |
| | | { value: '购买保险', code: '2942725270000016' }, |
| | | { value: '广州燃气中队长', code: '2942725270000018' }, |
| | | { value: '管理员', code: '2942725270000017' }, |
| | | { value: '监控员', code: '2942725270000021' }, |
| | | { value: '员工', code: '2942725270000028' }], |
| | | types: '', |
| | | physicalExamData: [], |
| | | physicalExamDataselection: [], |
| | |
| | | arbitrationStatusFormat(row, column) { |
| | | return this.selectDictLabel(this.settleStatusOptions, row.arbitrationStatus) |
| | | }, |
| | | settleStatusFormat(row, column) { |
| | | return this.selectDictLabel(this.settleStatusOptions, row.settleStatus) |
| | | }, |
| | | beforeAvatarUpload(file) { |
| | | this.fileDate.labelid = this.activities[this.beforeIndex].id |
| | | const isLt50M = file.size / 1024 / 1024 < 50 |
| | |
| | | }) |
| | | }, |
| | | setArchives(val) { |
| | | let certificateList = [] |
| | | if (val.certificateList && typeof val.certificateList === 'string') { |
| | | certificateList = val.certificateList.split(',') |
| | | val.certificateList = certificateList |
| | | } |
| | | this.empBaseInfoForm = { ...val } |
| | | this.empBaseInfoImageUrl = pages.getEmpBaseInfoImage + this.empBaseInfoForm.empId |
| | | this.fileDate.empId = this.empBaseInfoForm.empId |
| | |
| | | initphysicalExamData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empPhysicalExam/list', { |
| | | ...params |
| | |
| | | initjobChangeData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empJobChange/list', { |
| | | ...params |
| | |
| | | initdimissionLogData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.dimissionType = '' |
| | | params.delFlag = '0' |
| | | this.$get('hr/empDimissionlog/list', { |
| | |
| | | initcontractInfoData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empContractInfo/list', { |
| | | ...params |
| | |
| | | this.readon = true |
| | | }, |
| | | gzupdate1() { |
| | | const empBaseInfoForm = this.empBaseInfoForm |
| | | if (empBaseInfoForm.imagePath.indexOf('data:image/jpeg') === -1) { |
| | | this.empBaseInfoForm.imagePath = '' |
| | | } |
| | | this.$put('hr/empBaseInfo', { ...this.empBaseInfoForm }).then(() => { |
| | | this.$message({ |
| | | message: this.$t('tips.updateSuccess'), |
| | |
| | | }).then(() => { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | this.$download('hr/pdf/contract', { |
| | | ...params |
| | | }, `${this.empBaseInfoForm.empName}.pdf`) |
| | |
| | | initleaveInfoData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empLeaveInfo/list', { |
| | | ...params |
| | |
| | | initresignData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empResign/list', { |
| | | ...params |
| | |
| | | initunemploymentData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empUnemployment/list', { |
| | | ...params |
| | |
| | | initinsuranceData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empInsurance/list', { |
| | | ...params |
| | |
| | | initremarkInfoData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empRemarkInfo/list', { |
| | | ...params |
| | |
| | | initlaborTroubleData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empLaborTrouble/list', { |
| | | ...params |
| | |
| | | initoccupationalData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empOccupational/list', { |
| | | ...params |
| | |
| | | initbadRecordData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empBadRecord/list', { |
| | | ...params |
| | |
| | | initaccidentCasesData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empAccidentCases/list', { |
| | | ...params |
| | |
| | | initdimissionAttendData(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empDimissionAttend/list', { |
| | | ...params |
| | |
| | | initList(params = {}) { |
| | | params.pageSize = this.pagination.size |
| | | params.pageNum = this.pagination.num |
| | | params.empNumb = this.empBaseInfoForm.empNumb |
| | | params.certificateNumb = this.empBaseInfoForm.certificateNumb |
| | | params.delFlag = '0' |
| | | this.$get('hr/empWorkExperience/list', { |
| | | ...params |
| | |
| | | this.remarkInfoForm.version = '' |
| | | }, |
| | | dialogIsShow() { |
| | | debugger |
| | | this.workExperienceModal = false |
| | | this.isAdd = true |
| | | this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex] |
| | |
| | | this.workExperienceForm.modifier = row.modifier |
| | | this.workExperienceForm.delFlag = row.delFlag |
| | | this.workExperienceForm.version = row.version |
| | | this.thisShowIndex = 1 |
| | | this.dialogshowArr[1].show = true |
| | | }, |
| | | editPhysicalExam(row) { |
| | |
| | | this.physicalExamForm.modifier = row.modifier |
| | | this.physicalExamForm.delFlag = row.delFlag |
| | | this.physicalExamForm.version = row.version |
| | | |
| | | this.thisShowIndex = 2 |
| | | this.dialogshowArr[2].show = true |
| | | }, |
| | | editContractInfo(row) { |
| | |
| | | this.contractInfoForm.modifier = row.modifier |
| | | this.contractInfoForm.delFlag = row.delFlag |
| | | this.contractInfoForm.version = row.version |
| | | |
| | | this.thisShowIndex = 3 |
| | | this.dialogshowArr[3].show = true |
| | | }, |
| | | editDimissionAttend(row) { |
| | |
| | | this.dimissionAttendForm.delFlag = row.delFlag |
| | | this.dimissionAttendForm.version = row.version |
| | | this.dimissionAttendForm.remark = row.remark |
| | | this.thisShowIndex = 4 |
| | | this.dialogshowArr[4].show = true |
| | | }, |
| | | editLeaveInfo(row) { |
| | |
| | | this.leaveInfoForm.delFlag = row.delFlag |
| | | this.leaveInfoForm.version = row.version |
| | | this.leaveInfoForm.remark = row.remark |
| | | |
| | | this.thisShowIndex = 5 |
| | | this.dialogshowArr[5].show = true |
| | | }, |
| | | editResign(row) { |
| | |
| | | this.resignForm.delFlag = row.delFlag |
| | | this.resignForm.version = row.version |
| | | this.resignForm.remark = row.remark |
| | | |
| | | this.thisShowIndex = 6 |
| | | this.dialogshowArr[6].show = true |
| | | }, |
| | | editUnemployment(row) { |
| | |
| | | this.unemploymentForm.modifier = row.modifier |
| | | this.unemploymentForm.delFlag = row.delFlag |
| | | this.unemploymentForm.version = row.version |
| | | |
| | | this.thisShowIndex = 7 |
| | | this.dialogshowArr[7].show = true |
| | | }, |
| | | editInsurance(row) { |
| | |
| | | this.insuranceForm.delFlag = row.delFlag |
| | | this.insuranceForm.version = row.version |
| | | this.insuranceForm.remark = row.remark |
| | | |
| | | this.thisShowIndex = 8 |
| | | this.dialogshowArr[8].show = true |
| | | }, |
| | | editAccidentCases(row) { |
| | |
| | | this.accidentCasesForm.modifier = row.modifier |
| | | this.accidentCasesForm.delFlag = row.delFlag |
| | | this.accidentCasesForm.version = row.version |
| | | |
| | | this.thisShowIndex = 9 |
| | | this.dialogshowArr[9].show = true |
| | | }, |
| | | editOccupational(row) { |
| | |
| | | this.occupationalForm.delFlag = row.delFlag |
| | | this.occupationalForm.version = row.version |
| | | this.occupationalForm.remark = row.remark |
| | | |
| | | this.thisShowIndex = 10 |
| | | this.dialogshowArr[10].show = true |
| | | }, |
| | | editLaborTrouble(row) { |
| | |
| | | this.laborTroubleForm.delFlag = row.delFlag |
| | | this.laborTroubleForm.version = row.version |
| | | this.laborTroubleForm.remark = row.remark |
| | | |
| | | this.thisShowIndex = 11 |
| | | this.dialogshowArr[11].show = true |
| | | }, |
| | | editBadRecord(row) { |
| | |
| | | this.badRecordForm.delFlag = row.delFlag |
| | | this.badRecordForm.version = row.version |
| | | this.badRecordForm.remark = row.remark |
| | | this.thisShowIndex = 12 |
| | | this.dialogshowArr[12].show = true |
| | | }, |
| | | editRemarkInfo(row) { |
| | |
| | | this.remarkInfoForm.modifier = row.modifier |
| | | this.remarkInfoForm.delFlag = row.delFlag |
| | | this.remarkInfoForm.version = row.version |
| | | |
| | | this.thisShowIndex = 13 |
| | | this.dialogshowArr[13].show = true |
| | | }, |
| | | gzadd(index) { |
| | |
| | | const results = queryString ? restaurants.filter(this.createFilter(queryString)) : restaurants |
| | | // 调用 callback 返回建议列表的数据 |
| | | cb(results) |
| | | }, |
| | | createFilter(queryString) { |
| | | return (restaurant) => { |
| | | return (restaurant.value.toLowerCase().indexOf(queryString.toLowerCase()) === 0) |
| | | } |
| | | }, |
| | | jobNameSelect(items) { |
| | | this.empBaseInfoForm.jobName = items.value |
| | |
| | | padding-top: 8px; |
| | | font-weight: 700; |
| | | color: #333; |
| | | height: 40px; |
| | | height: 30px; |
| | | line-height: 30px; |
| | | } |
| | | |
| | | } |
| | |
| | | } |
| | | |
| | | .uploading-image { |
| | | width: 100%; |
| | | height: 100%; |
| | | width: 70%; |
| | | height: 70%; |
| | | display: block; |
| | | margin: 0 auto; |
| | | } |
| | | } |
| | | |
| | |
| | | /* 设置鼠标经过对勾框,对勾框边框的颜色 */ |
| | | .myRedCheckBox .el-checkbox__inner:hover { |
| | | border-color: #a32c30; |
| | | } |
| | | |
| | | .myRedCheckBox .el-checkbox__label { |
| | | width: 90%; |
| | | overflow: hidden; |
| | | text-overflow:ellipsis; |
| | | white-space: nowrap; |
| | | } |
| | | |
| | | .avatar-uploader .el-upload { |
| | |
| | | button.el-dialog__headerbtn { |
| | | height: 30px; |
| | | width: 30px; |
| | | background-color: #333; |
| | | opacity: 0.4; |
| | | background-color: #a00515; |
| | | opacity: 0.8; |
| | | line-height: 30px; |
| | | border-radius: 50%; |
| | | i { |
| | |
| | | .el-dialog.is-fullscreen { |
| | | overflow: hidden; |
| | | } |
| | | |
| | | .formjbxx { |
| | | .el-input.is-disabled .el-input__inner { |
| | | background-color: #fff !important; |
| | | color: #333 !important; |
| | | } |
| | | } |
| | | .pri-del-btn { |
| | | background-color: rgb(64, 158, 255) !important; |
| | | border-color: rgb(64, 158, 255) !important; |
| | | } |
| | | </style> |
| | | |