This commit is contained in:
tanghucheng
2023-07-17 10:37:49 +08:00
parent 87ce9b3f30
commit df991f61eb
+1
View File
@@ -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 = '';