解决库存报表查询的bug,改了接口类型

This commit is contained in:
季圣华
2019-08-11 23:02:45 +08:00
parent 26b9ca7c5d
commit d1956a27d0
5 changed files with 11 additions and 8 deletions

View File

@@ -201,7 +201,7 @@
var mIds = res.data.mIds;
if (mIds) {
$.ajax({
type: "get",
type: "post",
url: "/depotItem/buyIn",
dataType: "json",
data: ({

View File

@@ -332,7 +332,7 @@
}
else {
$.ajax({
type: "get",
type: "post",
url: "/depotItem/findByAll",
dataType: "json",
data: ({
@@ -358,7 +358,7 @@
//总金额
$.ajax({
type: "get",
type: "post",
url: "/depotItem/totalCountMoney",
dataType: "json",
data: ({

View File

@@ -206,7 +206,7 @@
var mIds = res.data.mIds;
if (mIds) {
$.ajax({
type: "get",
type: "post",
url: "/depotItem/saleOut",
dataType: "json",
data: ({