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
d89b51329b9ad0bf637402d0946d3a40d38257a5
1 parent
bd7d53b3
2.商品库存信息—库存详情,希望优化可以跳出二级页面。新建标签页
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
web/src/main/webapp/html/goods/storage/bidDetail.html
web/src/main/webapp/html/goods/storage/storageDetail.html
web/src/main/webapp/html/goods/storage/bidDetail.html
View file @
d89b513
...
...
@@ -237,7 +237,7 @@
$
(
'#bidUid'
).
textbox
(
'clear'
);
$
(
'#storageId'
).
textbox
(
'clear'
);
$
(
'#sizeId'
).
combobox
(
'clear'
);
var
param
=
{};
var
param
=
{
'id'
:
productId
};
$
(
"#skupTable"
).
myDatagrid
(
"load"
,
param
);
}
});
...
...
web/src/main/webapp/html/goods/storage/storageDetail.html
View file @
d89b513
...
...
@@ -281,7 +281,7 @@
$
(
'#storageId'
).
textbox
(
'clear'
);
$
(
'#sizeId'
).
combobox
(
'clear'
);
$
(
'#region'
).
textbox
(
'clear'
);
var
param
=
{};
var
param
=
{
'id'
:
productId
};
$
(
"#skupTable"
).
myDatagrid
(
"load"
,
param
);
}
});
...
...
Please
register
or
login
to post a comment