Commit 5dd248c7 by 胡懿

Merge branch 'master' of 47.92.228.5:huyi/warehouse into hy

parents 119d5aec 7e4212e9
......@@ -293,7 +293,7 @@ $(document).ready(function() {
function onStorage(countStorage, goodsInfoId, rowIndex){
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;
if(Array.isArray(data)){
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