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
019859fb
Commit
019859fb
authored
Aug 09, 2021
by
季圣华
Browse files
优化多属性商品编辑单价的bug
parent
fe4f7853
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/material/modules/MaterialModal.vue
View file @
019859fb
...
...
@@ -724,6 +724,9 @@
}
else
if
(
batchType
===
'
low
'
)
{
meInfo
.
lowDecimal
=
price
-
0
}
if
(
arr
[
i
].
id
)
{
meInfo
.
id
=
arr
[
i
].
id
}
meTableData
.
push
(
meInfo
)
}
this
.
meTable
.
dataSource
=
meTableData
...
...
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