From 3e702db5e2e7043ac661ee9ab55d46c42e7807a5 Mon Sep 17 00:00:00 2001 From: fengyuan_yang <1976974459@qq.com> Date: Tue, 9 Jun 2026 11:29:18 +0800 Subject: [PATCH] =?UTF-8?q?2026-06-09=20Lab=E7=B3=BB=E7=BB=9F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/api/lab/lab.js | 6 + src/views/modules/lab/labRecord.vue | 375 ++++++++++++++++++++++++++-- 2 files changed, 355 insertions(+), 26 deletions(-) diff --git a/src/api/lab/lab.js b/src/api/lab/lab.js index 5606989..fb6a877 100644 --- a/src/api/lab/lab.js +++ b/src/api/lab/lab.js @@ -29,3 +29,9 @@ export const getLabNodeAuthority = data => createAPI(`/plm/changeManagement/getN // 查询流程节点列表(复用技术参数卡接口) export const getNodeList = data => createAPI(`/technicalSpecification/node/list`, 'post', data) + +// 查询Lab属性模板 +export const getLabPropertyModelList = params => createAPI(`/properties/propertiesList`, 'get', params) + +// 查询模板属性清单 +export const getLabPropertyItemList = data => createAPI(`/plm/changeManagement/getItemList`, 'post', data) diff --git a/src/views/modules/lab/labRecord.vue b/src/views/modules/lab/labRecord.vue index e2fa42e..130ceae 100644 --- a/src/views/modules/lab/labRecord.vue +++ b/src/views/modules/lab/labRecord.vue @@ -124,7 +124,7 @@ - - - 申请人/Applicant 申请人/Applicant - - + + + + + + + + @@ -149,11 +156,7 @@ - - - - - + @@ -233,6 +236,42 @@ + + + + 选择属性信息 + + + + + + + + + + + + + + + + + + @@ -324,6 +363,54 @@ + + + + + + + + + + + + + + + + + 查询 + + + + + + + + + + + + 确认 + 关闭 + + + @@ -357,7 +444,6 @@ - @@ -380,6 +466,7 @@