From 2454f7ae94ea733419da4c4cd67ef81f124e9ffd Mon Sep 17 00:00:00 2001 From: sunguangming Date: Fri, 16 Jun 2023 14:32:21 +0800 Subject: [PATCH] * Code for execution::edit style. --- module/execution/ui/batchedit.html.php | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/module/execution/ui/batchedit.html.php b/module/execution/ui/batchedit.html.php index 1d010ab517..ad71a2b5b4 100644 --- a/module/execution/ui/batchedit.html.php +++ b/module/execution/ui/batchedit.html.php @@ -10,11 +10,11 @@ declare(strict_types=1); */ namespace zin; -jsVar('stageList', $lang->stage->typeList); - $setCode = (isset($config->setCode) and $config->setCode == 1); $showMethod = $app->tab == 'project' and isset($project) and ($project->model == 'agileplus' or $project->model == 'waterfallplus'); +jsVar('stageList', $lang->stage->typeList); + formBatchPanel ( set::mode('edit'), @@ -73,7 +73,7 @@ formBatchPanel set::ditto(true), set::defaultDitto('off'), set::items($poUsers), - set::width('136px'), + set::width('80px'), set::hidden(true), ), formBatchItem @@ -84,7 +84,7 @@ formBatchPanel set::ditto(true), set::defaultDitto('off'), set::items($qdUsers), - set::width('136px'), + set::width('80px'), set::hidden(true), ), formBatchItem @@ -95,7 +95,7 @@ formBatchPanel set::ditto(true), set::defaultDitto('off'), set::items(array()), - set::width('136px'), + set::width('80px'), set::hidden(true), ), formBatchItem @@ -104,7 +104,7 @@ formBatchPanel set::label($lang->execution->type), set::control('select'), set::items($lang->execution->lifeTimeList), - set::width('136px'), + set::width('80px'), ), formBatchItem (