You need to sign in before continuing.

Commit 66a6d89727815b49dafd78a08664047bb52d6067

Authored by Min
1 parent 4ac8b418

1.五彩:处理物料分类取消作废 按钮不亮问题

src/components/Common/ToolBar/ToolBarNew.js
... ... @@ -484,6 +484,8 @@ class ToolBarComponent extends Component {
484 484 disabledData = ["BtnSave", "BtnCancel", "BtnCancelExamine", "BtnCopyTo", "BtnCopyFrom", "BtnCancelInvalid"];
485 485 }
486 486 }
  487 + } else if( sModelsType.includes("commonClassify/materialsClassify")) {
  488 + disabledData = ["BtnSave", "BtnCancel", "BtnCopy2Custom", "BtnCancelExamine", "BtnCopyTo", "BtnCopyFrom"];
487 489 }
488 490 }
489 491 } else {
... ...