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
bd7d53b37a06bc7442c15022a8b89bf78a8527e8
1 parent
3d914013
2.商品库存信息—库存详情,希望优化可以跳出二级页面。新建标签页
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
web/src/main/webapp/html/goods/storage/storageList.html
web/src/main/webapp/html/goods/storage/storageList.html
View file @
bd7d53b
...
...
@@ -317,7 +317,7 @@
if
(
typeof
(
rowData
.
bidStorePrice
)
!=
'undefined'
&&
typeof
(
rowData
.
bidStorePrice
.
bidTotal
)
!=
'undefined'
&&
rowData
.
bidStorePrice
.
bidTotal
>
0
)
{
//str += "<a role='cancel' href=" + contextPath + "/html/goods/storage/bidDetail.html?productId=" + rowData.id + "&midSortId=" + rowData.midSortId + "&time_version=" + new Date().getTime() + ">求购详情</a>";
str
+=
"<a role='
edit
' dataId='"
+
rowData
.
id
+
"' sortId = '"
+
rowData
.
midSortId
+
"'>求购详情</a>"
;
str
+=
"<a role='
cancel
' dataId='"
+
rowData
.
id
+
"' sortId = '"
+
rowData
.
midSortId
+
"'>求购详情</a>"
;
}
str
+=
"<a role='edit' dataId='"
+
rowData
.
id
+
"' sortId = '"
+
rowData
.
midSortId
+
"'>库存详情</a>"
;
return
str
;
...
...
Please
register
or
login
to post a comment