69ad835c by yangjianbin

init

1 parent 00453b87
...@@ -185,11 +185,15 @@ ...@@ -185,11 +185,15 @@
185 title: '确认到账', 185 title: '确认到账',
186 icon: 3 186 icon: 3
187 }, function(){ 187 }, function(){
188 var data = {
189 realRepaymentDate:Date.now()
190 };
188 $.ajax({ 191 $.ajax({
189 type:'patch', 192 type:'patch',
190 url:apiBaseUrl + 'manage/financial/confirm/' + id, 193 url:apiBaseUrl + 'manage/financial/confirm/' + id,
191 cache: false, 194 cache: false,
192 dataType:'json', 195 dataType:'json',
196 data:JSON.stringify(data),
193 contentType: "application/json; charset=UTF-8", 197 contentType: "application/json; charset=UTF-8",
194 success:function(data){ 198 success:function(data){
195 if(data.msg){ 199 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!