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
daa24e0f
Commit
daa24e0f
authored
Nov 14, 2019
by
季圣华
Browse files
解决库存切换的bug
parent
57d7043b
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
daa24e0f
...
...
@@ -609,7 +609,7 @@
}
}
thisStock
=
(
thisStock
/
loadRatio
).
toFixed
(
2
);
body
.
find
(
"
[field='Stock']
"
).
find
(
input
).
val
(
thisStock
).
attr
(
"
data-stock
"
,
res
.
data
.
page
[
0
].
thisS
um
);
//加载库存数据
body
.
find
(
"
[field='Stock']
"
).
find
(
input
).
val
(
thisStock
).
attr
(
"
data-stock
"
,
thisS
tock
);
//加载库存数据
}
else
{
body
.
find
(
"
[field='Stock']
"
).
find
(
input
).
val
(
0
).
attr
(
"
data-stock
"
,
0
);
//加载库存数据
...
...
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