From 00676105db0bcfb12f1e0932d83f90b78176cf85 Mon Sep 17 00:00:00 2001 From: zhaoxiaolin Date: Thu, 6 Jun 2024 18:05:42 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A3=80=E9=AA=8C=E6=96=B9=E6=A1=88bug?= =?UTF-8?q?=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/quality/qcProjectType.js | 8 ++++++++ src/views/mes/machineProduction/index.vue | 9 ++++++++- src/views/quality/qcProjectType/projectTypeTree.vue | 7 +++---- 3 files changed, 19 insertions(+), 5 deletions(-) diff --git a/src/api/quality/qcProjectType.js b/src/api/quality/qcProjectType.js index 805b7a5..8969a88 100644 --- a/src/api/quality/qcProjectType.js +++ b/src/api/quality/qcProjectType.js @@ -17,6 +17,14 @@ export function getQcProjectType(id) { }); } +// 查询检验方案维护详细 +export function getQcProjectTypeByCode(projectTypeCode) { + return request({ + url: '/quality/qcProjectType/getProjectTypeInfoByCode/' + projectTypeCode, + method: 'get' + }); +} + // 新增检验方案维护 export function addQcProjectType(data) { return request({ diff --git a/src/views/mes/machineProduction/index.vue b/src/views/mes/machineProduction/index.vue index 2d2e88f..01c1112 100644 --- a/src/views/mes/machineProduction/index.vue +++ b/src/views/mes/machineProduction/index.vue @@ -44,7 +44,14 @@ @keyup.enter.native="handleQuery" /> - + + + - + @@ -77,7 +77,7 @@