diff --git a/src/views/modules/tooling/manuf_tool.vue b/src/views/modules/tooling/manuf_tool.vue
index aa6d13e..0c227a9 100644
--- a/src/views/modules/tooling/manuf_tool.vue
+++ b/src/views/modules/tooling/manuf_tool.vue
@@ -11,6 +11,10 @@
工具类型
+
+ 日历标识
+
+
查询
新增
@@ -180,6 +184,7 @@ export default {
site:this.$store.state.user.site,
toolId:'',
toolType:'',
+ calendarId: '',
startDate:'',
endDate:'',
},
@@ -825,6 +830,8 @@ export default {
getBaseData (val) {
if (this.tagNo === 1016) {
this.searchData.toolType = val.tool_type;
+ }else if (this.tagNo === 1018) {
+ this.searchData.calendarId = val.calendar_id;
}
},