+
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
-
PE人员
@@ -323,6 +336,8 @@
csOperaterName:'',
dccOperater:'',
dccOperaterName:'',
+ engineerNo:'',
+ technicianNo:'',
},
dataRole: {
partTypeDesc: [
@@ -372,7 +387,12 @@
if(type==6) {
strVal = this.dataForm.mpOperator
}
-
+ if(type==7) {
+ strVal = this.dataForm.engineerNo
+ }
+ if(type==8) {
+ strVal = this.dataForm.technicianNo
+ }
this.$refs.baseList.init(this.searchData.site,this.searchData.buNo, strVal)
})
},
@@ -421,6 +441,20 @@
this.$triggerInputEvent(this.$refs.mpOperatorName);
});
}
+ if(this.tagNo1==7) {
+ this.dataForm.engineerNo = val.username
+ this.dataForm.engineer = val.userDisplay
+ // this.$nextTick(() => {
+ // this.$triggerInputEvent(this.$refs.mpOperatorName);
+ // });
+ }
+ if(this.tagNo1==8) {
+ this.dataForm.technicianNo = val.username
+ this.dataForm.technician = val.userDisplay
+ // this.$nextTick(() => {
+ // this.$triggerInputEvent(this.$refs.mpOperatorName);
+ // });
+ }
},
//初始化组件的参数
init(inData) {
@@ -617,6 +651,10 @@
this.technicianFlag=false
},
saveData(){
+ this.dataForm.engineerList = [];
+ this.dataForm.engineerList.push(this.dataForm.engineerNo);
+ this.dataForm.technicianList = [];
+ this.dataForm.technicianList.push(this.dataForm.technicianNo);
this.$confirm("是否保存基本信息?", '保存提示', {
confirmButtonText: '确定',
cancelButtonText: '取消',
diff --git a/src/views/modules/sampleManagement/technicalSpecificationList.vue b/src/views/modules/sampleManagement/technicalSpecificationList.vue
index 26cd272..3d320e5 100644
--- a/src/views/modules/sampleManagement/technicalSpecificationList.vue
+++ b/src/views/modules/sampleManagement/technicalSpecificationList.vue
@@ -8,7 +8,7 @@
- 测试料号
+ 正式料号
@@ -65,8 +65,9 @@
label="操作">
- 详情
- 修改
+ 详情
+ 修改
+
删除
下达