init
Showing
1 changed file
with
2 additions
and
2 deletions
| ... | @@ -35,7 +35,7 @@ | ... | @@ -35,7 +35,7 @@ |
| 35 | 35 | ||
| 36 | <div class="row cl col-sm-12"> | 36 | <div class="row cl col-sm-12"> |
| 37 | <div class="col-sm-2"> | 37 | <div class="col-sm-2"> |
| 38 | <button class="btn btn-primary btn-block" onclick="pass(<?=$id?>);">保存</button> | 38 | <button class="btn btn-primary btn-block" onclick="pass();">保存</button> |
| 39 | </div> | 39 | </div> |
| 40 | </div> | 40 | </div> |
| 41 | 41 | ||
| ... | @@ -48,7 +48,7 @@ | ... | @@ -48,7 +48,7 @@ |
| 48 | $.ajax({ | 48 | $.ajax({ |
| 49 | type: 'patch', | 49 | type: 'patch', |
| 50 | // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), | 50 | // url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(), |
| 51 | url: apiBaseUrl + 'manage/financial/confirm/' + id, | 51 | url: apiBaseUrl + 'manage/financial/confirm/' + $('#id').val(), |
| 52 | cache: false, | 52 | cache: false, |
| 53 | dataType: 'json', | 53 | dataType: 'json', |
| 54 | data: JSON.stringify(data), | 54 | data: JSON.stringify(data), | ... | ... |
-
Please register or sign in to post a comment