进入预算页面重新绑定事件

master
OathK1per 2022-04-19 16:29:04 +08:00
parent bbb0470acc
commit c1ed59744a
1 changed files with 4 additions and 0 deletions

View File

@ -73,6 +73,10 @@ $(function () {
bindChangeableInput();
//绑定总计的输入框
bindIncomeTotal();
//绑定总计的输入框
bindCostTotal();
//绑定总计的输入框
bindCostManageTotal();
$("#saveDraft").click(function () {
$("#saveDraft").attr('disabled', true);