小小儁爺
2024-11-12 a44eaa7b5d004ee041a53305511b9aff809b356c
src/views/produce/reportCorrect.vue
@@ -242,6 +242,13 @@
            sortable="custom"
          />
          <el-table-column
            prop="inhouseqty"
            label="入库数量"
            show-overflow-tooltip
            min-width="110"
            sortable="custom"
          />
          <el-table-column
            prop="report_date"
            label="报工时间"
            min-width="160"
@@ -538,7 +545,11 @@
    }
  },
  activated() {   window.addEventListener('resize', this.getHeight)   this.getHeight() }, created() {
  activated() {
    window.addEventListener('resize', this.getHeight)
    this.getHeight()
  },
  created() {
  },
  mounted() {
    window.addEventListener('resize', this.getHeight)
@@ -608,6 +619,10 @@
    // 报工调整
    async reportAdjust(row) {
      if (parseFloat(row.inhouseqty) > 0) {
        return this.$message.info('此记录已入库,不允许报工调整,请先删除入库记录!')
      }
      const data = {
        wo_code: row.wo_code,
        step_code: row.step_code,