* [refac bug #61502] render attribute field for ipd.

This commit is contained in:
wangyidong
2025-04-16 10:13:42 +08:00
committed by 刘刚
parent ee13faa824
commit 01e122f8ae
2 changed files with 23 additions and 13 deletions
+1
View File
@@ -15,6 +15,7 @@ $showMethod = $app->tab == 'project' && isset($project) && ($project->model == '
jsVar('weekend', $config->execution->weekend);
jsVar('stageList', $lang->stage->typeList);
jsVar('ipdTypeList', $lang->stage->ipdTypeList);
jsVar('confirmSync', $lang->execution->confirmSync);
jsVar('noticeChangeAttr', $lang->programplan->noticeChangeAttr);
jsVar('parents', $parents);