From 41127de9f0e1822564aacb99bc15ec6dcc30d41e Mon Sep 17 00:00:00 2001 From: BianLzhaoMin <11485688+bianliangzhaomin123@user.noreply.gitee.com> Date: Thu, 18 Jul 2024 09:09:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=A2=9E=E5=8A=A0=E5=8F=82=E6=95=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../scrapManage/forecastWaste/auditingReturn/index.vue | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue index d3b14c79..f02bc421 100644 --- a/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue +++ b/sgzb-ui/src/views/scrapManage/forecastWaste/auditingReturn/index.vue @@ -468,6 +468,7 @@ export default { this.codeDetails = true } else { getScrapReturnNumDetailsApi({ + taskId: this.sendParamsReturn.taskId, parentId: data.parentId, typeId: data.typeId, }).then((res) => { @@ -543,6 +544,7 @@ export default { ? data.parentIds : data.parentId, typeId, + taskId: this.sendParamsReturn.taskId, }).then((res) => { this.$message.success('已撤回') this.$refs.homeTbRef.getList() @@ -645,6 +647,7 @@ export default { const numReturnParams = { arr: [], flag: 0, + taskId: this.sendTbParams.taskId, } console.log(hgNum, wxNum, bfNum, '各数量') @@ -877,6 +880,12 @@ export default { } const res = await getScrapReturnCompleteApi(endBackParams) + + if (res.code == 200) { + this.$message.success('退料成功!') + } + + this.$emit('closeReturnPage') } },