| | |
| | | <template> |
| | | <div class="da-dialog"> |
| | | <el-dialog |
| | | :title="title" |
| | | width="100%" |
| | | height="100vh" |
| | | fullscreen |
| | | fullscreen="true" |
| | | :close-on-click-modal="false" |
| | | :visible.sync="isVisible" |
| | | > |
| | | <div class="conDetails"> |
| | | <div class="menu dadetails"> |
| | | <div style="height: 30vh;"> |
| | | <div style="height: 22vh;"> |
| | | |
| | | <el-upload |
| | | class="avatar-uploader" |
| | |
| | | {{ empBaseInfoForm.empNumb }} |
| | | </div> |
| | | </div> |
| | | <ul class="jbxx-ul" style="height: 58vh;overflow: auto"> |
| | | <ul class="jbxx-ul" style="height: 68vh;overflow: auto"> |
| | | <li> |
| | | <div /> |
| | | <div class="item-node" /> |
| | |
| | | </div> |
| | | <div ref="boxDetails" class="boxDetails"> |
| | | <div ref="jbxx" class="jbxx"> |
| | | <div class="jbxxTitle" style="position:relative;"> |
| | | <div class="jbxxTitle"> |
| | | 基本信息 |
| | | <el-button |
| | | style="position:absolute;right: 40px" |
| | |
| | | </el-button> |
| | | |
| | | <el-button |
| | | v-if="readon" |
| | | v-if="this.readon" |
| | | style="position:absolute;right: 40px" |
| | | class="filter-item" |
| | | type="primary" |
| | |
| | | <el-row style="width: 100%;"> |
| | | <el-col :span="8"> |
| | | <el-form-item label="档案号" prop="archivesNumb"> |
| | | <el-input v-model="empBaseInfoForm.archivesNumb" style="width: 100%;" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.archivesNumb" style="width: 100%;" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="姓名" prop="empName"> |
| | | <el-input v-model="empBaseInfoForm.empName" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.empName" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="性别" prop="sex"> |
| | | <el-select v-model="empBaseInfoForm.sex" placeholder="请选择性别" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.sex" placeholder="请选择性别" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in sexOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-form-item label="部门(护卫点)" prop="deptId"> |
| | | <treeselect |
| | | v-model="empBaseInfoForm.deptId" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | :multiple="false" |
| | | :options="depts" |
| | | :clear-value-text="$t('common.clear')" |
| | |
| | | <el-form-item label="岗位" prop="jobName"> |
| | | <el-autocomplete |
| | | v-model="empBaseInfoForm.jobName" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | class="inline-input" |
| | | :fetch-suggestions="querySearchJob" |
| | | placeholder="请输入岗位" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="员工类别" prop="empType"> |
| | | <el-select v-model="empBaseInfoForm.empType" placeholder="请选择员工类型" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.empType" placeholder="请选择员工类型" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in empTypeOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-row> |
| | | <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" placeholder="请选择民族" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in nationOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="年龄" prop="age"> |
| | | <el-input v-model="empBaseInfoForm.age" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.age" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="婚姻状态" prop="marriage"> |
| | | <el-select v-model="empBaseInfoForm.marriage" placeholder="请选择婚姻状态" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.marriage" placeholder="请选择婚姻状态" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in marriageOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-form-item label="身份证有效期" prop="certificateValidity"> |
| | | <el-date-picker |
| | | v-model="empBaseInfoForm.certificateValidity" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择日期" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="身高(cm)" prop="stature"> |
| | | <el-input v-model="empBaseInfoForm.stature" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.stature" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="政治面貌" prop="politics"> |
| | | <el-select v-model="empBaseInfoForm.politics" placeholder="请选择政治面貌" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.politics" placeholder="请选择政治面貌" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in statusOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-form-item label="出生日期" prop="birthdate"> |
| | | <el-date-picker |
| | | v-model="empBaseInfoForm.birthdate" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择日期" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="最高学历" prop="education"> |
| | | <el-select v-model="empBaseInfoForm.education" placeholder="请选择最高学历" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.education" placeholder="请选择最高学历" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in educationOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="籍贯" prop="nativePlaceName"> |
| | | <el-select v-model="empBaseInfoForm.nativePlace" placeholder="请选择最高学历" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.nativePlace" placeholder="请选择最高学历" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in nativePlaceOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="户籍地址" prop="censusAddress"> |
| | | <el-input v-model="empBaseInfoForm.censusAddress" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.censusAddress" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="现住址" prop="currentAddress"> |
| | | <el-input v-model="empBaseInfoForm.currentAddress" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.currentAddress" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="保安员回执" prop="returnReceipt"> |
| | | <el-input v-model="empBaseInfoForm.returnReceipt" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.returnReceipt" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="保安员证号" prop="guardNumb"> |
| | | <el-input v-model="empBaseInfoForm.guardNumb" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.guardNumb" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="档案情况" prop="archivesStatus"> |
| | | <el-select v-model="empBaseInfoForm.archivesStatus" placeholder="请选择档案情况" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.archivesStatus" placeholder="请选择档案情况" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in archivesStatusOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="银行名称" prop="bankName"> |
| | | <el-input v-model="empBaseInfoForm.bankName" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.bankName" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="银行账号" prop="bankNumb"> |
| | | <el-input v-model="empBaseInfoForm.bankNumb" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.bankNumb" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="电话号码" prop="telePhone"> |
| | | <el-input v-model="empBaseInfoForm.telePhone" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.telePhone" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="入职日期" prop="entryDate"> |
| | | <el-date-picker |
| | | v-model="empBaseInfoForm.entryDate" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | type="date" |
| | | value-format="yyyy-MM-dd" |
| | | placeholder="选择日期" |
| | |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="保险类型" prop="insuranceType"> |
| | | <el-select v-model="empBaseInfoForm.insuranceType" placeholder="请选择保险类型" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.insuranceType" placeholder="请选择保险类型" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in insuranceTypeOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="社保电脑号" prop="socialNumb"> |
| | | <el-input v-model="empBaseInfoForm.socialNumb" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.socialNumb" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="招聘介绍人" prop="introducer"> |
| | | <el-input v-model="empBaseInfoForm.introducer" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.introducer" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="入司工龄" prop="seniority"> |
| | | <el-input v-model="empBaseInfoForm.seniority" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.seniority" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="工作证" prop="empCardStatus"> |
| | | <el-select v-model="empBaseInfoForm.empCardStatus" placeholder="请选择工作证" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.empCardStatus" placeholder="请选择工作证" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in empCardStatusOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="家庭成员及关系" prop="family"> |
| | | <el-input v-model="empBaseInfoForm.family" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.family" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | | <el-col :span="8"> |
| | | <el-form-item label="紧急联系电话" prop="urgencyPhone"> |
| | | <el-input v-model="empBaseInfoForm.urgencyPhone" :disabled="readon ? false : true" /> |
| | | <el-input v-model="empBaseInfoForm.urgencyPhone" :disabled="this.readon ? false : true" /> |
| | | </el-form-item> |
| | | </el-col> |
| | | <el-col :span="8"> |
| | | <el-form-item label="员工手册" prop="handbookStatus"> |
| | | <el-select v-model="empBaseInfoForm.handbookStatus" placeholder="请选择员工手册" :disabled="readon ? false : true"> |
| | | <el-select v-model="empBaseInfoForm.handbookStatus" placeholder="请选择员工手册" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in handbookStatusOptions" |
| | | :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" placeholder="请选择相关证件" :disabled="this.readon ? false : true"> |
| | | <el-option |
| | | v-for="dict in certificateListOptions" |
| | | :key="dict.dicItemCode" |
| | |
| | | <el-form-item label="身份证号码" prop="certificateNumb"> |
| | | <el-input |
| | | v-model="empBaseInfoForm.certificateNumb" |
| | | :disabled="readon ? false : true" |
| | | :disabled="this.readon ? false : true" |
| | | @input="generateUserInfo(0,empBaseInfoForm.certificateNumb)" |
| | | /> |
| | | </el-form-item> |
| | |
| | | ref="workExperienceTable" |
| | | :key="tableKey" |
| | | :data="workExperienceData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | :highlight-current-row="true" |
| | | @selection-change="onworkExperienceDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="workExperienceId" label="工作单位" /> |
| | | <el-table-column prop="beginDate" label="开始日期" /> |
| | | <el-table-column prop="endDate" label="结束日期" /> |
| | | <el-table-column prop="workUnit" label="工作单位" /> |
| | | <el-table-column prop="jobContent" label="主要工作内容" /> |
| | | <el-table-column fixed="right" label="操作" width="120"> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="workExperienceId" label="工作单位" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="beginDate" label="开始日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="endDate" label="结束日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="workUnit" label="工作单位" /> |
| | | <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="singleDelete(scope.row, 'workExperienceDataselection')">删除</span> |
| | |
| | | <el-table |
| | | ref="physicalExamTable" |
| | | :data="physicalExamData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onphysicalExamDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="120"> |
| | | <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="singleDelete(scope.row, 'physicalExamDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="physicalExamId" label="" /> |
| | | <el-table-column prop="hospital" label="体检医院" width="120" /> |
| | | <el-table-column prop="physicalExamDate" label="体检日期" width="100" /> |
| | | <el-table-column prop="physicalExamType" label="体检类型" width="100" :formatter="typeFormat" /> |
| | | <el-table-column prop="bloodPressure" label="血压" width="100" /> |
| | | <el-table-column prop="transaminase" label="转氨酶" width="100" /> |
| | | <el-table-column prop="ecg" label="心电图" width="100" :formatter="ecgNameFormat" /> |
| | | <el-table-column prop="conclusion" label="体检结论" /> |
| | | <el-table-column prop="reviewRecord" label="复查记录" width="100" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="physicalExamId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="hospital" label="体检医院" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamDate" label="体检日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="physicalExamType" label="体检类型" width="100" :formatter="typeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="bloodPressure" label="血压" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="transaminase" label="转氨酶" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="ecg" label="心电图" width="100" :formatter="ecgNameFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="conclusion" label="体检结论" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reviewRecord" label="复查记录" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="physicalExamDatatotal>0" |
| | |
| | | <el-table |
| | | ref="contractInfoTable" |
| | | :data="contractInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="oncontractInfoDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="120"> |
| | | <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="singleDelete(scope.row, 'contractInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="contractId" label="" /> |
| | | <el-table-column prop="signingDate" label="合同签订日期" width="120" /> |
| | | <el-table-column prop="endDate" label="合同结束日期" width="120" /> |
| | | <el-table-column prop="contractPeriod" label="合同期限(年)" width="120" /> |
| | | <el-table-column prop="contractStatus" label="合同状态" width="100" :formatter="contractStatusFormat" /> |
| | | <el-table-column prop="transactor" label="合同办理人" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="contractId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="signingDate" label="合同签订日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="endDate" label="合同结束日期" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="contractPeriod" label="合同期限(年)" width="120" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="contractStatus" label="合同状态" width="100" :formatter="contractStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="transactor" label="合同办理人" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="contractInfoDatatotal>0" |
| | |
| | | <el-table |
| | | ref="jobChangeTable" |
| | | :data="jobChangeData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="newDeptName" label="现部门" /> |
| | | <el-table-column prop="newJobName" label="现岗位" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="oldDeptName" label="原部门" /> |
| | | <el-table-column prop="oldJobName" label="原岗位" /> |
| | | <el-table-column prop="changeDate" label="调岗日期" /> |
| | | <el-table-column prop="changeType" label="调岗类型" :formatter="changeTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="newDeptName" label="现部门" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="newJobName" label="现岗位" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="empName" label="姓名" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="oldDeptName" label="原部门" /> |
| | | <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> |
| | | <pagination |
| | | v-show="jobChangeDatatotal>0" |
| | |
| | | <el-table |
| | | ref="leaveInfoTable" |
| | | :data="leaveInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onleaveInfoDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editLeaveInfo(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onleaveInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="leaveId" label="" /> |
| | | <el-table-column prop="beginTime" label="开始时间" width="100" /> |
| | | <el-table-column prop="endTime" label="结束时间" width="100" /> |
| | | <el-table-column prop="leaveDay" label="请假天数" width="100" /> |
| | | <el-table-column prop="leaveType" label="请假类型" :formatter="leaveTypeFormat" /> |
| | | <el-table-column prop="returnDate" label="到岗时间" width="180" /> |
| | | <el-table-column prop="reporter" label="报备人" width="100" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <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="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" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="报备人" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="leaveInfoDatatotal>0" |
| | |
| | | <el-table |
| | | ref="resignTable" |
| | | :data="resignData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onresignDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editResign(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onresignDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="resignId" label="" /> |
| | | <el-table-column prop="applayDate" label="辞职申请日期" width="180" /> |
| | | <el-table-column prop="reason" label="辞职事由" width="180" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <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="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="resignDatatotal>0" |
| | |
| | | <el-table |
| | | ref="dimissionAttendTable" |
| | | :data="dimissionAttendData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="ondimissionAttendDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editDimissionAttend(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'dimissionAttendDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="dimissionAttendId" label="" /> |
| | | <el-table-column prop="attendMonth" label="离职考勤月份" width="120" /> |
| | | <el-table-column prop="attendDays" label="出勤天数" width="120" /> |
| | | <el-table-column prop="overtimeDay" label="加班(天)" width="120" /> |
| | | <el-table-column prop="overtimeHour" label="加班(小时)" width="120" /> |
| | | <el-table-column prop="deduct" label="有无代扣款项" width="180" /> |
| | | <el-table-column prop="leaveDay" label="请假(天)" width="120" /> |
| | | <el-table-column prop="absenteeism" label="旷工(天)" width="120" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | <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="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="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="dimissionAttendDatatotal>0" |
| | |
| | | <el-table |
| | | ref="dimissionLogTable" |
| | | :data="dimissionLogData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="entryDate" label="入职日期" /> |
| | | <el-table-column prop="dimissionDate" label="离职日期" /> |
| | | <el-table-column prop="dimissionType" label="离职类型" :formatter="dimissionTypeFormat" /> |
| | | <el-table-column prop="selfLeaveDay" label="自离天数" /> |
| | | <el-table-column prop="reporter" label="报备人" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="entryDate" label="入职日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="dimissionDate" label="离职日期" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="dimissionType" label="离职类型" :formatter="dimissionTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="selfLeaveDay" label="自离天数" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="报备人" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="dimissionLogDatatotal>0" |
| | |
| | | <el-table |
| | | ref="unemploymentTable" |
| | | :data="unemploymentData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onunemploymentDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editUnemployment(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'unemploymentDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="unemploymentId" label="" /> |
| | | <el-table-column prop="applayDate" label="失业金申请日期" width="180" /> |
| | | <el-table-column prop="applayReason" label="申报事由" width="180" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="unemploymentId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayDate" label="失业金申请日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayReason" label="申报事由" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="unemploymentDatatotal>0" |
| | |
| | | <el-table |
| | | ref="insuranceTable" |
| | | :data="insuranceData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="oninsuranceDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editInsurance(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'oninsuranceDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="insuranceId" label="" /> |
| | | <el-table-column prop="applayDate" label="社保申请日期" width="180" /> |
| | | <el-table-column prop="proposer" label="申请人" width="180" /> |
| | | <el-table-column prop="insuranceGaers" label="社保档位" :formatter="insuranceGaersFormat" /> |
| | | <el-table-column prop="reportStatus" label="是否已报告" :formatter="reportStatusFormat" /> |
| | | <el-table-column prop="applayStatus" label="状态" :formatter="applayStatusFormat" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="insuranceId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayDate" label="社保申请日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="proposer" label="申请人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="insuranceGaers" label="社保档位" :formatter="insuranceGaersFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reportStatus" label="是否已报告" :formatter="reportStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="applayStatus" label="状态" :formatter="applayStatusFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="insuranceDatatotal>0" |
| | |
| | | <el-table |
| | | ref="accidentCasesTable" |
| | | :data="accidentCasesData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onaccidentCasesDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editAccidentCases(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'accidentCasesDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="accidentId" label="" /> |
| | | <el-table-column prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column prop="injuredAddress" label="受伤地点" width="100" /> |
| | | <el-table-column prop="injuredPart" label="受伤部位" width="100" /> |
| | | <el-table-column prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column prop="injuredDiacrisis" label="意外险诊断" width="100" /> |
| | | <el-table-column prop="hospitalName" label="就诊医院" width="100" /> |
| | | <el-table-column prop="treatmentName" label="就诊科室" width="100" /> |
| | | <el-table-column prop="hospitalizatioFlag" label="是否住院" width="60" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column prop="reprotTime" label="报案时间" width="100" /> |
| | | <el-table-column prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column prop="sbumitBy" label="递交人" width="100" /> |
| | | <el-table-column prop="expensesFee" label="医疗总费用" width="100" /> |
| | | <el-table-column prop="innsureFee" label="保险赔付费用" width="100" /> |
| | | <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="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="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="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="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> |
| | | <pagination |
| | | v-show="accidentCasesDatatotal>0" |
| | |
| | | <el-table |
| | | ref="occupationalTable" |
| | | :data="occupationalData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onoccupationalDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editOccupational(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'occupationalDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="occupationalId" label="" /> |
| | | <el-table-column prop="injuredTime" label="受伤日期" /> |
| | | <el-table-column prop="injuredAddress" label="受伤地点" /> |
| | | <el-table-column prop="injuredPart" label="受伤部位" width="80" /> |
| | | <el-table-column prop="injuredDescribe" label="受伤经过描述" /> |
| | | <el-table-column prop="injuredDiacrisis" label="工伤诊断" width="80" /> |
| | | <el-table-column prop="hospitalName" label="就诊医院" /> |
| | | <el-table-column prop="treatmentName" label="就诊科室" /> |
| | | <el-table-column prop="hospitalizatioFlag" label="是否住院" width="80" :formatter="hospitalizatioFlagFormat" /> |
| | | <el-table-column prop="bedNumb" label="床号" width="60" /> |
| | | <el-table-column prop="reportTime" label="报案时间" width="100" /> |
| | | <el-table-column prop="submitTime" label="递交资料时间" width="100" /> |
| | | <el-table-column prop="sbumitBy" label="递交人" width="80" /> |
| | | <el-table-column prop="expensesFee" label="医疗总费用" width="80" /> |
| | | <el-table-column prop="compensated" label="已赔付医药费用" width="100" /> |
| | | <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="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="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="reportTime" label="报案时间" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="submitTime" label="递交资料时间" width="100" /> |
| | | <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> |
| | | <pagination |
| | | v-show="occupationalDatatotal>0" |
| | |
| | | <el-table |
| | | ref="laborTroubleTable" |
| | | :data="laborTroubleData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onlaborTroubleDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editLaborTrouble(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'laborTroubleDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="arbitrationId" label="" /> |
| | | <el-table-column prop="arbitrationDate" label="仲裁日期" width="100" /> |
| | | <el-table-column prop="arbitrationDate" label="仲裁日期" width="100" /> |
| | | <el-table-column prop="arbitrationType" label="仲裁类型" :formatter="arbitrationTypeFormat" /> |
| | | <el-table-column prop="arbitrationReason" label="仲裁事由" /> |
| | | <el-table-column prop="reporter" label="报备人" width="100" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <el-table-column prop="arbitrationPay" label="仲裁赔付(元)" width="180" /> |
| | | <el-table-column prop="arbitrationStatus" label="状态" width="100" :formatter="arbitrationStatusFormat" /> |
| | | <el-table-column prop="settleDate" label="案结日期" width="100" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="arbitrationId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationDate" label="仲裁日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationDate" label="仲裁日期" width="100" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationType" label="仲裁类型" :formatter="arbitrationTypeFormat" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="arbitrationReason" label="仲裁事由" /> |
| | | <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="settleDate" label="案结日期" width="100" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="laborTroubleDatatotal>0" |
| | |
| | | <el-table |
| | | ref="badRecordTable" |
| | | :data="badRecordData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onbadRecordDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <span class="table-button" @click="editBadRecord(scope.row)">编辑</span> |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onbadRecordDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="badId" label="" /> |
| | | <el-table-column prop="badDate" label="不良记录日期" width="180" /> |
| | | <el-table-column prop="badContent" label="不良记录描述" /> |
| | | <el-table-column prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="badId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="badDate" label="不良记录日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="badContent" label="不良记录描述" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="reporter" label="汇报人" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remark" label="备注" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="badRecordDatatotal>0" |
| | |
| | | <el-table |
| | | ref="remarkInfoTable" |
| | | :data="remarkInfoData" |
| | | stripe |
| | | :header-cell-style="{'height':'5.3vh','background-color':'#e6e6e6'}" |
| | | style="width: 100%;" |
| | | @selection-change="onremarkInfoDataselection" |
| | | > |
| | | <el-table-column type="index" label="序号" align="center" width="55"> |
| | | <el-table-column show-overflow-tooltip="true" type="index" label="序号" align="center" width="55"> |
| | | <template slot-scope="scope"> |
| | | <span v-text="getIndex(scope.$index)" /> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column fixed="right" label="操作" width="100"> |
| | | <el-table-column show-overflow-tooltip="true" fixed="right" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <!-- <el-button type="text" size="small" @click="editRemarkInfo(scope.row)">编辑</el-button>--> |
| | | <!-- <el-button--> |
| | |
| | | <span class="table-button" @click="singleDelete(scope.row, 'onremarkInfoDataselection')">删除</span> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column v-if="fsnumShow" prop="remarkId" label="" /> |
| | | <el-table-column prop="remarkDate" label="备注日期" width="180" /> |
| | | <el-table-column prop="remarkContent" label="备注信息" /> |
| | | <el-table-column v-if="fsnumShow" show-overflow-tooltip="true" prop="remarkId" label="" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remarkDate" label="备注日期" width="180" /> |
| | | <el-table-column show-overflow-tooltip="true" prop="remarkContent" label="备注信息" /> |
| | | </el-table> |
| | | <pagination |
| | | v-show="remarkInfoDatatotal>0" |
| | |
| | | </div> |
| | | </el-dialog> |
| | | </el-dialog> |
| | | </div> |
| | | </template> |
| | | <script> |
| | | import { calculateSeniority, toCardGetUserInfo } from '@/utils/myUtil' |
| | |
| | | margin-bottom: 19px; |
| | | } |
| | | |
| | | ul { |
| | | padding: 0px; |
| | | |
| | | li { |
| | | list-style: none; |
| | | padding: 10px; |
| | | } |
| | | } |
| | | |
| | | } |
| | | |
| | | .boxDetails { |
| | |
| | | line-height: 30px; |
| | | padding-left: 15px; |
| | | border-left: 4px solid #a00515; |
| | | margin: 80px 0 20px; |
| | | margin: 40px 0 20px; |
| | | color: #000; |
| | | font-weight: 700; |
| | | position: relative; |
| | |
| | | .avatar-uploader-icon { |
| | | font-size: 28px; |
| | | color: #8c939d; |
| | | width: 178px; |
| | | height: 178px; |
| | | line-height: 178px; |
| | | width: 150px; |
| | | height: 150px; |
| | | line-height: 150px; |
| | | text-align: center; |
| | | } |
| | | |
| | | .avatar { |
| | | width: 178px; |
| | | height: 178px; |
| | | width: 150px; |
| | | height: 150px; |
| | | display: block; |
| | | } |
| | | |
| | |
| | | li { |
| | | padding-bottom: 5px; |
| | | position: relative; |
| | | height: 45px; |
| | | height: 35px; |
| | | box-sizing: border-box; |
| | | |
| | | > div:first-of-type { |
| | |
| | | color: #333; |
| | | cursor: pointer; |
| | | position: relative; |
| | | height: 45px; |
| | | height: 35px; |
| | | box-sizing: border-box; |
| | | padding-left: 28px !important; |
| | | &:hover { |
| | |
| | | } |
| | | } |
| | | } |
| | | |
| | | </style> |
| | | <style lang="scss"> |
| | | .da-dialog { |
| | | .el-dialog__title { |
| | | font-weight: 700; |
| | | } |
| | | .el-dialog__body { |
| | | padding: 10px 20px; |
| | | } |
| | | } |
| | | .el-dialog.is-fullscreen { |
| | | overflow: hidden; |
| | | } |
| | | </style> |
| | | |