zouyu
2023-12-08 64380385262bd83aa6fdb5f4ed3bd54c194a5892
	modified:   src/views/product/workbench/workReport-feed.vue
modified: src/views/product/workbench/workReportCard.vue
已修改2个文件
5 ■■■■ 文件已修改
src/views/product/workbench/workReport-feed.vue 3 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/product/workbench/workReportCard.vue 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
src/views/product/workbench/workReport-feed.vue
@@ -284,6 +284,7 @@
                this.$message.success('更新投入成功')
                // 刷新投料信息
                this.$emit('refreshFeedsForDel')
                this.$emit('refreshTable')
              } else {
                this.$message.error('更新投入失败')
              }
@@ -328,6 +329,7 @@
              this.$message.success('删除投入成功')
              // 刷新投料信息
              this.$emit('refreshFeedsForDel')
              this.$emit('refreshTable')
            } else {
              this.$message.error('删除投入失败')
            }
@@ -350,6 +352,7 @@
        currRow.inputQuantity = currRow.availableStockQuantity
        currRow.availableStockQuantity = 0
      }
      this.$emit("refreshTable")
    }
  }
}
src/views/product/workbench/workReportCard.vue
@@ -443,7 +443,7 @@
      <shiftProductoutFormDialog :currshowlist.sync="showShiftProductForm" :productList="productList"
        :parentInfo="parentInfo" :currentDutyRecord="currentDutyRecord" :personBoardList="personBoardList"
        @refreshProductOutputList="refreshProductOutputList" />
      <workReportFeed v-if="searchFeed" ref="searchFeed" @refreshFeedsForDel="refreshFeedsForDel"></workReportFeed>
      <workReportFeed v-if="searchFeed" ref="searchFeed" @refreshTable="getBatchReport(5)" @refreshFeedsForDel="refreshFeedsForDel"></workReportFeed>
      <productOutFormDialog :currshowlist.sync="showProductForm" :productList="productList" :parentInfo="parentInfo"
        :currentDutyRecord="currentDutyRecord" :personBoardList="personBoardList"