From f7a6ce9a210c75a0f42cbfd7ab980d7839c79039 Mon Sep 17 00:00:00 2001
From: gongchunyi <deslre0381@gmail.com>
Date: 星期六, 18 七月 2026 09:29:38 +0800
Subject: [PATCH] fix: 供应商等级字段隐藏

---
 src/views/basicData/supplierManage/components/BlacklistTab.vue |   44 ++++++++++++++++++++++----------------------
 1 files changed, 22 insertions(+), 22 deletions(-)

diff --git a/src/views/basicData/supplierManage/components/BlacklistTab.vue b/src/views/basicData/supplierManage/components/BlacklistTab.vue
index 952d9b7..9e5a75f 100644
--- a/src/views/basicData/supplierManage/components/BlacklistTab.vue
+++ b/src/views/basicData/supplierManage/components/BlacklistTab.vue
@@ -96,7 +96,7 @@
           </el-col>
         </el-row>
         <el-row :gutter="30">
-          <el-col :span="12">
+          <!-- <el-col :span="12">
             <el-form-item label="渚涘簲鍟嗙被鍨嬶細"
                           prop="supplierType">
               <el-select v-model="form.supplierType"
@@ -112,7 +112,7 @@
                            value="涓�" />
               </el-select>
             </el-form-item>
-          </el-col>
+          </el-col> -->
           <el-col :span="12">
             <el-form-item label="鏄惁鐧藉悕鍗曪細"
                           prop="isWhite">
@@ -203,22 +203,22 @@
     {
       label: "渚涘簲鍟嗗悕绉�",
       prop: "supplierName",
-      width: 250,
+      // width: 250,
     },
-    {
-      label: "渚涘簲鍟嗙被鍨�",
-      prop: "supplierType",
-      width: 120,
-    },
+    // {
+    //   label: "渚涘簲鍟嗙被鍨�",
+    //   prop: "supplierType",
+    //   width: 120,
+    // },
     {
       label: "绾崇◣浜鸿瘑鍒彿",
       prop: "taxpayerIdentificationNum",
-      width: 230,
+      // width: 230,
     },
     {
       label: "鍏徃鍦板潃",
       prop: "companyAddress",
-      width: 220,
+      // width: 300,
     },
     {
       label: "缁存姢浜�",
@@ -228,7 +228,7 @@
     {
       label: "缁存姢鏃堕棿",
       prop: "maintainTime",
-      width: 100,
+      // width: 100,
     },
     {
       dataType: "action",
@@ -244,14 +244,14 @@
             openForm("edit", row);
           },
         },
-        {
-          //璧勮川闄勪欢
-          name: "璧勮川鏂囦欢",
-          type: "text",
-          clickFun: row => {
-            openFileDialog(row);
-          },
-        },
+        // {
+        //   //璧勮川闄勪欢
+        //   name: "璧勮川鏂囦欢",
+        //   type: "text",
+        //   clickFun: row => {
+        //     openFileDialog(row);
+        //   },
+        // },
       ],
     },
   ]);
@@ -290,9 +290,9 @@
       companyAddress: [{ required: true, message: "璇疯緭鍏�", trigger: "blur" }],
       maintainUserId: [{ required: false, message: "璇烽�夋嫨", trigger: "change" }],
       maintainTime: [{ required: false, message: "璇烽�夋嫨", trigger: "change" }],
-      supplierType: [
-        { required: true, message: "璇烽�夋嫨渚涘簲鍟嗙被鍨�", trigger: "change" },
-      ],
+      // supplierType: [
+      //   { required: true, message: "璇烽�夋嫨渚涘簲鍟嗙被鍨�", trigger: "change" },
+      // ],
     },
   });
   const { searchForm, form, rules } = toRefs(data);

--
Gitblit v1.9.3