去掉发货单自动保存逻辑
This commit is contained in:
parent
a0a6de974a
commit
d9e3df868e
|
@ -226,6 +226,9 @@ var grid = null;
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
layer.close(loading);
|
||||||
|
|
||||||
|
/*
|
||||||
var loading = showLoading();
|
var loading = showLoading();
|
||||||
$.post(app.url('stock/delivery/autoSave'), query + '&' + $.param(gets), function (res) {
|
$.post(app.url('stock/delivery/autoSave'), query + '&' + $.param(gets), function (res) {
|
||||||
if (res.status) {
|
if (res.status) {
|
||||||
|
@ -239,7 +242,8 @@ var grid = null;
|
||||||
}, 'json').complete(function() {
|
}, 'json').complete(function() {
|
||||||
layer.close(loading);
|
layer.close(loading);
|
||||||
});
|
});
|
||||||
|
*/
|
||||||
|
|
||||||
});
|
});
|
||||||
|
|
||||||
} else {
|
} else {
|
||||||
|
|
Loading…
Reference in New Issue