| | |
| | | <p>超龄员工人数</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showXzyg('离职员工总数','6')"> |
| | | <p class="card-number">{{ this.total.lzyg }}</p> |
| | | <p>离职员工总数</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showXzyg('辞职申请人数','7')"> |
| | | <p class="card-number">{{ this.total.czyg }}</p> |
| | |
| | | <p>公司辞退人数</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showht('有效合同','11')"> |
| | | <p class="card-number">{{ this.total.yxht }}</p> |
| | |
| | | <p>到期合同</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showht('新签合同','13')"> |
| | | <p class="card-number">{{ this.total.xinqht }}</p> |
| | |
| | | <p>解除合同</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showcq('出勤人数','1')"> |
| | | <p class="card-number">{{ this.total.cqrs }}</p> |
| | |
| | | <p>员工体验</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showcq('员工加班','2')"> |
| | | <p class="card-number">{{ this.total.ygjb }}</p> |
| | |
| | | <p>员工旷工</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showlz('劳资案件','1')"> |
| | | <p class="card-number">{{ this.total.lzaj }}</p> |
| | |
| | | <p>社保申请</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showsyj('失业金案件','3')"> |
| | | <p class="card-number">{{ this.total.syj }}</p> |
| | | <p>失业金案件</p> |
| | | </el-card> |
| | | </el-col> |
| | | </el-row> |
| | | <el-row :gutter="20"> |
| | | <el-col :span="4"> |
| | | <el-card shadow="always" class="card-info" @click.native="showXzyg('身份证到期','11')"> |
| | | <p class="card-number">{{ this.total.sfz }}</p> |
| | |
| | | this.total.xinqht = data.xinqht |
| | | this.total.xqht = data.xqht |
| | | this.total.dqht = data.dqht |
| | | debugger |
| | | if (this.selectIndex === 0 || this.selectIndex === 1) { |
| | | this.total.cqrs = '--' |
| | | } else { |
| | | this.total.cqrs = data.cqrs |
| | | } |
| | | if (this.selectIndex === 0 || this.selectIndex === 1) { |
| | | this.total.ygjb = '--' |
| | | } else { |
| | | this.total.ygjb = data.ygjb |
| | | } |
| | | if (this.selectIndex === 0 || this.selectIndex === 1) { |
| | | this.total.ygkg = '--' |
| | | } else { |
| | | this.total.ygkg = data.ygkg |
| | | } |
| | | this.total.ygqj = data.ygqj |
| | | this.total.lzaj = data.lzaj |
| | | this.total.gsaj = data.gsaj |