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
6104e87f
Commit
6104e87f
authored
Oct 03, 2021
by
季圣华
Browse files
解决批次商品选择的bug
parent
69eedf13
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/mixins/BillModalMixin.js
View file @
6104e87f
...
...
@@ -327,7 +327,7 @@ export const BillModalMixin = {
}
break
;
case
"
batchNumber
"
:
batchNumber
=
value
-
0
batchNumber
=
value
getBatchNumberList
({
name
:
''
,
depotId
:
row
.
depotId
,
barCode
:
row
.
barCode
,
batchNumber
:
batchNumber
}).
then
((
res
)
=>
{
if
(
res
&&
res
.
code
===
200
)
{
if
(
res
.
data
&&
res
.
data
.
rows
)
{
...
...
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