|
@@ -292,7 +292,7 @@
|
|
|
placement="top"
|
|
|
width="412"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="transfer">
|
|
|
+ <el-table height="500px" :border="border" :data="transfer">
|
|
|
<el-table-column width="80" property="SubType" label="请假类型"></el-table-column>
|
|
|
<el-table-column width="100" property="StartTimeDt" :formatter="rounddadykaishi" label="开始时间"></el-table-column>
|
|
|
<el-table-column width="100" property="EndTimeDt" :formatter="rounddadyjieshu" label="结束时间"></el-table-column>
|
|
@@ -338,7 +338,7 @@
|
|
|
placement="top"
|
|
|
width="412"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="leave">
|
|
|
+ <el-table height="200px" :border="border" :data="leave">
|
|
|
<el-table-column width="100" property="StartTimeDt" :formatter="rounddadykaishi" label="开始时间"></el-table-column>
|
|
|
<el-table-column width="100" property="EndTimeDt" :formatter="rounddadyjieshu" label="结束时间"></el-table-column>
|
|
|
<el-table-column width="50" property="Duration" label="时长"></el-table-column>
|
|
@@ -353,7 +353,15 @@
|
|
|
placement="top"
|
|
|
width="412"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="sickleave">
|
|
|
+ <div>
|
|
|
+ <div>病假最低发放标准(月):1680=2100*0.8</div>
|
|
|
+ <div>病假最低发放标准(天):1680/{{salaryinif.workDays}}(工作日)≈{{ (1680/salaryinif.workDays).toFixed(2) }}</div>
|
|
|
+ <div>病假最低发放标准(小时):1680/{{salaryinif.workDays}}(工作日)/7.5(小时)≈{{ (1680/salaryinif.workDays/7.5).toFixed(2) }}</div>
|
|
|
+ <span style="color:red;">
|
|
|
+ 员工在病假医疗期限内的病假工资按照成都市最低工资标准的 80%发放
|
|
|
+ </span>
|
|
|
+ </div>
|
|
|
+ <el-table height="200px" :border="border" :data="sickleave">
|
|
|
<el-table-column width="100" property="StartTimeDt" :formatter="rounddadykaishi" label="开始时间"></el-table-column>
|
|
|
<el-table-column width="100" property="EndTimeDt" :formatter="rounddadyjieshu" label="结束时间"></el-table-column>
|
|
|
<el-table-column width="50" property="Duration" label="时长"></el-table-column>
|
|
@@ -368,7 +376,7 @@
|
|
|
placement="top"
|
|
|
width="382"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="late">
|
|
|
+ <el-table height="200px" :border="border" :data="late">
|
|
|
<el-table-column width="170" property="StartTimeDt" :formatter="rounddadykaishi" label="迟到时间"></el-table-column>
|
|
|
<!-- <el-table-column width="100" property="EndTimeDt" label="结束时间"></el-table-column> -->
|
|
|
<el-table-column width="50" property="Duration" label="时长"></el-table-column>
|
|
@@ -383,10 +391,10 @@
|
|
|
placement="top"
|
|
|
width="412"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="early">
|
|
|
- <el-table-column width="100" property="StartTimeDt" :formatter="rounddadykaishi" label="早退时间"></el-table-column>
|
|
|
+ <el-table height="200px" :border="border" :data="early">
|
|
|
+ <el-table-column width="150" property="StartTimeDt" :formatter="rounddadykaishi" label="早退时间"></el-table-column>
|
|
|
<!-- <el-table-column width="100" property="EndTimeDt" label="结束时间"></el-table-column> -->
|
|
|
- <el-table-column width="50" property="Duration" label="时长"></el-table-column>
|
|
|
+ <el-table-column width="100" property="Duration" label="时长"></el-table-column>
|
|
|
<el-table-column width="80" property="Unit" label="时长单位"></el-table-column>
|
|
|
<el-table-column width="80" property="Deduction" :formatter="rounding" label="扣款金额"></el-table-column>
|
|
|
</el-table>
|
|
@@ -398,7 +406,7 @@
|
|
|
placement="top"
|
|
|
width="512"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="absenteeism">
|
|
|
+ <el-table height="200px" :border="border" :data="absenteeism">
|
|
|
<el-table-column width="100" property="StartTimeDt" :formatter="rounddadykaishi" label="旷工日期"></el-table-column>
|
|
|
<!-- <el-table-column width="100" property="EndTimeDt" label="结束时间"></el-table-column> -->
|
|
|
<el-table-column width="50" property="Duration" label="时长"></el-table-column>
|
|
@@ -414,7 +422,7 @@
|
|
|
placement="top"
|
|
|
width="512"
|
|
|
trigger="hover">
|
|
|
- <el-table :border="border" :data="notout">
|
|
|
+ <el-table height="200px" :border="border" :data="notout">
|
|
|
<el-table-column width="200" property="StartTimeDt" :formatter="rounddadykaishi" label="补卡时间"></el-table-column>
|
|
|
<!-- <el-table-column width="100" property="EndTimeDt" label="结束时间"></el-table-column> -->
|
|
|
<!-- <el-table-column width="50" property="Duration" label="时长"></el-table-column> -->
|
|
@@ -1567,12 +1575,6 @@ export default {
|
|
|
.remark-box .el-textarea__inner{
|
|
|
width: 96.5%;
|
|
|
}
|
|
|
-.el-popover{
|
|
|
- max-height: 600px;
|
|
|
- overflow: hidden;
|
|
|
- overflow-y: auto;
|
|
|
-}
|
|
|
-
|
|
|
.payroll-all::-webkit-scrollbar-track-piece {
|
|
|
background-color: #f1f1f1;
|
|
|
}
|