c11099a9 by yangjianbin

init

1 parent 4cdc1a28
......@@ -83,7 +83,6 @@
var data = $("#add").serializeJson();
data.annualInterestRate = parseFloat(data.annualInterestRate) / 100;
data.overdueFine = parseFloat(data.overdueFine) /100;
data.interestPenalty = parseFloat(data.interestPenalty) / 100;
$.ajax({
type: 'post',
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!