From ca56bf22820d13898e64ca683cc03927dfc4459d Mon Sep 17 00:00:00 2001
From: gaoluyang <2820782392@qq.com>
Date: 星期四, 06 八月 2026 10:24:37 +0800
Subject: [PATCH] 新疆_马铃薯 1.原材料和过程检验的检测公司赋默认值

---
 src/views/collaborativeApproval/rulesRegulationsManagement/index.vue |   29 +++++++++--------------------
 1 files changed, 9 insertions(+), 20 deletions(-)

diff --git a/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue b/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
index 5ad910a..a6b8d29 100644
--- a/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
+++ b/src/views/collaborativeApproval/rulesRegulationsManagement/index.vue
@@ -62,11 +62,11 @@
                :rules="regulationRules"
                ref="regulationFormRef"
                label-width="100px">
-        <el-form-item label="鍒跺害缂栧彿"
-                      prop="regulationNum">
-          <el-input v-model="regulationForm.regulationNum"
-                    placeholder="璇疯緭鍏ュ埗搴︾紪鍙�" />
-        </el-form-item>
+<!--        <el-form-item label="鍒跺害缂栧彿"-->
+<!--                      prop="regulationNum">-->
+<!--          <el-input v-model="regulationForm.regulationNum"-->
+<!--                    placeholder="璇疯緭鍏ュ埗搴︾紪鍙�" />-->
+<!--        </el-form-item>-->
         <el-form-item label="鍒跺害鏍囬"
                       prop="title">
           <el-input v-model="regulationForm.title"
@@ -108,16 +108,7 @@
                           placeholder="閫夋嫨鐢熸晥鏃堕棿"
                           style="width: 100%" />
         </el-form-item>
-        <el-form-item label="閫傜敤鑼冨洿"
-                      prop="scope">
-          <el-checkbox-group v-model="regulationForm.scope">
-            <el-checkbox label="all">鍏ㄤ綋鍛樺伐</el-checkbox>
-            <el-checkbox label="manager">绠$悊灞�</el-checkbox>
-            <el-checkbox label="hr">浜轰簨閮ㄩ棬</el-checkbox>
-            <el-checkbox label="finance">璐㈠姟閮ㄩ棬</el-checkbox>
-            <el-checkbox label="tech">鎶�鏈儴闂�</el-checkbox>
-          </el-checkbox-group>
-        </el-form-item>
+
         <el-form-item label="鏄惁闇�瑕佺‘璁�"
                       prop="requireConfirm">
           <el-switch v-model="regulationForm.requireConfirm" />
@@ -148,7 +139,7 @@
       <div v-if="currentRegulationDetail">
         <el-descriptions :column="2"
                          border>
-          <el-descriptions-item label="鍒跺害缂栧彿">{{ currentRegulationDetail.id }}</el-descriptions-item>
+<!--          <el-descriptions-item label="鍒跺害缂栧彿">{{ currentRegulationDetail.id }}</el-descriptions-item>-->
           <el-descriptions-item label="鍒跺害鏍囬">{{ currentRegulationDetail.title }}</el-descriptions-item>
           <el-descriptions-item label="鍒嗙被">{{ getCategoryText(currentRegulationDetail.category) }}</el-descriptions-item>
           <el-descriptions-item label="鐗堟湰">{{ currentRegulationDetail.version }}</el-descriptions-item>
@@ -275,7 +266,6 @@
     status: "active",
     readCount: 0,
     effectiveTime: "",
-    scope: [],
     requireConfirm: false,
     storageBlobDTOs: []
   });
@@ -297,7 +287,7 @@
     effectiveTime: [
       { required: true, message: "璇烽�夋嫨鐢熸晥鏃堕棿", trigger: "change" },
     ],
-    scope: [{ required: true, message: "璇烽�夋嫨閫傜敤鑼冨洿", trigger: "change" }],
+
   };
 
   const regulationSearchForm = reactive({
@@ -309,7 +299,7 @@
 
   // 琛ㄦ牸鍒楅厤缃�
   const regulationTableColumn = ref([
-    { label: "鍒跺害缂栧彿", prop: "regulationNum"},
+    // { label: "鍒跺害缂栧彿", prop: "regulationNum"},
     { label: "鍒跺害鏍囬", prop: "title" },
     {
       label: "鍒嗙被",
@@ -453,7 +443,6 @@
       status: "active",
       readCount: 0,
       effectiveTime: "",
-      scope: [],
       requireConfirm: false,
       storageBlobDTOs: []
     });

--
Gitblit v1.9.3