diff --git a/src/views/modules/toolMan/IQCInspectionTool.vue b/src/views/modules/toolMan/IQCInspectionTool.vue
index 7ffbced4..bc0089de 100644
--- a/src/views/modules/toolMan/IQCInspectionTool.vue
+++ b/src/views/modules/toolMan/IQCInspectionTool.vue
@@ -548,6 +548,7 @@ import {
values1 : row.site,
values2 : row.toolInstanceId,
values3 : '',
+ additionEmailAddress : row.email,
}
inserteEEmailToSendQueue(saveData).then(({data}) =>{
diff --git a/src/views/modules/toolMan/checkIn.vue b/src/views/modules/toolMan/checkIn.vue
index 9a43b9bf..75145fce 100644
--- a/src/views/modules/toolMan/checkIn.vue
+++ b/src/views/modules/toolMan/checkIn.vue
@@ -548,6 +548,7 @@ import {
values1 : row.site,
values2 : row.toolInstanceId,
values3 : '',
+ additionEmailAddress : row.email,
}
inserteEEmailToSendQueue(saveData).then(({data}) =>{
diff --git a/src/views/modules/toolMan/location.vue b/src/views/modules/toolMan/location.vue
index deb5d486..c5c65ef4 100644
--- a/src/views/modules/toolMan/location.vue
+++ b/src/views/modules/toolMan/location.vue
@@ -34,6 +34,17 @@
+
+
+
+
+
+
+
{{buttons.search}}
@@ -106,7 +117,7 @@
-
+
@@ -191,6 +202,7 @@ import {
locationName : '',
warehouseId : '',
active : '',
+ nullFlag : '',
},
setUp: {
reviewFlag: false,
@@ -205,6 +217,7 @@ import {
label3 : '库房代码',
label4 : '使用状态',
label5 : '库位信息',
+ label6 : '是否使用',
},
},
selectList: {
@@ -216,6 +229,13 @@ import {
label: '禁用'
}],
select2: [],
+ select3: [{
+ value: 'Y',
+ label: '是'
+ }, {
+ value: 'N',
+ label: '否'
+ }],
},
site : this.$store.state.user.site,
userName : this.$store.state.user.name,
diff --git a/src/views/modules/toolMan/tool-info.vue b/src/views/modules/toolMan/tool-info.vue
index 53484466..6c9be3c1 100644
--- a/src/views/modules/toolMan/tool-info.vue
+++ b/src/views/modules/toolMan/tool-info.vue
@@ -514,6 +514,7 @@
detailList : [],
headerData :{},
site : this.$store.state.user.site,
+ userName : this.$store.state.user.name,
// table高度
height:450,
tableHeight : 300,