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