Skip to content
Toggle navigation
P
Projects
G
Groups
S
Snippets
Help
朱继来
/
后台订单管理
This project
Loading...
Sign in
Toggle navigation
Go to a project
Project
Repository
Issues
0
Merge Requests
0
Pipelines
Wiki
Snippets
Settings
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Commit
71d2f0d1
authored
Mar 01, 2019
by
朱继来
Browse files
Options
_('Browse Files')
Download
Email Patches
Plain Diff
调整订单统计
parent
c499b635
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
5 deletions
public/js/orderamount.js
resources/views/amount/content.blade.php
public/js/orderamount.js
View file @
71d2f0d1
...
...
@@ -38,10 +38,8 @@
function
orderAmountInfo
(
status
,
type
)
{
var
type
=
$
(
'input[name=type]'
).
val
(),
checkTime
=
$
(
'#checkTime'
).
val
(),
time_start
=
$
(
'input[name="time_start"]'
).
val
(),
time_end
=
$
(
'input[name="time_end"]'
).
val
(),
checkStatus
=
$
(
'#status'
).
val
();
time_end
=
$
(
'input[name="time_end"]'
).
val
();
if
(
time_start
){
time_start
=
Date
.
parse
(
time_start
)
/
1000
;
...
...
resources/views/amount/content.blade.php
View file @
71d2f0d1
...
...
@@ -128,11 +128,11 @@
</div>
<script>
$
.
lie
.
orderamount
.
index
();
var
checkTime
=
'{{$checkTime}}'
;
var
checkStatus
=
'{{$checkStatus}}'
;
$
(
'#checkTime'
).
val
(
checkTime
);
$
(
'#checkStatus'
).
val
(
checkStatus
);
$
.
lie
.
orderamount
.
index
();
</script>
\ No newline at end of file
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment