Commit 7ee391e2e75167d3bb8b2b885387d5598a61b5d6

Authored by 陈鑫涛
2 parents 3e23349c bba8e455

Merge branch 'main' of http://git.xlyprint.cn/zhangz/xlyUmi into main

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