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/HomeTab.vue | 43 ++++++++++++++++++++++---------------------
1 files changed, 22 insertions(+), 21 deletions(-)
diff --git a/src/views/basicData/supplierManage/components/HomeTab.vue b/src/views/basicData/supplierManage/components/HomeTab.vue
index 7edf87b..2c78f95 100644
--- a/src/views/basicData/supplierManage/components/HomeTab.vue
+++ b/src/views/basicData/supplierManage/components/HomeTab.vue
@@ -102,7 +102,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"
@@ -118,7 +118,7 @@
value="涓�" />
</el-select>
</el-form-item>
- </el-col>
+ </el-col> -->
<el-col :span="12">
<el-form-item label="鏄惁鐧藉悕鍗曪細"
prop="isWhite">
@@ -209,26 +209,27 @@
{
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: 220,
},
{
label: "缁存姢浜�",
prop: "maintainUserName",
+ // width: 220,
},
{
@@ -250,14 +251,14 @@
openForm("edit", row);
},
},
- {
- //璧勮川闄勪欢
- name: "璧勮川鏂囦欢",
- type: "text",
- clickFun: row => {
- openFileDialog(row);
- },
- },
+ // {
+ // //璧勮川闄勪欢
+ // name: "璧勮川鏂囦欢",
+ // type: "text",
+ // clickFun: row => {
+ // openFileDialog(row);
+ // },
+ // },
],
},
]);
@@ -296,9 +297,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