Toggle navigation
Toggle navigation
This project
Loading...
Sign in
ufo
/
ufo-platform
·
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
Email Patches
Plain Diff
Browse Files
Authored by
mali
6 years ago
Commit
13d581fdf212687f05a382c367540bc620420ab9
1 parent
30fb7789
二手库存优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/secondhand/list.html
web/src/main/webapp/html/secondhand/list.html
View file @
13d581f
...
...
@@ -344,7 +344,7 @@ function getTableColumn() {
var
imageStr
=
"<table><tbody><tr>"
;
if
(
value
!=
null
){
for
(
var
i
=
0
;
i
<
value
.
length
;
i
++
){
imageStr
+=
"<td><a href='javascript:void(0)' onclick='openModal("
+
i
+
",\""
+
value
[
i
].
imageUrl
+
"\", \""
+
value
[
i
].
imageDesc
+
"\","
+
rowData
.
skup
+
")'><img height='70px;' width='50px;' src='"
+
value
[
i
].
imageUrl
+
"'/></td></a>"
;
imageStr
+=
"<td><a href='javascript:void(0)' onclick='openModal("
+
i
+
",\""
+
value
[
i
].
imageUrl
+
"\", \""
+
value
[
i
].
imageDesc
+
"\","
+
rowData
.
skup
+
")'><img height='70px;' width='50px;' src='"
+
value
[
i
].
imageUrl
+
"
?imageMogr2/thumbnail/100x100/position/center/quality/60
'/></td></a>"
;
if
((
i
+
1
)
%
4
==
0
&&
0
!=
i
&&
i
!=
(
value
.
length
-
1
))
{
imageStr
+=
"</tr><tr>"
;
}
...
...
Please
register
or
login
to post a comment