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
cce7b34f
Commit
cce7b34f
authored
Apr 30, 2022
by
神话
Browse files
优化其它入库的金额赋值逻辑
parent
04e77fad
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/modules/OtherInModal.vue
View file @
cce7b34f
...
...
@@ -248,7 +248,7 @@
for
(
let
item
of
detailArr
){
totalPrice
+=
item
.
allPrice
-
0
}
billMain
.
totalPrice
=
totalPrice
billMain
.
totalPrice
=
0
-
totalPrice
if
(
this
.
fileList
&&
this
.
fileList
.
length
>
0
)
{
billMain
.
fileName
=
this
.
fileList
}
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