From bba8e455f311cbf0a5211dececdc65f402d1ac10 Mon Sep 17 00:00:00 2001 From: pengm <674192343@qq.com> Date: Thu, 3 Jul 2025 09:21:38 +0800 Subject: [PATCH] 1.处理报价按钮重复 --- src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js | 1 + 1 file changed, 1 insertion(+), 0 deletions(-) diff --git a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js index b25f38f..82bd364 100644 --- a/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js +++ b/src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js @@ -8309,6 +8309,7 @@ const QuotationComponent = Form.create({ bShowTreeAddChild: true, bShowTreeDel: true, bShowTreeCopyAll: true, + setNoCommonOperate: true, /* 没有新增、修改、删除通用操作按钮 */ // bShowProductProcess, /* 是否显示成品工序 */ // bShowProductMaterials, /* 是否显示成品工序 */ chooseProcessConfigRow, -- libgit2 0.22.2