From 6730f1e4e16d7930230639176a33d4f599a88381 Mon Sep 17 00:00:00 2001 From: 李林 <z1292839451@163.com> Date: 星期日, 10 十二月 2023 18:15:38 +0800 Subject: [PATCH] 工作台报工选库调整 --- src/views/product/workbench/workReportCard.vue | 7 +++++-- 1 files changed, 5 insertions(+), 2 deletions(-) diff --git a/src/views/product/workbench/workReportCard.vue b/src/views/product/workbench/workReportCard.vue index c461ccd..e5ef4cc 100644 --- a/src/views/product/workbench/workReportCard.vue +++ b/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" @@ -3266,7 +3266,10 @@ this.$message.error('鏈�澶氬彧鑳介�夋嫨1鏉¤褰曡繘琛屾彁浜わ紒') return false } else { - qualifiedLocation(this.multipleSelection[0].workstationId).then(res => { + qualifiedLocation({ + workstationId: this.multipleSelection[0].workstationId, + operationTaskId: this.currOperateTask.id + }).then(res => { this.options = res.data.data if (this.options.length > 1) { this.dialogVisible = true -- Gitblit v1.9.3