From 7d3cef469f11ba904bd6b3415106be4ce981d1e8 Mon Sep 17 00:00:00 2001
From: fengyuan_yang <1976974459@qq.com>
Date: Tue, 18 Aug 2026 14:58:50 +0800
Subject: [PATCH] =?UTF-8?q?2026-08-18=20Lab=EF=BC=9A=20=E7=AD=9B=E9=80=89?=
=?UTF-8?q?=E6=9D=A1=E4=BB=B6=E5=8E=BB=E6=8E=89=E2=80=9C=E5=8D=95=E6=8D=AE?=
=?UTF-8?q?=E7=8A=B6=E6=80=81=E2=80=9D=EF=BC=8C=E6=96=B0=E5=A2=9E=E2=80=9C?=
=?UTF-8?q?=E7=94=B3=E8=AF=B7=E4=BA=BA=E2=80=9D=E5=92=8C=E2=80=9C=E7=94=B3?=
=?UTF-8?q?=E8=AF=B7=E6=97=A5=E6=9C=9F=E2=80=9D=EF=BC=9B=20=E4=BC=98?=
=?UTF-8?q?=E5=8C=96=E5=BA=8F=E5=88=97=E5=8F=B7=E8=8E=B7=E5=8F=96=EF=BC=9B?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
src/views/modules/lab/labRecord.vue | 36 +++++++++++++++++++++--------
1 file changed, 27 insertions(+), 9 deletions(-)
diff --git a/src/views/modules/lab/labRecord.vue b/src/views/modules/lab/labRecord.vue
index 7e65655..d47628b 100644
--- a/src/views/modules/lab/labRecord.vue
+++ b/src/views/modules/lab/labRecord.vue
@@ -4,13 +4,6 @@
-
-
-
-
-
-
-
@@ -27,6 +20,27 @@
+
+
+
+
+
+
+
+
+
+
+
查询
新增
@@ -898,7 +912,9 @@ export default {
searchData: {
site: '',
referenceNo: '',
- status: '',
+ applicant: '',
+ applicationStartDate: '',
+ applicationEndDate: '',
currentApprover: '',
tester: '',
nodeId: ''
@@ -2462,7 +2478,9 @@ export default {
site: this.searchData.site || '',
menuId: this.menuId,
referenceNo: this.searchData.referenceNo,
- status: this.searchData.status,
+ applicant: this.searchData.applicant,
+ applicationStartDate: this.searchData.applicationStartDate,
+ applicationEndDate: this.searchData.applicationEndDate,
currentApprover: this.searchData.currentApprover,
tester: this.searchData.tester,
nodeId: this.searchData.nodeId