Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
jinli gu
JSH ERP
Commits
e6b2b1ec
Commit
e6b2b1ec
authored
Nov 01, 2021
by
季圣华
Browse files
给修正库存增加完成提示
parent
183d2560
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/MaterialList.vue
View file @
e6b2b1ec
...
...
@@ -242,6 +242,7 @@
that
.
loading
=
true
;
postAction
(
that
.
url
.
batchSetMaterialCurrentStockUrl
,
{
ids
:
ids
}).
then
((
res
)
=>
{
if
(
res
.
code
===
200
){
that
.
$message
.
info
(
'
修正库存成功!
'
);
that
.
loadData
();
that
.
onClearSelected
();
}
else
{
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment