From 2fc58fbb10745abd97168b8da21d4142e11d7f2e Mon Sep 17 00:00:00 2001
From: chenhj <1263187585@qq.com>
Date: 星期四, 18 十二月 2025 13:36:43 +0800
Subject: [PATCH] 新增设备维修保养过程描述,上传对应附件

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

diff --git a/src/views/equipmentManagement/calibration/index.vue b/src/views/equipmentManagement/calibration/index.vue
index 2e23184..1eee34a 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);
@@ -132,9 +143,6 @@
 				clickFun: (row) => {
 					openCalibrationDia("edit", row);
 				},
-				disabled: (row) => {
-					return row.userId !== userStore.id
-				}
 			},
 		],
 	},

--
Gitblit v1.9.3