bb3c5da9 by wang

init

1 parent 0b9c37d1
......@@ -2,13 +2,13 @@
<body>
<form action="" id="form1">
<input type="hidden" name="orderId" value="<?=$id?>">
<input type="hidden" name="id" value="<?=$id?>">
<div class="panel panel-default mb-20">
<div class="panel-body cl">
<div class="row cl">
<div class="form-group col-sm-3 col-md-1">
<label>确认时间</label>
<input name="phoneAuditTime" type="text" class="form-control input-text Wdate" value="" onfocus="WdatePicker()">
<input name="realRepaymentDate" type="text" class="form-control input-text Wdate" value="" onfocus="WdatePicker()">
</div>
</div>
<!-- <div class="row cl">-->
......@@ -47,7 +47,8 @@
var data = $("#form1").serializeJson();
$.ajax({
type: 'patch',
url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
// url: apiBaseUrl + 'manage/financial/confirm/' + id + '?realRepaymentDate=' + Date.now(),
url: apiBaseUrl + 'manage/financial/confirm/' + id,
cache: false,
dataType: 'json',
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!