From ee539d52ca6a14ea7378e2b0b060aca9bd0d00c5 Mon Sep 17 00:00:00 2001 From: ruanqi Date: Fri, 7 Jun 2024 16:24:34 +0800 Subject: [PATCH] plm BM --- .../com_tsd_basicInformation.vue | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue index 8c9bc7c..d010d75 100644 --- a/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue +++ b/src/views/modules/sampleManagement/technicalSpecificationDetail/com_tsd_basicInformation.vue @@ -147,6 +147,14 @@ +
+ + MP人员 + + +
+ +
@@ -276,6 +284,8 @@ customerPartNo:'', partDesc:'', pod:'', + mpOperatorName:'', + mpOperator:'', createBy:'', createDate:'', proofingNo:'', @@ -345,6 +355,9 @@ if(type==5) { strVal = this.dataForm.dccOperater } + if(type==6) { + strVal = this.dataForm.mpOperator + } } this.$refs.baseList.init(val, strVal) }) @@ -372,6 +385,10 @@ this.dataForm.dccOperater = val.username this.dataForm.dccOperaterName = val.user_display } + if(this.tagNo1==6) { + this.dataForm.mpOperator = val.username + this.dataForm.mpOperatorName = val.user_display + } } }, //初始化组件的参数