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
5 years ago
Commit
f326bce7bb46efe24cf2e91c4b66e91f1e413394
1 parent
8a8ed59e
2.商品库存信息—库存详情,希望优化可以跳出二级页面。新建标签页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletions
web/src/main/webapp/html/goods/storage/storageList.html
web/src/main/webapp/html/goods/storage/storageList.html
View file @
f326bce
...
...
@@ -522,7 +522,8 @@
function
detailStorage
(
id
,
midSortId
)
{
this
.
location
.
href
=
contextPath
+
"/html/goods/storage/storageDetail.html?productId="
+
id
+
"&midSortId="
+
midSortId
+
"&time_version="
+
new
Date
().
getTime
();
//this.location.href = contextPath + "/html/goods/storage/storageDetail.html?productId=" + id + "&midSortId=" + midSortId + "&time_version=" + new Date().getTime();
window
.
open
(
contextPath
+
"/html/goods/storage/storageDetail.html?productId="
+
id
+
"&midSortId="
+
midSortId
+
"&time_version="
+
new
Date
().
getTime
());
}
...
...
Please
register
or
login
to post a comment