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

master
OathK1per 2022-04-19 15:47:59 +08:00
parent 47d6b0300b
commit c427c0bc7f
1 changed files with 2 additions and 0 deletions

View File

@ -71,6 +71,8 @@ $(function () {
bindDeleteBtn(); bindDeleteBtn();
//绑定收入和采购成本的输入框【都有税率】 //绑定收入和采购成本的输入框【都有税率】
bindChangeableInput(); bindChangeableInput();
//绑定总计的输入框
bindIncomeTotal();
$("#saveDraft").click(function () { $("#saveDraft").click(function () {
$("#saveDraft").attr('disabled', true); $("#saveDraft").attr('disabled', true);