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
4b782fab
Commit
4b782fab
authored
Jun 03, 2019
by
季圣华
Browse files
修改扩展属性参数获取的bug
parent
1c3ab2cb
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
4b782fab
...
@@ -352,7 +352,7 @@
...
@@ -352,7 +352,7 @@
var
thisRows
=
res
.
data
.
page
.
rows
;
var
thisRows
=
res
.
data
.
page
.
rows
;
for
(
var
i
=
0
;
i
<
thisRows
.
length
;
i
++
)
{
for
(
var
i
=
0
;
i
<
thisRows
.
length
;
i
++
)
{
if
(
thisRows
[
i
].
enabled
)
{
if
(
thisRows
[
i
].
enabled
)
{
mPropertyList
+=
thisRows
[
i
].
native
N
ame
+
"
,
"
;
mPropertyList
+=
thisRows
[
i
].
native
n
ame
+
"
,
"
;
}
}
}
}
if
(
mPropertyList
)
{
if
(
mPropertyList
)
{
...
...
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