| | |
| | | <div> |
| | | <el-container> |
| | | <el-aside width="200px"> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[0].show,0)"> |
| | | 基本信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[1].show,1)"> |
| | | 工作经历 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[2].show,2)"> |
| | | 体检信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[3].show,3)"> |
| | | 合同信息 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[4].show,4)"> |
| | | 考勤情况 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[5].show,5)"> |
| | | 请假记录 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[6].show,6)"> |
| | | 辞职申请 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[7].show,7)"> |
| | | 失业金领取 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[8].show,8)"> |
| | | 社保申请 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[9].show,9)"> |
| | | 意外险案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[10].show,10)"> |
| | | 工伤案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[11].show,11)"> |
| | | 劳资案件 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[12].show,12)"> |
| | | 不良记录 |
| | | </el-card> |
| | | <el-card class="info-card" shadow="always" @click.native="isShow(showArr[13].show,13)"> |
| | | 备注信息 |
| | | </el-card> |
| | | <el-timeline> |
| | | <el-timeline-item @click.native="isShow(showArr[0].show, 0)"> |
| | | <span :class="thisShowIndex==0?'selectedTimeline':''">基本信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[1].show, 1)"> |
| | | <span :class="thisShowIndex==1?'selectedTimeline':''">工作经历</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[2].show, 2)"> |
| | | <span :class="thisShowIndex==2?'selectedTimeline':''">体检信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[3].show, 3)"> |
| | | <span :class="thisShowIndex==3?'selectedTimeline':''">合同信息</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[4].show, 4)"> |
| | | <span :class="thisShowIndex==4?'selectedTimeline':''">考勤情况</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[5].show, 5)"> |
| | | <span :class="thisShowIndex==5?'selectedTimeline':''">请假记录</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[6].show, 6)"> |
| | | <span :class="thisShowIndex==6?'selectedTimeline':''">辞职申请</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[7].show, 7)"> |
| | | <span :class="thisShowIndex==7?'selectedTimeline':''">失业金领取</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[8].show, 8)"> |
| | | <span :class="thisShowIndex==8?'selectedTimeline':''">社保申请</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[9].show, 9)"> |
| | | <span :class="thisShowIndex==9?'selectedTimeline':''">意外险案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[10].show, 10)"> |
| | | <span :class="thisShowIndex==10?'selectedTimeline':''">工伤案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[11].show, 11)"> |
| | | <span :class="thisShowIndex==11?'selectedTimeline':''">劳资案件</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[12].show, 12)"> |
| | | <span :class="thisShowIndex==12?'selectedTimeline':''">不良记录</span> |
| | | </el-timeline-item> |
| | | <el-timeline-item @click.native="isShow(showArr[13].show, 13)"> |
| | | <span :class="thisShowIndex==13?'selectedTimeline':''">备注信息</span> |
| | | </el-timeline-item> |
| | | </el-timeline> |
| | | </el-aside> |
| | | <el-main> |
| | | <el-row> |
| | | <el-col :span="24"> |
| | | <el-button type="success" @click.native="dialogIsShow()">新增</el-button> |
| | | <el-button type="info" @click.native="butDelete()">删除</el-button> |
| | | <el-button type="primary">导入员工信息</el-button> |
| | | <el-button class="commonBtn" @click.native="dialogIsShow()">新增</el-button> |
| | | <el-button class="commonBtn" @click.native="butDelete()">删除</el-button> |
| | | <el-button class="commonBtn" style="float: right">导入员工信息</el-button> |
| | | </el-col> |
| | | </el-row> |
| | | <el-table v-show="showArr[0].show" ref="empBaseInfoTable" :data="basicInformationData" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[0].show" |
| | | ref="empBaseInfoTable" |
| | | :data="basicInformationData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="empBaseInfoEdit(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="empBaseInfoEdit(scope.row)" |
| | | >编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="" |
| | | label="照片" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empName" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="护卫点" |
| | | /> |
| | | <el-table-column |
| | | prop="jobName" |
| | | label="岗位" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="empType" |
| | | label="员工类别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | /> |
| | | <el-table-column |
| | | prop="nation" |
| | | label="民族" |
| | | /> |
| | | <el-table-column |
| | | prop="certificateNumb" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="marriage" |
| | | label="婚姻状况" |
| | | /> |
| | | <el-table-column |
| | | prop="politics" |
| | | label="政治面貌" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="education" |
| | | label="最高学历" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="entryDate" |
| | | label="入职日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="insuranceType" |
| | | label="保险类型" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialNumb" |
| | | label="社保电脑号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="guardNumb" |
| | | label="保安员证号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="archivesNumber" |
| | | label="档案编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="archivesStatus" |
| | | label="档案情况" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="empName" label="姓名" width="180" /> |
| | | <el-table-column prop="deptName" label="部门名称" /> |
| | | <el-table-column prop="jobName" label="岗位" width="180" /> |
| | | <el-table-column prop="empType" label="员工类别" width="180" /> |
| | | <el-table-column prop="sex" label="性别" /> |
| | | <el-table-column prop="nation" label="民族" /> |
| | | <el-table-column prop="certificateNumb" label="身份证号码" width="180" /> |
| | | <el-table-column prop="marriage" label="婚姻状况" /> |
| | | <el-table-column prop="politics" label="政治面貌" width="180" /> |
| | | <el-table-column prop="education" label="最高学历" width="180" /> |
| | | <el-table-column prop="entryDate" label="入职日期" width="180" /> |
| | | <el-table-column prop="insuranceType" label="保险类型" width="180" /> |
| | | <el-table-column prop="socialNumb" label="社保电脑号" width="180" /> |
| | | <el-table-column prop="guardNumb" label="保安员证号" width="180" /> |
| | | <el-table-column prop="archivesNumber" label="档案编号" width="180" /> |
| | | <el-table-column prop="archivesStatus" label="档案情况" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[1].show" ref="workExperienceTable" :data="workExperienceData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[1].show" |
| | | ref="workExperienceTable" |
| | | :data="workExperienceData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editWorkExperience(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editWorkExperience(scope.row)" |
| | | >编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="endDate" label="结束日期" width="180" /> |
| | | <el-table-column prop="jobContent" label="主要工作内容" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[2].show" ref="physicalExamTable" :data="physicalExamData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[2].show" |
| | | ref="physicalExamTable" |
| | | :data="physicalExamData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editPhysicalExam(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editPhysicalExam(scope.row)" |
| | | >编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="reviewRecord" label="复查记录" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[3].show" ref="contractInfoTable" :data="contractInfoData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[3].show" |
| | | ref="contractInfoTable" |
| | | :data="contractInfoData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="editContractInfo(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="editContractInfo(scope.row)" |
| | | >编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="empNumb" label="员工编号" width="180" /> |
| | |
| | | <el-table-column prop="contractStatus" label="合同状态" width="180" /> |
| | | <el-table-column prop="transactor" label="合同办理人" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[4].show" |
| | | :data="attendanceData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table v-show="showArr[4].show" :data="attendanceData" style="width: 100%"> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="attendanceMonth" |
| | | label="离职考勤月份" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="attendanceDay" |
| | | label="出勤天数" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="overtimeDay" |
| | | label="加班(天)" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="userNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="name" label="姓名" width="180" /> |
| | | <el-table-column prop="sex" label="性别" width="180" /> |
| | | <el-table-column prop="idNumber" label="身份证号码" width="180" /> |
| | | <el-table-column prop="deptName" label="所属部门" width="180" /> |
| | | <el-table-column prop="attendanceMonth" label="离职考勤月份" width="180" /> |
| | | <el-table-column prop="attendanceDay" label="出勤天数" width="180" /> |
| | | <el-table-column prop="overtimeDay" label="加班(天)" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="overtimeHour" |
| | | label="加班(小时)" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="overtimeHour" label="加班(小时)" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="charge" |
| | | label="有无代扣款项" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="charge" label="有无代扣款项" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="leaveDay" |
| | | label="请假(天)" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="leaveDay" label="请假(天)" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="absenteeismDay" |
| | | label="旷工(天)" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="absenteeismDay" label="旷工(天)" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[5].show" |
| | | :data="leaveData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table v-show="showArr[5].show" :data="leaveData" style="width: 100%"> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="leaveStartDate" |
| | | label="请假开始时间" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="userNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="name" label="姓名" width="180" /> |
| | | <el-table-column prop="sex" label="性别" width="180" /> |
| | | <el-table-column prop="idNumber" label="身份证号码" width="180" /> |
| | | <el-table-column prop="deptName" label="所属部门" width="180" /> |
| | | <el-table-column prop="leaveStartDate" label="请假开始时间" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="leaveEndDate" |
| | | label="请假结束时间" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="leaveEndDate" label="请假结束时间" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="leaveDay" |
| | | label="请假天数" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="leaveDay" label="请假天数" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="leaveType" |
| | | label="请假类型" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="leaveType" label="请假类型" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="comeDate" |
| | | label="到岗时间" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="comeDate" label="到岗时间" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="report" |
| | | label="报备人" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="report" label="报备人" width="180" /> |
| | | |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[6].show" |
| | | :data="resignData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table v-show="showArr[6].show" :data="resignData" style="width: 100%"> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="resignDate" |
| | | label="辞职申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="resign" |
| | | label="辞职事由" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="report" |
| | | label="汇报人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="userNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="name" label="姓名" width="180" /> |
| | | <el-table-column prop="sex" label="性别" width="180" /> |
| | | <el-table-column prop="idNumber" label="身份证号码" width="180" /> |
| | | <el-table-column prop="deptName" label="所属部门" width="180" /> |
| | | <el-table-column prop="resignDate" label="辞职申请日期" width="180" /> |
| | | <el-table-column prop="resign" label="辞职事由" width="180" /> |
| | | <el-table-column prop="report" label="汇报人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[7].show" |
| | | :data="unemploymentData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table v-show="showArr[7].show" :data="unemploymentData" style="width: 100%"> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="unemploymentDate" |
| | | label="失业金申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="declareReason" |
| | | label="申报事由" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="report" |
| | | label="汇报人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="auditor" |
| | | label="审核人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="180" |
| | | /> |
| | | <el-table-column prop="userNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="name" label="姓名" width="180" /> |
| | | <el-table-column prop="sex" label="性别" width="180" /> |
| | | <el-table-column prop="idNumber" label="身份证号码" width="180" /> |
| | | <el-table-column prop="deptName" label="所属部门" width="180" /> |
| | | <el-table-column prop="unemploymentDate" label="失业金申请日期" width="180" /> |
| | | <el-table-column prop="declareReason" label="申报事由" width="180" /> |
| | | <el-table-column prop="report" label="汇报人" width="180" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="180" /> |
| | | </el-table> |
| | | <el-table |
| | | v-show="showArr[8].show" |
| | | :data="socialSecurityData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table v-show="showArr[8].show" :data="socialSecurityData" style="width: 100%"> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column |
| | | prop="userNumb" |
| | | label="员工编号" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="name" |
| | | label="姓名" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="sex" |
| | | label="性别" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="idNumber" |
| | | label="身份证号码" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="deptName" |
| | | label="所属部门" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialSecurityDate" |
| | | label="社保申请日期" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="proposer" |
| | | label="申请人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="socialSecurityLevel" |
| | | label="社保档位" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="isReport " |
| | | label="是否已报告" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="status" |
| | | label="状态" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="auditor" |
| | | label="审核人" |
| | | width="180" |
| | | /> |
| | | <el-table-column |
| | | prop="remark" |
| | | label="备注" |
| | | width="280" |
| | | /> |
| | | <el-table-column prop="userNumb" label="员工编号" width="180" /> |
| | | <el-table-column prop="name" label="姓名" width="180" /> |
| | | <el-table-column prop="sex" label="性别" width="180" /> |
| | | <el-table-column prop="idNumber" label="身份证号码" width="180" /> |
| | | <el-table-column prop="deptName" label="所属部门" width="180" /> |
| | | <el-table-column prop="socialSecurityDate" label="社保申请日期" width="180" /> |
| | | <el-table-column prop="proposer" label="申请人" width="180" /> |
| | | <el-table-column prop="socialSecurityLevel" label="社保档位" width="180" /> |
| | | <el-table-column prop="isReport " label="是否已报告" width="180" /> |
| | | <el-table-column prop="status" label="状态" width="180" /> |
| | | <el-table-column prop="auditor" label="审核人" width="180" /> |
| | | <el-table-column prop="remark" label="备注" width="280" /> |
| | | </el-table> |
| | | <el-table v-show="showArr[9].show" :data="data1" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[10].show" :data="data2" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[11].show" :data="data3" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | |
| | | <el-table-column prop="prop13" label="案结日期" width="180" /> |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[12].show" ref="badRecordTable" :data="badRecordData" style="width: 100%"> |
| | | <el-table-column |
| | | type="selection" |
| | | width="55" |
| | | /> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table |
| | | v-show="showArr[12].show" |
| | | ref="badRecordTable" |
| | | :data="badRecordData" |
| | | style="width: 100%" |
| | | > |
| | | <el-table-column type="selection" width="55" /> |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template slot-scope="scope"> |
| | | <el-button type="text" size="small" @click="badRecordEdit(scope.row)">编辑</el-button> |
| | | <el-button |
| | | type="text" |
| | | size="small" |
| | | @click="badRecordEdit(scope.row)" |
| | | >编辑</el-button> |
| | | </template> |
| | | </el-table-column> |
| | | <el-table-column prop="prop2" label="所属部门" width="180" /> |
| | |
| | | </el-table> |
| | | |
| | | <el-table v-show="showArr[13].show" :data="data5" style="width: 100%"> |
| | | <el-table-column |
| | | fixed="left" |
| | | label="操作" |
| | | width="100" |
| | | > |
| | | <el-table-column fixed="left" label="操作" width="100"> |
| | | <template> |
| | | <el-button type="text" size="small">编辑</el-button> |
| | | </template> |
| | |
| | | <el-table-column prop="prop5" label="备注日期" width="180" /> |
| | | <el-table-column prop="prop6" label="备注信息" width="400" /> |
| | | </el-table> |
| | | <el-col :span="24"> |
| | | <div style="margin: 0px auto; width: 250px"> |
| | | <el-button class="nomalBtn">取消</el-button> |
| | | <el-button class="nomalBtn">暂存</el-button> |
| | | <el-button class="commonBtn">提交</el-button> |
| | | </div> |
| | | </el-col> |
| | | </el-main> |
| | | </el-container> |
| | | <el-dialog title="基本信息" :visible.sync="dialogshowArr[0].show" width="50%"> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="workExperienceForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="workExperienceForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="结束时间"> |
| | | <el-date-picker |
| | | v-model="workExperienceForm.endDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putWorkExperience()">保 存</el-button> |
| | | <el-button type="primary" @click="putWorkExperienceContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putWorkExperienceContinue()" |
| | | >保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | <el-form-item label="身份证号码"> |
| | | <el-input v-model="physicalExamForm.certificateNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="physicalExamForm.deptName" /></el-form-item> |
| | | <el-form-item label="部门名称"> |
| | | <el-input v-model="physicalExamForm.deptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检医院"> |
| | | <el-input v-model="physicalExamForm.hospital" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检类型" prop="region"> |
| | | <el-select v-model="physicalExamForm.physicalExamType" placeholder="请选择体检类型"> |
| | | <el-select |
| | | v-model="physicalExamForm.physicalExamType" |
| | | placeholder="请选择体检类型" |
| | | > |
| | | <el-option label="普通体检" value="1" /> |
| | | <el-option label="员工体检" value="2" /> |
| | | </el-select> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="physicalExamForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="physicalExamForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="体检日期"> |
| | | <el-date-picker |
| | | v-model="physicalExamForm.physicalExamDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putPhysicalExam()">保 存</el-button> |
| | | <el-button type="primary" @click="putPhysicalExamContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putPhysicalExamContinue()" |
| | | >保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | <el-form-item label="员工编号"> |
| | | <el-input v-model="contractInfoForm.empNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="证件号码"><el-input v-model="contractInfoForm.certificateNumb" /></el-form-item> |
| | | <el-form-item label="部门名称"><el-input v-model="contractInfoForm.deptName" /></el-form-item> |
| | | <el-form-item label="证件号码"> |
| | | <el-input v-model="contractInfoForm.certificateNumb" /> |
| | | </el-form-item> |
| | | <el-form-item label="部门名称"> |
| | | <el-input v-model="contractInfoForm.deptName" /> |
| | | </el-form-item> |
| | | <el-form-item label="合同开始日期"> |
| | | <el-date-picker |
| | | v-model="contractInfoForm.beginDate" |
| | |
| | | /> |
| | | </el-form-item> |
| | | <el-form-item label="合同状态" prop="region"> |
| | | <el-select v-model="contractInfoForm.contractStatus" placeholder="请选择合同状态"> |
| | | <el-select |
| | | v-model="contractInfoForm.contractStatus" |
| | | placeholder="请选择合同状态" |
| | | > |
| | | <el-option label="新签" value="1" /> |
| | | <el-option label="老签" value="2" /> |
| | | </el-select> |
| | |
| | | <el-option label="女" value="2" /> |
| | | </el-select> |
| | | </el-form-item> |
| | | <el-form-item label="岗位名称"><el-input v-model="contractInfoForm.jobName" /></el-form-item> |
| | | <el-form-item label="岗位名称"> |
| | | <el-input v-model="contractInfoForm.jobName" /> |
| | | </el-form-item> |
| | | <el-form-item label="合同结束日期"> |
| | | <el-date-picker |
| | | v-model="contractInfoForm.endDate" |
| | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button type="primary" @click="putContractInfo()">保 存</el-button> |
| | | <el-button type="primary" @click="putContractInfoContinue()">保存并继续新增</el-button> |
| | | <el-button |
| | | type="primary" |
| | | @click="putContractInfoContinue()" |
| | | >保存并继续新增</el-button> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | | </div> |
| | | </el-dialog> |
| | |
| | | <el-form-item label="旷工(天)"> |
| | | <el-input v-model="attendanceForm.name" /> |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | |
| | | </el-form-item> |
| | | </el-col> |
| | | </el-row> |
| | | |
| | | </el-form> |
| | | <div slot="footer" class="dialog-footer"> |
| | | <el-button @click="dialogIsShow()">取 消</el-button> |
| | |
| | | <el-form-item label="所属部门"> |
| | | <el-input v-model="socialSecurityForm.name" /> |
| | | </el-form-item> |
| | | |
| | | </el-col> |
| | | </el-row> |
| | | <el-row> |
| | |
| | | return { |
| | | formLabelWidth: '120px', |
| | | thisShowIndex: 0, |
| | | dialogshowArr: [{ show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }], |
| | | dialogshowArr: [ |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | } |
| | | ], |
| | | // eslint-disable-next-line no-undef |
| | | showArr: [{ show: true }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }, { show: false }], |
| | | showArr: [ |
| | | { |
| | | show: true |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | }, |
| | | { |
| | | show: false |
| | | } |
| | | ], |
| | | isAdd: false, |
| | | physicalExamData: [], |
| | | workExperienceData: [], |
| | |
| | | contractData: [], |
| | | attendanceData: [], |
| | | leaveData: [], |
| | | resignData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }], |
| | | unemploymentData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }], |
| | | socialSecurityData: [{ |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }], |
| | | data1: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '510304197402225813', |
| | | 'prop6': '2020-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '是', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '41272619740120543X', |
| | | 'prop6': '2019-02-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '家里XXXX有事情需要处理,个人原因申请离职', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '否', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '522528198202071629', |
| | | 'prop6': '', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '', |
| | | 'prop19': '', |
| | | 'prop20': '', |
| | | 'prop21': '', |
| | | 'prop22': '', |
| | | 'prop23': '' |
| | | }], |
| | | data2: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100452312', |
| | | 'prop3': '赵建国', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '汉族', |
| | | 'prop9': '510304197402225813', |
| | | 'prop10': '', |
| | | 'prop11': '党员', |
| | | 'prop12': '大专', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '中保亚太', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2101620946', |
| | | 'prop3': '罗启艳', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '41272619740120543X', |
| | | 'prop10': '', |
| | | 'prop11': '团员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '福田', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100629950', |
| | | 'prop3': '毛玉平', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '汉族', |
| | | 'prop9': '522528198202071629', |
| | | 'prop10': '', |
| | | 'prop11': '非党员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '粤B829348', |
| | | 'prop18': '已移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100882835', |
| | | 'prop3': '梅均均', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '510504198704260927', |
| | | 'prop10': '', |
| | | 'prop11': '党员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '未移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2101356718', |
| | | 'prop3': '王香妮', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '女', |
| | | 'prop8': '汉族', |
| | | 'prop9': '433122199508091511', |
| | | 'prop10': '', |
| | | 'prop11': '团员', |
| | | 'prop12': '高中', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '未移交' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '2100900981', |
| | | 'prop3': '易金洪', |
| | | 'prop4': '', |
| | | 'prop5': '', |
| | | 'prop6': '', |
| | | 'prop7': '男', |
| | | 'prop8': '苗族', |
| | | 'prop9': '610424198306152860', |
| | | 'prop10': '', |
| | | 'prop11': '非党员', |
| | | 'prop12': '', |
| | | 'prop13': '', |
| | | 'prop14': '', |
| | | 'prop15': '', |
| | | 'prop16': '', |
| | | 'prop17': '', |
| | | 'prop18': '已移交' |
| | | }], |
| | | data3: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '510304197402225813', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '劳资纠纷', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '2500.00', |
| | | 'prop12': '已结案', |
| | | 'prop13': '2021-01-16' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '41272619740120543X', |
| | | 'prop6': '2017-01-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '522528198202071629', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2101620947', |
| | | 'prop4': '王香妮', |
| | | 'prop5': '510504198704260927', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '毛玉平', |
| | | 'prop5': '510504198704260927', |
| | | 'prop6': '2017-01-03', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '梅均均', |
| | | 'prop5': '433122199508091511', |
| | | 'prop6': '2021-01-02', |
| | | 'prop7': '', |
| | | 'prop8': '', |
| | | 'prop9': '张力', |
| | | 'prop10': '', |
| | | 'prop11': '', |
| | | 'prop12': '', |
| | | 'prop13': '' |
| | | }], |
| | | resignData: [ |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | resignDate: '2020-01', |
| | | resign: '129', |
| | | report: '盘琪', |
| | | remark: '' |
| | | } |
| | | ], |
| | | unemploymentData: [ |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | unemploymentDate: '2020-01', |
| | | declareReason: '被开除了', |
| | | report: '盘琪', |
| | | auditor: '冯一', |
| | | remark: '' |
| | | } |
| | | ], |
| | | socialSecurityData: [ |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | }, |
| | | { |
| | | userNumb: '12321222', |
| | | name: '王小虎', |
| | | deptName: '开发部', |
| | | sex: '女', |
| | | idNumber: '430422199823222222', |
| | | socialSecurityDate: '2020-01-01', |
| | | socialSecurityLevel: '一档', |
| | | proposer: '盘琪', |
| | | auditor: '冯一', |
| | | isReport: '是', |
| | | status: '正常', |
| | | remark: '' |
| | | } |
| | | ], |
| | | data1: [ |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '赵建国', |
| | | prop5: '510304197402225813', |
| | | prop6: '2020-01-02', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '是', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '', |
| | | prop19: '', |
| | | prop20: '', |
| | | prop21: '', |
| | | prop22: '', |
| | | prop23: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '张山', |
| | | prop5: '41272619740120543X', |
| | | prop6: '2019-02-03', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '家里XXXX有事情需要处理,个人原因申请离职', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '否', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '', |
| | | prop19: '', |
| | | prop20: '', |
| | | prop21: '', |
| | | prop22: '', |
| | | prop23: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2101620946', |
| | | prop4: '罗启艳', |
| | | prop5: '522528198202071629', |
| | | prop6: '', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '', |
| | | prop19: '', |
| | | prop20: '', |
| | | prop21: '', |
| | | prop22: '', |
| | | prop23: '' |
| | | } |
| | | ], |
| | | data2: [ |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2100452312', |
| | | prop3: '赵建国', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '男', |
| | | prop8: '汉族', |
| | | prop9: '510304197402225813', |
| | | prop10: '', |
| | | prop11: '党员', |
| | | prop12: '大专', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '中保亚太', |
| | | prop18: '已移交' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2101620946', |
| | | prop3: '罗启艳', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '女', |
| | | prop8: '汉族', |
| | | prop9: '41272619740120543X', |
| | | prop10: '', |
| | | prop11: '团员', |
| | | prop12: '高中', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '福田', |
| | | prop18: '已移交' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2100629950', |
| | | prop3: '毛玉平', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '男', |
| | | prop8: '汉族', |
| | | prop9: '522528198202071629', |
| | | prop10: '', |
| | | prop11: '非党员', |
| | | prop12: '高中', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '粤B829348', |
| | | prop18: '已移交' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2100882835', |
| | | prop3: '梅均均', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '女', |
| | | prop8: '汉族', |
| | | prop9: '510504198704260927', |
| | | prop10: '', |
| | | prop11: '党员', |
| | | prop12: '高中', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '未移交' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2101356718', |
| | | prop3: '王香妮', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '女', |
| | | prop8: '汉族', |
| | | prop9: '433122199508091511', |
| | | prop10: '', |
| | | prop11: '团员', |
| | | prop12: '高中', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '未移交' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '2100900981', |
| | | prop3: '易金洪', |
| | | prop4: '', |
| | | prop5: '', |
| | | prop6: '', |
| | | prop7: '男', |
| | | prop8: '苗族', |
| | | prop9: '610424198306152860', |
| | | prop10: '', |
| | | prop11: '非党员', |
| | | prop12: '', |
| | | prop13: '', |
| | | prop14: '', |
| | | prop15: '', |
| | | prop16: '', |
| | | prop17: '', |
| | | prop18: '已移交' |
| | | } |
| | | ], |
| | | data3: [ |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '赵建国', |
| | | prop5: '510304197402225813', |
| | | prop6: '2021-01-02', |
| | | prop7: '劳资纠纷', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '2500.00', |
| | | prop12: '已结案', |
| | | prop13: '2021-01-16' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '张山', |
| | | prop5: '41272619740120543X', |
| | | prop6: '2017-01-03', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2101620946', |
| | | prop4: '罗启艳', |
| | | prop5: '522528198202071629', |
| | | prop6: '2021-01-02', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2101620947', |
| | | prop4: '王香妮', |
| | | prop5: '510504198704260927', |
| | | prop6: '2021-01-02', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2100629950', |
| | | prop4: '毛玉平', |
| | | prop5: '510504198704260927', |
| | | prop6: '2017-01-03', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2100629950', |
| | | prop4: '梅均均', |
| | | prop5: '433122199508091511', |
| | | prop6: '2021-01-02', |
| | | prop7: '', |
| | | prop8: '', |
| | | prop9: '张力', |
| | | prop10: '', |
| | | prop11: '', |
| | | prop12: '', |
| | | prop13: '' |
| | | } |
| | | ], |
| | | badRecordData: [], |
| | | data5: [{ |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '赵建国', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2100452312', |
| | | 'prop4': '张山', |
| | | 'prop5': '2017-01-03', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '一分公司', |
| | | 'prop3': '2101620946', |
| | | 'prop4': '罗启艳', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2101620947', |
| | | 'prop4': '王香妮', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '毛玉平', |
| | | 'prop5': '2017-01-03', |
| | | 'prop6': '' |
| | | }, { |
| | | 'prop0': '', |
| | | 'prop1': '编辑', |
| | | 'prop2': '二分公司', |
| | | 'prop3': '2100629950', |
| | | 'prop4': '梅均均', |
| | | 'prop5': '2021-01-02', |
| | | 'prop6': '' |
| | | }], |
| | | data5: [ |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '赵建国', |
| | | prop5: '2021-01-02', |
| | | prop6: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2100452312', |
| | | prop4: '张山', |
| | | prop5: '2017-01-03', |
| | | prop6: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '一分公司', |
| | | prop3: '2101620946', |
| | | prop4: '罗启艳', |
| | | prop5: '2021-01-02', |
| | | prop6: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2101620947', |
| | | prop4: '王香妮', |
| | | prop5: '2021-01-02', |
| | | prop6: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2100629950', |
| | | prop4: '毛玉平', |
| | | prop5: '2017-01-03', |
| | | prop6: '' |
| | | }, |
| | | { |
| | | prop0: '', |
| | | prop1: '编辑', |
| | | prop2: '二分公司', |
| | | prop3: '2100629950', |
| | | prop4: '梅均均', |
| | | prop5: '2021-01-02', |
| | | prop6: '' |
| | | } |
| | | ], |
| | | socialSecurityForm: { |
| | | userNumb: '', |
| | | name: '', |
| | |
| | | remark: '' |
| | | } |
| | | } |
| | | }, mounted() { |
| | | }, |
| | | mounted() { |
| | | this.getBadRecord() |
| | | this.selectEmpBase() |
| | | this.selectWorkExperience() |
| | |
| | | methods: { |
| | | dialogIsShow() { |
| | | this.isAdd = true |
| | | this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex].show |
| | | this.dialogshowArr[this.thisShowIndex].show = !this.dialogshowArr[this.thisShowIndex] |
| | | .show |
| | | }, |
| | | isShow(tableShow, index) { |
| | | if (index === this.thisShowIndex) { |
| | |
| | | } |
| | | }, |
| | | getBadRecord() { |
| | | this.$get('hr/empBadRecord/list').then((r) => { |
| | | this.badRecordData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empBadRecord/list') |
| | | .then((r) => { |
| | | this.badRecordData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | cleanBadRecord() { |
| | | this.badRecordFrom.badId = '' |
| | |
| | | this.dialogshowArr[12].show = true |
| | | }, |
| | | selectEmpBase() { |
| | | this.$get('hr/empBaseInfo/list').then((r) => { |
| | | this.basicInformationData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empBaseInfo/list') |
| | | .then((r) => { |
| | | this.basicInformationData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | empBaseInfoEdit(row) { |
| | | this.isAdd = false |
| | |
| | | this.dialogIsShow() |
| | | }, |
| | | selectWorkExperience() { |
| | | this.$get('hr/empWorkExperience/list').then((r) => { |
| | | this.workExperienceData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empWorkExperience/list') |
| | | .then((r) => { |
| | | this.workExperienceData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putWorkExperience() { |
| | | if (this.isAdd) { |
| | |
| | | this.dialogshowArr[1].show = true |
| | | }, |
| | | selectPhysicalExam() { |
| | | this.$get('hr/empPhysicalExam/list').then((r) => { |
| | | this.physicalExamData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empPhysicalExam/list') |
| | | .then((r) => { |
| | | this.physicalExamData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putPhysicalExam() { |
| | | if (this.isAdd) { |
| | |
| | | this.dialogshowArr[2].show = true |
| | | }, |
| | | selectContractInfo() { |
| | | this.$get('hr/empContractInfo/list').then((r) => { |
| | | this.contractInfoData = r.data.data.rows |
| | | }).catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | this.$get('hr/empContractInfo/list') |
| | | .then((r) => { |
| | | this.contractInfoData = r.data.data.rows |
| | | }) |
| | | }) |
| | | .catch((error) => { |
| | | console.error(error) |
| | | this.$message({ |
| | | message: this.$t('tips.getDataFail'), |
| | | type: 'error' |
| | | }) |
| | | }) |
| | | }, |
| | | putContractInfo() { |
| | | if (this.isAdd) { |
| | |
| | | } |
| | | } |
| | | </script> |
| | | <style> |
| | | <style lang="scss"> |
| | | .el-container { |
| | | height: 770px; |
| | | .el-aside { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | text-align: center; |
| | | height: 100%; |
| | | } |
| | | |
| | | .el-main { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | height: 100%; |
| | | } |
| | | } |
| | | .button-from { |
| | | text-align: center; |
| | | margin-top: 2%; |
| | | text-align: center; |
| | | margin-top: 2%; |
| | | } |
| | | |
| | | .el-select { |
| | | width: 100%; |
| | | width: 100%; |
| | | } |
| | | |
| | | .el-date-editor.el-input, .el-date-editor.el-input__inner { |
| | | width: 100%; |
| | | .commonBtn { |
| | | background-color: rgb(163, 44, 48); |
| | | color: white; |
| | | } |
| | | |
| | | .nomalBtn { |
| | | border: 1px solid rgb(163, 44, 48); |
| | | background-color: white; |
| | | color: rgb(163, 44, 48); |
| | | } |
| | | |
| | | .selectedTimeline{ |
| | | color: rgb(163, 44, 48); |
| | | } |
| | | |
| | | .el-date-editor.el-input, |
| | | .el-date-editor.el-input__inner { |
| | | width: 100%; |
| | | } |
| | | |
| | | .info-card { |
| | | margin-top: 20px; |
| | | margin-top: 20px; |
| | | } |
| | | |
| | | .el-header, .el-footer { |
| | | background-color: #E9EEF3; |
| | | color: #333; |
| | | text-align: center; |
| | | line-height: 60px; |
| | | } |
| | | |
| | | .el-aside { |
| | | background-color: #E9EEF3; |
| | | color: #333; |
| | | text-align: center; |
| | | height: 800px; |
| | | } |
| | | |
| | | .el-main { |
| | | background-color: #E9EEF3; |
| | | color: #333; |
| | | height: 800px; |
| | | .el-header, |
| | | .el-footer { |
| | | background-color: #e9eef3; |
| | | color: #333; |
| | | text-align: center; |
| | | line-height: 60px; |
| | | } |
| | | </style> |