373f2390 by wang

init

1 parent 504efe8f
......@@ -35,7 +35,7 @@
<div class="row cl col-sm-12">
<div class="col-sm-2">
<button class="btn btn-primary btn-block" onclick="pass(<?=$id?>);">保存</button>
<button class="btn btn-primary btn-block" onclick="pass();">保存</button>
</div>
</div>
......@@ -48,7 +48,7 @@
$.ajax({
type: 'patch',
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url: apiBaseUrl + 'manage/financial/confirm/' + id,
url: apiBaseUrl + 'manage/financial/confirm/' + $('#id').val(),
cache: false,
dataType: 'json',
data: JSON.stringify(data),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!