diff --git a/src/main/resources/static/assets/js/project_budget.js b/src/main/resources/static/assets/js/project_budget.js index 30235af..48e55c5 100644 --- a/src/main/resources/static/assets/js/project_budget.js +++ b/src/main/resources/static/assets/js/project_budget.js @@ -92,10 +92,10 @@ $(function () { $("#collaboratorUrl").val($("#collaboratorUrl_span").text()); // checkIfFillIn(); - if(!checkprojectPlan()){ - $("#saveDraft").attr('disabled', false); - return; - } + // if(!checkprojectPlan()){ + // $("#saveDraft").attr('disabled', false); + // return; + // } var dataIncome = collectData("am-modal-prompt-input-income"); if (dataIncome.length <= 0) { window.confirm('请填写收入明细表');