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
571c3b4d
Commit
571c3b4d
authored
Jul 23, 2020
by
季圣华
Browse files
解决关联单号展示的bug
parent
0358034b
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
571c3b4d
...
...
@@ -1480,7 +1480,7 @@
}
$
(
"
#DebtShow
"
).
text
(
debt
);
$
(
"
#AccountDayShow
"
).
text
(
res
.
accountDay
);
//结算天数
$
(
"
#LinkNumberShow
"
).
text
(
res
.
link
L
umber
);
//关联订单号
$
(
"
#LinkNumberShow
"
).
text
(
res
.
link
N
umber
);
//关联订单号
var
otherMoney
=
res
.
otherMoney
?
res
.
otherMoney
:
0
;
if
(
otherMoney
!=
0
&&
res
.
otherMoneyList
&&
res
.
otherMoneyItem
){
var
itemArr
=
res
.
otherMoneyList
.
split
(
"
,
"
);
//支出项目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