From 6ce948e2d3d011c6474ffbc231beb43ea4fea97a Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 7 Jan 2021 09:17:05 +0800 Subject: [PATCH 1/2] * Finish task #8941. --- module/product/view/project.html.php | 10 ++++------ 1 file changed, 4 insertions(+), 6 deletions(-) diff --git a/module/product/view/project.html.php b/module/product/view/project.html.php index b171833ee6..b778b7d0ba 100644 --- a/module/product/view/project.html.php +++ b/module/product/view/project.html.php @@ -41,7 +41,7 @@ program->PRJBudget;?> program->PRJEstimate;?> program->PRJConsume;?> - program->PRJProgress;?> + program->PRJProgress;?> @@ -61,11 +61,9 @@ budget != 0 ? $project->budget . zget($this->lang->program->unitList, $project->budgetUnit) : $this->lang->program->future;?> hours->totalEstimate;?> hours->totalConsumed;?> - -
-
- hours->progress;?>% -
+ +
+
hours->progress;?>%
From 782f3f1c0774f69cd384b5c1e92a7e4162792445 Mon Sep 17 00:00:00 2001 From: holan20180123 <56391770@qq.com> Date: Thu, 7 Jan 2021 09:18:26 +0800 Subject: [PATCH 2/2] * Finish task #8947. --- module/program/js/prjcreate.js | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/module/program/js/prjcreate.js b/module/program/js/prjcreate.js index daf5134c10..b06006cf65 100644 --- a/module/program/js/prjcreate.js +++ b/module/program/js/prjcreate.js @@ -231,7 +231,8 @@ $('#projectName').on('keyup', function() $('#copyProjects').html(data); $('#copyProjects a').click(function() { - setCopyProject($(this).data('id')); $('#copyProjectModal').modal('hide') + setCopyProject($(this).data('id')); + $('#copyProjectModal').modal('hide'); }); }) })