From c1ed59744a1efd4d13e2e724e4e40a974e930e44 Mon Sep 17 00:00:00 2001 From: OathK1per Date: Tue, 19 Apr 2022 16:29:04 +0800 Subject: [PATCH] =?UTF-8?q?=E8=BF=9B=E5=85=A5=E9=A2=84=E7=AE=97=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E9=87=8D=E6=96=B0=E7=BB=91=E5=AE=9A=E4=BA=8B=E4=BB=B6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/resources/static/assets/js/project_budget.js | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/main/resources/static/assets/js/project_budget.js b/src/main/resources/static/assets/js/project_budget.js index c15b82e..5cdaf09 100644 --- a/src/main/resources/static/assets/js/project_budget.js +++ b/src/main/resources/static/assets/js/project_budget.js @@ -73,6 +73,10 @@ $(function () { bindChangeableInput(); //绑定总计的输入框 bindIncomeTotal(); + //绑定总计的输入框 + bindCostTotal(); + //绑定总计的输入框 + bindCostManageTotal(); $("#saveDraft").click(function () { $("#saveDraft").attr('disabled', true);