bb3c5da9 by wang

init

1 parent 0b9c37d1
...@@ -2,13 +2,13 @@ ...@@ -2,13 +2,13 @@
2 2
3 <body> 3 <body>
4 <form action="" id="form1"> 4 <form action="" id="form1">
5 <input type="hidden" name="orderId" value="<?=$id?>"> 5 <input type="hidden" name="id" value="<?=$id?>">
6 <div class="panel panel-default mb-20"> 6 <div class="panel panel-default mb-20">
7 <div class="panel-body cl"> 7 <div class="panel-body cl">
8 <div class="row cl"> 8 <div class="row cl">
9 <div class="form-group col-sm-3 col-md-1"> 9 <div class="form-group col-sm-3 col-md-1">
10 <label>确认时间</label> 10 <label>确认时间</label>
11 <input name="phoneAuditTime" type="text" class="form-control input-text Wdate" value="" onfocus="WdatePicker()"> 11 <input name="realRepaymentDate" type="text" class="form-control input-text Wdate" value="" onfocus="WdatePicker()">
12 </div> 12 </div>
13 </div> 13 </div>
14 <!-- <div class="row cl">--> 14 <!-- <div class="row cl">-->
...@@ -47,7 +47,8 @@ ...@@ -47,7 +47,8 @@
47 var data = $("#form1").serializeJson(); 47 var data = $("#form1").serializeJson();
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 cache: false, 52 cache: false,
52 dataType: 'json', 53 dataType: 'json',
53 data: JSON.stringify(data), 54 data: JSON.stringify(data),
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!