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
863457e7
Commit
863457e7
authored
Feb 17, 2019
by
季圣华
Browse files
解决财务单据-优惠金额显示undefined的bug
parent
e4c8aa03
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/financial/financial_base.js
View file @
863457e7
...
...
@@ -670,7 +670,7 @@
$
(
"
#AccountIdShow
"
).
text
(
accountHeadInfo
[
5
]);
$
(
'
#OrganIdShow
'
).
text
(
accountHeadInfo
[
7
]);
$
(
"
#HandsPersonIdShow
"
).
text
(
accountHeadInfo
[
9
]);
$
(
"
#ChangeAmountShow
"
).
text
(
accountHeadInfo
[
10
]);
$
(
"
#ChangeAmountShow
"
).
text
(
accountHeadInfo
[
10
]
.
replace
(
"
undefined
"
,
"
0
"
)
);
var
TotalPrice
=
accountHeadInfo
[
11
];
var
showTitle
=
listTitle
.
replace
(
"
列表
"
,
"
信息
"
);
$
(
'
#accountHeadDlgShow
'
).
dialog
(
'
open
'
).
dialog
(
'
setTitle
'
,
'
<img src="/js/easyui-1.3.5/themes/icons/list.png"/> 查看
'
+
showTitle
);
...
...
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