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 @@