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
3d672404e9966cf7030106d05ef47372499a1bb4
1 parent
780727e1
二手库存优化
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
web/src/main/webapp/html/secondhand/list.html
web/src/main/webapp/html/secondhand/list.html
View file @
3d67240
...
...
@@ -460,7 +460,7 @@ function openModal(type, indexNo, imageUrl, imageInfo, skup){
$
(
"#w"
).
window
(
"open"
);
}
else
{
$
(
"#showImg"
).
attr
(
"src"
,
imageUrl
);
$
(
"#imageInfo"
).
text
(
imageInfo
);
$
(
"#imageInfo"
).
text
(
''
);
//imageInfo取不到值,先置空
var
form
=
new
FormData
();
form
.
append
(
"skup"
,
skup
);
//发送请求
...
...
@@ -501,6 +501,7 @@ function lastImg(){
$
(
"#imageInfo"
).
text
(
images
[
index
].
imageDesc
);
}
else
{
$
(
"#showImg"
).
attr
(
"src"
,
images
[
index
]);
$
(
"#imageInfo"
).
text
(
''
);
}
}
...
...
@@ -518,6 +519,7 @@ function nextImg(){
$
(
"#imageInfo"
).
text
(
images
[
index
].
imageDesc
);
}
else
{
$
(
"#showImg"
).
attr
(
"src"
,
images
[
index
]);
$
(
"#imageInfo"
).
text
(
''
);
}
}
...
...
Please
register
or
login
to post a comment