解决库存报表查询的bug,改了接口类型
This commit is contained in:
@@ -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