Commit 8bf6b31c by 朱继来

Merge branch 'zjl_cancel_order_20190213' into development

parents 5e1bd152 71d2f0d1
...@@ -38,10 +38,8 @@ ...@@ -38,10 +38,8 @@
function orderAmountInfo(status, type) { function orderAmountInfo(status, type) {
var type = $('input[name=type]').val(), var type = $('input[name=type]').val(),
checkTime = $('#checkTime').val(),
time_start = $('input[name="time_start"]').val(), time_start = $('input[name="time_start"]').val(),
time_end = $('input[name="time_end"]').val(), time_end = $('input[name="time_end"]').val();
checkStatus = $('#status').val();
if(time_start){ if(time_start){
time_start = Date.parse(time_start) / 1000; time_start = Date.parse(time_start) / 1000;
......
...@@ -128,11 +128,11 @@ ...@@ -128,11 +128,11 @@
</div> </div>
<script> <script>
$.lie.orderamount.index();
var checkTime = '{{$checkTime}}'; var checkTime = '{{$checkTime}}';
var checkStatus = '{{$checkStatus}}'; var checkStatus = '{{$checkStatus}}';
$('#checkTime').val(checkTime); $('#checkTime').val(checkTime);
$('#checkStatus').val(checkStatus); $('#checkStatus').val(checkStatus);
$.lie.orderamount.index();
</script> </script>
\ No newline at end of file
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment