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
9ba3ef34
Commit
9ba3ef34
authored
Jan 31, 2019
by
cjl
Browse files
修复显示undefined的问题
parent
d86ac6d0
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
9ba3ef34
...
...
@@ -1737,7 +1737,7 @@
$
(
"
#ProjectIdShow
"
).
text
(
depotHeadInfo
[
10
]);
$
(
"
#NumberShow
"
).
text
(
depotHeadInfo
[
2
]);
$
(
"
#OperTimeShow
"
).
text
(
depotHeadInfo
[
4
]);
$
(
'
#OrganIdShow
'
).
text
(
depotHeadInfo
[
11
]);
$
(
'
#OrganIdShow
'
).
text
(
depotHeadInfo
[
11
]
==
"
undefined
"
?
''
:
depotHeadInfo
[
11
]
);
$
(
"
#HandsPersonIdShow
"
).
text
(
depotHeadInfo
[
12
]);
if
(
depotHeadInfo
[
13
]
&&
depotHeadInfo
[
13
]
!=
"
undefined
"
){
$
(
"
#AccountIdShow
"
).
text
(
depotHeadInfo
[
13
]);
//结算账户
...
...
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