69ad835c by yangjianbin

init

1 parent 00453b87
......@@ -185,11 +185,15 @@
title: '确认到账',
icon: 3
}, function(){
var data = {
realRepaymentDate:Date.now()
};
$.ajax({
type:'patch',
url:apiBaseUrl + 'manage/financial/confirm/' + id,
cache: false,
dataType:'json',
data:JSON.stringify(data),
contentType: "application/json; charset=UTF-8",
success:function(data){
if(data.msg){
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!