From c8e3de426ba87c836a6b520c49de93bd4130ee11 Mon Sep 17 00:00:00 2001 From: shaoyong Date: Wed, 13 Mar 2024 14:44:57 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B4=A8=E9=87=8F=E6=A8=A1=E5=9D=97=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quality/qcGoalDistribute.js | 19 +++++ src/views/quality/incomeReport/index.vue | 1 + src/views/quality/inventoryReport/index.vue | 1 + src/views/quality/produceReport/index.vue | 11 +-- src/views/quality/productReport/index.vue | 1 + src/views/quality/qcGoal/distribution.vue | 84 ++++++++++++++------- src/views/quality/qcGoal/index.vue | 25 +++++- 7 files changed, 104 insertions(+), 38 deletions(-) diff --git a/src/api/quality/qcGoalDistribute.js b/src/api/quality/qcGoalDistribute.js index ed4d2aff..77cde6be 100644 --- a/src/api/quality/qcGoalDistribute.js +++ b/src/api/quality/qcGoalDistribute.js @@ -59,3 +59,22 @@ export function addSupplier(data) { data: data }); } + +// 查询用户物料未关联列表 +export function getProductLeftList(query) { + return request({ + url: '/quality/qcGoalDistribute/getProductLeftList', + method: 'get', + params: query + }); +} + +// 查询用户物料已关联列表 +export function getProductRightList(query) { + return request({ + url: '/quality/qcGoalDistribute/getProductRightList', + method: 'get', + params: query + }); +} + diff --git a/src/views/quality/incomeReport/index.vue b/src/views/quality/incomeReport/index.vue index 445148b4..8ebcaae1 100644 --- a/src/views/quality/incomeReport/index.vue +++ b/src/views/quality/incomeReport/index.vue @@ -88,6 +88,7 @@ +