Commit bba8e455f311cbf0a5211dececdc65f402d1ac10

Authored by Min
1 parent 6dbda369

1.处理报价按钮重复

src/components/QuoQuotation/QuotationPackTableTree/QuotationPackTableTree.js
... ... @@ -8309,6 +8309,7 @@ const QuotationComponent = Form.create({
8309 8309 bShowTreeAddChild: true,
8310 8310 bShowTreeDel: true,
8311 8311 bShowTreeCopyAll: true,
  8312 + setNoCommonOperate: true, /* 没有新增、修改、删除通用操作按钮 */
8312 8313 // bShowProductProcess, /* 是否显示成品工序 */
8313 8314 // bShowProductMaterials, /* 是否显示成品工序 */
8314 8315 chooseProcessConfigRow,
... ...