* Add productsBox to project::create.

This commit is contained in:
liumengyi
2024-01-19 10:55:08 +08:00
parent 39af044fb7
commit 35cacc18d1
8 changed files with 263 additions and 258 deletions
+2
View File
@@ -19,6 +19,8 @@ jsVar('currencySymbol', $lang->project->currencySymbol);
jsVar('parentBudget', $lang->project->parentBudget);
jsVar('budgetUnitLabel', $lang->project->tenThousandYuan);
jsVar('budgetUnitValue', $config->project->budget->tenThousand);
jsVar('+projectID', $copyProjectID);
jsVar('LONG_TIME', LONG_TIME);
$modelMenuItems = array();
foreach($lang->project->modelList as $key => $text)