From f20e0231c480a3df22f318d9ad1e32c8397856c2 Mon Sep 17 00:00:00 2001
From: Rui_Li <877258667@qq.com>
Date: Thu, 6 Mar 2025 18:16:50 +0800
Subject: [PATCH] =?UTF-8?q?BUG=20=E4=BF=AE=E5=B0=AC?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/tooling/manuf_tool.vue | 7 +++++++
1 file changed, 7 insertions(+)
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;
}
},