6c6835b1 by yangjianbin

init

1 parent 1d27e9b4
......@@ -89,6 +89,7 @@
<div class="form-group col-sm-3 col-md-1">
<label>借款利率</label>
<input type="text" class="form-control input-text" name="annualInterestRate" value="">
<span class="glyphicon form-control-feedback">%</span>
</div>
<div class="form-group col-sm-4 col-md-2">
<label>每月还款金额</label>
......@@ -149,6 +150,7 @@
} else if (orderStatus == 6) {
url = 'flow/saveLastCheck';
}
data.annualInterestRate = parseFloat(data.annualInterestRate) /100;
$.ajax({
type: 'post',
url: apiBaseUrl + url,
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!