解决库存报表查询的bug,改了接口类型
This commit is contained in:
@@ -201,7 +201,7 @@
|
||||
var mIds = res.data.mIds;
|
||||
if (mIds) {
|
||||
$.ajax({
|
||||
type: "get",
|
||||
type: "post",
|
||||
url: "/depotItem/buyIn",
|
||||
dataType: "json",
|
||||
data: ({
|
||||
|
||||
@@ -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: ({
|
||||
|
||||
@@ -206,7 +206,7 @@
|
||||
var mIds = res.data.mIds;
|
||||
if (mIds) {
|
||||
$.ajax({
|
||||
type: "get",
|
||||
type: "post",
|
||||
url: "/depotItem/saleOut",
|
||||
dataType: "json",
|
||||
data: ({
|
||||
|
||||
Reference in New Issue
Block a user