修改根据材料和仓库获取库存

This commit is contained in:
qiankunpingtai
2019-06-10 15:50:50 +08:00
parent f8fb1c9aae
commit 0b07e2d61f
14 changed files with 20 additions and 100 deletions

View File

@@ -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) {