From 2f3b2e7a2acd7f8962635367851dec28f81d27ab Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期三, 20 八月 2025 15:25:45 +0800
Subject: [PATCH] 公司正式库修改

---
 src/views/equipmentManagement/calibration/index.vue |   13 ++++++++++++-
 1 files changed, 12 insertions(+), 1 deletions(-)

diff --git a/src/views/equipmentManagement/calibration/index.vue b/src/views/equipmentManagement/calibration/index.vue
index 2e23184..7dfd405 100644
--- a/src/views/equipmentManagement/calibration/index.vue
+++ b/src/views/equipmentManagement/calibration/index.vue
@@ -13,6 +13,17 @@
 					style="width: 160px"
 					@change="handleQuery"
 				/>
+				<span class="search_title ml10">褰曞叆鏃ユ湡锛�</span>
+				<el-date-picker
+					v-model="searchForm.entryDate"
+					value-format="YYYY-MM-DD"
+					format="YYYY-MM-DD"
+					type="date"
+					placeholder="璇烽�夋嫨"
+					clearable
+					style="width: 160px"
+					@change="handleQuery"
+				/>
 				<span class="search_title ml10">璁¢噺鍣ㄥ叿缂栧彿锛�</span>
 				<el-input v-model="searchForm.code" placeholder="璇疯緭鍏ョ紪鍙�" clearable style="width: 240px" @change="handleQuery"/>
 <!--				<span class="search_title ml10">鐘舵�侊細</span>-->
@@ -57,7 +68,7 @@
 	searchForm: {
 		recordDate: "",
 		code: "",
-		status: "",
+		entryDate: "",
 	},
 });
 const { searchForm } = toRefs(data);

--
Gitblit v1.9.3