+ [task#148285] add products box id.

This commit is contained in:
liyang
2025-08-21 17:42:29 +08:00
parent 17e9403723
commit df891b97b4
3 changed files with 3 additions and 0 deletions
+1
View File
@@ -101,6 +101,7 @@ $fields->field('percent')
->label($lang->stage->percent . sprintf($lang->execution->unitTemplate, '%'));
$fields->field('productsBox')
->id('productsBox')
->width('full')
->control(array
(
+1
View File
@@ -142,6 +142,7 @@ if($hasPercent && $project && $project->model != 'ipd')
}
$fields->field('productsBox')
->id('productsBox')
->width('full')
->className($hidden)
->control(array(
+1
View File
@@ -80,6 +80,7 @@ $fields->field('begin')
$fields->field('days')->label($lang->project->days . $lang->project->daysUnit)->control('input')->disabled($isLongTime)->value(!empty(data('project.days')) ? data('project.days') : '');
$fields->field('productsBox')
->id('productsBox')
->width('full')
->required(data('copyProject.parent') || data('parentProgram.id') || data('project.parent'))
->control(array