Revert "汇总编辑小数点保留两位"

This reverts commit cd9e82dfcb.
master
chenzhi 4 years ago
parent cd9e82dfcb
commit 90e72b3fc4

@ -463,7 +463,7 @@
get_item = get_item.next();
}
_parent.find(".statement_money").text(sum_amount.toFixed(2));
_parent.find(".statement_money").text(sum_amount);
}
//结算金额合计重算
function changeSumAmount() {

Loading…
Cancel
Save