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
13932441
Commit
13932441
authored
Jul 16, 2020
by
季圣华
Browse files
修复本次欠款展示的bug
parent
a3bde113
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
13932441
...
...
@@ -1475,6 +1475,8 @@
var
debt
=
0
;
if
(
res
.
othermoney
){
debt
=
(
res
.
discountlastmoney
+
res
.
othermoney
-
res
.
changeamount
).
toFixed
(
2
);
}
else
{
debt
=
(
res
.
discountlastmoney
-
res
.
changeamount
).
toFixed
(
2
);
}
$
(
"
#DebtShow
"
).
text
(
debt
);
$
(
"
#AccountDayShow
"
).
text
(
res
.
accountday
);
//结算天数
...
...
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