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
5df990f0
Commit
5df990f0
authored
Dec 28, 2018
by
duxinyuan
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
bug remark
parent
695d0768
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
14 additions
and
2 deletions
+14
-2
performance_ranking.html
...n/index/view/performance_ranking/performance_ranking.html
+13
-1
getCollection.js
public/resource/js/getCollection.js
+1
-1
No files found.
application/index/view/performance_ranking/performance_ranking.html
View file @
5df990f0
...
@@ -127,6 +127,18 @@
...
@@ -127,6 +127,18 @@
border-radius
:
.05rem
;
border-radius
:
.05rem
;
/*margin-top:0.05rem;*/
/*margin-top:0.05rem;*/
float
:
right
;
float
:
right
;
}
.more-news-long-1
{
/*width : 0.8rem !important;*/
/*height : .3rem;*/
background-color
:
#FF9318
;
font-family
:
PingFangSC-Medium
;
font-size
:
11px
;
color
:
#ffffff
;
border-radius
:
.05rem
;
/*margin-top:0.05rem;*/
/*float:right;*/
padding
:
1px
5px
!important
}
}
.title-time
{
.title-time
{
font-family
:
PingFangSC-Medium
;
font-family
:
PingFangSC-Medium
;
...
@@ -294,7 +306,7 @@
...
@@ -294,7 +306,7 @@
<div
class=
"area-title p-a-15 p-b-10"
>
<div
class=
"area-title p-a-15 p-b-10"
>
<a><span
id=
"table-title"
class=
"active table-choose"
>
职称
</span></a>
<a><span
id=
"table-title"
class=
"active table-choose"
>
职称
</span></a>
<a><span
id=
"group-title"
class=
"table-choose left-padding "
>
团队
</span></a>
<a><span
id=
"group-title"
class=
"table-choose left-padding "
>
团队
</span></a>
<a><span
id=
"initOder"
style=
"font-size:15px;"
>
加载排名
</span></a>
<a><span
class=
"btn more-news-long-1"
id=
"initOder"
style=
"font-size:15px;"
>
加载
</span></a>
<a><span
class=
"title-time"
id=
"table-time"
></span></a>
<a><span
class=
"title-time"
id=
"table-time"
></span></a>
</div>
</div>
...
...
public/resource/js/getCollection.js
View file @
5df990f0
...
@@ -1227,7 +1227,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
...
@@ -1227,7 +1227,7 @@ define(['doT', 'text!temp/receivables_template_tpl.html', 'css!style/home.css',
doc
.
find
(
"#intoPrice"
).
val
(
data
.
money
);
doc
.
find
(
"#intoPrice"
).
val
(
data
.
money
);
doc
.
find
(
"#shouxu"
).
val
(
data
.
transaction_fee
);
doc
.
find
(
"#shouxu"
).
val
(
data
.
transaction_fee
);
doc
.
find
(
"#realPrice"
).
val
(
data
.
real_money
);
doc
.
find
(
"#realPrice"
).
val
(
data
.
real_money
);
doc
.
find
(
"#getPrice"
).
text
(
((
data
.
price
-
0
)
*
0.8
)
+
"元"
);
doc
.
find
(
"#getPrice"
).
text
(
Math
.
floor
(((
data
.
price
-
0
)
*
0.8
)
*
100
)
/
100
+
"元"
);
doc
.
find
(
"#morePrice"
).
text
(
Math
.
floor
((
data
.
money
-
((
data
.
price
-
0
)
*
0.8
))
*
100
)
/
100
+
"元"
);
doc
.
find
(
"#morePrice"
).
text
(
Math
.
floor
((
data
.
money
-
((
data
.
price
-
0
)
*
0.8
))
*
100
)
/
100
+
"元"
);
$
(
"#person"
).
text
(
data
.
current_agent_name
);
$
(
"#person"
).
text
(
data
.
current_agent_name
);
$
(
"#belongT"
).
text
(
data
.
store_name
);
$
(
"#belongT"
).
text
(
data
.
store_name
);
...
...
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