进入预算页面重新绑定事件
parent
47d6b0300b
commit
c427c0bc7f
|
@ -71,6 +71,8 @@ $(function () {
|
||||||
bindDeleteBtn();
|
bindDeleteBtn();
|
||||||
//绑定收入和采购成本的输入框【都有税率】
|
//绑定收入和采购成本的输入框【都有税率】
|
||||||
bindChangeableInput();
|
bindChangeableInput();
|
||||||
|
//绑定总计的输入框
|
||||||
|
bindIncomeTotal();
|
||||||
|
|
||||||
$("#saveDraft").click(function () {
|
$("#saveDraft").click(function () {
|
||||||
$("#saveDraft").attr('disabled', true);
|
$("#saveDraft").attr('disabled', true);
|
||||||
|
|
Loading…
Reference in New Issue