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
feb5b0ee
Commit
feb5b0ee
authored
Jun 01, 2022
by
季圣华
Browse files
优化单据的查看界面
parent
cee119c2
Changes
1
Hide whitespace changes
Inline
Side-by-side
jshERP-web/src/views/bill/dialog/BillDetail.vue
View file @
feb5b0ee
...
...
@@ -1398,7 +1398,7 @@
}
else
{
this
.
model
.
getAmount
=
this
.
model
.
changeAmount
}
this
.
model
.
debt
=
(
this
.
model
.
discountLastMoney
+
this
.
model
.
otherMoney
-
this
.
model
.
deposit
-
this
.
model
.
changeAmount
).
toFixed
(
2
)
this
.
model
.
debt
=
(
this
.
model
.
discountLastMoney
+
this
.
model
.
otherMoney
-
(
this
.
model
.
deposit
+
this
.
model
.
changeAmount
)
)
.
toFixed
(
2
)
this
.
$nextTick
(()
=>
{
this
.
form
.
setFieldsValue
(
pick
(
this
.
model
,
'
id
'
))
});
...
...
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