去掉发货单自动保存逻辑

This commit is contained in:
乐风 2021-05-27 11:14:56 +08:00
parent a0a6de974a
commit d9e3df868e
1 changed files with 5 additions and 1 deletions

View File

@ -226,6 +226,9 @@ var grid = null;
return;
}
layer.close(loading);
/*
var loading = showLoading();
$.post(app.url('stock/delivery/autoSave'), query + '&' + $.param(gets), function (res) {
if (res.status) {
@ -239,7 +242,8 @@ var grid = null;
}, 'json').complete(function() {
layer.close(loading);
});
*/
});
} else {