From df991f61eb0bb55b00dce413bc296b9f61a4f7af Mon Sep 17 00:00:00 2001 From: tanghucheng Date: Mon, 17 Jul 2023 10:37:49 +0800 Subject: [PATCH] * Fix bug #35262. --- module/execution/model.php | 1 + 1 file changed, 1 insertion(+) diff --git a/module/execution/model.php b/module/execution/model.php index 0c32fd23ec..6b37065b40 100755 --- a/module/execution/model.php +++ b/module/execution/model.php @@ -5352,6 +5352,7 @@ class executionModel extends model } $disabled = !empty($execution->children) ? ' disabled' : ''; + if($this->config->systemMode == 'PLM' and in_array($execution->attribute, array_keys($this->lang->stage->ipdTypeList))) $disabled = ''; if($execution->status != 'closed' and common::hasPriv('execution', 'close', $execution)) { $ipdDisabled = '';