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
81cd6dc1
Commit
81cd6dc1
authored
Dec 21, 2018
by
季圣华
Browse files
解决商品不能禁用的bug
parent
ed3073c6
Changes
1
Hide whitespace changes
Inline
Side-by-side
erp_web/pages/materials/material.html
View file @
81cd6dc1
...
...
@@ -900,11 +900,11 @@
var
ids
=
""
;
for
(
var
i
=
0
;
i
<
row
.
length
;
i
++
)
{
if
(
i
==
row
.
length
-
1
)
{
ids
+=
row
[
i
].
I
d
;
ids
+=
row
[
i
].
i
d
;
break
;
}
//alert(row[i].id);
ids
+=
row
[
i
].
I
d
+
"
,
"
;
ids
+=
row
[
i
].
i
d
+
"
,
"
;
}
$
.
ajax
({
type
:
"
post
"
,
...
...
@@ -946,10 +946,10 @@
var
ids
=
""
;
for
(
var
i
=
0
;
i
<
row
.
length
;
i
++
)
{
if
(
i
==
row
.
length
-
1
)
{
ids
+=
row
[
i
].
I
d
;
ids
+=
row
[
i
].
i
d
;
break
;
}
ids
+=
row
[
i
].
I
d
+
"
,
"
;
ids
+=
row
[
i
].
i
d
+
"
,
"
;
}
$
.
ajax
({
type
:
"
post
"
,
...
...
@@ -992,10 +992,10 @@
var
ids
=
""
;
for
(
var
i
=
0
;
i
<
row
.
length
;
i
++
)
{
if
(
i
==
row
.
length
-
1
)
{
ids
+=
row
[
i
].
I
d
;
ids
+=
row
[
i
].
i
d
;
break
;
}
ids
+=
row
[
i
].
I
d
+
"
,
"
;
ids
+=
row
[
i
].
i
d
+
"
,
"
;
}
$
.
ajax
({
type
:
"
post
"
,
...
...
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