From eaff2fbd473362115c8c45e22b86b2ecb73e5a97 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 10 九月 2026 15:17:12 +0800
Subject: [PATCH] 新疆——新聚lims 1.标准库层级需要修改层级,行业-标准,总共两级;实验室换成行业 2.每个标准下的检验项列表加一个搜索查询功能

---
 src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
index a236a5b..7d2665a 100644
--- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
+++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -72,7 +72,7 @@
         <el-row>
           <el-col :span="12">
             <el-form-item label="璁¢噺鍗曚綅锛�" prop="unit">
-              <el-select v-model="editForm.unit" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%">
+              <el-select v-model="editForm.unit" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%" filterable>
                 <el-option v-for="item in dict.type.sys_unit" :key="item.value" :label="item.label" :value="item.value"></el-option>
               </el-select>
             </el-form-item>
@@ -133,7 +133,7 @@
         <el-row>
           <el-col :span="12">
             <el-form-item label="鍘熷璁板綍妯℃澘锛�" prop="templateId">
-              <el-select v-model="editForm.templateId" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%">
+              <el-select v-model="editForm.templateId" clearable placeholder="璇烽�夋嫨" size="small" style="width: 100%" filterable>
                 <el-option v-for="item in templateIdList" :key="item.value" :label="item.label" :value="item.value"></el-option>
               </el-select>
             </el-form-item>
@@ -307,7 +307,7 @@
             sample: [], // 妫�楠屽璞�
             price: '', // 鍗曚环
             laboratory: '', // 鍦烘墍
-            sonLaboratory: '', // 璇曢獙瀹�
+            sonLaboratory: '鏂拌仛', // 璇曢獙瀹�
             askTell: '', // 瑕佹眰鎻忚堪
             ask: '', // 瑕佹眰鍊�
             unit: '', // 璁¢噺鍗曚綅

--
Gitblit v1.9.3