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
1cc71232
Commit
1cc71232
authored
May 28, 2022
by
季圣华
Browse files
解决单据中批量设置仓库的bug
parent
decf45cf
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillModalMixin.js
View file @
1cc71232
...
...
@@ -285,7 +285,11 @@ export const BillModalMixin = {
for
(
let
i
=
0
;
i
<
detailArr
.
length
;
i
++
)
{
let
item
=
detailArr
[
i
]
item
.
depotId
=
depotId
item
.
stock
=
mList
[
i
].
stock
for
(
let
j
=
0
;
j
<
mList
.
length
;
j
++
)
{
if
(
mList
[
j
].
mBarCode
===
item
.
barCode
)
{
item
.
stock
=
mList
[
j
].
stock
}
}
newDetailArr
.
push
(
item
)
}
}
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