init
Showing
2 changed files
with
2 additions
and
2 deletions
| ... | @@ -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/' + $("input[name='id']").val(), | 51 | url: apiBaseUrl + 'manage/financial/confirm/' + id, |
| 52 | cache: false, | 52 | cache: false, |
| 53 | dataType: 'json', | 53 | dataType: 'json', |
| 54 | data: JSON.stringify(data), | 54 | data: JSON.stringify(data), | ... | ... |
| ... | @@ -224,7 +224,7 @@ | ... | @@ -224,7 +224,7 @@ |
| 224 | title: '确认时间', | 224 | title: '确认时间', |
| 225 | shadeClose: true, | 225 | shadeClose: true, |
| 226 | area: ['400px', '400px'], | 226 | area: ['400px', '400px'], |
| 227 | content: '<?=site_url('Finance/addtime/id/')?>'+id | 227 | content: apiBaseUrl + 'Finance/addtime/id/' + id; |
| 228 | }); | 228 | }); |
| 229 | } | 229 | } |
| 230 | 230 | ... | ... |
-
Please register or sign in to post a comment