Commit 7e4212e9 by yyq1988

修复入库参数问题

parent e24e3353
...@@ -293,7 +293,7 @@ $(document).ready(function() { ...@@ -293,7 +293,7 @@ $(document).ready(function() {
function onStorage(countStorage, goodsInfoId, rowIndex){ function onStorage(countStorage, goodsInfoId, rowIndex){
var main = JSON.parse(countStorage); var main = JSON.parse(countStorage);
jp.get("${ctx}/warehouse/storage/storage/findInfoBycountStorage?goodsInfo.id="+goodsInfoId+"&storage="+main.storageId, function (res){ jp.get("${ctx}/warehouse/storage/storage/findInfoBycountStorage?goodsInfo.id="+goodsInfoId+"&storage.id="+main.storageId, function (res){
var data = res.body.storageInfoList; var data = res.body.storageInfoList;
if(Array.isArray(data)){ if(Array.isArray(data)){
var shelvesIds = data.map(function (item){ var shelvesIds = data.map(function (item){
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment