From 61282c106068d9a792e1b084746e2d6b9a997b99 Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期二, 15 九月 2026 15:29:52 +0800
Subject: [PATCH] 新疆——新聚lims 1.不需要判定要求、检测方法、检验结果、结论 2.设备不需要绑定每个检验子项,只需要绑定当前的的检验委托单 3.判定结果检测的时候不要出现,复核的时候才判断选择最终结果是否合格

---
 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