| | |
| | | class="left-col"> |
| | | <div class="left-panel"> |
| | | <el-alert |
| | | title="工资核算口径:仅统计审核通过的合格报工;轻微返工、严重返工、报废均不计薪。" |
| | | title="工资核算口径:仅统计审核通过的报工数据。" |
| | | type="info" |
| | | :closable="false" |
| | | show-icon |
| | |
| | | <div class="right-panel"> |
| | | <div class="right-toolbar"> |
| | | <el-button type="primary" @click="handleBatchAccounting">批量核算</el-button> |
| | | <el-button type="warning" @click="handleSingleAdjust">单个修正</el-button> |
| | | <el-button @click="handleOut">导出工资条</el-button> |
| | | </div> |
| | | <PIMTable rowKey="id" |
| | | :column="tableColumn" |
| | |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "产品标准数量", |
| | | prop: "productStandardQuantity", |
| | | minWidth: 120, |
| | | }, |
| | | { |
| | | label: "规格型号", |
| | | prop: "productModelName", |
| | | minWidth: 100, |
| | |
| | | minWidth: 140, |
| | | }, |
| | | { |
| | | label: "工时(h)", |
| | | prop: "workHour", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "补修理工时", |
| | | prop: "repairWorkHour", |
| | | minWidth: 120, |
| | |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "原工资", |
| | | prop: "originalWages", |
| | | label: "折算工时", |
| | | prop: "convertedWorkHours", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "修正工资", |
| | | prop: "adjustAmount", |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "修正说明", |
| | | prop: "adjustRemark", |
| | | minWidth: 160, |
| | | }, |
| | | ]); |
| | | |
| | |
| | | minWidth: 100, |
| | | }, |
| | | { |
| | | label: "工资", |
| | | prop: "wages", |
| | | label: "折算工时合计", |
| | | prop: "workHours", |
| | | minWidth: 100, |
| | | }, |
| | | { |