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
513b1880
Commit
513b1880
authored
Jul 28, 2019
by
季圣华
Browse files
解决‘订单转销售’后提示库存不足的问题
parent
1df47e56
Changes
1
Show whitespace changes
Inline
Side-by-side
erp_web/js/pages/materials/in_out.js
View file @
513b1880
...
@@ -3081,8 +3081,8 @@
...
@@ -3081,8 +3081,8 @@
} else {
} else {
inserted = $("#materialData").datagrid('getChanges', "inserted");
inserted = $("#materialData").datagrid('getChanges', "inserted");
}
}
var
deleted
=
$
(
"
#materialData
"
).
datagrid
(
'
getChanges
'
,
"
deleted
"
)
;
var deleted =
[]
;
var
updated
=
$
(
"
#materialData
"
).
datagrid
(
'
getChanges
'
,
"
updated
"
)
;
var updated =
[]
;
$.ajax({
$.ajax({
type:"post",
type:"post",
url: url,
url: url,
...
...
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