From 5aef4e4582251e25de7f11c6f7b28a30364f4318 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Mon, 2 Sep 2024 08:59:25 +0800 Subject: [PATCH] =?UTF-8?q?=E7=95=8C=E9=9D=A2=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quality/income.js | 13 +++++++++++++ src/views/mes/dailyReportNew/index.vue | 1 + src/views/quality/qcIncome/index.vue | 26 ++++++++++++++++++++++++-- 3 files changed, 38 insertions(+), 2 deletions(-) diff --git a/src/api/quality/income.js b/src/api/quality/income.js index 2e91c29e..93473e68 100644 --- a/src/api/quality/income.js +++ b/src/api/quality/income.js @@ -211,3 +211,16 @@ export function getCkeckProjectXJList(query) { method: 'get' }) } + + //合并来料检验 +export function togetherTask(recordId,factoryCode) { + const data = { + recordId, + factoryCode + } + return request({ + url: '/quality/qcIncome/togetherTask', + method: 'post', + data: data + }); +} \ No newline at end of file diff --git a/src/views/mes/dailyReportNew/index.vue b/src/views/mes/dailyReportNew/index.vue index 7d16276f..54fdbc59 100644 --- a/src/views/mes/dailyReportNew/index.vue +++ b/src/views/mes/dailyReportNew/index.vue @@ -78,6 +78,7 @@ 导出 + + 合并任务 + @@ -390,7 +401,9 @@