From 168c23ac6a1c021407f905323525c8d411857e57 Mon Sep 17 00:00:00 2001
From: buhuazhen <hua100783@gmail.com>
Date: 星期四, 26 三月 2026 16:36:57 +0800
Subject: [PATCH] fix: 修正销售发货验证并优化黑名单表单显示

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

diff --git a/src/views/basicData/supplierManage/components/BlacklistTab.vue b/src/views/basicData/supplierManage/components/BlacklistTab.vue
index 8f6204b..285ab40 100644
--- a/src/views/basicData/supplierManage/components/BlacklistTab.vue
+++ b/src/views/basicData/supplierManage/components/BlacklistTab.vue
@@ -56,6 +56,23 @@
             </el-form-item>
           </el-col>
           <el-col :span="12">
+            <el-form-item label="缁存姢浜猴細" prop="maintainUserId">
+              <el-select
+                  v-model="form.maintainUserId"
+                  placeholder="璇烽�夋嫨"
+                  clearable
+                  disabled
+              >
+                <el-option
+                    v-for="item in userList"
+                    :key="item.nickName"
+                    :label="item.nickName"
+                    :value="item.userId"
+                />
+              </el-select>
+            </el-form-item>
+          </el-col>
+          <!-- <el-col :span="12">
             <el-form-item
                 label="绾崇◣浜鸿瘑鍒彿锛�"
                 prop="taxpayerIdentificationNum"
@@ -66,9 +83,9 @@
                   clearable
               />
             </el-form-item>
-          </el-col>
+          </el-col> -->
         </el-row>
-        <el-row :gutter="30">
+        <!-- <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="鍏徃鍦板潃锛�" prop="companyAddress">
               <el-input
@@ -87,8 +104,8 @@
               />
             </el-form-item>
           </el-col>
-        </el-row>
-        <el-row :gutter="30">
+        </el-row> -->
+        <!-- <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="寮�鎴疯锛�" prop="bankAccountName">
               <el-input
@@ -107,7 +124,7 @@
               />
             </el-form-item>
           </el-col>
-        </el-row>
+        </el-row> -->
         <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="鑱旂郴浜猴細" prop="contactUserName">
@@ -128,25 +145,9 @@
             </el-form-item>
           </el-col>
         </el-row>
-        <el-row :gutter="30">
-          <el-col :span="12">
-            <el-form-item label="缁存姢浜猴細" prop="maintainUserId">
-              <el-select
-                  v-model="form.maintainUserId"
-                  placeholder="璇烽�夋嫨"
-                  clearable
-                  disabled
-              >
-                <el-option
-                    v-for="item in userList"
-                    :key="item.nickName"
-                    :label="item.nickName"
-                    :value="item.userId"
-                />
-              </el-select>
-            </el-form-item>
-          </el-col>
-          <el-col :span="12">
+        <!-- <el-row :gutter="30"> -->
+          
+          <!-- <el-col :span="12">
             <el-form-item label="缁存姢鏃堕棿锛�" prop="maintainTime">
               <el-date-picker
                   style="width: 100%"
@@ -158,9 +159,9 @@
                   clearable
               />
             </el-form-item>
-          </el-col>
-        </el-row>
-        <el-row :gutter="30">
+          </el-col> -->
+        <!-- </el-row> -->
+        <!-- <el-row :gutter="30">
           <el-col :span="12">
             <el-form-item label="渚涘簲鍟嗙被鍨嬶細" prop="supplierType">
               <el-select v-model="form.supplierType" placeholder="璇烽�夋嫨" clearable>
@@ -179,7 +180,7 @@
               </el-select>
             </el-form-item>
           </el-col>
-        </el-row>
+        </el-row> -->
       </el-form>
       <template #footer>
         <div class="dialog-footer">
@@ -259,36 +260,36 @@
     prop: "supplierName",
     width: 250,
   },
-  {
-    label: "渚涘簲鍟嗙被鍨�",
-    prop: "supplierType",
-    width: 120,
-  },
-  {
-    label: "绾崇◣浜鸿瘑鍒彿",
-    prop: "taxpayerIdentificationNum",
-    width: 230,
-  },
-  {
-    label: "鍏徃鍦板潃",
-    prop: "companyAddress",
-    width: 220,
-  },
-  {
-    label: "鑱旂郴鏂瑰紡",
-    prop: "companyPhone",
-    width:150
-  },
-  {
-    label: "寮�鎴疯",
-    prop: "bankAccountName",
-    width: 220,
-  },
-  {
-    label: "璐﹀彿",
-    prop: "bankAccountNum",
-    width: 220,
-  },
+  // {
+  //   label: "渚涘簲鍟嗙被鍨�",
+  //   prop: "supplierType",
+  //   width: 120,
+  // },
+  // {
+  //   label: "绾崇◣浜鸿瘑鍒彿",
+  //   prop: "taxpayerIdentificationNum",
+  //   width: 230,
+  // },
+  // {
+  //   label: "鍏徃鍦板潃",
+  //   prop: "companyAddress",
+  //   width: 220,
+  // },
+  // {
+  //   label: "鑱旂郴鏂瑰紡",
+  //   prop: "companyPhone",
+  //   width:150
+  // },
+  // {
+  //   label: "寮�鎴疯",
+  //   prop: "bankAccountName",
+  //   width: 220,
+  // },
+  // {
+  //   label: "璐﹀彿",
+  //   prop: "bankAccountNum",
+  //   width: 220,
+  // },
   {
     label: "鑱旂郴浜�",
     prop: "contactUserName",
@@ -298,16 +299,16 @@
     prop: "contactUserPhone",
     width: 150,
   },
-  {
-    label: "缁存姢浜�",
-    prop: "maintainUserName",
-  },
+  // {
+  //   label: "缁存姢浜�",
+  //   prop: "maintainUserName",
+  // },
 
-  {
-    label: "缁存姢鏃堕棿",
-    prop: "maintainTime",
-    width:100
-  },
+  // {
+  //   label: "缁存姢鏃堕棿",
+  //   prop: "maintainTime",
+  //   width:100
+  // },
   {
     dataType: "action",
     label: "鎿嶄綔",

--
Gitblit v1.9.3