资金利息修改
parent
dd6e23f5ef
commit
bd6ab8d96b
|
@ -609,7 +609,7 @@ function summationByClass(input, className, myIndex) {
|
|||
var trs = input.parent().parent().parent().find("tr");
|
||||
trs.each(function (index, element) {
|
||||
//myIndex从0开始,刨除表头和总计、总计两行
|
||||
index-=3;
|
||||
index-=2;
|
||||
if(index>=0 && index<=myIndex){
|
||||
total += f2($(this).find(className).val());
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue