修改根据材料和仓库获取库存
This commit is contained in:
@@ -489,10 +489,7 @@ function findStockNumById(depotId, mId, monthTime, body, input, ratio, type){
|
||||
url: '/depotItem/findStockNumById',
|
||||
data:{
|
||||
projectId: depotId,
|
||||
materialId: mId,
|
||||
monthTime: monthTime,
|
||||
currentPage: 1,
|
||||
pageSize: 10
|
||||
materialId: mId
|
||||
},
|
||||
dataType: "json",
|
||||
success: function (res) {
|
||||
|
||||
Reference in New Issue
Block a user