diff --git a/src/main/resources/static/assets/js/project_budget.js b/src/main/resources/static/assets/js/project_budget.js index 061854f..07ed08d 100644 --- a/src/main/resources/static/assets/js/project_budget.js +++ b/src/main/resources/static/assets/js/project_budget.js @@ -10,8 +10,9 @@ $(function () { var message = verifyProjectContributionProfitRate(); if (message) { alert(message); - return; + return ; } + console.log(message); $("#pmsForm").attr("action",base+"/project/budgetEditSave"); $("#pmsForm").submit(); diff --git a/src/main/resources/templates/admin/project_budget_edit.ftl b/src/main/resources/templates/admin/project_budget_edit.ftl index e387f17..0ecdef0 100644 --- a/src/main/resources/templates/admin/project_budget_edit.ftl +++ b/src/main/resources/templates/admin/project_budget_edit.ftl @@ -684,8 +684,8 @@