Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-portal-fe2
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
ZhongW
2016-10-13 10:41:22 +0800
Commit
0f165800dfd4fcedb80c01f2b2d1ee6de23f8c50
2 parents
1bbb8ece
fd2e3466
Merge branch 'hotfix_YBW-7989' into grey
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
code/static/js.jquery/module/goods/priceManage/Index.js
code/static/js.jquery/module/goods/priceManage/Index.js
View file @
0f16580
...
...
@@ -395,7 +395,7 @@ var g = new common.grid({
if
(
item
.
nums
)
html
+=
item
.
nums
+
'</p>'
;
else
html
+=
'</p>'
;
html
+=
'<p>周转天数:'
+
'<br>'
;
if
(
item
.
days
)
html
+=
item
.
days
+
'</p>'
;
if
(
item
.
days
)
html
+=
item
.
days
.
toFixed
(
0
)
+
'</p>'
;
else
html
+=
'</p>'
;
return
html
;
}},
...
...
Please
register
or
login
to post a comment