src/main/webapp/static/js/pakStore/stockAdjust.js | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
src/main/webapp/static/js/pakStore/stockAdjust.js
@@ -177,7 +177,7 @@ if (isNaN(count)) { layer.msg("请输入数字"); } else { if (count > 0) { if (count >= 0) { for (var i=0;i<matCodeData.length;i++){ if (matCodeData[i]["matNo"] === matNo){ matCodeData[i]["count"] = count;