e77bae6f by yangjianbin

init

1 parent 24defaf9
......@@ -91,9 +91,10 @@
<script>
function pass() {
var orderId = "<?=$id?>";
var loanDate = $('[name=loanDate]').val();
$.ajax({
type: 'put',
url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate=' + $('[name=loanDate]').val(),
url: apiBaseUrl + 'flow/confirm/loan/' + orderId + '?loanDate=' + loanDate,
cache: false,
dataType: 'json',
contentType: "application/json; charset=UTF-8",
......
Styling with Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!