Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
T
tl_estate
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
hujun
tl_estate
Commits
e83b9cfb
Commit
e83b9cfb
authored
Oct 12, 2018
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
收佣汇总 导出 修改
parent
6add01f5
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
16 deletions
+3
-16
commissionTotal.js
public/resource/js/commissionTotal.js
+3
-16
No files found.
public/resource/js/commissionTotal.js
View file @
e83b9cfb
...
...
@@ -464,13 +464,9 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
var
income_end_date
=
$
(
'#end_time'
).
val
();
var
bargain_start_date
=
$
(
'#create_dealtime'
).
val
();
var
bargain_end_date
=
$
(
'#end_dealtime'
).
val
();
var
operation_start_date
=
$
(
'#create_ticketTime'
).
val
();
var
operation_end_date
=
$
(
'#end_ticketTime'
).
val
();
var
district_id
=
$
(
"#qx-store option:selected"
).
val
();
//部门id 添加字段
var
store_id
=
$
(
'#store_name'
).
val
();
var
district_id
=
$
(
"#district_id"
).
val
();
//部门id 添加字段
var
store_id
=
$
(
'#guest_stores'
).
val
();
var
str
=
'/index/getCommissionTotalList?excel=1'
;
if
(
name
)
{
str
+=
'&name='
+
name
;
}
...
...
@@ -494,21 +490,12 @@ define(['doT', 'text!temp/commissionTotal_template_tpl.html', 'css!style/home.cs
if
(
bargain_end_date
)
{
str
+=
'&bargain_end_date='
+
bargain_end_date
;
}
if
(
operation_start_date
)
{
str
+=
'&operation_start_date='
+
operation_start_date
;
}
if
(
operation_end_date
)
{
str
+=
'&operation_end_date='
+
operation_end_date
;
}
if
(
district_id
)
{
str
+=
'&district_id='
+
district_id
;
}
if
(
store_id
)
{
str
+=
'&store_name='
+
store_
name
;
str
+=
'&store_name='
+
store_
id
;
}
window
.
open
(
str
)
...
...
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