From ab9c2cbbdc4a7b60d49ec727a2d820dadd86c797 Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 6 Sep 2024 01:17:58 +0000 Subject: [PATCH] * [error] add condition. --- module/execution/ui/view.html.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/module/execution/ui/view.html.php b/module/execution/ui/view.html.php index 24779adb32..8a20dffe85 100644 --- a/module/execution/ui/view.html.php +++ b/module/execution/ui/view.html.php @@ -709,7 +709,7 @@ div ); $actions = $this->loadModel('common')->buildOperateMenu($execution); -if($config->systemMode == 'PLM') +if($config->systemMode == 'PLM' && $config->edition == 'ipd') { $canStart = $this->execution->checkStageStatus($execution->id, 'start'); $canClose = $this->execution->checkStageStatus($execution->id, 'close');