* Code for execution::edit style.

This commit is contained in:
sunguangming
2023-06-16 14:32:36 +08:00
parent 1d2b1a3e08
commit 2454f7ae94
+6 -6
View File
@@ -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
(