From fcd6f4c333f76b677f84521795b7db35f9d59746 Mon Sep 17 00:00:00 2001 From: leiyong <1549684884@qq.com> Date: Wed, 15 Jun 2022 10:57:05 +0000 Subject: [PATCH] * Finish task#56932. --- module/execution/view/batchedit.html.php | 24 ++++++++++++++++++++++++ module/programplan/view/create.html.php | 24 ++++++++++++++++++++++++ module/story/view/create.html.php | 2 +- 3 files changed, 49 insertions(+), 1 deletion(-) diff --git a/module/execution/view/batchedit.html.php b/module/execution/view/batchedit.html.php index 26d3631ce8..c8e68c6f56 100755 --- a/module/execution/view/batchedit.html.php +++ b/module/execution/view/batchedit.html.php @@ -142,6 +142,10 @@ js::set('confirmSync', $lang->execution->confirmSync); js::set('emptyBegin', $lang->programplan->emptyBegin); js::set('emptyEnd', $lang->programplan->emptyEnd); js::set('planFinishSmall', $lang->programplan->error->planFinishSmall); +js::set('errorBegin', $lang->execution->errorLetterProject); +js::set('errorEnd', $lang->execution->errorGreaterProject); +js::set('projectBeginDate', $project->begin); +js::set('projectEndDate', $project->end); ?>