src/views/product/workbench/workReport-feed.vue | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 | |
src/views/product/workbench/workReportCard.vue | ●●●●● 补丁 | 查看 | 原始文档 | 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"