进入预算页面重新绑定事件
parent
bbb0470acc
commit
c1ed59744a
|
@ -73,6 +73,10 @@ $(function () {
|
||||||
bindChangeableInput();
|
bindChangeableInput();
|
||||||
//绑定总计的输入框
|
//绑定总计的输入框
|
||||||
bindIncomeTotal();
|
bindIncomeTotal();
|
||||||
|
//绑定总计的输入框
|
||||||
|
bindCostTotal();
|
||||||
|
//绑定总计的输入框
|
||||||
|
bindCostManageTotal();
|
||||||
|
|
||||||
$("#saveDraft").click(function () {
|
$("#saveDraft").click(function () {
|
||||||
$("#saveDraft").attr('disabled', true);
|
$("#saveDraft").attr('disabled', true);
|
||||||
|
|
Loading…
Reference in New Issue