6ae77f2f by wang

init

1 parent 9953147c
......@@ -48,7 +48,7 @@
$.ajax({
type: 'patch',
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url: apiBaseUrl + 'manage/financial/confirm/' + $("input[name='id']").val(),
url: apiBaseUrl + 'manage/financial/confirm/' + id,
cache: false,
dataType: 'json',
data: JSON.stringify(data),
......
......@@ -224,7 +224,7 @@
title: '确认时间',
shadeClose: true,
area: ['400px', '400px'],
content: '<?=site_url('Finance/addtime/id/')?>'+id
content: apiBaseUrl + 'Finance/addtime/id/' + id;
});
}
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!