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
d3ee48e8
Commit
d3ee48e8
authored
Oct 11, 2019
by
agping
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
业绩对比 优化
parent
e40eadd1
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
performanceContrast.js
public/resource/js/performanceContrast.js
+1
-2
performanceContrast_template_tpl.html
...c/resource/template/performanceContrast_template_tpl.html
+1
-1
No files found.
public/resource/js/performanceContrast.js
View file @
d3ee48e8
...
...
@@ -89,7 +89,6 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck
},
//获取业绩对比
getList
:
function
(
pageNo
)
{
$
(
".search-con"
).
hide
();
//隐藏提示内容
user
.
pageNo
=
pageNo
;
var
params
=
{};
params
.
time_start
=
$
(
"#count_time1"
).
val
();
...
...
@@ -130,7 +129,7 @@ define (['doT', 'text!temp/performanceContrast_template_tpl.html','ckfinder','ck
return
;
}
$
(
".search-con"
).
hide
();
//隐藏提示内容
$
.
ajax
({
url
:
'https://pre2.tonglianjituan.com/index/performanceStatistics'
,
type
:
'GET'
,
...
...
public/resource/template/performanceContrast_template_tpl.html
View file @
d3ee48e8
...
...
@@ -4,7 +4,7 @@
<
tr
style
=
"background: rgba(204, 204, 204, 1);"
>
<
td
colspan
=
"5"
>
[
%=
it
[
item
][
'city'
]
%
]
<
/td
>
<
/tr
>
<
tr
style
=
"background: rgba(204, 204, 204,
1
);"
>
<
tr
style
=
"background: rgba(204, 204, 204,
.7
);"
>
<
td
>
实收时间
<
/td
>
<
td
>
实收
<
/td
>
<
td
>
业绩时间
<
/td
>
...
...
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