From fcbba75febaa36d23c6c49473ab5bcee0e1a2c04 Mon Sep 17 00:00:00 2001
From: spring <2396852758@qq.com>
Date: 星期二, 08 四月 2025 09:37:11 +0800
Subject: [PATCH] 检验项目新增是否委托要求字段

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

diff --git a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
index b98ae27..6f3c320 100644
--- a/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
+++ b/src/views/structural/capabilityAndLaboratory/capabilityComponents/EditForm.vue
@@ -171,6 +171,15 @@
               <el-input v-model="editForm.rates" clearable size="small"></el-input>
             </el-form-item>
           </el-col>
+          <el-col :span="12">
+            <el-form-item label="鏄惁濮旀墭瑕佹眰锛�" prop="rates">
+              <el-select v-model="editForm.delegateRequestFlag" clearable placeholder="璇烽�夋嫨" size="small"
+                style="width: 100%">
+                <el-option v-for="item in dict.type.inspection_bsm" :key="item.value" :label="item.label"
+                  :value="item.value"></el-option>
+              </el-select>
+            </el-form-item>
+          </el-col>
         </el-row>
         <!--        <el-col :span="12">-->
         <!--          <el-form-item label="瀛楀吀绫诲瀷锛�" prop="dic">-->
@@ -234,6 +243,7 @@
         method: '', // 璇曢獙鏂规硶
         radiusList: [], // 鏉′欢
         rates: '', // 鏉′欢
+        delegateRequestFlag: null,//鏄惁濮旀墭瑕佹眰
       },
       sampleList: [], // 妫�楠屽璞′笅鎷夋
       laboratoryList: [], // 鍦烘墍涓嬫媺妗�
@@ -307,6 +317,7 @@
           method: '', // 璇曢獙鏂规硶
           radiusList: [], // 鏉′欢
           rates: '', // 鏉′欢
+          delegateRequestFlag: null,//鏄惁濮旀墭瑕佹眰
         }
         this.resetForm('editForm')
       } else {

--
Gitblit v1.9.3