小注释
parent
036475b492
commit
64ad3ee909
|
@ -59,6 +59,10 @@ public class ProjectBudgetService {
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/**
|
||||||
|
* 【除开其他其他、公司管理费用,其他的都是从资金明细中获取
|
||||||
|
* 此处保存起,但是不用,可以起对照作用】
|
||||||
|
*/
|
||||||
public void saveBudget(Project project, BudgetBean budgetBean){
|
public void saveBudget(Project project, BudgetBean budgetBean){
|
||||||
//收入记录
|
//收入记录
|
||||||
income(project, budgetBean);
|
income(project, budgetBean);
|
||||||
|
|
|
@ -58,7 +58,7 @@ function appendTrCost() {
|
||||||
$("#costTable").append(template);
|
$("#costTable").append(template);
|
||||||
//重新绑定删除事件和input修改事件
|
//重新绑定删除事件和input修改事件
|
||||||
bindDeleteBtn();
|
bindDeleteBtn();
|
||||||
bindChangeableInput();
|
//bindChangeableInput();
|
||||||
}
|
}
|
||||||
/**
|
/**
|
||||||
* 更新页面收入的数据【累加】
|
* 更新页面收入的数据【累加】
|
||||||
|
|
Loading…
Reference in New Issue