From bf2a5156d5da212f948e75dfe40263e0eeabd6fa Mon Sep 17 00:00:00 2001
From: 云 <2163098428@qq.com>
Date: 星期五, 24 七月 2026 18:44:52 +0800
Subject: [PATCH] fix(quality): 修正检测公司名称并添加检验员搜索功能
---
src/views/qualityManagement/processInspection/index.vue | 9 +++++++++
1 files changed, 9 insertions(+), 0 deletions(-)
diff --git a/src/views/qualityManagement/processInspection/index.vue b/src/views/qualityManagement/processInspection/index.vue
index 8d838c8..dfb4792 100644
--- a/src/views/qualityManagement/processInspection/index.vue
+++ b/src/views/qualityManagement/processInspection/index.vue
@@ -11,6 +11,14 @@
placeholder="璇烽�夋嫨"
clearable
@change="changeDaterange" />
+ <span style="margin-left: 10px"
+ class="search_title">妫�楠屽憳锛�</span>
+ <el-input v-model="searchForm.checkName"
+ style="width: 240px"
+ placeholder="璇疯緭鍏ユ楠屽憳鎼滅储"
+ @change="handleQuery"
+ clearable
+ :prefix-icon="Search" />
<el-button type="primary"
@click="handleQuery"
style="margin-left: 10px">鎼滅储</el-button>
@@ -138,6 +146,7 @@
searchForm: {
entryDate: undefined, // 褰曞叆鏃ユ湡
workOrderNo: "",
+ checkName: "",
entryDateStart: undefined,
entryDateEnd: undefined,
},
--
Gitblit v1.9.3