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
7c8670ee
Commit
7c8670ee
authored
Mar 19, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
1
parent
102ffdff
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
getCollection.js
public/resource/js/getCollection.js
+5
-5
No files found.
public/resource/js/getCollection.js
View file @
7c8670ee
...
...
@@ -1168,19 +1168,19 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
var
paramsStr
=
""
;
if
(
commite_time_start
)
{
params
.
start_time
=
commite_time_start
;
paramsStr
+=
"
income_
start_time="
+
commite_time_start
+
"&"
paramsStr
+=
"start_time="
+
commite_time_start
+
"&"
}
if
(
commite_time_end
)
{
params
.
end_time
=
commite_time_end
;
paramsStr
+=
"
income_
end_time="
+
commite_time_end
+
"&"
paramsStr
+=
"end_time="
+
commite_time_end
+
"&"
}
if
(
into_time_start
)
{
params
.
income_start_time
=
into_time_start
;
paramsStr
+=
"start_time="
+
into_time_start
+
"&"
paramsStr
+=
"
income_
start_time="
+
into_time_start
+
"&"
}
if
(
into_time_end
)
{
params
.
income_end_time
=
into_time_end
;
paramsStr
+=
"end_time="
+
into_time_end
+
"&"
paramsStr
+=
"
income_
end_time="
+
into_time_end
+
"&"
}
if
(
maintable_deal_type
)
{
params
.
type
=
maintable_deal_type
;
...
...
@@ -1225,7 +1225,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
}
if
(
comit_name
)
{
params
.
agent_id
=
comit_name
;
paramsStr
+=
"agent_
name
="
+
comit_name
+
"&"
paramsStr
+=
"agent_
id
="
+
comit_name
+
"&"
}
receiv
.
buildSearchParamsLiu
=
paramsStr
.
substr
(
0
,
paramsStr
.
length
-
1
);
if
(
excel
)
{
...
...
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