huminmin
5 天以前 e1570f458b2ab42bb1a212be8de63134a50b2af1
生产核算增加折算工时,隐藏工资
已修改1个文件
32 ■■■■■ 文件已修改
src/views/productionManagement/productionCosting/index.vue 32 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/productionManagement/productionCosting/index.vue
@@ -12,7 +12,7 @@
                class="left-col">
          <div class="left-panel">
            <el-alert
              title="工资核算口径:仅统计审核通过的合格报工;轻微返工、严重返工、报废均不计薪。"
              title="工资核算口径:仅统计审核通过的报工数据。"
              type="info"
              :closable="false"
              show-icon
@@ -75,8 +75,6 @@
          <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"
@@ -201,6 +199,11 @@
      minWidth: 100,
    },
    {
      label: "产品标准数量",
      prop: "productStandardQuantity",
      minWidth: 120,
    },
    {
      label: "规格型号",
      prop: "productModelName",
      minWidth: 100,
@@ -226,11 +229,6 @@
      minWidth: 140,
    },
    {
      label: "工时(h)",
      prop: "workHour",
      minWidth: 100,
    },
    {
      label: "补修理工时",
      prop: "repairWorkHour",
      minWidth: 120,
@@ -241,19 +239,9 @@
      minWidth: 100,
    },
    {
      label: "原工资",
      prop: "originalWages",
      label: "折算工时",
      prop: "convertedWorkHours",
      minWidth: 100,
    },
    {
      label: "修正工资",
      prop: "adjustAmount",
      minWidth: 100,
    },
    {
      label: "修正说明",
      prop: "adjustRemark",
      minWidth: 160,
    },
  ]);
@@ -270,8 +258,8 @@
      minWidth: 100,
    },
    {
      label: "工资",
      prop: "wages",
      label: "折算工时合计",
      prop: "workHours",
      minWidth: 100,
    },
    {